You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 85 kB

7 years ago
7 years ago
7 years ago
6 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
5 years ago
6 years ago
6 years ago
3 years ago
3 years ago
3 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
3 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'FOT-KurokaneStd-EB';
  4. src:
  5. local("FOT-Kurokane Std EB"),
  6. local("KurokaneStd-EB"),
  7. local("FOT-くろかね Std"),
  8. url("./fonts/FOT-KurokaneStd-EB.woff2") format('woff2');
  9. font-style: normal;
  10. font-weight: normal;
  11. }
  12. @font-face {
  13. font-family: 'zpix';
  14. src:
  15. local("Zpix"),
  16. url("./fonts/zpix.woff2") format('woff2');
  17. font-weight: normal;
  18. font-style: normal;
  19. }
  20. @font-face {
  21. font-family: 'Font Awesome';
  22. src:
  23. local("FontAwesome"),
  24. url("fonts/fa-solid-900.woff2") format("woff2");
  25. font-style: normal;
  26. font-weight: 900;
  27. font-display: block;
  28. }
  29. @keyframes rotate-animate{
  30. from {
  31. transform: rotate(0deg);
  32. }
  33. to {
  34. transform: rotate(360deg);
  35. }
  36. }
  37. @keyframes gravity-animate{
  38. from {
  39. transform: scaley(1);
  40. }
  41. to {
  42. transform: scaley(0.5);
  43. }
  44. }
  45. body{
  46. --head-block-width: 108px;
  47. --head-block-height: 108px;
  48. --search-icon-unchecked: 0.4;
  49. --font-family : "Microsoft Yahei","Microsoft JhengHei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  50. --icon-font-family : 'Font Awesome', "Microsoft Yahei","Microsoft JhengHei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  51. --game-font-family : 'FOT-KurokaneStd-EB',"Microsoft Yahei","Microsoft JhengHei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  52. --border-width: 2px;
  53. font-family: var(--font-family);
  54. margin: 0;
  55. }
  56. .control-box,
  57. .formation-box
  58. {
  59. margin: 10px;
  60. }
  61. .control-box{margin-bottom: 0;}
  62. .formation-box{margin-top: 0;}
  63. .noscript {
  64. color: red;
  65. font-size: 2em;
  66. }
  67. .display-none{
  68. display:none !important;
  69. }
  70. .disabled{
  71. cursor: not-allowed;
  72. pointer-events: none;
  73. opacity: 0.5;
  74. }
  75. details>summary {
  76. cursor: pointer;
  77. }
  78. .help-link::before{
  79. content: "\f05a Help & Tips";
  80. }
  81. .feedback-link::before{
  82. content: "\f4ad Feedback";
  83. }
  84. #rich-text-tools {
  85. background-color: rgba(200,200,200,0.5);
  86. position: sticky;
  87. bottom: 0;
  88. margin-top: 10px;
  89. backdrop-filter: blur(3px);
  90. padding: 5px;
  91. user-select: none; /*让内容不可选中*/
  92. }
  93. #rich-text-tools button
  94. {
  95. min-width: 64px;
  96. }
  97. #rich-text-tools button,
  98. #rich-text-tools input
  99. {
  100. height: 40px;
  101. vertical-align: middle;
  102. text-align: center;
  103. }
  104. #rich-text-tools button::before {
  105. font-family: var(--icon-font-family);
  106. vertical-align: middle;
  107. }
  108. :where(
  109. #insert-card-avatar,
  110. #insert-type-icon,
  111. #insert-awoken-icon,
  112. #insert-latent-icon,
  113. #insert-orb-icon
  114. )::before {
  115. display: inline-block;
  116. content: "";
  117. background-repeat: no-repeat;
  118. }
  119. label[for="siwtch-code-mode"] {
  120. vertical-align: middle;
  121. margin: 0 0 0 5px;
  122. }
  123. label[for="siwtch-code-mode"]::after {
  124. font-size: 1.7em;
  125. font-family: var(--icon-font-family);
  126. content: "\f121";
  127. vertical-align: middle;
  128. }
  129. #set-font-color::before {
  130. content: "A";
  131. font-size: 1.7em;
  132. }
  133. #color-chooser {
  134. width: 30px;
  135. }
  136. #insert-card-avatar::before {
  137. width: 100px;
  138. height: 100px;
  139. background-image: url(images/CARDFRAME2.PNG), url(images/CARDFRAME2.PNG);
  140. background-position: -102px -104px, 0 0;
  141. transform: scale(calc(32 / 100));
  142. margin: calc(-100px * (1 - (32 / 100)) / 2);
  143. }
  144. #insert-type-icon::before {
  145. width: 32px;
  146. height: 32px;
  147. background-image: url(images/type.png);
  148. background-position-y: calc(-32px * 4);
  149. }
  150. #insert-awoken-icon::before {
  151. width: 32px;
  152. height: 32px;
  153. background-image: url(images/awoken.png);
  154. background-position-y: calc(-32px * 43);
  155. }
  156. #insert-latent-icon::before {
  157. width: 32px;
  158. height: 32px;
  159. background-color: #4499EE;
  160. border: 2px ridge #CCEEFF;
  161. box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.5);
  162. border-radius: 5px;
  163. box-sizing: border-box;
  164. background-image: url(images/icon-latent.png);
  165. background-position-x: -2px;
  166. background-position-y: calc(-32px * 11 - 2px);
  167. }
  168. #insert-orb-icon::before {
  169. width: 36px;
  170. height: 36px;
  171. background-image: url(images/icon-orbs.png);
  172. transform: scale(calc(32 / 36));
  173. margin: calc(-36px * (1 - (32 / 36)) / 2);
  174. }
  175. #rich-text-tools>ul icon {
  176. cursor: pointer;
  177. }
  178. #rich-text-tools>ul {
  179. margin-top: 10px;
  180. display: grid;
  181. grid-template-columns: repeat(auto-fill, 32px);
  182. grid-auto-rows: 32px;
  183. grid-gap: 4px;
  184. }
  185. #rich-text-tools>.orb-ul{
  186. grid-template-columns: repeat(auto-fill, 36px);
  187. grid-auto-rows: 36px;
  188. }
  189. .rich-text icon{
  190. vertical-align: middle;
  191. }
  192. .title-code,
  193. .title-display
  194. {
  195. font-size: 2em;
  196. font-weight: bold;
  197. }
  198. .title-display br{ /*隐藏所有换行*/
  199. display: none;
  200. }
  201. .detail-code,
  202. .detail-display
  203. {
  204. min-height: 1.5em;
  205. font-size: 1.5em;
  206. }
  207. .title-code,
  208. .detail-code,
  209. .title-display,
  210. .detail-display
  211. {
  212. font-family: var(--font-family);
  213. width:100%;
  214. border: none;
  215. background: none;
  216. box-sizing: border-box;
  217. padding: 1px;
  218. margin: 0;
  219. white-space: break-spaces;
  220. }
  221. :where(
  222. .title-display,
  223. .detail-display,
  224. ):empty::before{
  225. color: grey;
  226. position: absolute;
  227. content: attr(data-placeholder);
  228. }
  229. .guide-mod .control-box>div.status
  230. {
  231. display: block;
  232. }
  233. .formation-box:not(.edit-code) :where(
  234. .title-code,
  235. .detail-code,
  236. ){
  237. display: none;
  238. }
  239. .edit-code :where(
  240. .title-display,
  241. .detail-display,
  242. ){
  243. display: none;
  244. }
  245. .config-checkbox-ipt{
  246. display:none;
  247. }
  248. .config-checkbox-lbl .config-checkbox-lbl-cicle{
  249. width: 28px;
  250. height: 12px;
  251. display: inline-block;
  252. position: relative;
  253. background-color: #8884;
  254. border-radius: 16px;
  255. margin-right: 5px;
  256. }
  257. .config-checkbox-lbl .config-checkbox-lbl-cicle::before{
  258. content:"";
  259. width: 20px;
  260. height: 20px;
  261. position: absolute;
  262. transition: .3s ease-out;
  263. background-color: #c6c6c6;
  264. box-shadow: 0 2px 4px 0 #0003;
  265. border-radius: 50%;
  266. left: -4px;
  267. top: -4px;
  268. }
  269. .config-checkbox-ipt:checked+.config-checkbox-lbl .config-checkbox-lbl-cicle {
  270. background: rgba(0,160,216,0.8);
  271. }
  272. .config-checkbox-ipt:checked+.config-checkbox-lbl .config-checkbox-lbl-cicle::before {
  273. background: #00A0D8;
  274. box-shadow: 0 2px 4px 0 rgba(0,160,216,0.4);
  275. left: calc(100% - 16px);
  276. }
  277. .config-checkbox-lbl{
  278. cursor: pointer;
  279. line-height: 25px;
  280. margin-right: 20px;
  281. display: inline-block;
  282. }
  283. .config-checkbox-lbl[for$=and-or]::after{
  284. content: "OR";
  285. }
  286. input:checked+ .config-checkbox-lbl[for$=and-or]::after{
  287. content: "AND";
  288. }
  289. .status{
  290. line-height: 16px;
  291. }
  292. /*.status.loading-mon-info .text::before{
  293. content: "正在加载怪物数据";
  294. }*/
  295. .status.loading-check-version .icon,
  296. .status.loading-mon-info .icon,
  297. .status.loading-skill-info .icon,
  298. .status.prepare-capture .icon
  299. {
  300. display: inline-block;
  301. width: 16px;
  302. height: 16px;
  303. border: 4px SteelBlue dotted;
  304. border-radius: 50%;
  305. animation: rotate-animate 5s infinite linear;
  306. vertical-align: middle;
  307. }
  308. ul{
  309. margin: 0;
  310. padding: 0;
  311. list-style: none;
  312. }
  313. /*队伍的整个盒子*/
  314. .formation-box{
  315. width: 648px;
  316. min-width: 648px;
  317. }
  318. /*弹出窗口相关*/
  319. .dialog
  320. {
  321. color: white;
  322. position: absolute;
  323. padding: 5px;
  324. border: 2px ridge #D1D398;
  325. top: 0;
  326. background-image: linear-gradient(to bottom,#788321f0,#3E4D14f0);
  327. border-radius: 6px;
  328. box-shadow: black 2px 0px 1px,black 0px 2px 1px,black -2px 0px 1px,black 0px -2px 1px;
  329. margin-left: calc(50% - 200px);
  330. margin-top: 30px;
  331. font-family: var(--game-font-family);
  332. text-shadow: black 2px 2px 0;
  333. z-index: 1;
  334. backdrop-filter: blur(3px);
  335. }
  336. .dialog .dialog-title
  337. {
  338. font-size: 20px;
  339. line-height: 20px;
  340. text-align: center;
  341. margin-bottom: 5px;
  342. }
  343. .dialog .dialog-content .additional-string
  344. {
  345. border-top: 2px solid white;
  346. margin-top: 5px;
  347. }
  348. /*.dialog .dialog-content .additional-string::before
  349. {
  350. content: "其他語言";
  351. }*/
  352. .dialog .dialog-control
  353. {
  354. text-align: center;
  355. margin-top:10px;
  356. }
  357. .brown-button
  358. {
  359. background-image: linear-gradient(to bottom,#C38E5F,#2F2008);
  360. border: none;
  361. border-radius: 5px;
  362. padding: 2px;
  363. cursor: pointer;
  364. transition: transform 0.1s;
  365. }
  366. .brown-button:active
  367. {
  368. transform: scale(1.1);
  369. }
  370. .brown-button::before
  371. {
  372. display: inline-block;
  373. box-sizing: border-box;
  374. min-width: 100px;
  375. padding: 5px;
  376. background-color: #956A42;
  377. background-image: url(images/slate.svg);
  378. background-size: 120px 120px;
  379. border-radius: 2px;
  380. font-size: 20px;
  381. line-height: 20px;
  382. vertical-align: middle;
  383. color: white;
  384. font-family: var(--game-font-family);
  385. text-shadow: black 2px 2px 0;
  386. }
  387. /*
  388. .dialog-search-string .dialog-title::before
  389. {
  390. content: "以字符串搜索";
  391. }
  392. .dialog-close::before
  393. {
  394. content: "关闭";
  395. }
  396. */
  397. .dialog-show-any-string {
  398. width: 400px;
  399. top: 100px;
  400. position: fixed;
  401. }
  402. .dialog-search-string
  403. {
  404. width: 260px;
  405. }
  406. .dialog .string-copy,
  407. .dialog .string-search
  408. {
  409. box-sizing: border-box;
  410. width: 45px;
  411. margin-left: 5px;
  412. cursor: pointer;
  413. background-color: #994433;
  414. border: 2px solid #FFCC88;
  415. box-shadow: black 1px 0 1px,black -1px 0 1px,black 0 -1px 1px,black 0 3px 2px;
  416. border-radius: 5px;
  417. padding: 0;
  418. }
  419. .dialog .string-copy::before
  420. {
  421. content: "📋";
  422. }
  423. .dialog .string-search::before
  424. {
  425. content: "🔍";
  426. }
  427. .dialog .string-value
  428. {
  429. box-sizing: border-box;
  430. width: calc(100% - 50px * 1);
  431. }
  432. .dialog-search-string .original-string .string-value
  433. {
  434. width: calc(100% - 50px * 2);
  435. }
  436. /*单个怪物*/
  437. .monster{
  438. font-family: var(--game-font-family);
  439. width: 100px;
  440. height: 100px;
  441. margin: 0;
  442. display: block;
  443. background-repeat: no-repeat;
  444. position: relative;
  445. cursor: pointer;
  446. border-radius: 5px;
  447. text-decoration:none;
  448. }
  449. .monster.null,.monster.delay,
  450. .null .attrs .attr,.delay .attrs .attr
  451. {
  452. box-sizing: border-box;
  453. background-image: none !important;
  454. }
  455. .monster.null{
  456. background-color: rgba(230,230,230,0.5);
  457. border: 3px grey dashed;
  458. }
  459. .edit-box .monster.null{
  460. background-color: #653;
  461. border: none;
  462. box-shadow: inset black 0 0 7px;
  463. }
  464. .member{
  465. vertical-align: top;
  466. }
  467. .monster.delay{
  468. background-color: yellow;
  469. box-shadow: inset orange 0 0 7px;
  470. border: 3px black solid;
  471. }
  472. .monster.delay::before{
  473. width: 94px;
  474. height: 94px;
  475. color: black;
  476. font-size: 30px;
  477. line-height: 47px;
  478. text-align: center;
  479. font-weight: bold;
  480. /*content: "应 对\A威 吓";*/
  481. font-family: var(--font-family);
  482. white-space: pre-wrap;
  483. display: inline-block;
  484. }
  485. /*怪物属性*/
  486. .monster .attrs {
  487. position:absolute;
  488. left:0;top:0;
  489. width: 100px;
  490. height: 100px;
  491. }
  492. .monster .attrs .attr{
  493. position:absolute;
  494. left:0;top:0;
  495. width: 100%;
  496. height: 100%;
  497. background-repeat: no-repeat;
  498. background-image: url(images/CARDFRAME2.PNG);
  499. background-position: 100px 100px; /*默认都不显示*/
  500. }
  501. /*改变属性的,生成一个淡绿色圈*/
  502. .monster .attrs .attr.changed-sub-attr::before {
  503. content: "";
  504. right: 3px;
  505. bottom: 5px;
  506. width: 22px;
  507. height: 22px;
  508. box-sizing: border-box;
  509. border: 1px solid lightgreen;
  510. border-radius: 50%;
  511. box-shadow: 0 0 3px lightgreen,0 0 3px lightgreen,0 0 3px lightgreen;
  512. display: block;
  513. position: absolute;
  514. }
  515. .member-types .append-type::before {
  516. font-family: var(--game-font-family);
  517. content: "+";
  518. font-size: 15px;
  519. line-height: 10px;
  520. color: yellow;
  521. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  522. }
  523. .member-types .append-type .type-icon{
  524. background-color: lightgreen;
  525. box-shadow: 1px 1px 3px lightgreen,1px 1px 3px lightgreen,1px 1px 3px lightgreen;
  526. }
  527. /*怪物-加值*/
  528. .monster .plus{
  529. color: yellow;
  530. font-size: 17px;
  531. line-height: 17px;
  532. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  533. position: absolute;
  534. left:10px;
  535. }
  536. .monster.null>div,
  537. .monster.delay>div
  538. {
  539. display:none !important;
  540. }
  541. .monster .plus .hp::before,
  542. .monster .plus .atk::before,
  543. .monster .plus .rcv::before,
  544. .monster .plus.has297::before
  545. {
  546. content: "+";
  547. }
  548. .monster .plus.has297::after{
  549. content: "297";
  550. }
  551. .monster .plus.has297 .hp,
  552. .monster .plus.has297 .atk,
  553. .monster .plus.has297 .rcv
  554. { /*当是297时隐藏3维*/
  555. display:none;
  556. }
  557. /*怪物-觉醒*/
  558. .awoken-count-num
  559. {
  560. font-family: var(--game-font-family);
  561. font-size: 20px;
  562. line-height: 28px;
  563. color: yellow;
  564. text-shadow: black 0 0 4px;
  565. text-align: center;
  566. background-image: url(images/awoken-count-bg.png);
  567. background-repeat: no-repeat;
  568. width: 34px;
  569. height: 38px;
  570. }
  571. .monster .awoken-count-num{
  572. position: absolute;
  573. top: -4px;
  574. right: 0;
  575. transform: scale(0.75) translateX(4px);
  576. }
  577. /*显示怪物觉醒的数字*/
  578. .awoken-count-num
  579. {
  580. }
  581. .awoken-count-num::before
  582. {
  583. content: attr(data-value);
  584. }
  585. .awoken-count-num[data-value="0"]
  586. {
  587. display: none;
  588. }
  589. .awoken-count-num.full-awoken
  590. {
  591. display: inline-block;
  592. }
  593. .awoken-count-num.full-awoken::before
  594. {
  595. content: "★";
  596. }
  597. .allowable-assist .awoken-count-num.full-awoken
  598. {
  599. text-shadow: none;
  600. background-position-y: -38px;
  601. }
  602. .allowable-assist .awoken-count-num.full-awoken::before
  603. {
  604. display: none;
  605. }
  606. /*武器*/
  607. .monster.wepon .awoken-count-num.full-awoken{
  608. transform: scale(0.79) translateY(4px);
  609. width:32px;height:32px;
  610. background-image: url(images/awoken.png);
  611. background-position-x: 0;
  612. background-position-y: -1568px;
  613. }
  614. /*怪物-超觉醒*/
  615. .monster .super-awoken{
  616. position: absolute;
  617. right:0;
  618. top: 25px;
  619. transform: scale(0.75) translateX(4px);
  620. }
  621. /*怪物-等级*/
  622. .monster .level{
  623. font-size: 15px;
  624. line-height: 17px;
  625. color: white;
  626. height: 17px;
  627. text-shadow: black 0 0 2px, black 2px 2px 0;
  628. position: absolute;
  629. left: 5px;
  630. bottom: 0;
  631. vertical-align: top;
  632. }
  633. .monster .level::after
  634. {
  635. content: attr(data-value);
  636. }
  637. .monster .level.max
  638. {
  639. color: #FEFF85;
  640. }
  641. .monster .level.max::after
  642. {
  643. display: none;
  644. }
  645. .monster .level[data-level-range="110"]{
  646. color: #85BCFF;
  647. }
  648. .monster .level[data-level-range="120"]{
  649. color: #19F897;
  650. }
  651. .monster .level[data-level-range="error"]{
  652. color: red;
  653. }
  654. /*.monster .level::before{
  655. content: "Lv.";
  656. }.monster .level.max::before{
  657. content: "Lv.最大";
  658. }*/
  659. .monster .id{
  660. display: block;
  661. color: white;
  662. font-family: var(--font-family);
  663. font-size: 15px;
  664. font-weight: 500;
  665. line-height: 17px;
  666. height: 17px;
  667. text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px;
  668. position: absolute;
  669. left: 5px;
  670. bottom: 15px;
  671. }
  672. body:not(.show-mon-id) .monster .id{
  673. display: none;
  674. }
  675. .monster .id::before{
  676. font-size: 12px;
  677. }
  678. /*.monster .id::before{
  679. content: "No.";
  680. }*/
  681. .monster .skill-cd::before{
  682. content:"CD";
  683. font-size: 10px;
  684. }
  685. .monster .skill-cd {
  686. font-size: 13px;
  687. line-height: 13px;
  688. color:white;
  689. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  690. position: absolute;
  691. right:0;
  692. bottom:0;
  693. }
  694. body:not(.show-mon-skill-cd) .monster .skill-cd.max-skill {
  695. display: none;
  696. }
  697. /*显示怪物星级*/
  698. .show-mon-rarity .monster .rarity::before{
  699. position: absolute;
  700. left: 3px;
  701. top: 10px;
  702. font-size: 22px;
  703. content: attr(data-value)"★";
  704. color: yellow;
  705. -webkit-text-stroke: 1px black;
  706. text-shadow: black 1px 1px 1px;
  707. }
  708. /*交换队长技的图标*/
  709. .monster .switch-leader
  710. {
  711. position: absolute;
  712. right: 0px;
  713. bottom: 17px;
  714. width: 23px;
  715. height: 25px;
  716. background-image: url(images/icon-switch-leader.png);
  717. background-position: center;
  718. background-repeat: no-repeat;
  719. }
  720. .monster .switch-leader:hover
  721. {
  722. box-shadow: red 0 0 5px;
  723. }
  724. .monster .switch-leader:active
  725. {
  726. animation: icon-active 0.2s;
  727. }
  728. /*怪物-箱子统计*/
  729. .monster .count-in-box
  730. {
  731. position: absolute;
  732. left: 15px;
  733. top: -10px;
  734. color: white;
  735. text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px,black 0px 3px 0;
  736. font-size: 19px;
  737. }
  738. .monster .count-in-box .same-id[data-same-id]::before
  739. {
  740. content: "×"attr(data-same-id);
  741. }
  742. .monster .count-in-box .evo-tree[data-evo-tree]:not([data-evo-tree="0"])::before
  743. {
  744. content: "("attr(data-evo-tree)")";
  745. }
  746. .emphasize-box-have .monster[data-box-have="0"]
  747. {
  748. opacity: 0.45;
  749. }
  750. .emphasize-box-have .search-mon-list .monster[data-box-have="0"]
  751. {
  752. filter: grayscale(1);
  753. }
  754. .emphasize-box-have .monster[data-box-have="2"]
  755. {
  756. opacity: 0.5;
  757. }
  758. body:not(.show-awoken-count):not(.solo) .formation-box .team-total-info, /*单个队伍血量统计*/
  759. body:not(.show-awoken-count) .formation-box .team-ability, /*单个队伍三维*/
  760. body:not(.show-awoken-count) .formation-box .team-awoken /*单个队伍觉醒统计*/
  761. {
  762. display: none !important;
  763. }
  764. body:not(.show-awoken-count):not(.solo) .formation-box .team-bigbox
  765. {
  766. margin-bottom: 5px;
  767. }
  768. body:not(.show-awoken-count):not(.solo) .formation-box .team-badge
  769. {
  770. position: absolute;
  771. z-index: 10;
  772. right: 0;
  773. }
  774. /*辅助和队伍的每一只框架*/
  775. .member, .acquisitus-awoken-icon{
  776. display: inline-block;
  777. position: relative;
  778. width: var(--head-block-width);
  779. }
  780. .formation-box .monster{
  781. margin: 4px; /*留给队长边框的*/
  782. }
  783. .team-assist, .team-members,.team-badge{
  784. display: inline-block;
  785. }
  786. /* 徽章,平时都隐藏 */
  787. .team-badge li{
  788. display: inline-block;
  789. }
  790. .badge-radio{
  791. display: none;
  792. }
  793. .badge{
  794. display: none;
  795. cursor: pointer;
  796. }
  797. /* 显示所有徽章时则打开 */
  798. .show-all-badges .badge{
  799. display: inline-block;
  800. }
  801. /* 选中的徽章平时也打开 */
  802. .team-badge .badge-radio:checked+.badge{
  803. display: inline-block;
  804. }
  805. /*队伍的背景色*/
  806. .teams {
  807. counter-reset: team;
  808. }
  809. .teams .team-bigbox:nth-child(1) {
  810. --team-ft-color: red;
  811. --team-bg-color : pink;
  812. }
  813. .teams .team-bigbox:nth-child(2) {
  814. --team-ft-color: blue;
  815. --team-bg-color : lightblue;
  816. }
  817. .teams .team-bigbox:nth-child(3) {
  818. --team-ft-color: green;
  819. --team-bg-color : lightgreen;
  820. }
  821. .team-members,
  822. .team-latents
  823. {
  824. background-color: var(--team-bg-color);
  825. }
  826. .team-bigbox{
  827. position: relative;
  828. font-size:0;
  829. margin-bottom:10px;
  830. }
  831. .team-bigbox:last-of-type{
  832. margin-bottom:0;
  833. }
  834. /*队伍A、B的文字*/
  835. .team-box{
  836. display: inline-block;
  837. vertical-align:bottom;
  838. }
  839. .team-box-name .box-name
  840. {
  841. color: var(--team-ft-color);
  842. background-color: var(--team-bg-color);
  843. font-size: 30px;
  844. font-weight: bold;
  845. text-align: center;
  846. width: var(--head-block-width);
  847. height: var(--head-block-height);
  848. display: inline-flex;
  849. flex-direction: column;
  850. justify-content: center;
  851. }
  852. .team-box-name .box-name::before,
  853. .team-box-name .box-name::after
  854. {
  855. vertical-align: middle;
  856. }
  857. .team-box-name .box-name::after
  858. {
  859. counter-increment: team;
  860. content: counter(team, upper-alpha);
  861. }
  862. .reverse-member-assist .team-box-name .box-name
  863. {
  864. vertical-align:top;
  865. }
  866. .team-assist-label .assist-label {
  867. width: var(--head-block-width);
  868. color: var(--team-ft-color);
  869. display: inline-block;
  870. text-align: center;
  871. font-size: 18px;
  872. font-weight: bold;
  873. }
  874. .team-assist-label .assist-label::before {
  875. content: "▼";
  876. }
  877. .reverse-member-assist .team-assist-label .assist-label::before {
  878. content: "▲";
  879. }
  880. .formation-box .formation-total-info,
  881. .formation-box .team-total-info
  882. {
  883. font-size: 15px;
  884. vertical-align: bottom;
  885. }
  886. .formation-box .team-total-info
  887. {
  888. display: inline-block;
  889. }
  890. /*各种信息统计的图标*/
  891. .tIf-total-skill-boost,
  892. .tIf-total-move,
  893. .tIf-effect
  894. {
  895. display: inline-block;
  896. }
  897. .tIf-total-hp .general::before,
  898. .tIf-total-hp .awoken-bind::before,
  899. .tIf-total-hp .reduce .reduce-scale::before,
  900. .tIf-total-hp .reduce .general::before,
  901. .tIf-total-hp .reduce .awoken-bind::before,
  902. .tIf-total-skill-boost .general::before,
  903. .tIf-total-move .general::before,
  904. .tIf-total-move .awoken-bind::before,
  905. .tIf-effect icon::before,
  906. icon.poison-no-effect::after,
  907. .hp-range-table th::before
  908. {
  909. content: " ";
  910. background-size: cover;
  911. display: inline-block;
  912. width: 20px;
  913. height: 20px;
  914. vertical-align: bottom;
  915. }
  916. .tIf-total-hp .awoken-bind::before,
  917. .tIf-total-hp .reduce .awoken-bind::before,
  918. .tIf-total-move .awoken-bind::before,
  919. .hp-range-table .awoken-bind th::before,
  920. .hp-range-table .reduce-awoken-bind th::before
  921. {
  922. background-image: url(images/icon-awoken-bind.png);
  923. }
  924. .tIf-total-hp .general::before,
  925. .tIf-total-hp .reduce .general::before,
  926. .hp-range-table .general th::before,
  927. .hp-range-table .reduce-general th::before
  928. {
  929. background-image: url(images/icon-HP.png);
  930. }
  931. .tIf-total-hp .reduce .reduce-scale::before,
  932. .hp-range-table .reduce-scale th::before
  933. {
  934. background-image: url(images/icon-reduce.png);
  935. }
  936. .tIf-total-hp .reduce .reduce-scale::after,
  937. .hp-range-table .hp-range td span:after,
  938. .hp-range-table .reduce-scale td span:after
  939. {
  940. content: "%";
  941. }
  942. .tIf-total-hp .reduce:not(.no-reduce)::before {
  943. content: "⇔";
  944. }
  945. .tIf-total-hp .reduce.no-reduce .general,
  946. .tIf-total-hp .reduce.no-reduce .awoken-bind
  947. {
  948. display: none;
  949. }
  950. :where(:lang(en), :lang(ko)) :where(
  951. .tIf-total-hp .awoken-bind,
  952. .tIf-total-move .awoken-bind,
  953. .tIf-total-hp .reduce .reduce-scale,
  954. )::before
  955. {
  956. background-position-x: -20px;
  957. }
  958. .reduce-details
  959. {
  960. cursor: pointer;
  961. vertical-align: bottom;
  962. }
  963. .reduce-details:hover
  964. {
  965. box-shadow: red 0 0 3px;
  966. }
  967. .dialog-hp-detail
  968. {
  969. margin-left: calc(50% - 200px);
  970. margin-top: 100px;
  971. }
  972. .hp-range-table
  973. {
  974. font-family: var(--font-family);
  975. border: 1px solid white;
  976. background-color: saddlebrown;
  977. }
  978. .hp-range-table caption::before
  979. {
  980. font-family: var(--game-font-family);
  981. }
  982. .hp-range-table td,
  983. .hp-range-table th
  984. {
  985. border: 1px solid white;
  986. padding: 0 4px;
  987. }
  988. .hp-range-table .hp-range th::before
  989. {
  990. width: unset;
  991. height: unset;
  992. }
  993. .hp-range-table[data-attr="0"]
  994. {
  995. background-color: crimson;
  996. }
  997. .hp-range-table[data-attr="1"]
  998. {
  999. background-color: cornflowerblue;
  1000. }
  1001. .hp-range-table[data-attr="2"]
  1002. {
  1003. background-color: green;
  1004. }
  1005. .hp-range-table[data-attr="3"]
  1006. {
  1007. background-color: goldenrod;
  1008. }
  1009. .hp-range-table[data-attr="4"]
  1010. {
  1011. background-color: purple;
  1012. }
  1013. .tIf-total-skill-boost .general::before{
  1014. background-image: url(images/icon-sb.png);
  1015. }
  1016. .tIf-total-move .general::before{
  1017. background-image: url(images/icon-orb-move-time.png);
  1018. }
  1019. /*固定手指的情况*/
  1020. .tIf-total-move.fixed-move-time .awoken-bind
  1021. {
  1022. display: none;
  1023. }
  1024. .tIf-total-move.fixed-move-time{
  1025. position: relative;
  1026. }
  1027. .tIf-total-move.fixed-move-time::after {
  1028. content: " ";
  1029. display: inline-block;
  1030. width: 32px;
  1031. height: 32px;
  1032. background-image: url(images/icon-latent.png);
  1033. background-position-x: -32px;
  1034. transform: scale(0.5);
  1035. position: absolute;
  1036. left: 0;
  1037. top: 0;
  1038. }
  1039. @keyframes hidden-visible-animate{
  1040. from {
  1041. opacity: 1;
  1042. }
  1043. to {
  1044. opacity: 0;
  1045. }
  1046. }
  1047. icon.poison-no-effect::after
  1048. {
  1049. background-image: url(images/icon-bind.png);
  1050. position: absolute;
  1051. left: 0;
  1052. top: 0;
  1053. animation: hidden-visible-animate 0.5s infinite ease-in alternate;
  1054. }
  1055. /*单人时的协力觉醒和多人时的掉落觉醒显示无效*/
  1056. body.solo .awoken-icon[data-awoken-icon="30"]::after,
  1057. body:not(.solo) .awoken-icon[data-awoken-icon="64"]::after
  1058. {
  1059. content: " ";
  1060. display: inline-block;
  1061. width: 32px;
  1062. height: 32px;
  1063. background-image: url(images/icon-bind.png);
  1064. background-size: cover;
  1065. animation: hidden-visible-animate 0.5s infinite ease-in alternate;
  1066. }
  1067. .tIf-effect icon
  1068. {
  1069. position: relative;
  1070. }
  1071. icon._76board::before
  1072. {
  1073. background-image: url(images/icon-76board.png);
  1074. }
  1075. icon.no-skyfall::before
  1076. {
  1077. background-image: url(images/icon-no-skyfall.png);
  1078. }
  1079. icon.poison-no-effect::before
  1080. {
  1081. background-image: url(images/icon-poison.png);
  1082. }
  1083. icon.add-combo
  1084. {
  1085. margin-right: 7px;
  1086. }
  1087. icon.add-combo::before
  1088. {
  1089. background-image: url(images/icon-add-combo.png);
  1090. }
  1091. icon.add-combo::after
  1092. {
  1093. color: white;
  1094. text-shadow: black 1px 1px 0,black -1px 0px 0,black 0 0 1px;
  1095. font-family: var(--game-font-family);
  1096. font-size: 12px;
  1097. position: absolute;
  1098. top: -7px;
  1099. left: 10px;
  1100. content: attr(data-add-combo);
  1101. }
  1102. icon.inflicts::before
  1103. {
  1104. background-image: url(images/icon-inflicts.png);
  1105. }
  1106. icon.inflicts::after
  1107. {
  1108. content: attr(data-inflicts);
  1109. }
  1110. /*队伍内属性、type的个数统计*/
  1111. .tIf-rarity,
  1112. .tIf-attrs,
  1113. .tIf-types
  1114. {
  1115. display: inline-block;
  1116. vertical-align: top;
  1117. }
  1118. .tIf-rarity>li,
  1119. .tIf-attrs>li,
  1120. .tIf-types>li
  1121. {
  1122. display: inline-block;
  1123. }
  1124. .tIf-attrs icon.attr,
  1125. .tIf-types icon.type-icon
  1126. {
  1127. position: relative;
  1128. font-family: var(--game-font-family);
  1129. color: white;
  1130. line-height: 32px;
  1131. font-size: 16px;
  1132. margin-right: 3px;
  1133. }
  1134. .tIf-attrs icon.attr:not([data-value]),
  1135. .tIf-types icon.type-icon:not([data-value]),
  1136. .tIf-attrs icon.attr[data-value="0"],
  1137. .tIf-types icon.type-icon[data-value="0"]
  1138. {
  1139. display: none;
  1140. }
  1141. .tIf-attrs icon.attr::before,
  1142. .tIf-types icon.type-icon::before
  1143. {
  1144. content: "x"attr(data-value);
  1145. position: absolute;
  1146. right: 0;
  1147. bottom: 0;
  1148. font-size: 16px;
  1149. line-height: 17px;
  1150. -webkit-text-stroke: 1px black;
  1151. text-stroke: 1px black;
  1152. text-shadow: black 1px 1px 1px;
  1153. }
  1154. .tIf-rarity icon
  1155. {
  1156. line-height: 32px;
  1157. font-size: 25px;
  1158. font-family: var(--game-font-family);
  1159. }
  1160. .tIf-rarity icon::before
  1161. {
  1162. content: attr(data-value)"★";
  1163. color: gold;
  1164. -webkit-text-stroke: 1px black;
  1165. text-stroke: 1px black;
  1166. text-shadow: black 1px 1px 1px;
  1167. }
  1168. /*队伍的潜觉*/
  1169. .team-latents .latents{
  1170. width: var(--head-block-width);
  1171. display: inline-block;
  1172. vertical-align: top;
  1173. }
  1174. .team-latents .latent-ul{
  1175. width: 152px;
  1176. transform: scale(0.65);
  1177. transform-origin: left top;
  1178. margin-left: 4px;
  1179. margin-bottom: calc(-64px * (1 - 0.65) + 1px);
  1180. /*margin: calc(-64px * (1 - 0.63) / 2 + 3px) calc((108px - 152px) / 2);*/
  1181. /*-152 * (1 - 0.63) + 108 - 152 * 0.63,化简为108 - 152*/
  1182. min-height: 47px; /* 为了防止只有一层6格大潜觉的时候,被缩减太多的问题*/
  1183. /*潜在觉醒布局,使用 gird*/
  1184. display: grid;
  1185. grid-template: repeat(2, 32px) / repeat(3, 32px);
  1186. /*grid-template-columns: repeat(3, 32px);
  1187. grid-template-rows: repeat(2, 32px);*/
  1188. grid-auto-flow: column;
  1189. grid-gap: 3px 6px;
  1190. place-content: start center;
  1191. }
  1192. .team-latents .latent-ul.block-8{
  1193. grid-template-columns: repeat(4, 32px);
  1194. }
  1195. .team-latents .latent-icon[data-latent-hole="1"] {
  1196. grid-column: span 1;
  1197. }
  1198. .team-latents .latent-icon[data-latent-hole="2"] {
  1199. grid-column: span 1;
  1200. grid-row: span 2;
  1201. }
  1202. .team-latents .latent-icon[data-latent-hole="6"] {
  1203. grid-column: span 3;
  1204. grid-row: span 2;
  1205. }
  1206. .team-latents .latent-icon[data-latent-hole="6"]::before,
  1207. .team-latents .latent-icon[data-latent-hole="6"]::after
  1208. {
  1209. transform: scale(1.50);
  1210. margin: calc(32px / 4);
  1211. }
  1212. .team-latents .latent-icon.unallowable-latent {
  1213. opacity: unset;
  1214. filter: unset;
  1215. }
  1216. .team-latents .latent-icon.unallowable-latent::before {
  1217. opacity: var(--search-icon-unchecked);
  1218. filter: grayscale(1);
  1219. }
  1220. /*队长的边框*/
  1221. .team-members .team-leader .monster
  1222. {
  1223. border-radius: 10px;
  1224. border-width:4px;
  1225. border-style:solid;
  1226. box-sizing: initial;
  1227. margin: 0;
  1228. }
  1229. .team-leader .monster {
  1230. border-color: var(--team-ft-color);
  1231. }
  1232. /*三维计算值*/
  1233. .team-ability .abilitys
  1234. {
  1235. padding-left: 5px;
  1236. box-sizing: border-box;
  1237. font-size: 15px;
  1238. width: var(--head-block-width);
  1239. display: inline-block;
  1240. }
  1241. .team-ability .enable-bouns
  1242. {
  1243. color: cornflowerblue;
  1244. }
  1245. .abilitys>div::before
  1246. {
  1247. font-size: 0.75em;
  1248. width: 2.5em;
  1249. display: inline-block;
  1250. }
  1251. /*.abilitys .hp::before{
  1252. content: "HP:";
  1253. }
  1254. .abilitys .atk::before{
  1255. content: "攻击:";
  1256. }
  1257. .abilitys .rcv::before{
  1258. content: "回复:";
  1259. }*/
  1260. .types-ul {
  1261. display: grid;
  1262. grid-auto-flow: column;
  1263. }
  1264. /*队员觉醒统计*/
  1265. .member-awoken,
  1266. .member-types
  1267. {
  1268. width: var(--head-block-width);
  1269. display: inline-block;
  1270. vertical-align: top;
  1271. }
  1272. .team-member-awoken,
  1273. .team-assist-awoken
  1274. {
  1275. margin-top: 3px;
  1276. display : none;
  1277. }
  1278. .member-awoken .awoken-ul,
  1279. .member-types .types-ul
  1280. {
  1281. grid-auto-rows: 21px;
  1282. place-content: start center;
  1283. }
  1284. .member-awoken .awoken-ul
  1285. {
  1286. grid-gap: 2px;
  1287. grid-template-columns: repeat(4, 21px);
  1288. }
  1289. .member-awoken .awoken-icon,
  1290. .member-types .type-icon
  1291. {
  1292. filter: unset;
  1293. transform: scale(0.65);
  1294. margin: calc(-32px * (1 - 0.65) / 2);
  1295. }
  1296. .tIf-addition-info,
  1297. .team-assist-awoken,
  1298. .team-member-awoken,
  1299. .team-member-types
  1300. {
  1301. display : none;
  1302. }
  1303. .show-mon-awoken .tIf-addition-info,
  1304. .show-mon-awoken .team-assist-awoken,
  1305. .show-mon-awoken .team-member-awoken,
  1306. .show-mon-awoken .team-member-types
  1307. {
  1308. display : block;
  1309. }
  1310. .show-mon-awoken .monster .super-awoken
  1311. {
  1312. filter: grayscale(100%);
  1313. }
  1314. /*编辑窗口*/
  1315. .blur-bg{
  1316. pointer-events: none; /*打开编辑窗后禁止后方有鼠标反应*/
  1317. }
  1318. .edit-box{
  1319. background-color: rgba(82, 53, 30, 0.8);
  1320. color: white;
  1321. position: absolute;
  1322. left:0;
  1323. top:0;
  1324. width:100%;
  1325. box-sizing: border-box;
  1326. min-width:664px;
  1327. backdrop-filter: blur(5px);
  1328. }
  1329. .edit-box::backdrop{
  1330. filter: blur(5px);
  1331. }
  1332. .guide-mod .edit-box{
  1333. background-color: rgb(102, 73, 50);
  1334. backdrop-filter: unset;
  1335. }
  1336. .edit-box-title{
  1337. text-align: center;
  1338. font-size: 2em;
  1339. font-weight: bold;
  1340. }
  1341. /*.guide-mod .edit-box-title,
  1342. .guide-mod .button-box .button-null,
  1343. .guide-mod .button-box .button-delay,
  1344. .guide-mod .button-box .button-done
  1345. {
  1346. display: none;
  1347. }*/
  1348. /*.edit-box .edit-box-title::before{
  1349. content: "修改队员";
  1350. }
  1351. .edit-box .edit-box-title.edit-box-title-assist::before{
  1352. content: "修改辅助";
  1353. }*/
  1354. .edit-box .search-box {
  1355. padding: 0 10px;
  1356. position: relative;
  1357. }
  1358. .edit-box .setting-box {
  1359. position: relative;
  1360. }
  1361. /*.edit-box .setting-box .row-mon-id::before{
  1362. content: "▼怪物ID";
  1363. }*/
  1364. .edit-box .setting-box .row-mon-id .m-id{
  1365. box-sizing: border-box;
  1366. font-size: 25px;
  1367. height: 40px;
  1368. width: calc(100% - 50px);
  1369. }
  1370. .edit-box .setting-box .row-mon-id .search-by-string{
  1371. box-sizing: border-box;
  1372. font-size: 25px;
  1373. height: 40px;
  1374. width: 45px;
  1375. margin-left: 5px;
  1376. padding: 0;
  1377. }
  1378. .edit-box .setting-box .row-mon-id .search-by-string::before{
  1379. content: "🔍";
  1380. }
  1381. .edit-box .setting-box .row-mon-id .unable-monster{
  1382. pointer-events: none;
  1383. opacity: 0.5;
  1384. }
  1385. .edit-box .setting-box .row-mon-id .unable-monster .monster{
  1386. box-sizing: border-box;
  1387. border: 5px solid red;
  1388. border-radius: 10px;
  1389. overflow: hidden;
  1390. }
  1391. .edit-box .setting-box .row-mon-id .unable-monster .id{
  1392. display: none;
  1393. }
  1394. .edit-box .setting-box .row-mon-id .search-button{
  1395. width: 100%;
  1396. height: 40px;
  1397. font-size: 25px;
  1398. }
  1399. .edit-box .setting-box .row-mon-id .evo-card-list>li,
  1400. .edit-box .search-mon-list>li
  1401. {
  1402. display: inline-block;
  1403. vertical-align: top;
  1404. }
  1405. .detail-mon{
  1406. display: inline-block;
  1407. vertical-align: bottom;
  1408. }
  1409. .edit-box .setting-box .row-mon-id .evo-card-list .monster,
  1410. .edit-box .search-mon-list .monster,
  1411. .detail-mon .monster,
  1412. .mask-evolutionary-tree .evo-panel-left>.monster-head>.monster
  1413. {
  1414. float: none;
  1415. transform: scale(0.75);
  1416. margin: calc(-100px * (1 - 0.75) / 2);
  1417. }
  1418. .edit-box .setting-box .row-mon-id .evo-card-list .monster .id,
  1419. .edit-box .search-mon-list .monster .id,
  1420. .detail-mon .monster .id{
  1421. bottom: 5px;
  1422. font-size: 20px;
  1423. }
  1424. .edit-box .setting-box .row-mon-id .evo-card-list .monster
  1425. {
  1426. transform: scale(0.6);
  1427. margin: calc(-100px * (1 - 0.6) / 2);
  1428. }
  1429. .edit-box .setting-box .row-mon-id .evo-card-list .monster .id
  1430. {
  1431. font-size: 1.4em;
  1432. font-weight: bold;
  1433. text-shadow: black -3px -3px 3px, black 3px -3px 3px, black -3px 3px 3px, black 3px 3px 3px, ;
  1434. }
  1435. .edit-box .search-mon-list .monster .level {
  1436. bottom: 23px;
  1437. }
  1438. .edit-box .search-mon-list .monster .plus {
  1439. top: 20px;
  1440. }
  1441. .rich-text .detail-mon{
  1442. width: 50px;
  1443. height: 50px;
  1444. }
  1445. .rich-text .detail-mon .monster{
  1446. transform: scale(0.5);
  1447. margin: calc(-100px * (1 - 0.5) / 2);
  1448. }
  1449. .rich-text .detail-mon .monster .id{
  1450. left: 22px;
  1451. background-color: rgba(0,0,0,0.5);
  1452. padding: 2px;
  1453. font-size: 23px;
  1454. }
  1455. .rich-text .detail-mon .monster .id::before {
  1456. display: none;
  1457. }
  1458. .rich-text .latent-icon {
  1459. width: 32px;
  1460. height: 32px;
  1461. display: inline-block;
  1462. }
  1463. /*搜索结果显示觉醒列表的相关css*/
  1464. .awoken-preview .awoken-ul
  1465. {
  1466. grid-template-columns: repeat(3, 24px);
  1467. grid-auto-rows: 24px;
  1468. grid-gap: 1px;
  1469. place-content: start center;
  1470. }
  1471. .custom-addition .awoken-ul
  1472. {
  1473. width: 75px;
  1474. }
  1475. .custom-addition ul
  1476. {
  1477. display: inline;
  1478. }
  1479. .awoken-preview .awoken-ul>li,
  1480. .custom-addition .awoken-ul>li
  1481. {
  1482. display: inline-block;
  1483. }
  1484. .awoken-preview .awoken-preview-superAwakenings{
  1485. margin-top:3px;
  1486. background-color: #432;
  1487. }
  1488. .awoken-preview .awoken-preview-superAwakenings .awoken-icon{
  1489. opacity: 0.6;
  1490. }
  1491. .awoken-preview .awoken-ul>li,
  1492. .custom-addition .awoken-ul>li
  1493. {
  1494. margin: 0.5px !important;
  1495. }
  1496. .awoken-preview .awoken-icon,
  1497. .custom-addition .awoken-icon,
  1498. .custom-addition .type-icon
  1499. {
  1500. filter: unset;
  1501. transform: scale(0.75);
  1502. margin: calc(-32px * (1 - 0.75) / 2);
  1503. }
  1504. .custom-addition .board .orb {
  1505. filter: unset;
  1506. transform: scale(0.5);
  1507. margin: calc(-36px * (1 - 0.5) / 2);
  1508. }
  1509. .cd-preview .cd-max,
  1510. .cd-preview .cd-min,
  1511. .cd-preview .cd-evo
  1512. {
  1513. font-size: 14px;
  1514. }
  1515. .cd-preview .cd-min::after
  1516. {
  1517. content: "-";
  1518. }
  1519. .cd-preview .cd-evo::before
  1520. {
  1521. content: "↪";
  1522. font-family: var(--icon-font-family);
  1523. }
  1524. .cd-preview .cd-evo.loop-evo-skill::after
  1525. {
  1526. content: "⤴︎";
  1527. font-family: var(--icon-font-family);
  1528. }
  1529. .cd-preview,
  1530. .add-show-CD-label
  1531. {
  1532. color: lightblue;
  1533. }
  1534. .abilities-preview>li
  1535. {
  1536. font-size: 14px;
  1537. }
  1538. .cd-preview::before,
  1539. .abilities-preview>li::before
  1540. {
  1541. font-size: 10px;
  1542. display: inline-block;
  1543. width: 25px;
  1544. }
  1545. .add-show-abilities-with-awoken-label,
  1546. .abilities-with-awoken-preview>li
  1547. {
  1548. color: #dfd;
  1549. }
  1550. .custom-addition
  1551. {
  1552. font-size: 14px;
  1553. max-width: 75px;
  1554. }
  1555. /*.setting-box .row-mon-id .open-search::before{
  1556. content: "搜索怪物";
  1557. }
  1558. .search-box::before{
  1559. content: "▼简易搜索";
  1560. }
  1561. */
  1562. .search-box::before{
  1563. font-weight: bold;
  1564. font-size: 1.2em;
  1565. }
  1566. .search-box>div{
  1567. margin-bottom: 5px;
  1568. }
  1569. .search-box .attrs-div-div>ul{
  1570. display: block;
  1571. }
  1572. .search-box>div>ul>li{
  1573. display: inline-block;
  1574. vertical-align: top;
  1575. font-size:16px;
  1576. }
  1577. .search-box .attr-list>li{
  1578. overflow: hidden;
  1579. }
  1580. .search-box>div>ul>li>label{
  1581. cursor: pointer;
  1582. display: block;
  1583. text-align: center;
  1584. }
  1585. .search-box .attrs-div {
  1586. display: grid;
  1587. grid-auto-rows: min-content;
  1588. grid-template-columns: 100px auto;
  1589. grid-gap: 3px;
  1590. }
  1591. .search-box .attrs-div .monster {
  1592. grid-row: 1 / 4;
  1593. }
  1594. .search-box .attrs-div .monster .custom-avatar {
  1595. display: block;
  1596. width: 100%;
  1597. height: 100%;
  1598. box-sizing: border-box;
  1599. padding: 2px;
  1600. border-radius: 5px;
  1601. background-image: url(images/avatar.webp);
  1602. background-size: cover;
  1603. background-repeat: no-repeat;
  1604. background-position: center;
  1605. background-clip: content-box;
  1606. }
  1607. .search-box .attrs-div .monster #avatar-select {
  1608. display: none;
  1609. }
  1610. .search-box .attrs-div .options {
  1611. grid-column: 1 / 3;
  1612. }
  1613. .search-box .attrs-div .attr-list {
  1614. display: grid;
  1615. grid-template-columns: repeat(auto-fill, 55px);
  1616. }
  1617. .search-box .attrs-div .attr-list label {
  1618. width: 100%;
  1619. height: 100%;
  1620. }
  1621. .types-div::before,
  1622. .awoken-div::before,
  1623. .sawoken-div::before{
  1624. /*float: left;*/
  1625. font-size: 16px;
  1626. /*width: 55px;*/
  1627. margin-right: 3px;
  1628. display: inline-block;
  1629. }
  1630. .attr-radio,
  1631. .attr-check,
  1632. .type-check,
  1633. .rare-check,
  1634. .sawoken-check
  1635. {
  1636. display: none;
  1637. }
  1638. .attrs-div .attr-list>li,
  1639. .qr-data-type-ul>li
  1640. {
  1641. border: 1px solid white;
  1642. border-left: none;
  1643. background: #947244;
  1644. display: inline-block;
  1645. overflow: hidden;
  1646. }
  1647. .attrs-div .attr-list>li:hover,
  1648. .qr-data-type-ul>li:hover
  1649. {
  1650. background: #E9CB9E;
  1651. }
  1652. .attrs-div .attr-list>li:first-of-type,
  1653. .qr-data-type-ul>li:first-of-type
  1654. {
  1655. border-radius: 8px 0 0 8px;
  1656. border-left: 1px solid white;
  1657. }
  1658. .attrs-div .attr-list>li:last-of-type,
  1659. .qr-data-type-ul>li:last-of-type
  1660. {
  1661. border-radius: 0 8px 8px 0;
  1662. }
  1663. .attrs-div .attr-list input:checked+label,
  1664. .qr-data-type-ul>li input:checked+label
  1665. {
  1666. background-color:#8C4242;
  1667. box-shadow: inset black 0 0 5px;
  1668. cursor: auto;
  1669. }
  1670. /*.search-box .types-div::before{
  1671. content: "类型";
  1672. }*/
  1673. .types-div .type-list,
  1674. .types-div .latent-list,
  1675. .rare-div .rare-list
  1676. {
  1677. display: inline-block;
  1678. }
  1679. :where(
  1680. .type-list,
  1681. .awoken-ul,
  1682. .rare-list,
  1683. .attr-list,
  1684. ) input[type="checkbox"]:not(:checked)+label
  1685. {
  1686. opacity: var(--search-icon-unchecked);
  1687. }
  1688. .types-div .type-and-or-label{
  1689. margin-left: 10px;
  1690. margin-right: 0;
  1691. }
  1692. .types-div .type-list>li
  1693. {
  1694. position: relative;
  1695. }
  1696. .types-div .type-list>li:after
  1697. {
  1698. content: "⚔️";
  1699. font-size: 10px;
  1700. position: absolute;
  1701. right: 0;
  1702. bottom: 0;
  1703. display: none;
  1704. pointer-events:none;
  1705. }
  1706. /*不同type允许的杀*/
  1707. .types-div .type-list.type-killer-5 li[data-type-icon="7"]:after,
  1708. .types-div .type-list.type-killer-4 li[data-type-icon="8"]:after,
  1709. .types-div .type-list.type-killer-4 li[data-type-icon="3"]:after,
  1710. .types-div .type-list.type-killer-7 li[data-type-icon="5"]:after,
  1711. .types-div .type-list.type-killer-8 li[data-type-icon="5"]:after,
  1712. .types-div .type-list.type-killer-8 li[data-type-icon="1"]:after,
  1713. .types-div .type-list.type-killer-1 li[data-type-icon="5"]:after,
  1714. .types-div .type-list.type-killer-1 li[data-type-icon="4"]:after,
  1715. .types-div .type-list.type-killer-1 li[data-type-icon="7"]:after,
  1716. .types-div .type-list.type-killer-1 li[data-type-icon="8"]:after,
  1717. .types-div .type-list.type-killer-1 li[data-type-icon="1"]:after,
  1718. .types-div .type-list.type-killer-1 li[data-type-icon="6"]:after,
  1719. .types-div .type-list.type-killer-1 li[data-type-icon="2"]:after,
  1720. .types-div .type-list.type-killer-1 li[data-type-icon="3"]:after,
  1721. .types-div .type-list.type-killer-6 li[data-type-icon="7"]:after,
  1722. .types-div .type-list.type-killer-6 li[data-type-icon="2"]:after,
  1723. .types-div .type-list.type-killer-2 li[data-type-icon="8"]:after,
  1724. .types-div .type-list.type-killer-2 li[data-type-icon="3"]:after,
  1725. .types-div .type-list.type-killer-3 li[data-type-icon="4"]:after,
  1726. .types-div .type-list.type-killer-3 li[data-type-icon="6"]:after
  1727. {
  1728. display: block;
  1729. }
  1730. .types-div .latent-list .latent-icon
  1731. {
  1732. cursor: pointer;
  1733. box-shadow: none;
  1734. }
  1735. .types-div .latent-list .latent-icon:before
  1736. {
  1737. margin-top: -3px;
  1738. margin-bottom: -5px;
  1739. }
  1740. .rare-icon
  1741. {
  1742. font-family: var(--game-font-family);
  1743. color: white;
  1744. width: 26px;
  1745. height: 26px;
  1746. box-sizing: border-box;
  1747. line-height: 26px;
  1748. position: relative;
  1749. text-align: center;
  1750. display: inline-block;
  1751. cursor: pointer;
  1752. }
  1753. .rare-radio
  1754. {
  1755. display: none;
  1756. }
  1757. .rare-radio[name="rare-low"]~.rare-icon
  1758. {
  1759. opacity: var(--search-icon-unchecked);
  1760. }
  1761. .rare-radio[name="rare-low"]:checked~.rare-icon
  1762. {
  1763. opacity: 1;
  1764. }
  1765. .rare-radio[name="rare-high"]:checked~.rare-icon
  1766. {
  1767. opacity: var(--search-icon-unchecked);
  1768. }
  1769. .rare-icon::before
  1770. {
  1771. content: "★";
  1772. color: gold;
  1773. text-shadow: goldenrod 0 0 2px;
  1774. position: absolute;
  1775. font-size: 26px;
  1776. left: 0;
  1777. top: 0;
  1778. }
  1779. .rare-icon::after
  1780. {
  1781. color: white;
  1782. text-shadow: black 0 0 4px;
  1783. font-size: 18px;
  1784. position: relative;
  1785. left: 0;
  1786. top: 0;
  1787. }
  1788. .rare-icon::after
  1789. {
  1790. content: attr(data-rare-icon);
  1791. }
  1792. .search-box .rare-clear
  1793. {
  1794. margin-left: 5px;
  1795. }
  1796. .search-box .selected-awokens-div {
  1797. margin-bottom: 5px;
  1798. }
  1799. .search-box .selected-awokens-div .selected-awokens{
  1800. min-height: 32px;
  1801. box-sizing: border-box;
  1802. width: calc(100% - 95px);
  1803. min-width: 320px;
  1804. background-color: #00000044;
  1805. border-radius: 6px;
  1806. box-shadow: inset black 0 0 3px;
  1807. display: inline-grid;
  1808. vertical-align: bottom;
  1809. grid-gap: 0;
  1810. }
  1811. /*.search-box .awoken-div::before{
  1812. content: "觉醒";
  1813. }*/
  1814. .search-box .awoken-div .all-awokens::before {
  1815. display: none;
  1816. }
  1817. .search-box .awoken-div.official-awoken-sorting :where(
  1818. .all-awokens,
  1819. .sawoken-detail,
  1820. ){
  1821. display: inline-block;
  1822. }
  1823. .search-box .awoken-div.official-awoken-sorting .all-awokens::before
  1824. {
  1825. display: block;
  1826. }
  1827. .official-awoken-sorting .sawoken-detail {
  1828. margin-left: 10px;
  1829. }
  1830. .search-box .brown-button::before
  1831. {
  1832. min-width: 80px;
  1833. background-size: 100px 100px;
  1834. background-position-y: 40px;
  1835. font-size: 18px;
  1836. line-height: 28px;
  1837. padding: 0;
  1838. vertical-align: bottom;
  1839. }
  1840. .search-box .rare-clear::before,
  1841. .search-box .special-add::before,
  1842. .search-box .special-clear::before,
  1843. .search-box .special-star::before
  1844. {
  1845. min-width: 50px;
  1846. font-size: 14px;
  1847. line-height: 20px;
  1848. }
  1849. @keyframes awoken-appear {
  1850. 0% {
  1851. transform: scale(0);
  1852. }
  1853. 50% {
  1854. transform: scale(1.5);
  1855. }
  1856. 100% {
  1857. transform: scale(1);
  1858. }
  1859. }
  1860. .selected-awokens .awoken-icon
  1861. {
  1862. animation: awoken-appear 0.2s;
  1863. }
  1864. @keyframes icon-active {
  1865. 0% {
  1866. transform: scale(1);
  1867. }
  1868. 50% {
  1869. transform: scale(1.5);
  1870. }
  1871. 100% {
  1872. transform: scale(1);
  1873. }
  1874. }
  1875. @keyframes show-disabled-action {
  1876. 0% {
  1877. box-shadow: red 0 0 0;
  1878. }
  1879. 25% {
  1880. transform: skewX(5deg);
  1881. }
  1882. 50% {
  1883. box-shadow: red 0 0 7px;
  1884. }
  1885. 75% {
  1886. transform: skewX(-5deg);
  1887. }
  1888. 100% {
  1889. box-shadow: red 0 0 0;
  1890. }
  1891. }
  1892. .show-disabled-action {
  1893. animation: show-disabled-action 0.3s;
  1894. animation-iteration-count: 2;
  1895. }
  1896. .types-div .type-icon:active,
  1897. .rare-div .rare-icon:active,
  1898. .selected-awokens .awoken-icon:active,
  1899. .awoken-div .awoken-icon:active,
  1900. .row-awoken-sawoken .awoken-icon:active
  1901. {
  1902. animation: icon-active 0.2s;
  1903. }
  1904. .awoken-ul
  1905. {
  1906. display: grid;
  1907. grid-template-columns: repeat(auto-fill, 32px);
  1908. grid-auto-rows: 32px;
  1909. grid-gap: 5px;
  1910. }
  1911. .official-awoken-sorting .awoken-ul {
  1912. grid-template-columns: repeat(9, 32px);
  1913. }
  1914. .official-awoken-sorting {
  1915. display: inline-block;
  1916. }
  1917. .team-awoken .awoken-ul,
  1918. .formation-awoken .awoken-ul {
  1919. grid-template-columns: repeat(auto-fill, 67px);
  1920. }
  1921. .awoken-ul .awoken-count
  1922. {
  1923. font-family: var(--game-font-family);
  1924. grid-column: span 1;
  1925. grid-row: span 1;
  1926. font-size: 16px;
  1927. line-height: 32px;
  1928. white-space: nowrap;
  1929. }
  1930. .awoken-ul .count::before
  1931. {
  1932. content: "×";
  1933. }
  1934. .awoken-icon
  1935. {
  1936. position: relative;
  1937. border: none;
  1938. background-color: unset;
  1939. font-family: var(--game-font-family);
  1940. color: white;
  1941. line-height: 32px;
  1942. font-size: 16px;
  1943. padding: 0;
  1944. text-align: left;
  1945. }
  1946. .awoken-icon::before
  1947. {
  1948. display: block;
  1949. position: absolute;
  1950. line-height: 18px;
  1951. font-size: 18px;
  1952. right: 0;
  1953. bottom: 0;
  1954. -webkit-text-stroke: 1px black;
  1955. text-shadow: black 1px 1px 1px;
  1956. }
  1957. .awoken-icon[data-awoken-count]:not([data-awoken-count="0"])::before
  1958. {
  1959. content: attr(data-awoken-count);
  1960. }
  1961. /*搜索框有数字的觉醒才变亮*/
  1962. .search-box .all-awokens .awoken-icon{
  1963. opacity: var(--search-icon-unchecked);
  1964. }
  1965. .search-box .all-awokens .awoken-icon[data-awoken-count]:not([data-awoken-count="0"]){
  1966. opacity: 1;
  1967. }
  1968. .search-box .awoken-ul .count{
  1969. width: 1em;
  1970. height: auto;
  1971. }
  1972. .search-box .awoken-ul .awoken-count .awoken-icon,
  1973. .search-box .awoken-ul .awoken-count .count-symbol,
  1974. .search-box .awoken-ul .awoken-count .count-symbol .count
  1975. {
  1976. cursor: pointer;
  1977. display: inline-block;
  1978. vertical-align: bottom;
  1979. }
  1980. .search-box .awoken-ul .awoken-count.zero .count-symbol,
  1981. .search-box .awoken-ul .awoken-count.zero .count-symbol .count
  1982. {
  1983. cursor: auto;
  1984. }
  1985. /*.search-box .sawoken-div::before{
  1986. content: "超觉醒";
  1987. }*/
  1988. .sawoken-div .awoken-ul .awoken-count
  1989. {
  1990. margin-right: 5px;
  1991. margin-top: 5px;
  1992. display: inline-block;
  1993. }
  1994. .sawoken-div summary {
  1995. display: inline list-item;
  1996. }
  1997. .special-filter-list>li{
  1998. margin-bottom: 5px;
  1999. margin-right: 3px;
  2000. }
  2001. .special-filter-list select{
  2002. font-size: 20px;
  2003. max-width: 100%;
  2004. box-sizing: border-box;
  2005. }
  2006. .control-div button{
  2007. font-size: 20px;
  2008. }
  2009. .control-div .search-start{
  2010. float: right;
  2011. margin-left: 5px;
  2012. }
  2013. /*.control-div .search-start::before{
  2014. content: "开始搜索";
  2015. }
  2016. .control-div .search-clear::before{
  2017. content: "清空搜索条件";
  2018. }
  2019. .control-div .search-close::before{
  2020. content: "关闭搜索";
  2021. }*/
  2022. .search-mon-list{
  2023. box-sizing: border-box;
  2024. border: 1px solid white;
  2025. border-radius: 5px;
  2026. background: grey;
  2027. display: grid;
  2028. width: 100%;
  2029. grid-template-columns: repeat(auto-fill, 75px);
  2030. grid-auto-rows: min-content;
  2031. grid-gap: 5px;
  2032. }
  2033. .search-mon-list:empty {
  2034. display: none;
  2035. }
  2036. .search-box .search-list-length
  2037. {
  2038. float: right;
  2039. }
  2040. .search-box .search-list-length[data-search-result-count="0"]
  2041. {
  2042. display: none;
  2043. }
  2044. .search-box .search-list-length:not([data-search-result-count="0"])::after
  2045. {
  2046. content: attr(data-search-result-count);
  2047. }
  2048. /*图鉴模式使用粘性定位*/
  2049. .guide-mod .sticky-box {
  2050. position: sticky;
  2051. top: 0;
  2052. z-index: 2;
  2053. }
  2054. /*图鉴模式默认高度为30%设备高度,可修改大小*/
  2055. .guide-mod .search-mon-list{
  2056. overflow: auto;
  2057. height: 30vh;
  2058. resize: vertical;
  2059. }
  2060. .setting-box .row-mon-id .real-time-change-card-label
  2061. {
  2062. margin-right: 0;
  2063. margin-left: 5px;
  2064. }
  2065. .setting-box .row-mon-id .open-search{
  2066. float: right;
  2067. }
  2068. .can-assist-label,
  2069. .sort-reverse-label
  2070. {
  2071. margin-left: 5px;
  2072. }
  2073. .setting-box>.setting-row{
  2074. width: 100%;
  2075. box-sizing: border-box;
  2076. padding: 0 7px;
  2077. margin-top: 5px;
  2078. }
  2079. .edit-box .monsterinfo-box{
  2080. display: grid;
  2081. grid-auto-rows: min-content;
  2082. grid-template-columns: 100px auto 140px;
  2083. gap: 5px;
  2084. font-family: var(--game-font-family);
  2085. color: white;
  2086. font-size: 22px;
  2087. line-height: 22px;
  2088. text-shadow: black 2px 2px 0;
  2089. background-image: linear-gradient(#798421,#394914);
  2090. border-top: #B1BB39 solid 4px;
  2091. border-bottom: #72941D ridge 7px;
  2092. box-shadow: black 0 3px 3px;
  2093. padding: 5px 10px;
  2094. position: sticky;
  2095. top: 0;
  2096. z-index: 1;
  2097. }
  2098. .row-awoken-sawoken .awoken-ul,
  2099. .row-awoken-sawoken .current-super-awoken
  2100. {
  2101. display: inline-flex;
  2102. vertical-align: top;
  2103. }
  2104. .row-awoken-sawoken .current-super-awoken::before{
  2105. content:"+";
  2106. line-height: 25px;
  2107. }
  2108. .monsterinfo-box .monster-head {
  2109. grid-row: 1 / 4;
  2110. }
  2111. .monsterinfo-box .monsterinfo-line {
  2112. display: flex;
  2113. }
  2114. .monsterinfo-box .row-awoken-sawoken {
  2115. grid-column: 1 / 4;
  2116. display: flex;
  2117. gap: 5px;
  2118. flex-wrap: wrap;
  2119. align-items: flex-start;
  2120. }
  2121. .monsterinfo-groupId{
  2122. grid-row: 1 / 3;
  2123. grid-column: 3;
  2124. display: flex;
  2125. flex-direction: column;
  2126. font-size: 14px;
  2127. line-height: 16px;
  2128. }
  2129. .monsterinfo-groupId div{
  2130. cursor: pointer;
  2131. white-space:nowrap;
  2132. text-overflow:ellipsis;
  2133. overflow:hidden;
  2134. }
  2135. .monsterinfo-groupId div:hover::after
  2136. {
  2137. content: "🔍";
  2138. }
  2139. /*.monsterinfo-box .monster-id::before{
  2140. content: "No.";
  2141. }*/
  2142. .monsterinfo-box .monster-id{
  2143. width:120px;
  2144. }
  2145. .monsterinfo-box .monster-rare{
  2146. width: 100px;
  2147. }
  2148. .monsterinfo-box .monster-rare::before,
  2149. .monsterinfo-box .monster-rare::after
  2150. {
  2151. color:gold;
  2152. text-shadow: black 0 0 3px,black 0 2px 3px;
  2153. }
  2154. .monsterinfo-box .monster-rare::before
  2155. {
  2156. display: inline-block;
  2157. width: 30px;
  2158. text-align: right;
  2159. vertical-align: top;
  2160. }
  2161. .monster-rare[data-rarity='1']::after{content: "★";}
  2162. .monster-rare[data-rarity='2']::after{content: "★★";}
  2163. .monster-rare[data-rarity='3']::after{content: "★★★";}
  2164. .monster-rare[data-rarity='4']::after{content: "★★★★";}
  2165. .monster-rare[data-rarity='5']::after{content: "★★★★★";}
  2166. .monster-rare[data-rarity='6']::after{content: "★★★★★\A★";}
  2167. .monster-rare[data-rarity='7']::after{content: "★★★★★\A★★";}
  2168. .monster-rare[data-rarity='8']::after{content: "★★★★★\A★★★";}
  2169. .monster-rare[data-rarity='9']::after{content: "★★★★★\A★★★★";}
  2170. .monster-rare[data-rarity='10']::after{content: "★★★★★\A★★★★★";}
  2171. .monster-rare::before{content: attr(data-rarity);}
  2172. .monster-rare::after{
  2173. font-size: 0.5em;
  2174. line-height: 1em;
  2175. display: inline-block;
  2176. white-space: break-spaces;
  2177. }
  2178. .monsterinfo-box .monster-mp::before
  2179. {
  2180. content: " ";
  2181. background-image: url(images/icon-MP.png);
  2182. background-size: cover;
  2183. display: inline-block;
  2184. width: 22px;
  2185. height: 22px;
  2186. vertical-align: middle;
  2187. }
  2188. .monsterinfo-box .monster-type {
  2189. display: flex;
  2190. }
  2191. .monsterinfo-box .monster-type .type-name{
  2192. display:inline-block;
  2193. margin-right: 10px;
  2194. }
  2195. .monsterinfo-box .monster-type .type-icon{
  2196. margin-right:3px;
  2197. }
  2198. /*
  2199. .edit-box .setting-box .row-mon-awoken::before{
  2200. content: "▼怪物觉醒";
  2201. }
  2202. */
  2203. .row-mon-awoken .awoken-count-num{
  2204. display: inline-block;
  2205. transform: scale(0.84);
  2206. margin: -3px -1px;
  2207. }
  2208. .edit-box .awoken-ul .awoken-icon,
  2209. .row-mon-awoken .awoken-count-num
  2210. {
  2211. cursor: pointer;
  2212. }
  2213. .row-mon-awoken .awoken-count-num,
  2214. .row-mon-awoken .awoken-icon
  2215. {
  2216. vertical-align: top;
  2217. }
  2218. /*选中的觉醒后面部分半透明,前面的不透明*/
  2219. .row-mon-awoken input[type="radio"]
  2220. {
  2221. display: none;
  2222. }
  2223. .row-mon-awoken input[type="radio"]:checked~label
  2224. {
  2225. opacity: var(--search-icon-unchecked);
  2226. }
  2227. /*.edit-box .setting-box .row-mon-super-awoken::before{
  2228. content: "▼超觉醒";
  2229. }*/
  2230. .row-awoken-sawoken .awoken-count-num,
  2231. .row-awoken-sawoken .awoken-icon
  2232. {
  2233. grid-column: span 1;
  2234. grid-row: span 1;
  2235. }
  2236. .current-super-awoken {
  2237. margin-right: 5px;
  2238. }
  2239. /*未选中的超觉醒半透明,选中的不透明*/
  2240. .row-mon-super-awoken .awoken-icon{
  2241. opacity: var(--search-icon-unchecked);
  2242. }
  2243. .setting-box .ability-box {
  2244. box-sizing: border-box;
  2245. border: #FFDA70 solid 2px;
  2246. border-radius: 15px;
  2247. background-image: url("images/dragon-totem.svg"),
  2248. radial-gradient(circle at top, #f3c67178 0%,transparent 30%),
  2249. linear-gradient(#9E7841, #60492C 30%, #382716);/*, radial-gradient(circle at top, #B48C49,transparent);*/
  2250. background-size: 250px, 100%, 100%;
  2251. background-repeat: no-repeat;
  2252. background-position: 0 -30px, 0 , 0;
  2253. padding: 9px;
  2254. position: relative;
  2255. overflow: hidden;
  2256. }
  2257. .setting-box .ability-box>div{
  2258. position: relative;
  2259. z-index: 1;
  2260. }
  2261. /*.edit-box .setting-box .row-mon-ability::before{
  2262. content: "▼怪物能力";
  2263. }*/
  2264. .row-mon-ability ul{
  2265. margin-top: var(--border-width);
  2266. }
  2267. .row-mon-ability ul li::before{
  2268. width: 2.5em;
  2269. display: inline-block;
  2270. }
  2271. .row-mon-ability .ability-value{
  2272. width: 4em;
  2273. display: inline-block;
  2274. text-align: right;
  2275. }
  2276. .edit-box .setting-box .row-mon-plus::before{
  2277. /*content: "▼怪物加值";*/
  2278. display:block;
  2279. }
  2280. .row-mon-ability ul,
  2281. .row-mon-plus ul,
  2282. .row-mon-level .level-value,
  2283. .row-ability .monster-cost,
  2284. .row-mon-plus li
  2285. {
  2286. font-family: var(--game-font-family );
  2287. font-size: 20px;
  2288. line-height: 28px;
  2289. text-shadow: black 2px 2px 0;
  2290. }
  2291. .row-ability .monster-cost
  2292. {
  2293. background-color: #2F2B28;
  2294. border: solid 3px #563E22;
  2295. border-radius: 12px;
  2296. padding: 0 5px;
  2297. box-shadow: inset 0 3px 3px black;
  2298. font-size: 15px;
  2299. line-height: unset;
  2300. }
  2301. .row-mon-plus .plus-box{
  2302. border-color: #A07740;
  2303. border-style: solid;
  2304. border-width: var(--border-width);
  2305. border-radius: 8px;
  2306. background-color: #44392C;
  2307. box-shadow: inset black 0 3px 5px;
  2308. white-space: nowrap; /*避免纵向297跑到下一行*/
  2309. }
  2310. .row-mon-plus li{
  2311. padding: 0 5px;
  2312. }
  2313. /*.m-plus-hp-li::before{content: "HP";}
  2314. .m-plus-atk-li::before{content: "攻击";}
  2315. .m-plus-rcv-li::before{content: "回复";}*/
  2316. .row-mon-plus .plus-value{
  2317. color: yellow;
  2318. }
  2319. .row-mon-plus .plus-value::before{content: "(+";}
  2320. .row-mon-plus .plus-value::after{content: ")";}
  2321. .row-mon-plus .plus-value input
  2322. {
  2323. color: inherit;
  2324. font-family: inherit;
  2325. font-size: inherit;
  2326. text-shadow: inherit;
  2327. box-sizing: border-box;
  2328. width: 2em;
  2329. line-height: 28px;
  2330. height: 28px;
  2331. padding: 0;
  2332. -moz-appearance: textfield; /*火狐去掉数字加减*/
  2333. }
  2334. /*webkit去掉数字加减*/
  2335. .row-mon-plus .plus-value input::-webkit-outer-spin-button,
  2336. .row-mon-plus .plus-value input::-webkit-inner-spin-button{
  2337. -webkit-appearance: none !important;
  2338. margin: 0;
  2339. }
  2340. .row-mon-plus .m-plus-fast-setting::before
  2341. {
  2342. content: "+"attr(value);
  2343. }
  2344. .row-mon-plus .m-plus-fast-setting
  2345. {
  2346. padding: 0 3px;
  2347. box-sizing: border-box;
  2348. font-size: inherit;
  2349. line-height: 20px;
  2350. height: 30px;
  2351. }
  2352. .m-plus-btn-297 span{
  2353. /*Chrome浏览器不支持按钮本身的纵向,只能加一层*/
  2354. -webkit-writing-mode: vertical-lr;
  2355. }
  2356. .row-mon-plus .plus-box ul
  2357. {
  2358. display: inline-block;
  2359. vertical-align: top;
  2360. }
  2361. /*.edit-box .setting-box .row-mon-level::before{
  2362. content: "▼怪物等级";
  2363. }*/
  2364. .row-mon-level
  2365. {
  2366. margin-left: 10px;
  2367. }
  2368. .row-mon-level :is(
  2369. .level-value,
  2370. button
  2371. )::before
  2372. {
  2373. content: "Lv.";
  2374. }
  2375. .row-mon-level .subrow
  2376. {
  2377. font-family: var(--game-font-family );
  2378. font-size: 22px;
  2379. line-height: 22px;
  2380. }
  2381. .edit-box .setting-box .m-level
  2382. {
  2383. color: inherit;
  2384. font-family: inherit;
  2385. font-size: inherit;
  2386. text-shadow: inherit;
  2387. box-sizing: border-box;
  2388. line-height: inherit;
  2389. width: 100px;
  2390. height: 40px;
  2391. }
  2392. .row-mon-level button
  2393. {
  2394. box-sizing: border-box;
  2395. font-size: 18px;
  2396. padding: 0 3px;
  2397. vertical-align: top;
  2398. }
  2399. .row-mon-level button::before
  2400. {
  2401. font-size: 0.75em;
  2402. }
  2403. .row-mon-level :where(
  2404. .m-level-btn-min,
  2405. .m-level-btn-max,
  2406. )::after
  2407. {
  2408. content: attr(value);
  2409. }
  2410. .row-mon-level .m-level-btn-110::after
  2411. {
  2412. content: "(+" attr(data-limit-break-incr) "%)";
  2413. color: #00A0D8;
  2414. font-size: 0.75em;
  2415. display: block;
  2416. }
  2417. .m-level-btn-110
  2418. {
  2419. color: blue;
  2420. }
  2421. .m-level-btn-120
  2422. {
  2423. color: green;
  2424. }
  2425. /*
  2426. .m-level-exp::before{
  2427. content: "需要经验:";
  2428. }
  2429. .m-level-btn-max::before{
  2430. content: "最高Lv";
  2431. }
  2432. */
  2433. .row-mon-ability,
  2434. .row-mon-plus,
  2435. .row-mon-level,
  2436. .row-mon-cost
  2437. {
  2438. display: inline-block;
  2439. box-sizing: border-box;
  2440. vertical-align: top;
  2441. }
  2442. .row-mon-cost {
  2443. float: right;
  2444. }
  2445. .m-level,
  2446. .m-plus-hp,.m-plus-atk,.m-plus-rcv,
  2447. .m-skill-level
  2448. {
  2449. border: 1px solid grey;
  2450. background: none;
  2451. }
  2452. /*.edit-box .setting-box .row-mon-latent::before{
  2453. content: "▼潜在觉醒";
  2454. }
  2455. */
  2456. .row-mon-latent .latent-ul-div{
  2457. text-align: center;
  2458. }
  2459. .row-mon-latent .latent-ul{
  2460. background: rgba(88,75,56,154);
  2461. border: 2px ridge #94733f;
  2462. border-radius: 7px;
  2463. padding: 3px;
  2464. /*潜在觉醒布局,使用 gird*/
  2465. display: inline-grid;
  2466. grid-template-columns: repeat(6, 32px);
  2467. grid-auto-rows: 32px;
  2468. grid-gap: 12px;
  2469. }
  2470. .row-mon-latent .latent-ul.block-8 {
  2471. grid-template-columns: repeat(8, 32px);
  2472. }
  2473. /*没有block-8的,7格开始不显示*/
  2474. .latent-ul:not(.block-8)>.latent-icon:nth-of-type(n+7) {
  2475. display: none;
  2476. }
  2477. .row-mon-latent .latent-icon[data-latent-hole="1"] {
  2478. grid-column: span 1;
  2479. }
  2480. .row-mon-latent .latent-icon[data-latent-hole="2"] {
  2481. grid-column: span 2;
  2482. }
  2483. .row-mon-latent .latent-icon[data-latent-hole="6"] {
  2484. grid-column: span 6;
  2485. }
  2486. .latent-icon[data-latent-hole="2"]+.latent-icon,
  2487. .latent-icon[data-latent-hole="6"]+.latent-icon,
  2488. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon,
  2489. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon+.latent-icon,
  2490. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon+.latent-icon+.latent-icon,
  2491. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon+.latent-icon+.latent-icon+.latent-icon
  2492. {
  2493. display: none;
  2494. }
  2495. .m-latent-allowable-ul{
  2496. margin-bottom: 5px;
  2497. display: grid;
  2498. grid-template-columns: repeat(auto-fill, 32px);
  2499. grid-auto-rows: 32px;
  2500. grid-gap: 4px;
  2501. }
  2502. .m-latent-allowable-ul .latent-icon{
  2503. grid-column: span 1;
  2504. grid-row: span 1;
  2505. }
  2506. .m-latent-allowable-ul .latent-icon:last-of-type{
  2507. margin-right: unset;
  2508. }
  2509. /*没有打觉醒的空格,没有手指*/
  2510. .m-latent-allowable-ul .latent-icon,
  2511. .latent-ul .latent-icon[data-latent-icon]{
  2512. cursor: pointer;
  2513. }
  2514. /*不允许使用的潜觉,不是手指,半透明,灰度*/
  2515. .awoken-icon.unallowable-awoken,
  2516. .latent-icon.unallowable-latent
  2517. {
  2518. cursor: default;
  2519. opacity: var(--search-icon-unchecked);
  2520. filter: grayscale(100%);
  2521. }
  2522. .edit-box .setting-box .row-mon-skill
  2523. {
  2524. margin-bottom:5px;
  2525. }
  2526. /*.edit-box .setting-box .row-mon-skill,
  2527. .edit-box .setting-box .row-mon-leader-skill
  2528. {
  2529. margin-top:5px;
  2530. }*/
  2531. /*.skill-box .skill-cd::before{
  2532. content: "冷却回合:";
  2533. }
  2534. .skill-box .skill-level-label::before{
  2535. content: "Lv";
  2536. }
  2537. .skill-box .m-skill-lv-1::before{
  2538. content: "Lv";
  2539. }
  2540. .skill-box .m-skill-lv-max::before{
  2541. content: "最高Lv";
  2542. }*/
  2543. .skill-box .m-skill-lv-1::after,
  2544. .skill-box .m-skill-lv-max::after
  2545. {
  2546. content: attr(value);
  2547. }
  2548. .skill-box
  2549. {
  2550. font-family: var(--game-font-family);
  2551. font-size: 16px;
  2552. border: #9C743E solid 2px;
  2553. border-radius: 10px;
  2554. background-color: #B1AAA0;
  2555. overflow: hidden;
  2556. box-shadow: inset black 0 0 5px;
  2557. }
  2558. .row-mon-leader-skill .skill-box{
  2559. background-color: #D0CD81;
  2560. }
  2561. .skill-box .m-skill-level {
  2562. height: 30px;
  2563. width: 3.5em;
  2564. line-height: 25px;
  2565. box-sizing: border-box;
  2566. font-size: inherit;
  2567. font-family: inherit;
  2568. color: inherit;
  2569. text-shadow: inherit;
  2570. }
  2571. .skill-box .m-skill-lv-1,
  2572. .skill-box .m-skill-lv-max{
  2573. padding: 0 3px;
  2574. /*height: 30px;*/
  2575. box-sizing: border-box;
  2576. font-size: 18px;
  2577. }
  2578. .skill-box .skill-title{
  2579. background-color: #39180F;
  2580. box-shadow: inset black 0 5px 5px;
  2581. padding: 0 10px 0 2px;
  2582. text-shadow:black 3px 3px 0;
  2583. }
  2584. .skill-box .skill-title .skill-name
  2585. {
  2586. cursor: pointer;
  2587. }
  2588. .skill-box .skill-title .skill-name:hover::after
  2589. {
  2590. content: "🔍";
  2591. }
  2592. /*主动技能、队长技能、进化技能的图形设置*/
  2593. .skill-title .type-title{
  2594. background-color: #774433;
  2595. border: #BBAA55 solid 2px;
  2596. border-radius: 8px;
  2597. margin-right: 5px;
  2598. padding: 0 5px;
  2599. line-height: 24px;
  2600. display: inline-block;
  2601. position: relative;
  2602. }
  2603. .skill-title .type-title::after{
  2604. -webkit-background-clip: text;
  2605. background-clip: text;
  2606. color: transparent;
  2607. text-shadow: none;
  2608. position: absolute;
  2609. left: 5px;
  2610. }
  2611. .skill-title .type-title::before{
  2612. text-shadow: none;
  2613. -webkit-text-stroke: 3px black;
  2614. }
  2615. /* 主动技能 */
  2616. .row-mon-skill .type-title::after
  2617. {
  2618. background-image: linear-gradient(white 25%, #3377AA 80%);
  2619. }
  2620. .row-mon-skill .skill-title .skill-name,
  2621. .evolved-skill-title .skill-name
  2622. {
  2623. color: #84BAFC;
  2624. }
  2625. /* 队长技能 */
  2626. .row-mon-leader-skill .type-title::after
  2627. {
  2628. background-image: linear-gradient(#FFFF99 25%, #EE7744 80%);
  2629. }
  2630. .row-mon-leader-skill .skill-title .skill-name{
  2631. color: #85FD80;
  2632. }
  2633. /* 进化技能 */
  2634. .row-mon-skill .evolved-skill .type-title::after
  2635. {
  2636. background-image: linear-gradient(#228899 25%, #44DDDD 80%);
  2637. }
  2638. .row-mon-skill .evolved-skill-title
  2639. {
  2640. background-color: rgba(0,0,0,0.5);
  2641. font-family: var(--game-font-family);
  2642. font-weight: normal;
  2643. color: white;
  2644. padding: 0 10px 0 2px;
  2645. text-shadow:black 2px 2px 0;
  2646. }
  2647. .evolved-skill-title .skill-level-label,
  2648. .evolved-skill-title .skill-cd,
  2649. .skill-box .skill-cd-control,
  2650. .skill-box .skill-parse-control
  2651. {
  2652. float: right;
  2653. }
  2654. .skill-box .skill-cd{
  2655. margin-left: 10px;
  2656. }
  2657. .skill-box:not(.show-skill-original) .skill-datail-original
  2658. {
  2659. display: none;
  2660. }
  2661. .skill-datail-original,
  2662. .skill-datail-parsed{
  2663. color: black;
  2664. padding: 0 8px 6px 8px;
  2665. line-height: 25px;
  2666. white-space: break-spaces;
  2667. }
  2668. .skill-datail-parsed{
  2669. font-family: var(--font-family);
  2670. font-weight: bold;
  2671. }
  2672. .skill-datail-original
  2673. {
  2674. border-bottom: #9C743E solid 2px;
  2675. }
  2676. .skill-datail-parsed .detail-search::before{
  2677. content: "🔍";
  2678. }
  2679. .random-active-skill,
  2680. .evolved-active-skill
  2681. {
  2682. padding-left: 1em;
  2683. }
  2684. .random-active-skill>li,
  2685. .evolved-active-skill>li
  2686. {
  2687. list-style: decimal;
  2688. border-bottom: 1px solid white;
  2689. }
  2690. .random-active-skill>li:last-of-type,
  2691. .evolved-active-skill>li:last-of-type
  2692. {
  2693. border-bottom: unset;
  2694. }
  2695. .edit-box .button-box{
  2696. border-top: black solid 3px;
  2697. background-color: rgba(0,0,0,0.5);
  2698. padding: 5px;
  2699. height: 50px;
  2700. }
  2701. .edit-box .button-box .button-null,
  2702. .edit-box .button-box .button-delay,
  2703. .edit-box .button-box .button-cancel,
  2704. .edit-box .button-box .button-done{
  2705. height: 50px;
  2706. box-sizing: border-box;
  2707. font-size: 25px;
  2708. font-weight: bold;
  2709. }
  2710. .edit-box .button-box .button-null,
  2711. .edit-box .button-box .button-delay{
  2712. float: left;
  2713. margin-right:5px;
  2714. }
  2715. .edit-box .button-box .button-cancel,
  2716. .edit-box .button-box .button-done{
  2717. float: right;
  2718. margin-left:5px;
  2719. }
  2720. /*.edit-box .button-box .button-null::after{
  2721. content: "留空格子";
  2722. }
  2723. .edit-box .button-box .button-delay::after{
  2724. content: "应对威吓";
  2725. }
  2726. .edit-box .button-box .button-cancel::after{
  2727. content: "取消修改";
  2728. }
  2729. .edit-box .button-box .button-done::after{
  2730. content: "确认修改";
  2731. }
  2732. .edit-box .button-box .button-done.cant-assist::after{
  2733. content: "不能辅助";
  2734. }*/
  2735. .formation-awoken::before,
  2736. .team-awoken::before
  2737. {
  2738. font-size: 20px;
  2739. margin-top:5px;
  2740. /*content: "觉醒总计:";*/
  2741. }
  2742. .detail-box{
  2743. margin-top:5px;
  2744. }
  2745. /*控制框*/
  2746. .control-box{
  2747. margin-bottom: 10px;
  2748. }
  2749. .control-box>div
  2750. {
  2751. margin-bottom: 2px;
  2752. }
  2753. .control-box .languages-label::before{
  2754. content: "\f1ab Lanuage:";
  2755. }
  2756. .control-box .lbl-henshin-change,
  2757. .help-link
  2758. {
  2759. display: inline-block;
  2760. }
  2761. .control-box .solo-link::before{
  2762. content: "Jump To Solo Version";
  2763. }
  2764. .control-box .multi-link::before{
  2765. content: "Jump To 2-Player Version";
  2766. }
  2767. /*
  2768. .control-box .btn-show-mon-skill-cd::before{
  2769. content: "显示怪物ID";
  2770. }
  2771. .show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{
  2772. content: "⬜隐藏已满技能CD";
  2773. }
  2774. .control-box .btn-show-mon-skill-cd::before{
  2775. content: "❄️显示已满技能CD";
  2776. }
  2777. .control-box .lbl-henshen-change::before{
  2778. content: "🕴️变身";
  2779. }
  2780. */
  2781. .control-box .lbl-henshin-change button
  2782. {
  2783. font-size: 1.5em;
  2784. }
  2785. .control-box .btn-henshin::before{
  2786. content: "▷";
  2787. }
  2788. .control-box .btn-henshin[data-step^="-"]::before{
  2789. content: "◁";
  2790. }
  2791. #btn-set-dungeon-enchance {
  2792. margin-left: 1em;
  2793. }
  2794. .control-box .btn-remove-assist{
  2795. vertical-align: bottom;
  2796. }
  2797. .control-box .btn-remove-assist::before{
  2798. content: "";
  2799. background-image: url(images/icon-assist-bind.png);
  2800. background-repeat: no-repeat;
  2801. background-size: contain;
  2802. display: block;
  2803. width: 2em;
  2804. height: 2em;
  2805. }
  2806. #interchange-line{
  2807. pointer-events: none;
  2808. position: absolute;
  2809. left: 0;
  2810. top: 0;
  2811. }
  2812. #interchange-line g line {
  2813. fill: none;
  2814. stroke: blue;
  2815. stroke-linecap: round;
  2816. stroke-width: 5;
  2817. stroke-dasharray: 10;
  2818. }
  2819. /*面板相关*/
  2820. .board {
  2821. display: inline-block;
  2822. vertical-align: middle;
  2823. }
  2824. .board-set>span {
  2825. cursor: pointer;
  2826. margin: 0 3px;
  2827. }
  2828. .board-set>span::before {
  2829. content: attr(data-column-count)"×"attr(data-row-count)"🔁";
  2830. }
  2831. .board.display-none+span {
  2832. display: none;
  2833. }
  2834. /*因为比例不一样,为了保证高度一致,应该以高度来算而不是宽度来算*/
  2835. .skill-datail-parsed .board {
  2836. /* 缩小的基础倍率 */
  2837. --base-scale: 0.75;
  2838. /* 画面缩小的倍率 */
  2839. transform: scale(var(--scale));
  2840. /* 缩小后内缩的范围 */
  2841. margin: calc(-36px * var(--row) * (1 - var(--scale)) / 2) calc(-36px * var(--colum) * (1 - var(--scale)) / 2);
  2842. }
  2843. .skill-datail-parsed .board[data-row-count="5"] {
  2844. --scale: calc(var(--base-scale) * 4 / 5);
  2845. --colum: 6;
  2846. --row: 5;
  2847. }
  2848. .skill-datail-parsed .board[data-row-count="6"] {
  2849. --scale: calc(var(--base-scale) * 4 / 6);
  2850. --colum: 7;
  2851. --row: 6;
  2852. }
  2853. .skill-datail-parsed .board[data-row-count="4"] {
  2854. --scale: calc(var(--base-scale) * 4 / 4);
  2855. --colum: 5;
  2856. --row: 4;
  2857. }
  2858. .board .orb
  2859. {
  2860. transform: unset;
  2861. margin: unset;
  2862. }
  2863. .board .orb.enhanced::after,
  2864. .board .orb.locked::after,
  2865. .board .orb.bound::after
  2866. {
  2867. content: "";
  2868. transform: unset;
  2869. }
  2870. .board .block {
  2871. position: relative;
  2872. }
  2873. .block::before,
  2874. .block::after
  2875. {
  2876. transform: scale(0.75);
  2877. display: block;
  2878. position: absolute;
  2879. left: 0;
  2880. top: 0;
  2881. width: 36px;
  2882. height: 36px;
  2883. background-repeat: no-repeat;
  2884. }
  2885. .block::before {
  2886. z-index: 1;
  2887. }
  2888. .board .orb {
  2889. z-index: 5;
  2890. }
  2891. .block::after {
  2892. z-index: 10;
  2893. transition: opacity 0.3s;
  2894. }
  2895. .block:hover::after {
  2896. opacity: 0.3;
  2897. }
  2898. /*轮盘位,在宝珠后面*/
  2899. .block.roulette::before
  2900. {
  2901. content: "";
  2902. background-image: url(images/icon-orbs.png);
  2903. background-position-x:calc(-36px * 1);
  2904. background-position-y:calc(-36px * 7);
  2905. transform: scale(1.3);
  2906. }
  2907. /*云,在宝珠前面*/
  2908. .block.clouds::after
  2909. {
  2910. content: "";
  2911. background-image: url(images/icon-cloud-1.png);
  2912. background-size: contain;
  2913. transform: scale(1.4);
  2914. }
  2915. /*封条,在宝珠前面*/
  2916. .block.immobility::after
  2917. {
  2918. content: "";
  2919. background-image: url(images/icon-immobility.png);
  2920. background-size: cover;
  2921. }
  2922. /*需要旋转的,比如封条*/
  2923. .block.rotate::after,
  2924. .block.rotate::before
  2925. {
  2926. transform: rotate(90deg);
  2927. }
  2928. .orb-ul
  2929. {
  2930. display: grid;
  2931. grid-template-columns: repeat(auto-fill, 36px);
  2932. grid-auto-rows: 36px;
  2933. grid-gap: 5px;
  2934. }
  2935. .orb-icon
  2936. {
  2937. width: 20px;
  2938. height: 20px;
  2939. border: 1px black solid;
  2940. border-radius: 50%;
  2941. padding: 0;
  2942. text-align: center;
  2943. display: inline-block;
  2944. }
  2945. table .orb-icon
  2946. {
  2947. display: table-cell;
  2948. }
  2949. .orb-icon::before
  2950. {
  2951. font-size: 13px;
  2952. line-height: 13px;
  2953. display: block;
  2954. max-height: 100%;
  2955. max-width: 100%;
  2956. }
  2957. .orb-icon[data-orb-icon="0"]
  2958. { /*火*/
  2959. background-color: #ef3535;
  2960. }
  2961. .orb-icon[data-orb-icon="0"]::before
  2962. {
  2963. content: "🔥";
  2964. }
  2965. .orb-icon[data-orb-icon="1"]
  2966. { /*水*/
  2967. background-color: #258bed;
  2968. }
  2969. .orb-icon[data-orb-icon="1"]::before
  2970. {
  2971. content: "🌊";
  2972. }
  2973. .orb-icon[data-orb-icon="2"]
  2974. { /*木*/
  2975. background-color: #28c031;
  2976. }
  2977. .orb-icon[data-orb-icon="2"]::before
  2978. {
  2979. content: "🍃";
  2980. }
  2981. .orb-icon[data-orb-icon="3"]
  2982. { /*光*/
  2983. background-color: #eded29;
  2984. }
  2985. .orb-icon[data-orb-icon="3"]::before
  2986. {
  2987. content: "🌞";
  2988. }
  2989. .orb-icon[data-orb-icon="4"]
  2990. { /*暗*/
  2991. background-color: #972ecb;
  2992. }
  2993. .orb-icon[data-orb-icon="4"]::before
  2994. {
  2995. content: "🦇";
  2996. }
  2997. .orb-icon[data-orb-icon="5"]
  2998. { /*心*/
  2999. background-color: #f8baba;
  3000. border-radius: 3px;
  3001. }
  3002. .orb-icon[data-orb-icon="5"]::before
  3003. {
  3004. content: "💗";
  3005. }
  3006. .orb-icon[data-orb-icon="6"]
  3007. { /*废*/
  3008. background-color: #d3d3d3;
  3009. border-radius: 5px;
  3010. }
  3011. .orb-icon[data-orb-icon="6"]::before
  3012. {
  3013. content: "🕷️";
  3014. }
  3015. .orb-icon[data-orb-icon="7"]
  3016. { /*毒*/
  3017. background-color: #e831f3;
  3018. border-radius: 5px;
  3019. }
  3020. .orb-icon[data-orb-icon="7"]::before
  3021. {
  3022. content: "💀";
  3023. }
  3024. .orb-icon[data-orb-icon="8"]
  3025. { /*剧毒*/
  3026. background-color: #670181;
  3027. border-radius: 5px;
  3028. }
  3029. .orb-icon[data-orb-icon="8"]::before
  3030. {
  3031. content: "☠️";
  3032. }
  3033. .orb-icon[data-orb-icon="9"]
  3034. { /*炸弹*/
  3035. background-color: #7c7c7c;
  3036. }
  3037. .orb-icon[data-orb-icon="9"]::before
  3038. {
  3039. content: "💣";
  3040. }
  3041. .team-flags .team-member-icon {
  3042. display: inline-block;
  3043. border-width: 1px;
  3044. border-style: solid;
  3045. border-color: black;
  3046. border-radius: 3px;
  3047. width: 10px;
  3048. height:10px;
  3049. }
  3050. .team-flags .team-member-icon:first-of-type,
  3051. .team-flags .team-member-icon:last-of-type
  3052. {
  3053. border-top-width: 2px;
  3054. border-color: darkred;
  3055. }
  3056. .team-flags .team-member-icon:first-of-type {
  3057. margin-right: 1px;
  3058. }
  3059. .team-flags .team-member-icon:last-of-type {
  3060. margin-left: 1px;
  3061. }
  3062. .team-flags.leader-self .team-member-icon:first-of-type {
  3063. background-color: pink;
  3064. }
  3065. .team-flags.leader-helper .team-member-icon:last-of-type {
  3066. background-color: pink;
  3067. }
  3068. .team-flags.sub-members .team-member-icon:not(:first-of-type):not(:last-of-type) {
  3069. background-color: lightgreen;
  3070. }
  3071. .team-flags.self .team-member-icon:nth-of-type(4) {
  3072. background-color: lightblue !important;
  3073. }
  3074. /*.open-evolutionary-tree::before
  3075. {
  3076. content: "⛓️进化链";
  3077. }*/
  3078. .search-evolution-by-this icon
  3079. {
  3080. transform: scale(50%);
  3081. margin: -8px;
  3082. }
  3083. .mask
  3084. {
  3085. position: absolute;
  3086. width: 100%;
  3087. left: 0;
  3088. top: 0;
  3089. background-color: rgba(0,0,0,0.8);
  3090. z-index: 20;
  3091. backdrop-filter: blur(5px);
  3092. }
  3093. .mask-content
  3094. {
  3095. text-align: center;
  3096. }
  3097. .mask .control-button-box
  3098. {
  3099. color: white;
  3100. }
  3101. .evo-box
  3102. {
  3103. display: inline-block;
  3104. text-align: left;
  3105. }
  3106. .evo-panel,
  3107. .evo-panel-left,
  3108. .evo-panel-right
  3109. {
  3110. display: inline-block;
  3111. }
  3112. .mask-evolutionary-tree .evo-panel-left>.monster-head
  3113. {
  3114. display: inline-block;
  3115. }
  3116. .evo-materials>li
  3117. {
  3118. display: inline-block;
  3119. }
  3120. .mask-evolutionary-tree .evo-materials .monster
  3121. {
  3122. transform: scale(0.60);
  3123. margin: calc(-100px * (1 - 0.60) / 2);
  3124. }
  3125. .mask-evolutionary-tree .evo-panel-left>.monster-head>.monster .id
  3126. {
  3127. bottom: 5px;
  3128. font-size: 20px;
  3129. }
  3130. .mask-evolutionary-tree .evo-materials .monster .id
  3131. {
  3132. bottom: 5px;
  3133. font-size: 22px;
  3134. }
  3135. .evo-panel
  3136. {
  3137. border:black 2px solid;
  3138. border-radius: 7px;
  3139. background-color: #DEAA76;
  3140. }
  3141. .evo-panel-left,
  3142. .evo-panel-right
  3143. {
  3144. border:#D19635 2px solid;
  3145. border-radius: 4px;
  3146. height: 100px;
  3147. vertical-align: top;
  3148. }
  3149. .evo-panel-left
  3150. {
  3151. border-top-right-radius: unset;
  3152. border-bottom-right-radius: unset;
  3153. border-right: none;
  3154. background-image: linear-gradient(#A16928, #5F3D16);
  3155. padding: 0 2px;
  3156. text-align: center;
  3157. }
  3158. .evo-panel-right
  3159. {
  3160. border-top-left-radius: unset;
  3161. border-bottom-left-radius: unset;
  3162. border-left: none;
  3163. background-image: url(images/slate.svg);
  3164. background-size: 200px;
  3165. }
  3166. .evo-panel-right .monster-name
  3167. {
  3168. font-family: var(--game-font-family);
  3169. font-size: 15px;
  3170. line-height: 15px;
  3171. background: #42341F;
  3172. border: 2px inset #F4F18E;
  3173. border-radius: 5px;
  3174. margin: 4px;
  3175. padding: 5px;
  3176. }
  3177. .evo-materials
  3178. {
  3179. margin: 0 4px;
  3180. }
  3181. .evo-materials .monster.null
  3182. {
  3183. opacity: 0.5;
  3184. }
  3185. .evo-materials>li
  3186. {
  3187. margin: 1px;
  3188. }
  3189. .evo-subevo
  3190. {
  3191. padding-left: 35px;
  3192. padding-top: 5px;
  3193. }
  3194. .evo-subevo>li
  3195. {
  3196. position:relative;
  3197. }
  3198. .evo-subevo>li::before
  3199. {
  3200. content:' ';
  3201. position:absolute;
  3202. top:0;
  3203. left:-20px;
  3204. width:15px;
  3205. height:100%;
  3206. border-left:3px solid #E88230;
  3207. }
  3208. .evo-subevo>li::after
  3209. {
  3210. content:' ';
  3211. position:absolute;
  3212. top:43px;
  3213. left:-10px;
  3214. width:0;
  3215. height:0;
  3216. border-top: 8px solid transparent;
  3217. border-left: 10px solid #FFEE71;
  3218. border-bottom: 8px solid transparent;
  3219. }
  3220. .evo-subevo>li:last-child::before
  3221. {
  3222. border-bottom: 3px solid #F3B750;
  3223. border-bottom-left-radius: 8px;
  3224. height:50px;
  3225. }
  3226. .evo-subevo>li:last-child>.evo-box::before
  3227. {
  3228. display: none;
  3229. }
  3230. .evo-subevo>li>.evo-box::before
  3231. {
  3232. content:' ';
  3233. position:absolute;
  3234. top:50px;
  3235. left:-20px;
  3236. width:18px;
  3237. border:none;
  3238. border-top:3px solid #E88230;
  3239. }
  3240. .evo-panel-left .evo-type,
  3241. .evo-panel-left .evo-type::after
  3242. {
  3243. font-family: var(--game-font-family);
  3244. font-size: 15px;
  3245. line-height: 15px;
  3246. }
  3247. .evo-panel-left .evo-type
  3248. {
  3249. display: inline-block;
  3250. position: relative;
  3251. }
  3252. .evo-panel-left .evo-type::after
  3253. {
  3254. -webkit-background-clip: text; /*垃圾Chrome,不支持无前缀的*/
  3255. background-clip: text;
  3256. color: transparent;
  3257. position: absolute;
  3258. left: 0;
  3259. }
  3260. .evo-panel-left .evo-type::before
  3261. {
  3262. /*text-shadow: black 1px 1px 0,black -1px 1px 0,black 1px -1px 0,black -1px -1px 0;*/
  3263. -webkit-text-stroke: 3px black; /*非W3C标准,但都支持*/
  3264. }
  3265. .control-box,
  3266. .control-box button
  3267. {
  3268. font-family: var(--icon-font-family);
  3269. }
  3270. #default-level {
  3271. width: 50px;
  3272. }
  3273. #qr-code-frame
  3274. {
  3275. color: white;
  3276. }
  3277. #qr-code-frame .brown-button::before
  3278. {
  3279. font-family: var(--icon-font-family);
  3280. font-weight: normal;
  3281. width: unset;
  3282. }
  3283. #qr-code-frame a
  3284. {
  3285. color: white;
  3286. }
  3287. #qr-code-frame .string-input
  3288. {
  3289. width: calc(100% - 170px);
  3290. box-sizing: border-box;
  3291. }
  3292. :lang(en) #qr-code-frame .string-input
  3293. {
  3294. width: calc(100% - 220px);
  3295. }
  3296. #qr-code-frame .string-output
  3297. {
  3298. width: calc(100% - 20px);
  3299. }
  3300. #qr-code-frame .qr-box
  3301. {
  3302. margin: 5px;
  3303. }
  3304. .save-qr-box
  3305. {
  3306. padding-bottom: 10px;
  3307. }
  3308. #qr-code-frame .read-qr-box::before,
  3309. #qr-code-frame .save-qr-box::before,
  3310. #qr-code-frame .paddb-team-edit::before
  3311. {
  3312. display: block;
  3313. text-align: left;
  3314. }
  3315. body:not(.solo.external-link-support) .paddb-team-edit{
  3316. /*没有装插件的不显示PADDB上传功能*/
  3317. display: none;
  3318. }
  3319. body.external-link-support #external-support{
  3320. /*装了插件的不显示请求装插件的消息*/
  3321. display: none;
  3322. }
  3323. #paddb-team-id {
  3324. width: 350px;
  3325. }
  3326. .qr-data-type-ul .qr-data-type-radio
  3327. {
  3328. display: none;
  3329. }
  3330. .qr-data-type-ul>li label
  3331. {
  3332. font-size: 20px;
  3333. padding: 5px;
  3334. }
  3335. .formation-link-from-string
  3336. {
  3337. font-size: 1.5em;
  3338. }
  3339. .read-qr-box .result-code::before {
  3340. content: "Code ";
  3341. }
  3342. .read-qr-box .result-code.error::before {
  3343. content: "Error ";
  3344. color: red;
  3345. }
  3346. .read-qr-box .result-code::after {
  3347. content: ":";
  3348. }
  3349. .qr-code-image
  3350. {
  3351. background-color: white;
  3352. }
  3353. .qr-data-type-ul .qr-data-type-radio
  3354. {
  3355. display: none;
  3356. }
  3357. .qr-data-type-ul>li label
  3358. {
  3359. font-size: 20px;
  3360. padding: 5px;
  3361. }
  3362. #player-data-frame .player-box-title
  3363. {
  3364. color: white;
  3365. text-align: center;
  3366. font-size: 2em;
  3367. font-family: var(--icon-font-family);
  3368. }
  3369. #player-data-frame .brown-button::before
  3370. {
  3371. font-family: var(--icon-font-family);
  3372. }
  3373. #player-data-frame .upload-data
  3374. {
  3375. float: right;
  3376. margin-right: 5px;
  3377. }
  3378. #player-data-frame .how-to-use
  3379. {
  3380. color: white;
  3381. font-weight: bold;
  3382. font-size: 1.2em;
  3383. margin-left: 15px;
  3384. }
  3385. .player-datas-list>li
  3386. {
  3387. text-align: center;
  3388. }
  3389. .player-card
  3390. {
  3391. display: inline-block;
  3392. background-color: #C39350;
  3393. background-image: url(images/slate.svg);
  3394. background-size: 300px 300px;
  3395. border: 3px solid black;
  3396. border-radius: 15px;
  3397. margin-top: 10px;
  3398. padding: 5px;
  3399. text-align: left;
  3400. font-family: var(--game-font-family);
  3401. border-spacing: 4px 0;
  3402. }
  3403. .player-card .delete::before
  3404. {
  3405. content: "\f2ed";
  3406. min-width: 40px;
  3407. }
  3408. .player-card .delete
  3409. {
  3410. float: right;
  3411. }
  3412. .player-card .set-default
  3413. {
  3414. vertical-align: bottom;
  3415. }
  3416. .player-card .name
  3417. {
  3418. background-color: #E7D5BA;
  3419. border: 1px solid #815C33;
  3420. border-radius: 5px;
  3421. padding: 0 5px;
  3422. font-family: var(--font-family);
  3423. }
  3424. .player-card .name::before
  3425. {
  3426. content: "";
  3427. display: inline-block;
  3428. width: 36px;
  3429. height: 36px;
  3430. background-image: url(images/icon-orbs.png);
  3431. background-position-y: 36px;
  3432. background-repeat: no-repeat;
  3433. vertical-align: bottom;
  3434. transform: scale(0.5);
  3435. margin: -9px;
  3436. margin-right: -3px;
  3437. }
  3438. .player-card .name[data-camp="1"]::before
  3439. {
  3440. background-position-y: 0;
  3441. }
  3442. .player-card .name[data-camp="2"]::before
  3443. {
  3444. background-position-y: -36px;
  3445. }
  3446. .player-card .name[data-camp="3"]::before
  3447. {
  3448. background-position-y: -72px;
  3449. }
  3450. .player-card .lvexp,
  3451. .player-card .stama,
  3452. .player-card .gold,
  3453. .player-card .coin
  3454. {
  3455. background-color: #363331;
  3456. border: #86663C 3px solid;
  3457. padding: 0 5px 0 5px;
  3458. }
  3459. .player-card .lvexp,
  3460. .player-card .gold
  3461. {
  3462. border-radius: 0 0 10px 10px;
  3463. border-bottom: none;
  3464. box-shadow: inset black -2px 3px 3px;
  3465. }
  3466. .player-card .stama,
  3467. .player-card .coin
  3468. {
  3469. border-radius: 10px 10px 0 0;
  3470. border-top: none;
  3471. box-shadow: inset black -2px -3px 3px;
  3472. }
  3473. .player-card .lvexp::before,
  3474. .player-card .stama::before
  3475. {
  3476. display: inline-block;
  3477. width: 45px;
  3478. }
  3479. .player-card .lvexp .level,
  3480. .player-card .stama .sta_number
  3481. {
  3482. width: 80px;
  3483. margin-left: 5px;
  3484. }
  3485. .player-card .lvexp .level::before
  3486. {
  3487. display: inline-block;
  3488. }
  3489. .player-card .gold,
  3490. .player-card .coin
  3491. {
  3492. width: 190px;
  3493. }
  3494. .player-card tr:not(:first-of-type)
  3495. {
  3496. text-shadow: black 1px 1px 1px;
  3497. }
  3498. .player-card .lvexp::before,
  3499. .player-card .lvexp .level
  3500. {
  3501. color: #F2DA50;
  3502. }
  3503. .player-card .stama::before,
  3504. .player-card .stama .sta_number
  3505. {
  3506. color: #29BCE9;
  3507. }
  3508. .player-card .stama .sta_number .sta_cur.stama-beyond
  3509. {
  3510. color: #F66A01;
  3511. }
  3512. .player-card .gold
  3513. {
  3514. color: #85FF8B;
  3515. }
  3516. .player-card .coin
  3517. {
  3518. color: #E1E64E;
  3519. }
  3520. .player-card .lvexp .level,
  3521. .player-card .stama .sta_number
  3522. {
  3523. display: inline-block;
  3524. }
  3525. .player-card .progress-bar
  3526. {
  3527. display: inline-block;
  3528. height: 8px;
  3529. width: 150px;
  3530. background-color: black;
  3531. border-radius: 10px;
  3532. box-shadow: inset white 0 -3px 2px;
  3533. box-sizing: border-box;
  3534. padding: 2px;
  3535. position: relative;
  3536. }
  3537. .player-card .progress-bar .bar,
  3538. .player-card .progress-bar .bar2
  3539. {
  3540. position: absolute;
  3541. height: 100%;
  3542. border-radius: 10px;
  3543. box-shadow: inset black 0 -3px 2px;
  3544. }
  3545. .player-card .lvexp .bar
  3546. {
  3547. background-color: #F2DA50;
  3548. }
  3549. .player-card .stama .bar
  3550. {
  3551. background-color: #29BCE9;
  3552. }
  3553. .player-card .stama .bar2
  3554. {
  3555. background-color: #F66A01;
  3556. }
  3557. .player-card .gold::before,
  3558. .player-card .coin::before
  3559. {
  3560. content: "";
  3561. display: inline-block;
  3562. width: 36px;
  3563. height: 36px;
  3564. background-image: url(images/icon-skills.png);
  3565. background-position-y: calc(-36px * 30);
  3566. background-repeat: no-repeat;
  3567. vertical-align: top;
  3568. transform: scale(0.75);
  3569. margin: calc(-36px * (1 - 0.75) / 2);
  3570. }
  3571. .player-card .gold::before
  3572. {
  3573. background-position-x: -36px;
  3574. }
  3575. .deck-line,
  3576. .deck,
  3577. .deck-radio-list
  3578. {
  3579. text-align: center;
  3580. }
  3581. .deck>li,
  3582. .deck-radio-list>li
  3583. {
  3584. display: inline-block;
  3585. position: relative
  3586. }
  3587. .deck-radio-list input
  3588. {
  3589. font-size: 2em;
  3590. cursor: pointer;
  3591. }
  3592. .deck
  3593. {
  3594. display: inline-block;
  3595. margin-bottom: 10px;
  3596. }
  3597. .deck .monster
  3598. {
  3599. transform: scale(0.75);
  3600. margin: calc(-100px * (1 - 0.75) / 2 );
  3601. }
  3602. .deck .monster.assist
  3603. {
  3604. left: 1px;
  3605. bottom: -16px;
  3606. position: absolute;
  3607. transform: scale(0.4);
  3608. margin: calc(-100px * (1 - 0.4) / 2 );
  3609. }
  3610. .player-datas-list [name="default-player-data"]:checked+.player-card
  3611. {
  3612. background-color: #D55D34;
  3613. }
  3614. /*.base .evo-type::before,
  3615. .base .evo-type::after
  3616. {
  3617. content: "基礎";
  3618. }
  3619. .evolution .evo-type::before,
  3620. .evolution .evo-type::after
  3621. {
  3622. content: "進化";
  3623. }
  3624. .ult-evo .evo-type::before,
  3625. .ult-evo .evo-type::after
  3626. {
  3627. content: "究極進化";
  3628. }
  3629. .reincarnation .evo-type::before,
  3630. .reincarnation .evo-type::after
  3631. {
  3632. content: "轉生進化";
  3633. }
  3634. .pixel-evo .evo-type::before,
  3635. .pixel-evo .evo-type::after
  3636. {
  3637. content: "像素進化";
  3638. font-family: "zpix";
  3639. font-weight: bold;
  3640. }
  3641. .assist-evo .evo-type::before,
  3642. .assist-evo .evo-type::after
  3643. {
  3644. content: "輔助進化";
  3645. }
  3646. .super-reincarnation .evo-type::before,
  3647. .super-reincarnation .evo-type::after
  3648. {
  3649. content: "超轉生進化";
  3650. }
  3651. .super-ult-evo .evo-type::before,
  3652. .super-ult-evo .evo-type::after
  3653. {
  3654. content: "超究極進化";
  3655. }*/
  3656. .pixel-evo .evo-type::before,
  3657. .pixel-evo .evo-type::after
  3658. {
  3659. font-family: "zpix";
  3660. font-weight: bold;
  3661. }
  3662. .base .evo-type::after
  3663. { /*基礎*/
  3664. background-image: linear-gradient(#FFFFBB, #FFFF88);
  3665. }
  3666. .base
  3667. {
  3668. background-color: #DCB476;
  3669. }
  3670. .base .evo-panel-right
  3671. {
  3672. border-color: #FDC686;
  3673. }
  3674. .evolution .evo-type::after
  3675. { /*進化*/
  3676. background-image: linear-gradient(#CCFF33, #88EE22);
  3677. }
  3678. .evolution
  3679. {
  3680. background-color: #C49669;
  3681. }
  3682. .evolution .evo-panel-right
  3683. {
  3684. border-color: #DEAA76;
  3685. }
  3686. .ult-evo .evo-type::after
  3687. { /*究極進化*/
  3688. background-image: linear-gradient(#FFFFAA 20%,#BB8800, #FFFFAA 80%);
  3689. }
  3690. .ult-evo
  3691. {
  3692. background-color: #DDD844;
  3693. }
  3694. .ult-evo .evo-panel-right
  3695. {
  3696. border-color: #FEF84F;
  3697. }
  3698. .reincarnation .evo-type::after
  3699. { /*轉生進化*/
  3700. background-image: linear-gradient(#00CCCC, #EEFFFF 50%,#AA8800 51%,#FFFFAA);
  3701. }
  3702. .reincarnation
  3703. {
  3704. background-color: #579889;
  3705. }
  3706. .reincarnation .evo-panel-right
  3707. {
  3708. border-color: #78B89A;
  3709. }
  3710. .pixel-evo .evo-type::after
  3711. { /*像素進化*/
  3712. background-image: linear-gradient(#FFDD77 33%, #EEBB33 34%, #EEBB33 66%, #BB7700 67%);
  3713. }
  3714. .pixel-evo
  3715. {
  3716. background-color: #B1AB94;
  3717. }
  3718. .pixel-evo .evo-panel-right
  3719. {
  3720. border-color: #CBC4AA;
  3721. }
  3722. .assist-evo .evo-type::after
  3723. { /*輔助進化*/
  3724. background-image: linear-gradient(#AAFF66, #557700);
  3725. }
  3726. .assist-evo
  3727. {
  3728. background-color: #607F38;
  3729. }
  3730. .assist-evo .evo-panel-right
  3731. {
  3732. border-color: #6F9241;
  3733. }
  3734. .super-reincarnation .evo-type::after
  3735. { /*超轉生進化*/
  3736. background-image: linear-gradient(#EE7700 ,#FFFF88 40%, #1155AA);
  3737. }
  3738. .super-reincarnation
  3739. {
  3740. background-color: #C15644;
  3741. }
  3742. .super-reincarnation .evo-panel-right
  3743. {
  3744. border-color: #DE634F;
  3745. }
  3746. .super-ult-evo .evo-type::after
  3747. { /*超究極進化*/
  3748. background-image: linear-gradient(#553300,#FFCC00 45%, #FFFF99 55%, #771100);
  3749. }
  3750. .super-ult-evo
  3751. {
  3752. background-image: linear-gradient(#C1D515,#DD7003);
  3753. }
  3754. .super-ult-evo .evo-panel-right
  3755. {
  3756. border-color: #DBE721;
  3757. }
  3758. .evo-panel.henshin .evo-type::after,
  3759. .evo-panel.henshin-loop .evo-type::after
  3760. { /*變身*/
  3761. background-image: linear-gradient(#00FFFF 30%, #FF00FF);
  3762. }
  3763. .evo-panel.random-henshin .evo-type::after
  3764. { /*随机變身*/
  3765. background-image: linear-gradient(#00FFFF 30%, #FFF 60%, #FF00FF);
  3766. }
  3767. .evo-panel.henshin,
  3768. .evo-panel.random-henshin,
  3769. .evo-panel.henshin-loop
  3770. {
  3771. background-image: linear-gradient(#BFFFCF,#FFFFBF,#FFBFBF);
  3772. }
  3773. .evo-panel.henshin .evo-panel-right,
  3774. .evo-panel.random-henshin .evo-panel-right,
  3775. .evo-panel.henshin-loop .evo-panel-right
  3776. {
  3777. border-color: #7F00FF;
  3778. }
  3779. .dialog-dungeon-enchance
  3780. {
  3781. margin-top: 100px;
  3782. margin-left: calc(50% - 270px);
  3783. }
  3784. .dialog-dungeon-enchance label {
  3785. cursor: pointer;
  3786. }
  3787. .dialog-dungeon-enchance .dialog-content>ul>li
  3788. {
  3789. display: inline-block;
  3790. }
  3791. .dialog-dungeon-enchance .stats-list input
  3792. {
  3793. width: 50px;
  3794. }
  3795. .dialog-dungeon-enchance .dialog-content>*
  3796. {
  3797. margin-top: 5px;
  3798. }
  3799. .dialog-dungeon-enchance .stats-list>li
  3800. {
  3801. margin-right: 5px;
  3802. }
  3803. .dialog-dungeon-enchance .dialog-control>button
  3804. {
  3805. margin-right: 5px;
  3806. }
  3807. .icon-skill,
  3808. .icon-skill::after,
  3809. .icon-skill::before
  3810. {
  3811. font-weight: normal;
  3812. display: inline-block;
  3813. width: 36px;
  3814. height: 36px;
  3815. background-image: url(images/icon-skills.png);
  3816. background-repeat: no-repeat;
  3817. }
  3818. .icon-skill,
  3819. .attrs-div .attr-list .attr,
  3820. .skill-datail-parsed icon:where(.attr,.orb,.type-icon,.awoken-icon)
  3821. {
  3822. vertical-align: bottom;
  3823. transform: scale(0.75);
  3824. margin: -4px;
  3825. position: relative;
  3826. }
  3827. .custom-addition .icon-skill{
  3828. transform: scale(0.5);
  3829. margin: -10px;
  3830. }
  3831. .skill-datail-parsed a.detail-search
  3832. {
  3833. cursor: pointer;
  3834. color: brown;
  3835. }
  3836. .skill-datail-parsed a.detail-search:hover
  3837. {
  3838. background: rgba(150,110,10,0.5);
  3839. border-radius: 5px;
  3840. }
  3841. .skill-datail-parsed .merge-board
  3842. {
  3843. margin-top: 5px;
  3844. }
  3845. .skill-datail-parsed .board {
  3846. border-collapse: collapse;
  3847. background-color: #532;
  3848. background-image: url(images/slate.svg);
  3849. background-size: 100px 100px;
  3850. background-attachment: scroll;
  3851. background-position: 0 0;
  3852. --board-light-color: unset;
  3853. --board-deep-color: rgba(0,0,0,0.4);
  3854. }
  3855. .skill-datail-parsed .board td {
  3856. padding: 0;
  3857. }
  3858. .skill-datail-parsed .board tr:nth-of-type(2n+1)>td:nth-of-type(2n+1),
  3859. .skill-datail-parsed .board tr:nth-of-type(2n)>td:nth-of-type(2n)
  3860. {
  3861. background-color: var(--board-deep-color);
  3862. }
  3863. .card-skill-list .no-skyfall,
  3864. .card-skill-list .fixed-time,
  3865. .card-skill-list .min-match-len,
  3866. .row-mon-leader-skill .card-skill-list .board-size-change
  3867. {
  3868. color: #ff3600;
  3869. }
  3870. .card-skill-list .skill-proviso,
  3871. .delay-active-turns::first-line /*延迟生效技能的第一行*/
  3872. {
  3873. color: blue;
  3874. }
  3875. .card-skill-list .skill-proviso
  3876. {
  3877. border-bottom: 1px brown dashed;
  3878. }
  3879. .icon-skill.status-incr::after,
  3880. .icon-skill.status-decr::after,
  3881. .icon-skill.status-bind::after,
  3882. .icon-skill.hp-incr::after,
  3883. .icon-skill.hp-decr::after,
  3884. .icon-skill.boost-incr::after,
  3885. .icon-skill.boost-decr::after,
  3886. .icon-skill[data-icon-type="ctw"]::before,
  3887. .icon-skill[data-icon-type="ctw"]::after,
  3888. .icon-skill[data-icon-type="add-combo"]::after,
  3889. .icon-skill[data-icon-type="fixed-time"]::after
  3890. {
  3891. content: "";
  3892. position: absolute;
  3893. }
  3894. .icon-skill.status-incr::after,
  3895. .icon-skill.status-decr::after
  3896. {
  3897. transform: scale(0.75);
  3898. margin: -4px;
  3899. right: -5px;
  3900. }
  3901. .icon-skill.status-incr::after
  3902. {
  3903. top: -3px;
  3904. }
  3905. .icon-skill.status-decr::after
  3906. {
  3907. bottom: -3px;
  3908. }
  3909. .icon-skill.status-bind::after,
  3910. .icon-skill[data-icon-type="unbind-matches"]::after,
  3911. .icon-skill[data-icon-type="attr-absorb"]::after,
  3912. .icon-skill[data-icon-type="combo-absorb"]::after,
  3913. .icon-skill[data-icon-type="damage-absorb"]::after,
  3914. .icon-skill[data-icon-type="damage-void"]::after,
  3915. .icon-skill[data-icon-type="bind-skill"]::after
  3916. {
  3917. content: "";
  3918. background-position-y:calc(-36px * 3);
  3919. animation: hidden-visible-animate 0.8s infinite ease-out alternate;
  3920. }
  3921. .icon-skill.status-incr::after
  3922. {
  3923. background-position-y:calc(-36px * 1);
  3924. }
  3925. .icon-skill.status-decr::after
  3926. {
  3927. background-position-y:calc(-36px * 2);
  3928. }
  3929. .icon-skill.hp-incr::after,
  3930. .icon-skill.hp-decr::after
  3931. {
  3932. background-position-x:calc(-36px * 1);
  3933. }
  3934. .icon-skill.hp-incr::after
  3935. {
  3936. background-position-y:calc(-36px * 1);
  3937. }
  3938. .icon-skill.hp-decr::after
  3939. {
  3940. background-position-y:calc(-36px * 2);
  3941. }
  3942. .icon-skill[data-icon-type="delay"]
  3943. {
  3944. background-position-y:calc(-36px * 4);
  3945. }
  3946. .icon-skill[data-icon-type="mass-attack"]
  3947. {
  3948. background-position-y:calc(-36px * 5);
  3949. }
  3950. .icon-skill[data-icon-type="leader-change"]
  3951. {
  3952. background-position-y:calc(-36px * 6);
  3953. }
  3954. .icon-skill[data-icon-type="no-skyfall"]
  3955. {
  3956. background-position-y:calc(-36px * 7);
  3957. }
  3958. .icon-skill[data-icon-type="heal"]
  3959. {
  3960. background-position-y:calc(-36px * 8);
  3961. }
  3962. .icon-skill[data-icon-type="def-break"]
  3963. {
  3964. background-position-y:calc(-36px * 9);
  3965. }
  3966. .icon-skill[data-icon-type="poison"]
  3967. {
  3968. background-position-y:calc(-36px * 10);
  3969. }
  3970. .icon-skill[data-icon-type="status-time"]
  3971. {
  3972. background-position-y:calc(-36px * 11);
  3973. }
  3974. .icon-skill.time-incr[data-icon-type="status-time"]
  3975. {
  3976. background-position-x:calc(-36px * 1);
  3977. }
  3978. .icon-skill[data-icon-type="auto-heal"]
  3979. {
  3980. background-position-y:calc(-36px * 12);
  3981. }
  3982. .icon-skill[data-icon-type="ctw"],
  3983. .icon-skill[data-icon-type="ctw"]::after,
  3984. .icon-skill[data-icon-type="ctw"]::before
  3985. {
  3986. background-position-y:calc(-36px * 13);
  3987. }
  3988. .icon-skill[data-icon-type="ctw"]::before
  3989. {
  3990. animation: rotate-animate 1s infinite linear;
  3991. background-position-x:calc(-36px * 1);
  3992. }
  3993. .icon-skill[data-icon-type="ctw"]::after
  3994. {
  3995. animation: rotate-animate 6s infinite linear;
  3996. background-position-x:calc(-36px * 2);
  3997. }
  3998. .icon-skill[data-icon-type="gravity"]
  3999. {
  4000. animation: gravity-animate 1s infinite;
  4001. transform-origin: bottom center;
  4002. background-position-y:calc(-36px * 14);
  4003. }
  4004. .icon-skill[data-icon-type="resolve"]
  4005. {
  4006. background-position-y:calc(-36px * 15);
  4007. }
  4008. .icon-skill[data-icon-type="unbind-normal"]
  4009. {
  4010. background-position-y:calc(-36px * 16);
  4011. }
  4012. .icon-skill[data-icon-type="unbind-awakenings"]
  4013. {
  4014. background-position-y:calc(-36px * 17);
  4015. }
  4016. .icon-skill[data-icon-type="unbind-matches"]
  4017. {
  4018. background-position-y:calc(-36px * 18);
  4019. }
  4020. .icon-skill[data-icon-type="skill-boost"],
  4021. .icon-skill.boost-incr::after,
  4022. .icon-skill.boost-decr::after,
  4023. .icon-skill[data-icon-type="bind-skill"]
  4024. {
  4025. background-position-y:calc(-36px * 19);
  4026. }
  4027. .icon-skill.boost-incr::after
  4028. {
  4029. background-position-x:calc(-36px * 1);
  4030. }
  4031. .icon-skill.boost-decr::after
  4032. {
  4033. background-position-x:calc(-36px * 2);
  4034. }
  4035. .icon-skill[data-icon-type="add-combo"]
  4036. {
  4037. background-position-y:calc(-36px * 20);
  4038. }
  4039. .icon-skill[data-icon-type="add-combo"]::after
  4040. {
  4041. color: white;
  4042. text-shadow: black 1px 1px 0,black -1px 0px 0,black 0 0 1px;
  4043. font-family: var(--game-font-family);
  4044. font-size: 15px;
  4045. top: 0;
  4046. left: 20px;
  4047. content: attr(data-add-combo);
  4048. }
  4049. .icon-skill[data-icon-type="fixed-time"]
  4050. {
  4051. background-position-y:calc(-36px * 11);
  4052. background-position-x:calc(-36px * 1);
  4053. }
  4054. .icon-skill[data-icon-type="fixed-time"]::after
  4055. {
  4056. background-position-y:calc(-36px * 11);
  4057. background-position-x:calc(-36px * 2);
  4058. transform: scale(0.75);
  4059. left: 10px;
  4060. top: 5px;
  4061. }
  4062. .icon-skill[data-icon-type="board-size-change"]
  4063. {
  4064. background-position-y:calc(-36px * 21);
  4065. }
  4066. .icon-skill[data-icon-type="counter-attack"]
  4067. {
  4068. background-position-y:calc(-36px * 22);
  4069. }
  4070. .icon-skill[data-icon-type="orb-drop-incr"]
  4071. {
  4072. background-position-y:calc(-36px * 23);
  4073. }
  4074. .icon-skill[data-icon-type="attr-absorb"]
  4075. {
  4076. background-position-y:calc(-36px * 24);
  4077. }
  4078. .icon-skill[data-icon-type="combo-absorb"]
  4079. {
  4080. background-position-y:calc(-36px * 25);
  4081. }
  4082. .icon-skill[data-icon-type="damage-absorb"]
  4083. {
  4084. background-position-y:calc(-36px * 26);
  4085. }
  4086. .icon-skill[data-icon-type="damage-void"]
  4087. {
  4088. background-position-y:calc(-36px * 27);
  4089. }
  4090. .icon-skill[data-icon-type="orb-unlocked"]
  4091. {
  4092. background-position-y:calc(-36px * 28);
  4093. }
  4094. .icon-skill[data-icon-type="rate-mul-drop"]
  4095. {
  4096. background-position-y:calc(-36px * 29);
  4097. }
  4098. .icon-skill[data-icon-type="rate-mul-coin"]
  4099. {
  4100. background-position-y:calc(-36px * 30);
  4101. }
  4102. .icon-skill[data-icon-type="rate-mul-exp"]
  4103. {
  4104. background-position-y:calc(-36px * 31);
  4105. }
  4106. .icon-skill[data-icon-type="reduce-damage"]
  4107. {
  4108. background-position-y:calc(-36px * 32);
  4109. }
  4110. .icon-skill[data-icon-type="orb-locked"]
  4111. {
  4112. background-position-y:calc(-36px * 11);
  4113. background-position-x:calc(-36px * 2);
  4114. }
  4115. .icon-skill[data-icon-type="orb-enhanced"]
  4116. {
  4117. background-position-y:calc(-36px * 33);
  4118. }
  4119. .icon-skill[data-icon-type="board-roulette"]
  4120. {
  4121. background-position-y:calc(-36px * 34);
  4122. }
  4123. .icon-skill[data-icon-type="board-clouds"]
  4124. {
  4125. background-position: center;
  4126. background-size: contain;
  4127. background-image: url(images/icon-cloud-1.png);
  4128. }
  4129. .icon-skill[data-icon-type="board-immobility"]
  4130. {
  4131. background-position: center;
  4132. background-size: cover;
  4133. background-image: url(images/icon-immobility.png);
  4134. }
  4135. .icon-skill[data-icon-type="orb-nail"]
  4136. {
  4137. background-position-y:calc(-36px * 35);
  4138. }
  4139. .icon-skill[data-icon-type="evolved-skill-loop"]
  4140. {
  4141. background-image: url(images/icon-evolved-skill-loop.png);
  4142. background-size: contain;
  4143. }
  4144. .icon-skill[data-icon-type="increase-damage-cap"]
  4145. {
  4146. background-position-y:calc(-36px * 36);
  4147. }
  4148. .icon-skill[data-icon-type="orb-thorn"]
  4149. {
  4150. background-position-y:calc(-36px * 37);
  4151. }
  4152. .icon-skill[data-icon-type="maxhp-locked"]
  4153. {
  4154. background-position-y:calc(-36px * 38);
  4155. }
  4156. :where(:lang(en), :lang(ko)) .icon-skill:where(
  4157. [data-icon-type="mass-attack"],
  4158. [data-icon-type="unbind-awakenings"],
  4159. [data-icon-type="reduce-damage"],
  4160. [data-icon-type="damage-absorb"],
  4161. [data-icon-type="damage-void"],
  4162. ){
  4163. background-position-x: -36px;
  4164. }
  4165. :lang(en) .icon-skill[data-icon-type="resolve"] {
  4166. background-position-x: calc(-36px * 1);
  4167. }
  4168. :lang(ko) .icon-skill[data-icon-type="resolve"] {
  4169. background-position-x: calc(-36px * 2);
  4170. }

智龙迷城队伍图制作工具