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 90 kB

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

智龙迷城队伍图制作工具