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
2 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
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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491
  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 .attr-list>li{
  1582. overflow: hidden;
  1583. }
  1584. .search-box>div>ul>li>label{
  1585. cursor: pointer;
  1586. display: block;
  1587. text-align: center;
  1588. }
  1589. .search-box .attrs-div {
  1590. display: grid;
  1591. grid-auto-rows: min-content;
  1592. grid-template-columns: 100px auto;
  1593. grid-gap: 3px;
  1594. }
  1595. .search-box .attrs-div .monster {
  1596. grid-row: 1 / 4;
  1597. }
  1598. .search-box .attrs-div .monster .custom-avatar {
  1599. display: block;
  1600. width: 100%;
  1601. height: 100%;
  1602. box-sizing: border-box;
  1603. padding: 2px;
  1604. border-radius: 5px;
  1605. background-image: url(images/avatar.webp);
  1606. background-size: cover;
  1607. background-repeat: no-repeat;
  1608. background-position: center;
  1609. background-clip: content-box;
  1610. }
  1611. .search-box .attrs-div .monster #avatar-select {
  1612. display: none;
  1613. }
  1614. .search-box .attrs-div .options {
  1615. grid-column: 1 / 3;
  1616. }
  1617. .search-box .attrs-div .attr-list {
  1618. display: grid;
  1619. grid-template-columns: repeat(auto-fill, 55px);
  1620. }
  1621. .search-box .attrs-div .attr-list label {
  1622. width: 100%;
  1623. height: 100%;
  1624. }
  1625. .types-div::before,
  1626. .awoken-div::before,
  1627. .sawoken-div::before{
  1628. /*float: left;*/
  1629. font-size: 16px;
  1630. /*width: 55px;*/
  1631. margin-right: 3px;
  1632. display: inline-block;
  1633. }
  1634. .attr-radio,
  1635. .attr-check,
  1636. .type-check,
  1637. .rare-check,
  1638. .sawoken-check,
  1639. .benefit-check
  1640. {
  1641. display: none;
  1642. }
  1643. .attrs-div .attr-list>li,
  1644. .qr-data-type-ul>li
  1645. {
  1646. border: 1px solid white;
  1647. border-left: none;
  1648. background: #947244;
  1649. display: inline-block;
  1650. overflow: hidden;
  1651. }
  1652. .attrs-div .attr-list>li:hover,
  1653. .qr-data-type-ul>li:hover
  1654. {
  1655. background: #E9CB9E;
  1656. }
  1657. .attrs-div .attr-list>li:first-of-type,
  1658. .qr-data-type-ul>li:first-of-type
  1659. {
  1660. border-radius: 8px 0 0 8px;
  1661. border-left: 1px solid white;
  1662. }
  1663. .attrs-div .attr-list>li:last-of-type,
  1664. .qr-data-type-ul>li:last-of-type
  1665. {
  1666. border-radius: 0 8px 8px 0;
  1667. }
  1668. .attrs-div .attr-list input:checked+label,
  1669. .qr-data-type-ul>li input:checked+label
  1670. {
  1671. background-color:#8C4242;
  1672. box-shadow: inset black 0 0 5px;
  1673. cursor: auto;
  1674. }
  1675. /*.search-box .types-div::before{
  1676. content: "类型";
  1677. }*/
  1678. .types-div .type-list,
  1679. .types-div .latent-ul,
  1680. .rare-div .rare-list
  1681. {
  1682. display: inline-flex;
  1683. vertical-align: middle;
  1684. gap: 3px;
  1685. }
  1686. :where(
  1687. .type-list,
  1688. .awoken-ul,
  1689. .rare-list,
  1690. .attr-list,
  1691. ) input[type="checkbox"]:not(:checked)+label,
  1692. .benefit-list input[type="radio"]:not(:checked)+label
  1693. {
  1694. opacity: var(--search-icon-unchecked);
  1695. }
  1696. .types-div .type-and-or-label{
  1697. margin-left: 10px;
  1698. margin-right: 0;
  1699. }
  1700. .types-div .type-list>li
  1701. {
  1702. position: relative;
  1703. }
  1704. .types-div .type-list>li:after
  1705. {
  1706. content: "⚔️";
  1707. font-size: 10px;
  1708. position: absolute;
  1709. right: 0;
  1710. bottom: 0;
  1711. display: none;
  1712. pointer-events:none;
  1713. }
  1714. /*不同type允许的杀*/
  1715. .types-div .type-list.type-killer-5 li[data-type-icon="7"]:after,
  1716. .types-div .type-list.type-killer-4 li[data-type-icon="8"]:after,
  1717. .types-div .type-list.type-killer-4 li[data-type-icon="3"]:after,
  1718. .types-div .type-list.type-killer-7 li[data-type-icon="5"]:after,
  1719. .types-div .type-list.type-killer-8 li[data-type-icon="5"]:after,
  1720. .types-div .type-list.type-killer-8 li[data-type-icon="1"]:after,
  1721. .types-div .type-list.type-killer-1 li[data-type-icon="5"]:after,
  1722. .types-div .type-list.type-killer-1 li[data-type-icon="4"]:after,
  1723. .types-div .type-list.type-killer-1 li[data-type-icon="7"]:after,
  1724. .types-div .type-list.type-killer-1 li[data-type-icon="8"]:after,
  1725. .types-div .type-list.type-killer-1 li[data-type-icon="1"]:after,
  1726. .types-div .type-list.type-killer-1 li[data-type-icon="6"]:after,
  1727. .types-div .type-list.type-killer-1 li[data-type-icon="2"]:after,
  1728. .types-div .type-list.type-killer-1 li[data-type-icon="3"]:after,
  1729. .types-div .type-list.type-killer-6 li[data-type-icon="7"]:after,
  1730. .types-div .type-list.type-killer-6 li[data-type-icon="2"]:after,
  1731. .types-div .type-list.type-killer-2 li[data-type-icon="8"]:after,
  1732. .types-div .type-list.type-killer-2 li[data-type-icon="3"]:after,
  1733. .types-div .type-list.type-killer-3 li[data-type-icon="4"]:after,
  1734. .types-div .type-list.type-killer-3 li[data-type-icon="6"]:after
  1735. {
  1736. display: block;
  1737. }
  1738. .types-div .latent-list .latent-icon
  1739. {
  1740. cursor: pointer;
  1741. box-shadow: none;
  1742. }
  1743. .types-div .latent-list .latent-icon:before
  1744. {
  1745. margin-top: -3px;
  1746. margin-bottom: -5px;
  1747. }
  1748. .rare-icon
  1749. {
  1750. font-family: var(--game-font-family);
  1751. color: white;
  1752. width: 26px;
  1753. height: 26px;
  1754. box-sizing: border-box;
  1755. line-height: 26px;
  1756. position: relative;
  1757. text-align: center;
  1758. display: inline-block;
  1759. cursor: pointer;
  1760. }
  1761. .rare-radio
  1762. {
  1763. display: none;
  1764. }
  1765. .rare-radio[name="rare-low"]~.rare-icon
  1766. {
  1767. opacity: var(--search-icon-unchecked);
  1768. }
  1769. .rare-radio[name="rare-low"]:checked~.rare-icon
  1770. {
  1771. opacity: 1;
  1772. }
  1773. .rare-radio[name="rare-high"]:checked~.rare-icon
  1774. {
  1775. opacity: var(--search-icon-unchecked);
  1776. }
  1777. .rare-icon::before
  1778. {
  1779. content: "★";
  1780. color: gold;
  1781. text-shadow: goldenrod 0 0 2px;
  1782. position: absolute;
  1783. font-size: 26px;
  1784. left: 0;
  1785. top: 0;
  1786. }
  1787. .rare-icon::after
  1788. {
  1789. color: white;
  1790. text-shadow: black 0 0 4px;
  1791. font-size: 18px;
  1792. position: relative;
  1793. left: 0;
  1794. top: 0;
  1795. }
  1796. .rare-icon::after
  1797. {
  1798. content: attr(data-rare-icon);
  1799. }
  1800. .search-box .rare-clear
  1801. {
  1802. margin-left: 5px;
  1803. }
  1804. .search-box .selected-awokens-div {
  1805. margin-bottom: 5px;
  1806. }
  1807. .search-box .selected-awokens-div .selected-awokens{
  1808. min-height: 32px;
  1809. box-sizing: border-box;
  1810. width: calc(100% - 95px);
  1811. min-width: 320px;
  1812. background-color: #00000044;
  1813. border-radius: 6px;
  1814. box-shadow: inset black 0 0 3px;
  1815. display: inline-grid;
  1816. vertical-align: bottom;
  1817. grid-gap: 0;
  1818. }
  1819. /*.search-box .awoken-div::before{
  1820. content: "觉醒";
  1821. }*/
  1822. .search-box .awoken-div .all-awokens::before {
  1823. display: none;
  1824. }
  1825. .search-box .awoken-div.official-awoken-sorting :where(
  1826. .all-awokens,
  1827. .sawoken-detail,
  1828. ){
  1829. display: inline-block;
  1830. }
  1831. .search-box .awoken-div.official-awoken-sorting .all-awokens::before
  1832. {
  1833. display: block;
  1834. }
  1835. .official-awoken-sorting .sawoken-detail {
  1836. margin-left: 10px;
  1837. }
  1838. .search-box .brown-button
  1839. {
  1840. min-width: 80px;
  1841. background-size: 100px 100px;
  1842. background-position-y: 40px;
  1843. font-size: 18px;
  1844. line-height: 28px;
  1845. padding: 0;
  1846. vertical-align: bottom;
  1847. }
  1848. .search-box .rare-clear,
  1849. .search-box .special-add,
  1850. .search-box .special-clear,
  1851. .search-box .special-star
  1852. {
  1853. min-width: 50px;
  1854. font-size: 14px;
  1855. line-height: 20px;
  1856. }
  1857. @keyframes awoken-appear {
  1858. 0% {
  1859. transform: scale(0);
  1860. }
  1861. 50% {
  1862. transform: scale(1.5);
  1863. }
  1864. 100% {
  1865. transform: scale(1);
  1866. }
  1867. }
  1868. .selected-awokens .awoken-icon
  1869. {
  1870. animation: awoken-appear 0.2s;
  1871. }
  1872. @keyframes icon-active {
  1873. 0% {
  1874. transform: scale(1);
  1875. }
  1876. 50% {
  1877. transform: scale(1.5);
  1878. }
  1879. 100% {
  1880. transform: scale(1);
  1881. }
  1882. }
  1883. @keyframes show-disabled-action {
  1884. 0% {
  1885. box-shadow: red 0 0 0;
  1886. }
  1887. 25% {
  1888. transform: skewX(5deg);
  1889. }
  1890. 50% {
  1891. box-shadow: red 0 0 7px;
  1892. }
  1893. 75% {
  1894. transform: skewX(-5deg);
  1895. }
  1896. 100% {
  1897. box-shadow: red 0 0 0;
  1898. }
  1899. }
  1900. .show-disabled-action {
  1901. animation: show-disabled-action 0.3s;
  1902. animation-iteration-count: 2;
  1903. }
  1904. .types-div .type-icon:active,
  1905. .rare-div .rare-icon:active,
  1906. .selected-awokens .awoken-icon:active,
  1907. .awoken-div .awoken-icon:active,
  1908. .row-awoken-sawoken .awoken-icon:active
  1909. {
  1910. animation: icon-active 0.2s;
  1911. }
  1912. .awoken-icon.unallowable-awoken:active,
  1913. input[disabled]+.awoken-icon:active,
  1914. .latent-icon.unallowable-latent:active {
  1915. animation: none;
  1916. }
  1917. .awoken-ul
  1918. {
  1919. display: grid;
  1920. grid-template-columns: repeat(auto-fill, 32px);
  1921. grid-auto-rows: 32px;
  1922. grid-gap: 5px;
  1923. }
  1924. .official-awoken-sorting .awoken-ul {
  1925. grid-template-columns: repeat(9, 32px);
  1926. }
  1927. .official-awoken-sorting {
  1928. display: inline-block;
  1929. }
  1930. .team-awoken .awoken-ul,
  1931. .formation-awoken .awoken-ul {
  1932. grid-template-columns: repeat(auto-fill, 67px);
  1933. }
  1934. .awoken-ul .awoken-count
  1935. {
  1936. font-family: var(--game-font-family);
  1937. grid-column: span 1;
  1938. grid-row: span 1;
  1939. font-size: 16px;
  1940. line-height: 32px;
  1941. white-space: nowrap;
  1942. }
  1943. .awoken-ul .count::before
  1944. {
  1945. content: "×";
  1946. }
  1947. .awoken-icon
  1948. {
  1949. position: relative;
  1950. border: none;
  1951. background-color: unset;
  1952. font-family: var(--game-font-family);
  1953. color: white;
  1954. line-height: 32px;
  1955. font-size: 16px;
  1956. padding: 0;
  1957. text-align: left;
  1958. }
  1959. .awoken-icon::before
  1960. {
  1961. display: block;
  1962. position: absolute;
  1963. line-height: 18px;
  1964. font-size: 18px;
  1965. right: 0;
  1966. bottom: 0;
  1967. -webkit-text-stroke: 1px black;
  1968. text-shadow: black 1px 1px 1px;
  1969. }
  1970. .awoken-icon[data-awoken-count]:not([data-awoken-count="0"])::before
  1971. {
  1972. content: attr(data-awoken-count);
  1973. }
  1974. /*搜索框有数字的觉醒才变亮*/
  1975. .search-box .all-awokens .awoken-icon{
  1976. opacity: var(--search-icon-unchecked);
  1977. }
  1978. .search-box .all-awokens .awoken-icon[data-awoken-count]:not([data-awoken-count="0"]){
  1979. opacity: 1;
  1980. }
  1981. .search-box .awoken-ul .count{
  1982. width: 1em;
  1983. height: auto;
  1984. }
  1985. .search-box .awoken-ul .awoken-count .awoken-icon,
  1986. .search-box .awoken-ul .awoken-count .count-symbol,
  1987. .search-box .awoken-ul .awoken-count .count-symbol .count
  1988. {
  1989. cursor: pointer;
  1990. display: inline-block;
  1991. vertical-align: bottom;
  1992. }
  1993. .search-box .awoken-ul .awoken-count.zero .count-symbol,
  1994. .search-box .awoken-ul .awoken-count.zero .count-symbol .count
  1995. {
  1996. cursor: auto;
  1997. }
  1998. /*.search-box .sawoken-div::before{
  1999. content: "超觉醒";
  2000. }*/
  2001. .sawoken-div .awoken-ul .awoken-count
  2002. {
  2003. margin-right: 5px;
  2004. margin-top: 5px;
  2005. display: inline-block;
  2006. }
  2007. .sawoken-div summary {
  2008. display: inline list-item;
  2009. }
  2010. .special-filter-list>li{
  2011. margin-bottom: 5px;
  2012. margin-right: 3px;
  2013. }
  2014. .special-filter-list select{
  2015. font-size: 20px;
  2016. max-width: 100%;
  2017. box-sizing: border-box;
  2018. }
  2019. .control-div button{
  2020. font-size: 20px;
  2021. }
  2022. .control-div .search-start{
  2023. float: right;
  2024. margin-left: 5px;
  2025. }
  2026. /*.control-div .search-start::before{
  2027. content: "开始搜索";
  2028. }
  2029. .control-div .search-clear::before{
  2030. content: "清空搜索条件";
  2031. }
  2032. .control-div .search-close::before{
  2033. content: "关闭搜索";
  2034. }*/
  2035. .search-mon-list{
  2036. box-sizing: border-box;
  2037. border: 1px solid white;
  2038. border-radius: 5px;
  2039. background: grey;
  2040. display: grid;
  2041. width: 100%;
  2042. grid-template-columns: repeat(auto-fill, 75px);
  2043. grid-auto-rows: min-content;
  2044. grid-gap: 5px;
  2045. }
  2046. .search-mon-list:empty {
  2047. display: none;
  2048. }
  2049. .search-box .search-list-length
  2050. {
  2051. float: right;
  2052. }
  2053. .search-box .search-list-length[data-search-result-count="0"]
  2054. {
  2055. display: none;
  2056. }
  2057. .search-box .search-list-length:not([data-search-result-count="0"])::after
  2058. {
  2059. content: attr(data-search-result-count);
  2060. }
  2061. /*图鉴模式使用粘性定位*/
  2062. .guide-mod .sticky-box {
  2063. position: sticky;
  2064. top: 0;
  2065. z-index: 2;
  2066. }
  2067. /*图鉴模式默认高度为30%设备高度,可修改大小*/
  2068. .guide-mod .search-mon-list{
  2069. overflow: auto;
  2070. height: 30vh;
  2071. resize: vertical;
  2072. }
  2073. .setting-box .row-mon-id .real-time-change-card-label
  2074. {
  2075. margin-right: 0;
  2076. margin-left: 5px;
  2077. }
  2078. .setting-box .row-mon-id .open-search{
  2079. float: right;
  2080. }
  2081. .can-assist-label,
  2082. .sort-reverse-label
  2083. {
  2084. margin-left: 5px;
  2085. }
  2086. .setting-box>.setting-row{
  2087. width: 100%;
  2088. box-sizing: border-box;
  2089. padding: 0 7px;
  2090. margin-top: 5px;
  2091. }
  2092. .edit-box .monsterinfo-box{
  2093. display: grid;
  2094. grid-auto-rows: min-content;
  2095. grid-template-columns: 100px auto 140px;
  2096. gap: 5px;
  2097. font-family: var(--game-font-family);
  2098. color: white;
  2099. font-size: 22px;
  2100. line-height: 22px;
  2101. text-shadow: black 2px 2px 0;
  2102. background-image: linear-gradient(#798421,#394914);
  2103. border-top: #B1BB39 solid 4px;
  2104. border-bottom: #72941D ridge 7px;
  2105. box-shadow: black 0 3px 3px;
  2106. padding: 5px 10px;
  2107. position: sticky;
  2108. top: 0;
  2109. z-index: 1;
  2110. }
  2111. .row-awoken-sawoken .awoken-ul,
  2112. .row-awoken-sawoken .current-super-awoken
  2113. {
  2114. display: inline-flex;
  2115. vertical-align: top;
  2116. }
  2117. .row-awoken-sawoken .current-super-awoken::before{
  2118. content:"+";
  2119. line-height: 25px;
  2120. }
  2121. .monsterinfo-box .monster-head {
  2122. grid-row: 1 / 4;
  2123. }
  2124. .monsterinfo-box .monsterinfo-line {
  2125. display: flex;
  2126. }
  2127. .monsterinfo-box .row-awoken-sawoken {
  2128. grid-column: 1 / 4;
  2129. display: flex;
  2130. gap: 5px;
  2131. flex-wrap: wrap;
  2132. align-items: flex-start;
  2133. }
  2134. .monsterinfo-groupId{
  2135. grid-row: 1 / 3;
  2136. grid-column: 3;
  2137. display: flex;
  2138. flex-direction: column;
  2139. font-size: 14px;
  2140. line-height: 16px;
  2141. }
  2142. .monsterinfo-groupId div{
  2143. cursor: pointer;
  2144. white-space:nowrap;
  2145. text-overflow:ellipsis;
  2146. overflow:hidden;
  2147. }
  2148. .monsterinfo-groupId div:hover::after
  2149. {
  2150. content: "🔍";
  2151. }
  2152. /*.monsterinfo-box .monster-id::before{
  2153. content: "No.";
  2154. }*/
  2155. .monsterinfo-box .monster-id{
  2156. width:120px;
  2157. }
  2158. .monsterinfo-box .monster-rare{
  2159. width: 100px;
  2160. }
  2161. .monsterinfo-box .monster-rare::before,
  2162. .monsterinfo-box .monster-rare::after
  2163. {
  2164. color:gold;
  2165. text-shadow: black 0 0 3px,black 0 2px 3px;
  2166. }
  2167. .monsterinfo-box .monster-rare::before
  2168. {
  2169. display: inline-block;
  2170. width: 30px;
  2171. text-align: right;
  2172. vertical-align: top;
  2173. }
  2174. .monster-rare[data-rarity='1']::after{content: "★";}
  2175. .monster-rare[data-rarity='2']::after{content: "★★";}
  2176. .monster-rare[data-rarity='3']::after{content: "★★★";}
  2177. .monster-rare[data-rarity='4']::after{content: "★★★★";}
  2178. .monster-rare[data-rarity='5']::after{content: "★★★★★";}
  2179. .monster-rare[data-rarity='6']::after{content: "★★★★★\A★";}
  2180. .monster-rare[data-rarity='7']::after{content: "★★★★★\A★★";}
  2181. .monster-rare[data-rarity='8']::after{content: "★★★★★\A★★★";}
  2182. .monster-rare[data-rarity='9']::after{content: "★★★★★\A★★★★";}
  2183. .monster-rare[data-rarity='10']::after{content: "★★★★★\A★★★★★";}
  2184. .monster-rare::before{content: attr(data-rarity);}
  2185. .monster-rare::after{
  2186. font-size: 0.5em;
  2187. line-height: 1em;
  2188. display: inline-block;
  2189. white-space: break-spaces;
  2190. }
  2191. .monsterinfo-box .monster-mp::before
  2192. {
  2193. content: " ";
  2194. background-image: url(images/icon-MP.png);
  2195. background-size: cover;
  2196. display: inline-block;
  2197. width: 22px;
  2198. height: 22px;
  2199. vertical-align: middle;
  2200. }
  2201. .monsterinfo-box .monster-type {
  2202. display: flex;
  2203. }
  2204. .monsterinfo-box .monster-type .type-name{
  2205. display:inline-block;
  2206. margin-right: 10px;
  2207. }
  2208. .monsterinfo-box .monster-type .type-icon{
  2209. margin-right:3px;
  2210. }
  2211. /*
  2212. .edit-box .setting-box .row-mon-awoken::before{
  2213. content: "▼怪物觉醒";
  2214. }
  2215. */
  2216. .row-mon-awoken .awoken-count-num{
  2217. display: inline-block;
  2218. transform: scale(0.84);
  2219. margin: -3px -1px;
  2220. }
  2221. .edit-box .awoken-ul .awoken-icon,
  2222. .row-mon-awoken .awoken-count-num
  2223. {
  2224. cursor: pointer;
  2225. }
  2226. .row-mon-awoken .awoken-count-num,
  2227. .row-mon-awoken .awoken-icon
  2228. {
  2229. vertical-align: top;
  2230. }
  2231. /*选中的觉醒后面部分半透明,前面的不透明*/
  2232. .row-mon-awoken input[type="radio"]
  2233. {
  2234. display: none;
  2235. }
  2236. .row-mon-awoken input[type="radio"]:checked~label
  2237. {
  2238. opacity: var(--search-icon-unchecked);
  2239. }
  2240. /*.edit-box .setting-box .row-mon-super-awoken::before{
  2241. content: "▼超觉醒";
  2242. }*/
  2243. .row-awoken-sawoken .awoken-count-num,
  2244. .row-awoken-sawoken .awoken-icon
  2245. {
  2246. grid-column: span 1;
  2247. grid-row: span 1;
  2248. }
  2249. .current-super-awoken {
  2250. margin-right: 5px;
  2251. }
  2252. /*未选中的超觉醒半透明,选中的不透明*/
  2253. .row-mon-super-awoken .awoken-icon{
  2254. opacity: var(--search-icon-unchecked);
  2255. }
  2256. .setting-box .ability-box {
  2257. box-sizing: border-box;
  2258. border: #FFDA70 solid 2px;
  2259. border-radius: 15px;
  2260. background-image: url("images/dragon-totem.svg"),
  2261. radial-gradient(circle at top, #f3c67178 0%,transparent 30%),
  2262. linear-gradient(#9E7841, #60492C 30%, #382716);/*, radial-gradient(circle at top, #B48C49,transparent);*/
  2263. background-size: 250px, 100%, 100%;
  2264. background-repeat: no-repeat;
  2265. background-position: 0 -30px, 0 , 0;
  2266. padding: 9px;
  2267. position: relative;
  2268. overflow: hidden;
  2269. }
  2270. .setting-box .ability-box>div{
  2271. position: relative;
  2272. z-index: 1;
  2273. }
  2274. /*.edit-box .setting-box .row-mon-ability::before{
  2275. content: "▼怪物能力";
  2276. }*/
  2277. .row-mon-ability ul{
  2278. margin-top: var(--border-width);
  2279. }
  2280. .row-mon-ability ul li::before{
  2281. width: 2.5em;
  2282. display: inline-block;
  2283. }
  2284. .row-mon-ability .ability-value{
  2285. width: 4em;
  2286. display: inline-block;
  2287. text-align: right;
  2288. }
  2289. .edit-box .setting-box .row-mon-plus::before{
  2290. /*content: "▼怪物加值";*/
  2291. display:block;
  2292. }
  2293. .row-mon-ability ul,
  2294. .row-mon-plus ul,
  2295. .row-mon-level .level-value,
  2296. .row-ability .monster-cost,
  2297. .row-mon-plus li
  2298. {
  2299. font-family: var(--game-font-family );
  2300. font-size: 20px;
  2301. line-height: 28px;
  2302. text-shadow: black 2px 2px 0;
  2303. }
  2304. .row-ability .monster-cost
  2305. {
  2306. background-color: #2F2B28;
  2307. border: solid 3px #563E22;
  2308. border-radius: 12px;
  2309. padding: 0 5px;
  2310. box-shadow: inset 0 3px 3px black;
  2311. font-size: 15px;
  2312. line-height: unset;
  2313. }
  2314. .row-mon-plus .plus-box{
  2315. border-color: #A07740;
  2316. border-style: solid;
  2317. border-width: var(--border-width);
  2318. border-radius: 8px;
  2319. background-color: #44392C;
  2320. box-shadow: inset black 0 3px 5px;
  2321. white-space: nowrap; /*避免纵向297跑到下一行*/
  2322. }
  2323. .row-mon-plus li{
  2324. padding: 0 5px;
  2325. }
  2326. /*.m-plus-hp-li::before{content: "HP";}
  2327. .m-plus-atk-li::before{content: "攻击";}
  2328. .m-plus-rcv-li::before{content: "回复";}*/
  2329. .row-mon-plus .plus-value{
  2330. color: yellow;
  2331. }
  2332. .row-mon-plus .plus-value::before{content: "(+";}
  2333. .row-mon-plus .plus-value::after{content: ")";}
  2334. .row-mon-plus .plus-value input
  2335. {
  2336. color: inherit;
  2337. font-family: inherit;
  2338. font-size: inherit;
  2339. text-shadow: inherit;
  2340. box-sizing: border-box;
  2341. width: 2em;
  2342. line-height: 28px;
  2343. height: 28px;
  2344. padding: 0;
  2345. -moz-appearance: textfield; /*火狐去掉数字加减*/
  2346. }
  2347. /*webkit去掉数字加减*/
  2348. .row-mon-plus .plus-value input::-webkit-outer-spin-button,
  2349. .row-mon-plus .plus-value input::-webkit-inner-spin-button{
  2350. -webkit-appearance: none !important;
  2351. margin: 0;
  2352. }
  2353. .row-mon-plus .m-plus-fast-setting::before
  2354. {
  2355. content: "+"attr(value);
  2356. }
  2357. .row-mon-plus .m-plus-fast-setting
  2358. {
  2359. padding: 0 3px;
  2360. box-sizing: border-box;
  2361. font-size: inherit;
  2362. line-height: 20px;
  2363. height: 30px;
  2364. }
  2365. .m-plus-btn-297 span{
  2366. /*Chrome浏览器不支持按钮本身的纵向,只能加一层*/
  2367. -webkit-writing-mode: vertical-lr;
  2368. }
  2369. .row-mon-plus .plus-box ul
  2370. {
  2371. display: inline-block;
  2372. vertical-align: top;
  2373. }
  2374. /*.edit-box .setting-box .row-mon-level::before{
  2375. content: "▼怪物等级";
  2376. }*/
  2377. .row-mon-level
  2378. {
  2379. margin-left: 10px;
  2380. }
  2381. .row-mon-level :is(
  2382. .level-value,
  2383. button
  2384. )::before
  2385. {
  2386. content: "Lv.";
  2387. }
  2388. .row-mon-level .subrow
  2389. {
  2390. font-family: var(--game-font-family );
  2391. font-size: 22px;
  2392. line-height: 22px;
  2393. }
  2394. .edit-box .setting-box .m-level
  2395. {
  2396. color: inherit;
  2397. font-family: inherit;
  2398. font-size: inherit;
  2399. text-shadow: inherit;
  2400. box-sizing: border-box;
  2401. line-height: inherit;
  2402. width: 100px;
  2403. height: 40px;
  2404. }
  2405. .row-mon-level button
  2406. {
  2407. box-sizing: border-box;
  2408. font-size: 18px;
  2409. padding: 0 3px;
  2410. vertical-align: top;
  2411. }
  2412. .row-mon-level button::before
  2413. {
  2414. font-size: 0.75em;
  2415. }
  2416. .row-mon-level :where(
  2417. .m-level-btn-min,
  2418. .m-level-btn-max,
  2419. )::after
  2420. {
  2421. content: attr(value);
  2422. }
  2423. .row-mon-level .m-level-btn-110::after
  2424. {
  2425. content: "(+" attr(data-limit-break-incr) "%)";
  2426. color: #00A0D8;
  2427. font-size: 0.75em;
  2428. display: block;
  2429. }
  2430. .m-level-btn-110
  2431. {
  2432. color: blue;
  2433. }
  2434. .m-level-btn-120
  2435. {
  2436. color: green;
  2437. }
  2438. /*
  2439. .m-level-exp::before{
  2440. content: "需要经验:";
  2441. }
  2442. .m-level-btn-max::before{
  2443. content: "最高Lv";
  2444. }
  2445. */
  2446. .row-mon-ability,
  2447. .row-mon-plus,
  2448. .row-mon-level,
  2449. .row-mon-cost
  2450. {
  2451. display: inline-block;
  2452. box-sizing: border-box;
  2453. vertical-align: top;
  2454. }
  2455. .row-mon-cost {
  2456. float: right;
  2457. }
  2458. .m-level,
  2459. .m-plus-hp,.m-plus-atk,.m-plus-rcv,
  2460. .m-skill-level
  2461. {
  2462. border: 1px solid grey;
  2463. background: none;
  2464. }
  2465. /*.edit-box .setting-box .row-mon-latent::before{
  2466. content: "▼潜在觉醒";
  2467. }
  2468. */
  2469. .row-mon-latent .latent-ul-div{
  2470. text-align: center;
  2471. }
  2472. .row-mon-latent .latent-ul{
  2473. background: rgba(88,75,56,154);
  2474. border: 2px ridge #94733f;
  2475. border-radius: 7px;
  2476. padding: 3px;
  2477. /*潜在觉醒布局,使用 gird*/
  2478. display: inline-grid;
  2479. grid-template-columns: repeat(6, 32px);
  2480. grid-auto-rows: 32px;
  2481. grid-gap: 12px;
  2482. }
  2483. .row-mon-latent .latent-ul.block-8 {
  2484. grid-template-columns: repeat(8, 32px);
  2485. }
  2486. /*没有block-8的,7格开始不显示*/
  2487. .latent-ul:not(.block-8)>.latent-icon:nth-of-type(n+7) {
  2488. display: none;
  2489. }
  2490. .row-mon-latent .latent-icon[data-latent-hole="1"] {
  2491. grid-column: span 1;
  2492. }
  2493. .row-mon-latent .latent-icon[data-latent-hole="2"] {
  2494. grid-column: span 2;
  2495. }
  2496. .row-mon-latent .latent-icon[data-latent-hole="6"] {
  2497. grid-column: span 6;
  2498. }
  2499. .latent-icon[data-latent-hole="2"]+.latent-icon,
  2500. .latent-icon[data-latent-hole="6"]+.latent-icon,
  2501. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon,
  2502. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon+.latent-icon,
  2503. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon+.latent-icon+.latent-icon,
  2504. .latent-icon[data-latent-hole="6"]+.latent-icon+.latent-icon+.latent-icon+.latent-icon+.latent-icon
  2505. {
  2506. display: none;
  2507. }
  2508. .m-latent-allowable-ul{
  2509. margin-bottom: 5px;
  2510. display: grid;
  2511. grid-template-columns: repeat(auto-fill, 32px);
  2512. grid-auto-rows: 32px;
  2513. grid-gap: 4px;
  2514. }
  2515. .m-latent-allowable-ul .latent-icon{
  2516. grid-column: span 1;
  2517. grid-row: span 1;
  2518. }
  2519. .m-latent-allowable-ul .latent-icon:last-of-type{
  2520. margin-right: unset;
  2521. }
  2522. /*没有打觉醒的空格,没有手指*/
  2523. .m-latent-allowable-ul .latent-icon,
  2524. .latent-ul .latent-icon[data-latent-icon]{
  2525. cursor: pointer;
  2526. }
  2527. .team-latents .latent-ul .latent-icon[data-latent-icon]{
  2528. cursor: default;
  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. a.series-search {
  2696. cursor: pointer;
  2697. color: brown;
  2698. }
  2699. a.series-search:hover {
  2700. background: rgba(150,110,10,0.5);
  2701. border-radius: 5px;
  2702. }
  2703. a.series-search::before {
  2704. content: "🔍";
  2705. }
  2706. .random-active-skill,
  2707. .evolved-active-skill
  2708. {
  2709. padding-left: 1em;
  2710. }
  2711. .random-active-skill>li,
  2712. .evolved-active-skill>li
  2713. {
  2714. list-style: decimal;
  2715. border-bottom: 1px solid white;
  2716. }
  2717. .random-active-skill>li:last-of-type,
  2718. .evolved-active-skill>li:last-of-type
  2719. {
  2720. border-bottom: unset;
  2721. }
  2722. .edit-box .button-box{
  2723. border-top: black solid 3px;
  2724. background-color: rgba(0,0,0,0.5);
  2725. padding: 5px;
  2726. height: 50px;
  2727. }
  2728. .edit-box .button-box .button-null,
  2729. .edit-box .button-box .button-delay,
  2730. .edit-box .button-box .button-cancel,
  2731. .edit-box .button-box .button-done{
  2732. height: 50px;
  2733. box-sizing: border-box;
  2734. font-size: 25px;
  2735. font-weight: bold;
  2736. }
  2737. .edit-box .button-box .button-null,
  2738. .edit-box .button-box .button-delay{
  2739. float: left;
  2740. margin-right:5px;
  2741. }
  2742. .edit-box .button-box .button-cancel,
  2743. .edit-box .button-box .button-done{
  2744. float: right;
  2745. margin-left:5px;
  2746. }
  2747. /*.edit-box .button-box .button-null::after{
  2748. content: "留空格子";
  2749. }
  2750. .edit-box .button-box .button-delay::after{
  2751. content: "应对威吓";
  2752. }
  2753. .edit-box .button-box .button-cancel::after{
  2754. content: "取消修改";
  2755. }
  2756. .edit-box .button-box .button-done::after{
  2757. content: "确认修改";
  2758. }
  2759. .edit-box .button-box .button-done.cant-assist::after{
  2760. content: "不能辅助";
  2761. }*/
  2762. .formation-awoken,
  2763. .team-awoken,
  2764. .team-awoken-effect {
  2765. font-family: var(--game-font-family);
  2766. font-size: 16px;
  2767. line-height: 32px;
  2768. }
  2769. .formation-awoken::before,
  2770. .team-awoken::before,
  2771. .team-awoken-effect::before {
  2772. font-family: var(--font-family);
  2773. }
  2774. .team-awoken-effect>ul {
  2775. display: grid;
  2776. grid-template-columns: repeat(6, 110px);
  2777. }
  2778. .team-awoken-effect .team-flags {
  2779. display: inline-flex;
  2780. vertical-align: middle;
  2781. align-items: flex-end;
  2782. }
  2783. .team-awoken-effect .team-flags .team-member-icon {
  2784. width: 20px;
  2785. height: 20px;
  2786. }
  2787. .team-awoken-effect .team-flags .team-member-icon[data-value="0"] {
  2788. background-color: red;
  2789. }
  2790. .team-awoken-effect .team-flags .team-member-icon[data-value="50"] {
  2791. background-color: pink;
  2792. }
  2793. .team-awoken-effect .team-flags .team-member-icon[data-value="100"] {
  2794. background-color: lightgreen;
  2795. }
  2796. .team-awoken-effect .orb-list .orb {
  2797. color: white;
  2798. white-space: nowrap;
  2799. text-shadow: black 1px 1px 1px;
  2800. position: relative;
  2801. text-align: center;
  2802. }
  2803. .team-awoken-effect .prob[data-value="100"] {
  2804. color: #28c031;
  2805. text-shadow: black 1px 1px 1px;
  2806. }
  2807. .team-awoken-effect .prob.gt100 /*大于100*/{
  2808. color: #c7ff2b;
  2809. text-shadow: black 1px 1px 1px;
  2810. }
  2811. .team-awoken-effect .count[data-value]::before,
  2812. .team-awoken-effect .orb-list .orb[data-value]::before
  2813. {
  2814. content: "×";
  2815. }
  2816. .team-awoken-effect .count[data-value]::after,
  2817. .team-awoken-effect .orb-list .orb[data-value]::after
  2818. {
  2819. content: attr(data-value)attr(data-postfix);
  2820. }
  2821. .team-awoken-effect .prob[data-value]::before,
  2822. .team-awoken-effect .orb-list .prob[data-value]::before
  2823. {
  2824. content: attr(data-value);
  2825. }
  2826. .team-awoken-effect .prob[data-value]::after,
  2827. .team-awoken-effect .orb-list .prob[data-value]::after
  2828. {
  2829. content: "%";
  2830. font-size: 0.75em;
  2831. }
  2832. .team-awoken-effect .latent-icon {
  2833. display: inline-flex;
  2834. width: 32px;
  2835. vertical-align: middle;
  2836. }
  2837. .team-awoken-effect .latent-icon.show-enabling-awokwn {
  2838. width: 64px;
  2839. }
  2840. .team-awoken-effect .orb-list {
  2841. display: inline-block;
  2842. vertical-align: middle;
  2843. }
  2844. .team-awoken-effect .orb-list .orb {
  2845. font-size: 16px;
  2846. transform: scale(0.8);
  2847. margin: calc((36px - 36px * 0.8) / -2);
  2848. }
  2849. .team-awoken-effect .orb-list .orb:not([data-value]),
  2850. .team-awoken-effect .orb-list .orb[data-value="0"]{
  2851. filter: grayscale(100%);
  2852. }
  2853. .team-awoken-effect .orb-list .orb::before,
  2854. .team-awoken-effect .orb-list .orb::after
  2855. {
  2856. width: unset;
  2857. height: unset;
  2858. position: relative;
  2859. }
  2860. .team-awoken-effect .orb-list .orb[data-value="0"]::before,
  2861. .team-awoken-effect .orb-list .orb[data-value="0"]::after {
  2862. display: none;
  2863. }
  2864. .detail-box{
  2865. margin-top:5px;
  2866. }
  2867. /*控制框*/
  2868. .control-box{
  2869. margin-bottom: 10px;
  2870. }
  2871. .control-box>div
  2872. {
  2873. margin-bottom: 2px;
  2874. }
  2875. label[for="languages"]::before{
  2876. content: "\f1ab";
  2877. }
  2878. label[for="languages"]::after{
  2879. content: "Lanuage:";
  2880. }
  2881. /*
  2882. .control-box .btn-show-mon-skill-cd::before{
  2883. content: "显示怪物ID";
  2884. }
  2885. .show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{
  2886. content: "⬜隐藏已满技能CD";
  2887. }
  2888. .control-box .btn-show-mon-skill-cd::before{
  2889. content: "❄️显示已满技能CD";
  2890. }
  2891. .control-box .lbl-henshen-change::before{
  2892. content: "🕴️变身";
  2893. }
  2894. */
  2895. .control-box .lbl-henshin-change button
  2896. {
  2897. font-size: 1.5em;
  2898. }
  2899. .control-box .btn-henshin::before{
  2900. content: "▷";
  2901. }
  2902. .control-box .btn-henshin[data-step^="-"]::before{
  2903. content: "◁";
  2904. }
  2905. #btn-set-dungeon-enchance {
  2906. margin-left: 1em;
  2907. }
  2908. #btn-set-dungeon-enchance::before
  2909. {
  2910. content: "\f6d9";
  2911. }
  2912. .control-box .btn-remove-assist{
  2913. vertical-align: bottom;
  2914. }
  2915. .control-box .btn-remove-assist::before{
  2916. content: "";
  2917. background-image: url(images/icon-assist-bind.png);
  2918. background-repeat: no-repeat;
  2919. background-size: contain;
  2920. display: block;
  2921. width: 2em;
  2922. height: 2em;
  2923. }
  2924. #interchange-line{
  2925. pointer-events: none;
  2926. position: absolute;
  2927. left: 0;
  2928. top: 0;
  2929. }
  2930. #interchange-line g line {
  2931. fill: none;
  2932. stroke: blue;
  2933. stroke-linecap: round;
  2934. stroke-width: 5;
  2935. stroke-dasharray: 10;
  2936. }
  2937. /*面板相关*/
  2938. .board {
  2939. display: inline-block;
  2940. vertical-align: middle;
  2941. }
  2942. .board-set>span {
  2943. cursor: pointer;
  2944. margin: 0 3px;
  2945. }
  2946. .board-set>span::before {
  2947. content: attr(data-column-count)"×"attr(data-row-count)"🔁";
  2948. }
  2949. .board.display-none+span {
  2950. display: none;
  2951. }
  2952. /*因为比例不一样,为了保证高度一致,应该以高度来算而不是宽度来算*/
  2953. .skill-datail-parsed .board {
  2954. /* 缩小的基础倍率 */
  2955. --base-scale: 0.75;
  2956. /* 画面缩小的倍率 */
  2957. transform: scale(var(--scale));
  2958. /* 缩小后内缩的范围 */
  2959. margin: calc(-36px * var(--row) * (1 - var(--scale)) / 2) calc(-36px * var(--colum) * (1 - var(--scale)) / 2);
  2960. }
  2961. .skill-datail-parsed .board[data-row-count="5"] {
  2962. --scale: calc(var(--base-scale) * 4 / 5);
  2963. --colum: 6;
  2964. --row: 5;
  2965. }
  2966. .skill-datail-parsed .board[data-row-count="6"] {
  2967. --scale: calc(var(--base-scale) * 4 / 6);
  2968. --colum: 7;
  2969. --row: 6;
  2970. }
  2971. .skill-datail-parsed .board[data-row-count="4"] {
  2972. --scale: calc(var(--base-scale) * 4 / 4);
  2973. --colum: 5;
  2974. --row: 4;
  2975. }
  2976. .board .orb
  2977. {
  2978. transform: unset;
  2979. margin: unset;
  2980. }
  2981. .board .orb.enhanced::after,
  2982. .board .orb.locked::after,
  2983. .board .orb.bound::after
  2984. {
  2985. content: "";
  2986. transform: unset;
  2987. }
  2988. .board .block {
  2989. position: relative;
  2990. }
  2991. .block::before,
  2992. .block::after
  2993. {
  2994. transform: scale(0.75);
  2995. display: block;
  2996. position: absolute;
  2997. left: 0;
  2998. top: 0;
  2999. width: 36px;
  3000. height: 36px;
  3001. background-repeat: no-repeat;
  3002. }
  3003. .block::before {
  3004. z-index: 1;
  3005. }
  3006. .board .orb {
  3007. z-index: 5;
  3008. }
  3009. .block::after {
  3010. z-index: 10;
  3011. transition: opacity 0.3s;
  3012. }
  3013. .block:hover::after {
  3014. opacity: 0.3;
  3015. }
  3016. /*轮盘位,在宝珠后面*/
  3017. .block.roulette::before
  3018. {
  3019. content: "";
  3020. background-image: url(images/icon-orbs.png);
  3021. background-position-x:calc(-36px * 1);
  3022. background-position-y:calc(-36px * 7);
  3023. transform: scale(1.3);
  3024. }
  3025. /*云,在宝珠前面*/
  3026. .block.clouds::after
  3027. {
  3028. content: "";
  3029. background-image: url(images/icon-cloud-1.png);
  3030. background-size: contain;
  3031. transform: scale(1.4);
  3032. }
  3033. /*封条,在宝珠前面*/
  3034. .block.immobility::after
  3035. {
  3036. content: "";
  3037. background-image: url(images/icon-immobility.png);
  3038. background-size: cover;
  3039. }
  3040. /*超暗闇,在宝珠前面*/
  3041. .block.deep-dark::after
  3042. {
  3043. content: "";
  3044. background-image: url(images/icon-deep-dark.png);
  3045. background-size: contain;
  3046. transform: scale(1);
  3047. }
  3048. /*需要旋转的,比如封条*/
  3049. .block.rotate::after,
  3050. .block.rotate::before
  3051. {
  3052. transform: rotate(90deg);
  3053. }
  3054. .orb-ul
  3055. {
  3056. display: grid;
  3057. grid-template-columns: repeat(auto-fill, 36px);
  3058. grid-auto-rows: 36px;
  3059. grid-gap: 5px;
  3060. }
  3061. .orb-icon
  3062. {
  3063. width: 20px;
  3064. height: 20px;
  3065. border: 1px black solid;
  3066. border-radius: 50%;
  3067. padding: 0;
  3068. text-align: center;
  3069. display: inline-block;
  3070. }
  3071. table .orb-icon
  3072. {
  3073. display: table-cell;
  3074. }
  3075. .orb-icon::before
  3076. {
  3077. font-size: 13px;
  3078. line-height: 13px;
  3079. display: block;
  3080. max-height: 100%;
  3081. max-width: 100%;
  3082. }
  3083. .orb-icon[data-orb-icon="0"]
  3084. { /*火*/
  3085. background-color: #ef3535;
  3086. }
  3087. .orb-icon[data-orb-icon="0"]::before
  3088. {
  3089. content: "🔥";
  3090. }
  3091. .orb-icon[data-orb-icon="1"]
  3092. { /*水*/
  3093. background-color: #258bed;
  3094. }
  3095. .orb-icon[data-orb-icon="1"]::before
  3096. {
  3097. content: "🌊";
  3098. }
  3099. .orb-icon[data-orb-icon="2"]
  3100. { /*木*/
  3101. background-color: #28c031;
  3102. }
  3103. .orb-icon[data-orb-icon="2"]::before
  3104. {
  3105. content: "🍃";
  3106. }
  3107. .orb-icon[data-orb-icon="3"]
  3108. { /*光*/
  3109. background-color: #eded29;
  3110. }
  3111. .orb-icon[data-orb-icon="3"]::before
  3112. {
  3113. content: "🌞";
  3114. }
  3115. .orb-icon[data-orb-icon="4"]
  3116. { /*暗*/
  3117. background-color: #972ecb;
  3118. }
  3119. .orb-icon[data-orb-icon="4"]::before
  3120. {
  3121. content: "🦇";
  3122. }
  3123. .orb-icon[data-orb-icon="5"]
  3124. { /*心*/
  3125. background-color: #f8baba;
  3126. border-radius: 3px;
  3127. }
  3128. .orb-icon[data-orb-icon="5"]::before
  3129. {
  3130. content: "💗";
  3131. }
  3132. .orb-icon[data-orb-icon="6"]
  3133. { /*废*/
  3134. background-color: #d3d3d3;
  3135. border-radius: 5px;
  3136. }
  3137. .orb-icon[data-orb-icon="6"]::before
  3138. {
  3139. content: "🕷️";
  3140. }
  3141. .orb-icon[data-orb-icon="7"]
  3142. { /*毒*/
  3143. background-color: #e831f3;
  3144. border-radius: 5px;
  3145. }
  3146. .orb-icon[data-orb-icon="7"]::before
  3147. {
  3148. content: "💀";
  3149. }
  3150. .orb-icon[data-orb-icon="8"]
  3151. { /*剧毒*/
  3152. background-color: #670181;
  3153. border-radius: 5px;
  3154. }
  3155. .orb-icon[data-orb-icon="8"]::before
  3156. {
  3157. content: "☠️";
  3158. }
  3159. .orb-icon[data-orb-icon="9"]
  3160. { /*炸弹*/
  3161. background-color: #7c7c7c;
  3162. }
  3163. .orb-icon[data-orb-icon="9"]::before
  3164. {
  3165. content: "💣";
  3166. }
  3167. .team-flags .team-member-icon {
  3168. display: inline-block;
  3169. border-width: 1px;
  3170. border-style: solid;
  3171. border-color: black;
  3172. border-radius: 3px;
  3173. width: 10px;
  3174. height:10px;
  3175. }
  3176. .team-flags .team-member-icon:first-of-type,
  3177. .team-flags .team-member-icon:last-of-type
  3178. {
  3179. border-top-width: 2px;
  3180. border-color: darkred;
  3181. }
  3182. .team-flags .team-member-icon:first-of-type {
  3183. margin-right: 1px;
  3184. }
  3185. .team-flags .team-member-icon:last-of-type {
  3186. margin-left: 1px;
  3187. }
  3188. .team-flags.leader-self .team-member-icon:first-of-type {
  3189. background-color: pink;
  3190. }
  3191. .team-flags.leader-helper .team-member-icon:last-of-type {
  3192. background-color: pink;
  3193. }
  3194. .team-flags.sub-members .team-member-icon:not(:first-of-type):not(:last-of-type) {
  3195. background-color: lightgreen;
  3196. }
  3197. .team-flags.self .team-member-icon:nth-of-type(4) {
  3198. background-color: lightblue !important;
  3199. }
  3200. /*.open-evolutionary-tree::before
  3201. {
  3202. content: "⛓️进化链";
  3203. }*/
  3204. .search-evolution-by-this icon
  3205. {
  3206. transform: scale(50%);
  3207. margin: -8px;
  3208. }
  3209. .mask
  3210. {
  3211. position: absolute;
  3212. width: 100%;
  3213. left: 0;
  3214. top: 0;
  3215. background-color: rgba(0,0,0,0.8);
  3216. z-index: 20;
  3217. backdrop-filter: blur(5px);
  3218. }
  3219. .mask-content
  3220. {
  3221. text-align: center;
  3222. }
  3223. .mask .control-button-box
  3224. {
  3225. color: white;
  3226. }
  3227. .evo-box
  3228. {
  3229. display: inline-block;
  3230. text-align: left;
  3231. }
  3232. .evo-panel,
  3233. .evo-panel-left,
  3234. .evo-panel-right
  3235. {
  3236. display: inline-block;
  3237. }
  3238. .mask-evolutionary-tree .evo-panel-left>.monster-head
  3239. {
  3240. display: inline-block;
  3241. }
  3242. .evo-materials>li
  3243. {
  3244. display: inline-block;
  3245. }
  3246. .mask-evolutionary-tree .evo-materials .monster
  3247. {
  3248. transform: scale(0.60);
  3249. margin: calc(-100px * (1 - 0.60) / 2);
  3250. }
  3251. .mask-evolutionary-tree .evo-panel-left>.monster-head>.monster .id
  3252. {
  3253. bottom: 5px;
  3254. font-size: 20px;
  3255. }
  3256. .mask-evolutionary-tree .evo-materials .monster .id
  3257. {
  3258. bottom: 5px;
  3259. font-size: 22px;
  3260. }
  3261. .evo-panel
  3262. {
  3263. border:black 2px solid;
  3264. border-radius: 7px;
  3265. background-color: #DEAA76;
  3266. }
  3267. .evo-panel-left,
  3268. .evo-panel-right
  3269. {
  3270. border:#D19635 2px solid;
  3271. border-radius: 4px;
  3272. height: 100px;
  3273. vertical-align: top;
  3274. }
  3275. .evo-panel-left
  3276. {
  3277. border-top-right-radius: unset;
  3278. border-bottom-right-radius: unset;
  3279. border-right: none;
  3280. background-image: linear-gradient(#A16928, #5F3D16);
  3281. padding: 0 2px;
  3282. text-align: center;
  3283. }
  3284. .evo-panel-right
  3285. {
  3286. border-top-left-radius: unset;
  3287. border-bottom-left-radius: unset;
  3288. border-left: none;
  3289. background-image: url(images/slate.svg);
  3290. background-size: 200px;
  3291. }
  3292. .evo-panel-right .monster-name
  3293. {
  3294. font-family: var(--game-font-family);
  3295. font-size: 15px;
  3296. line-height: 15px;
  3297. background: #42341F;
  3298. border: 2px inset #F4F18E;
  3299. border-radius: 5px;
  3300. margin: 4px;
  3301. padding: 5px;
  3302. }
  3303. .evo-materials
  3304. {
  3305. margin: 0 4px;
  3306. }
  3307. .evo-materials .monster.null
  3308. {
  3309. opacity: 0.5;
  3310. }
  3311. .evo-materials>li
  3312. {
  3313. margin: 1px;
  3314. }
  3315. .evo-subevo
  3316. {
  3317. padding-left: 35px;
  3318. padding-top: 5px;
  3319. }
  3320. .evo-subevo>li
  3321. {
  3322. position:relative;
  3323. }
  3324. .evo-subevo>li::before
  3325. {
  3326. content:' ';
  3327. position:absolute;
  3328. top:0;
  3329. left:-20px;
  3330. width:15px;
  3331. height:100%;
  3332. border-left:3px solid #E88230;
  3333. }
  3334. .evo-subevo>li::after
  3335. {
  3336. content:' ';
  3337. position:absolute;
  3338. top:43px;
  3339. left:-10px;
  3340. width:0;
  3341. height:0;
  3342. border-top: 8px solid transparent;
  3343. border-left: 10px solid #FFEE71;
  3344. border-bottom: 8px solid transparent;
  3345. }
  3346. .evo-subevo>li:last-child::before
  3347. {
  3348. border-bottom: 3px solid #F3B750;
  3349. border-bottom-left-radius: 8px;
  3350. height:50px;
  3351. }
  3352. .evo-subevo>li:last-child>.evo-box::before
  3353. {
  3354. display: none;
  3355. }
  3356. .evo-subevo>li>.evo-box::before
  3357. {
  3358. content:' ';
  3359. position:absolute;
  3360. top:50px;
  3361. left:-20px;
  3362. width:18px;
  3363. border:none;
  3364. border-top:3px solid #E88230;
  3365. }
  3366. .evo-panel-left .evo-type,
  3367. .evo-panel-left .evo-type::after
  3368. {
  3369. font-family: var(--game-font-family);
  3370. font-size: 15px;
  3371. line-height: 15px;
  3372. }
  3373. .evo-panel-left .evo-type
  3374. {
  3375. display: inline-block;
  3376. position: relative;
  3377. }
  3378. .evo-panel-left .evo-type::after
  3379. {
  3380. -webkit-background-clip: text; /*垃圾Chrome,不支持无前缀的*/
  3381. background-clip: text;
  3382. color: transparent;
  3383. position: absolute;
  3384. left: 0;
  3385. }
  3386. .evo-panel-left .evo-type::before
  3387. {
  3388. /*text-shadow: black 1px 1px 0,black -1px 1px 0,black 1px -1px 0,black -1px -1px 0;*/
  3389. -webkit-text-stroke: 3px black; /*非W3C标准,但都支持*/
  3390. text-shadow: 0 3px 2px black;
  3391. }
  3392. #default-level {
  3393. width: 50px;
  3394. }
  3395. #qr-code-frame .save-qr-img::before
  3396. {
  3397. content: "\f0c7";
  3398. }
  3399. #qr-code-frame .read-qr-camera::before
  3400. {
  3401. content: "\f030";
  3402. }
  3403. #qr-code-frame .read-qr-camera.running::before
  3404. {
  3405. content: "\f28d";
  3406. }
  3407. #qr-code-frame .read-qr-file::before
  3408. {
  3409. content: "\f1c5";
  3410. }
  3411. #qr-code-frame .read-string::before {
  3412. content: "\f891";
  3413. }
  3414. body:not(.external-link-support) #external-support::before
  3415. {
  3416. content: "\f552";
  3417. }
  3418. #qr-code-frame
  3419. {
  3420. color: white;
  3421. }
  3422. #qr-code-frame .brown-button::after
  3423. {
  3424. font-family: var(--font-family);
  3425. font-weight: normal;
  3426. width: unset;
  3427. }
  3428. #qr-code-frame a
  3429. {
  3430. color: white;
  3431. }
  3432. #qr-code-frame .string-input
  3433. {
  3434. width: calc(100% - 170px);
  3435. box-sizing: border-box;
  3436. }
  3437. :lang(en) #qr-code-frame .string-input
  3438. {
  3439. width: calc(100% - 220px);
  3440. }
  3441. #qr-code-frame .string-output
  3442. {
  3443. width: calc(100% - 20px);
  3444. }
  3445. #qr-code-frame .qr-box
  3446. {
  3447. margin: 5px;
  3448. }
  3449. .save-qr-box
  3450. {
  3451. padding-bottom: 10px;
  3452. }
  3453. #qr-code-frame #sanbon-v2-script
  3454. {
  3455. width: calc(100% - 20px);
  3456. height: 4em;
  3457. resize: vertical;
  3458. }
  3459. #qr-code-frame .read-qr-box::before,
  3460. #qr-code-frame .save-qr-box::before,
  3461. #qr-code-frame .sanbon-me-transfer::before,
  3462. #qr-code-frame .paddb-team-edit::before
  3463. {
  3464. display: block;
  3465. text-align: left;
  3466. }
  3467. body:not(.solo.external-link-support) .paddb-team-edit{
  3468. /*没有装插件的不显示PADDB上传功能*/
  3469. display: none;
  3470. }
  3471. body.external-link-support #external-support{
  3472. /*装了插件的不显示请求装插件的消息*/
  3473. display: none;
  3474. }
  3475. #paddb-team-id {
  3476. width: 350px;
  3477. }
  3478. .qr-data-type-ul {
  3479. display: flex;
  3480. justify-content: center;
  3481. }
  3482. .qr-data-type-ul .qr-data-type-radio
  3483. {
  3484. display: none;
  3485. }
  3486. .qr-data-type-ul>li label
  3487. {
  3488. font-size: 20px;
  3489. padding: 5px;
  3490. }
  3491. .formation-link-from-string
  3492. {
  3493. font-size: 1.5em;
  3494. }
  3495. .read-qr-box .result-code::before {
  3496. content: "Code ";
  3497. }
  3498. .read-qr-box .result-code.error::before {
  3499. content: "Error ";
  3500. color: red;
  3501. }
  3502. .read-qr-box .result-code::after {
  3503. content: ":";
  3504. }
  3505. .qr-code-image
  3506. {
  3507. background-color: white;
  3508. }
  3509. .qr-data-type-ul .qr-data-type-radio
  3510. {
  3511. display: none;
  3512. }
  3513. .qr-data-type-ul>li label
  3514. {
  3515. font-size: 20px;
  3516. padding: 5px;
  3517. }
  3518. #player-data-frame .player-box-title
  3519. {
  3520. color: white;
  3521. text-align: center;
  3522. font-size: 2em;
  3523. }
  3524. #player-data-frame .upload-data
  3525. {
  3526. margin-left: 5px;
  3527. }
  3528. #player-data-frame .how-to-use
  3529. {
  3530. color: white;
  3531. font-weight: bold;
  3532. font-size: 1.2em;
  3533. margin-left: 15px;
  3534. }
  3535. #player-data-frame .player-box-title::before
  3536. {
  3537. content: "\f2bd";
  3538. }
  3539. #player-data-frame .how-to-use::before
  3540. {
  3541. content: "📕";
  3542. }
  3543. #player-data-frame .upload-data::before
  3544. {
  3545. content: "\f07c";
  3546. }
  3547. .player-card .set-default::before
  3548. {
  3549. content: "\f56c";
  3550. }
  3551. .player-card .open-show-box::before
  3552. {
  3553. content: "\f468";
  3554. }
  3555. .player-datas-list>li
  3556. {
  3557. text-align: center;
  3558. }
  3559. .player-card
  3560. {
  3561. display: inline-block;
  3562. background-color: #C39350;
  3563. background-image: url(images/slate.svg);
  3564. background-size: 300px 300px;
  3565. border: 3px solid black;
  3566. border-radius: 15px;
  3567. margin-top: 10px;
  3568. padding: 5px;
  3569. text-align: left;
  3570. font-family: var(--game-font-family);
  3571. border-spacing: 4px 0;
  3572. }
  3573. .player-card .delete {
  3574. min-width: 40px;
  3575. }
  3576. .player-card .delete::before
  3577. {
  3578. content: "\f2ed";
  3579. }
  3580. .player-card .delete
  3581. {
  3582. float: right;
  3583. }
  3584. .player-card .set-default
  3585. {
  3586. vertical-align: bottom;
  3587. }
  3588. .player-card .name
  3589. {
  3590. background-color: #E7D5BA;
  3591. border: 1px solid #815C33;
  3592. border-radius: 5px;
  3593. padding: 0 5px;
  3594. font-family: var(--font-family);
  3595. }
  3596. .player-card .name::before
  3597. {
  3598. content: "";
  3599. display: inline-block;
  3600. width: 36px;
  3601. height: 36px;
  3602. background-image: url(images/icon-orbs.png);
  3603. background-position-y: 36px;
  3604. background-repeat: no-repeat;
  3605. vertical-align: bottom;
  3606. transform: scale(0.5);
  3607. margin: -9px;
  3608. margin-right: -3px;
  3609. }
  3610. .player-card .name[data-camp="1"]::before
  3611. {
  3612. background-position-y: 0;
  3613. }
  3614. .player-card .name[data-camp="2"]::before
  3615. {
  3616. background-position-y: -36px;
  3617. }
  3618. .player-card .name[data-camp="3"]::before
  3619. {
  3620. background-position-y: -72px;
  3621. }
  3622. .player-card .lvexp,
  3623. .player-card .stama,
  3624. .player-card .gold,
  3625. .player-card .coin
  3626. {
  3627. background-color: #363331;
  3628. border: #86663C 3px solid;
  3629. padding: 0 5px 0 5px;
  3630. }
  3631. .player-card .lvexp,
  3632. .player-card .gold
  3633. {
  3634. border-radius: 0 0 10px 10px;
  3635. border-bottom: none;
  3636. box-shadow: inset black -2px 3px 3px;
  3637. }
  3638. .player-card .stama,
  3639. .player-card .coin
  3640. {
  3641. border-radius: 10px 10px 0 0;
  3642. border-top: none;
  3643. box-shadow: inset black -2px -3px 3px;
  3644. }
  3645. .player-card .lvexp::before,
  3646. .player-card .stama::before
  3647. {
  3648. display: inline-block;
  3649. width: 45px;
  3650. }
  3651. .player-card .lvexp .level,
  3652. .player-card .stama .sta_number
  3653. {
  3654. width: 80px;
  3655. margin-left: 5px;
  3656. }
  3657. .player-card .lvexp .level::before
  3658. {
  3659. display: inline-block;
  3660. }
  3661. .player-card .gold,
  3662. .player-card .coin
  3663. {
  3664. width: 190px;
  3665. }
  3666. .player-card tr:not(:first-of-type)
  3667. {
  3668. text-shadow: black 1px 1px 1px;
  3669. }
  3670. .player-card .lvexp::before,
  3671. .player-card .lvexp .level
  3672. {
  3673. color: #F2DA50;
  3674. }
  3675. .player-card .stama::before,
  3676. .player-card .stama .sta_number
  3677. {
  3678. color: #29BCE9;
  3679. }
  3680. .player-card .stama .sta_number .sta_cur.stama-beyond
  3681. {
  3682. color: #F66A01;
  3683. }
  3684. .player-card .gold
  3685. {
  3686. color: #85FF8B;
  3687. }
  3688. .player-card .coin
  3689. {
  3690. color: #E1E64E;
  3691. }
  3692. .player-card .lvexp .level,
  3693. .player-card .stama .sta_number
  3694. {
  3695. display: inline-block;
  3696. }
  3697. .player-card .progress-bar
  3698. {
  3699. display: inline-block;
  3700. height: 8px;
  3701. width: 150px;
  3702. background-color: black;
  3703. border-radius: 10px;
  3704. box-shadow: inset white 0 -3px 2px;
  3705. box-sizing: border-box;
  3706. padding: 2px;
  3707. position: relative;
  3708. }
  3709. .player-card .progress-bar .bar,
  3710. .player-card .progress-bar .bar2
  3711. {
  3712. position: absolute;
  3713. height: 100%;
  3714. border-radius: 10px;
  3715. box-shadow: inset black 0 -3px 2px;
  3716. }
  3717. .player-card .lvexp .bar
  3718. {
  3719. background-color: #F2DA50;
  3720. }
  3721. .player-card .stama .bar
  3722. {
  3723. background-color: #29BCE9;
  3724. }
  3725. .player-card .stama .bar2
  3726. {
  3727. background-color: #F66A01;
  3728. }
  3729. .player-card .gold::before,
  3730. .player-card .coin::before
  3731. {
  3732. content: "";
  3733. display: inline-block;
  3734. width: 36px;
  3735. height: 36px;
  3736. background-image: url(images/icon-skills.png);
  3737. background-position-y: calc(-36px * 30);
  3738. background-repeat: no-repeat;
  3739. vertical-align: top;
  3740. transform: scale(0.75);
  3741. margin: calc(-36px * (1 - 0.75) / 2);
  3742. }
  3743. .player-card .gold::before
  3744. {
  3745. background-position-x: -36px;
  3746. }
  3747. .deck-line,
  3748. .deck,
  3749. .deck-radio-list
  3750. {
  3751. text-align: center;
  3752. }
  3753. .deck>li,
  3754. .deck-radio-list>li
  3755. {
  3756. display: inline-block;
  3757. position: relative
  3758. }
  3759. .deck-radio-list input
  3760. {
  3761. font-size: 2em;
  3762. cursor: pointer;
  3763. }
  3764. .deck
  3765. {
  3766. display: inline-block;
  3767. margin-bottom: 10px;
  3768. }
  3769. .deck .monster
  3770. {
  3771. transform: scale(0.75);
  3772. margin: calc(-100px * (1 - 0.75) / 2 );
  3773. }
  3774. .deck .monster.assist
  3775. {
  3776. left: 1px;
  3777. bottom: -16px;
  3778. position: absolute;
  3779. transform: scale(0.4);
  3780. margin: calc(-100px * (1 - 0.4) / 2 );
  3781. }
  3782. .player-datas-list [name="default-player-data"]:checked+.player-card
  3783. {
  3784. background-color: #D55D34;
  3785. }
  3786. /*.base .evo-type::before,
  3787. .base .evo-type::after
  3788. {
  3789. content: "基礎";
  3790. }
  3791. .evolution .evo-type::before,
  3792. .evolution .evo-type::after
  3793. {
  3794. content: "進化";
  3795. }
  3796. .ult-evo .evo-type::before,
  3797. .ult-evo .evo-type::after
  3798. {
  3799. content: "究極進化";
  3800. }
  3801. .reincarnation .evo-type::before,
  3802. .reincarnation .evo-type::after
  3803. {
  3804. content: "轉生進化";
  3805. }
  3806. .pixel-evo .evo-type::before,
  3807. .pixel-evo .evo-type::after
  3808. {
  3809. content: "像素進化";
  3810. font-family: "zpix";
  3811. font-weight: bold;
  3812. }
  3813. .assist-evo .evo-type::before,
  3814. .assist-evo .evo-type::after
  3815. {
  3816. content: "輔助進化";
  3817. }
  3818. .super-reincarnation .evo-type::before,
  3819. .super-reincarnation .evo-type::after
  3820. {
  3821. content: "超轉生進化";
  3822. }
  3823. .super-ult-evo .evo-type::before,
  3824. .super-ult-evo .evo-type::after
  3825. {
  3826. content: "超究極進化";
  3827. }*/
  3828. .pixel-evo .evo-type::before,
  3829. .pixel-evo .evo-type::after
  3830. {
  3831. font-family: "zpix";
  3832. font-weight: bold;
  3833. }
  3834. .base .evo-type::after
  3835. { /*基礎*/
  3836. background-image: linear-gradient(#FFFFBB, #FFFF88);
  3837. }
  3838. .base
  3839. {
  3840. background-color: #DCB476;
  3841. }
  3842. .base .evo-panel-right
  3843. {
  3844. border-color: #FDC686;
  3845. }
  3846. .evolution .evo-type::after
  3847. { /*進化*/
  3848. background-image: linear-gradient(#CCFF33, #88EE22);
  3849. }
  3850. .evolution
  3851. {
  3852. background-color: #C49669;
  3853. }
  3854. .evolution .evo-panel-right
  3855. {
  3856. border-color: #DEAA76;
  3857. }
  3858. .ult-evo .evo-type::after
  3859. { /*究極進化*/
  3860. background-image: linear-gradient(#FFFFAA 20%,#BB8800, #FFFFAA 80%);
  3861. }
  3862. .ult-evo
  3863. {
  3864. background-color: #DDD844;
  3865. }
  3866. .ult-evo .evo-panel-right
  3867. {
  3868. border-color: #FEF84F;
  3869. }
  3870. .reincarnation .evo-type::after
  3871. { /*轉生進化*/
  3872. background-image: linear-gradient(#00CCCC, #EEFFFF 50%,#AA8800 51%,#FFFFAA);
  3873. }
  3874. .reincarnation
  3875. {
  3876. background-color: #579889;
  3877. }
  3878. .reincarnation .evo-panel-right
  3879. {
  3880. border-color: #78B89A;
  3881. }
  3882. .pixel-evo .evo-type::after
  3883. { /*像素進化*/
  3884. background-image: linear-gradient(#FFDD77 33%, #EEBB33 34%, #EEBB33 66%, #BB7700 67%);
  3885. }
  3886. .pixel-evo .evo-type::before
  3887. { /*像素進化没有阴影*/
  3888. text-shadow: none;
  3889. }
  3890. .pixel-evo
  3891. {
  3892. background-color: #B1AB94;
  3893. }
  3894. .pixel-evo .evo-panel-right
  3895. {
  3896. border-color: #CBC4AA;
  3897. }
  3898. .assist-evo .evo-type::after
  3899. { /*輔助進化*/
  3900. background-image: linear-gradient(#AAFF66, #557700);
  3901. }
  3902. .assist-evo
  3903. {
  3904. background-color: #607F38;
  3905. }
  3906. .assist-evo .evo-panel-right
  3907. {
  3908. border-color: #6F9241;
  3909. }
  3910. .super-reincarnation .evo-type::after
  3911. { /*超轉生進化*/
  3912. background-image: linear-gradient(#EE7700 ,#FFFF88 40%, #1155AA);
  3913. }
  3914. .super-reincarnation
  3915. {
  3916. background-color: #C15644;
  3917. }
  3918. .super-reincarnation .evo-panel-right
  3919. {
  3920. border-color: #DE634F;
  3921. }
  3922. .super-ult-evo .evo-type::after
  3923. { /*超究極進化*/
  3924. background-image: linear-gradient(#553300,#FFCC00 45%, #FFFF99 55%, #771100);
  3925. }
  3926. .super-ult-evo
  3927. {
  3928. background-image: linear-gradient(#C1D515,#DD7003);
  3929. }
  3930. .super-ult-evo .evo-panel-right
  3931. {
  3932. border-color: #DBE721;
  3933. }
  3934. .ordeal-evo .evo-type::after
  3935. { /*试练进化*/
  3936. background-image: linear-gradient(#89F700 30%,#F3F593 60%, #25D6CD);
  3937. -webkit-text-stroke: 0.5px black;
  3938. }
  3939. .ordeal-evo .evo-type::before
  3940. { /*试练进化*/
  3941. -webkit-text-stroke: 4px white;
  3942. text-shadow: 0 5px 2px black;
  3943. }
  3944. .ordeal-evo
  3945. {
  3946. background-image: linear-gradient(#89F700, #25d6cd);
  3947. }
  3948. .ordeal-evo .evo-panel-right
  3949. {
  3950. border-color: #F3F593;
  3951. }
  3952. .evo-panel.henshin .evo-type::after,
  3953. .evo-panel.henshin-loop .evo-type::after
  3954. { /*變身*/
  3955. background-image: linear-gradient(#00FFFF 30%, #FF00FF);
  3956. }
  3957. .evo-panel.random-henshin .evo-type::after
  3958. { /*随机變身*/
  3959. background-image: linear-gradient(#00FFFF 30%, #FFF 60%, #FF00FF);
  3960. }
  3961. .evo-panel.henshin,
  3962. .evo-panel.random-henshin,
  3963. .evo-panel.henshin-loop
  3964. {
  3965. background-image: linear-gradient(#BFFFCF,#FFFFBF,#FFBFBF);
  3966. }
  3967. .evo-panel.henshin .evo-panel-right,
  3968. .evo-panel.random-henshin .evo-panel-right,
  3969. .evo-panel.henshin-loop .evo-panel-right
  3970. {
  3971. border-color: #7F00FF;
  3972. }
  3973. .dialog-dungeon-enchance
  3974. {
  3975. margin-top: 100px;
  3976. margin-left: calc(50% - 270px);
  3977. }
  3978. .dialog-dungeon-enchance label {
  3979. cursor: pointer;
  3980. }
  3981. .dialog-dungeon-enchance .dialog-content>ul>li
  3982. {
  3983. display: inline-block;
  3984. }
  3985. .dialog-dungeon-enchance .stats-list input
  3986. {
  3987. width: 50px;
  3988. }
  3989. .dialog-dungeon-enchance .dialog-content>*
  3990. {
  3991. margin-top: 5px;
  3992. }
  3993. .dialog-dungeon-enchance .stats-list>li
  3994. {
  3995. margin-right: 5px;
  3996. }
  3997. .dialog-dungeon-enchance .dialog-control>button
  3998. {
  3999. margin-right: 5px;
  4000. }
  4001. .icon-skill,
  4002. .icon-skill::after,
  4003. .icon-skill::before
  4004. {
  4005. font-weight: normal;
  4006. display: inline-block;
  4007. width: 36px;
  4008. height: 36px;
  4009. background-image: url(images/icon-skills.png);
  4010. background-repeat: no-repeat;
  4011. }
  4012. .icon-skill,
  4013. .attrs-div .attr-list .attr,
  4014. .skill-datail-parsed icon:where(.attr,.orb,.type-icon,.awoken-icon)
  4015. {
  4016. vertical-align: bottom;
  4017. transform: scale(0.75);
  4018. margin: -4px;
  4019. position: relative;
  4020. }
  4021. .custom-addition .icon-skill{
  4022. transform: scale(0.5);
  4023. margin: -10px;
  4024. }
  4025. .skill-datail-parsed .merge-board
  4026. {
  4027. margin-top: 5px;
  4028. }
  4029. .skill-datail-parsed .board {
  4030. border-collapse: collapse;
  4031. background-color: #532;
  4032. background-image: url(images/slate.svg);
  4033. background-size: 100px 100px;
  4034. background-attachment: scroll;
  4035. background-position: 0 0;
  4036. --board-light-color: unset;
  4037. --board-deep-color: rgba(0,0,0,0.4);
  4038. }
  4039. .skill-datail-parsed .board td {
  4040. padding: 0;
  4041. }
  4042. .skill-datail-parsed .board tr:nth-of-type(2n+1)>td:nth-of-type(2n+1),
  4043. .skill-datail-parsed .board tr:nth-of-type(2n)>td:nth-of-type(2n)
  4044. {
  4045. background-color: var(--board-deep-color);
  4046. }
  4047. .card-skill-list .no-skyfall,
  4048. .card-skill-list .fixed-time,
  4049. .card-skill-list .min-match-len,
  4050. .row-mon-leader-skill .card-skill-list .board-size-change,
  4051. .row-mon-leader-skill .card-skill-list .prediction-falling
  4052. {
  4053. color: #ff3600;
  4054. }
  4055. .card-skill-list .skill-proviso,
  4056. .card-skill-list .delay-active-turns::first-line, /*延迟生效技能的第一行*/
  4057. .card-skill-list .remove-assist
  4058. {
  4059. color: blue;
  4060. }
  4061. .card-skill-list .skill-proviso
  4062. {
  4063. border-bottom: 1px brown dashed;
  4064. }
  4065. .icon-skill.status-incr::after,
  4066. .icon-skill.status-decr::after,
  4067. .icon-skill.status-bind::after,
  4068. .icon-skill.hp-incr::after,
  4069. .icon-skill.hp-decr::after,
  4070. .icon-skill.boost-incr::after,
  4071. .icon-skill.boost-decr::after,
  4072. .icon-skill[data-icon-type="ctw"]::before,
  4073. .icon-skill[data-icon-type="ctw"]::after,
  4074. .icon-skill[data-icon-type="add-combo"]::after,
  4075. .icon-skill[data-icon-type="fixed-time"]::after
  4076. {
  4077. content: "";
  4078. position: absolute;
  4079. }
  4080. .icon-skill.status-incr::after,
  4081. .icon-skill.status-decr::after
  4082. {
  4083. transform: scale(0.75);
  4084. margin: -4px;
  4085. right: -5px;
  4086. }
  4087. .icon-skill.status-incr::after
  4088. {
  4089. top: -3px;
  4090. }
  4091. .icon-skill.status-decr::after
  4092. {
  4093. bottom: -3px;
  4094. }
  4095. .icon-skill.status-bind::after,
  4096. .icon-skill[data-icon-type="unbind-matches"]::after,
  4097. .icon-skill[data-icon-type="attr-absorb"]::after,
  4098. .icon-skill[data-icon-type="combo-absorb"]::after,
  4099. .icon-skill[data-icon-type="damage-absorb"]::after,
  4100. .icon-skill[data-icon-type="damage-void"]::after,
  4101. .icon-skill[data-icon-type="bind-skill"]::after
  4102. {
  4103. content: "";
  4104. background-position-y:calc(-36px * 3);
  4105. animation: hidden-visible-animate 0.8s infinite ease-out alternate;
  4106. }
  4107. .icon-skill.status-incr::after
  4108. {
  4109. background-position-y:calc(-36px * 1);
  4110. }
  4111. .icon-skill.status-decr::after
  4112. {
  4113. background-position-y:calc(-36px * 2);
  4114. }
  4115. .icon-skill.hp-incr::after,
  4116. .icon-skill.hp-decr::after
  4117. {
  4118. background-position-x:calc(-36px * 1);
  4119. }
  4120. .icon-skill.hp-incr::after
  4121. {
  4122. background-position-y:calc(-36px * 1);
  4123. }
  4124. .icon-skill.hp-decr::after
  4125. {
  4126. background-position-y:calc(-36px * 2);
  4127. }
  4128. .icon-skill[data-icon-type="delay"]
  4129. {
  4130. background-position-y:calc(-36px * 4);
  4131. }
  4132. .icon-skill[data-icon-type="mass-attack"]
  4133. {
  4134. background-position-y:calc(-36px * 5);
  4135. }
  4136. .icon-skill[data-icon-type="leader-change"]
  4137. {
  4138. background-position-y:calc(-36px * 6);
  4139. }
  4140. .icon-skill[data-icon-type="no-skyfall"]
  4141. {
  4142. background-position-y:calc(-36px * 7);
  4143. }
  4144. .icon-skill[data-icon-type="heal"]
  4145. {
  4146. background-position-y:calc(-36px * 8);
  4147. }
  4148. .icon-skill[data-icon-type="def-break"]
  4149. {
  4150. background-position-y:calc(-36px * 9);
  4151. }
  4152. .icon-skill[data-icon-type="poison"]
  4153. {
  4154. background-position-y:calc(-36px * 10);
  4155. }
  4156. .icon-skill[data-icon-type="status-time"]
  4157. {
  4158. background-position-y:calc(-36px * 11);
  4159. }
  4160. .icon-skill.time-incr[data-icon-type="status-time"]
  4161. {
  4162. background-position-x:calc(-36px * 1);
  4163. }
  4164. .icon-skill[data-icon-type="auto-heal"]
  4165. {
  4166. background-position-y:calc(-36px * 12);
  4167. }
  4168. .icon-skill[data-icon-type="ctw"],
  4169. .icon-skill[data-icon-type="ctw"]::after,
  4170. .icon-skill[data-icon-type="ctw"]::before
  4171. {
  4172. background-position-y:calc(-36px * 13);
  4173. }
  4174. .icon-skill[data-icon-type="ctw"]::before
  4175. {
  4176. animation: rotate-animate 1s infinite linear;
  4177. background-position-x:calc(-36px * 1);
  4178. }
  4179. .icon-skill[data-icon-type="ctw"]::after
  4180. {
  4181. animation: rotate-animate 6s infinite linear;
  4182. background-position-x:calc(-36px * 2);
  4183. }
  4184. .icon-skill[data-icon-type="gravity"]
  4185. {
  4186. animation: gravity-animate 1s infinite;
  4187. transform-origin: bottom center;
  4188. background-position-y:calc(-36px * 14);
  4189. }
  4190. .icon-skill[data-icon-type="resolve"]
  4191. {
  4192. background-position-y:calc(-36px * 15);
  4193. }
  4194. .icon-skill[data-icon-type="unbind-normal"]
  4195. {
  4196. background-position-y:calc(-36px * 16);
  4197. }
  4198. .icon-skill[data-icon-type="unbind-awakenings"]
  4199. {
  4200. background-position-y:calc(-36px * 17);
  4201. }
  4202. .icon-skill[data-icon-type="unbind-matches"]
  4203. {
  4204. background-position-y:calc(-36px * 18);
  4205. }
  4206. .icon-skill[data-icon-type="skill-boost"],
  4207. .icon-skill.boost-incr::after,
  4208. .icon-skill.boost-decr::after,
  4209. .icon-skill[data-icon-type="bind-skill"]
  4210. {
  4211. background-position-y:calc(-36px * 19);
  4212. }
  4213. .icon-skill.boost-incr::after
  4214. {
  4215. background-position-x:calc(-36px * 1);
  4216. }
  4217. .icon-skill.boost-decr::after
  4218. {
  4219. background-position-x:calc(-36px * 2);
  4220. }
  4221. .icon-skill[data-icon-type="add-combo"]
  4222. {
  4223. background-position-y:calc(-36px * 20);
  4224. }
  4225. .icon-skill[data-icon-type="add-combo"]::after
  4226. {
  4227. color: white;
  4228. text-shadow: black 1px 1px 0,black -1px 0px 0,black 0 0 1px;
  4229. font-family: var(--game-font-family);
  4230. font-size: 15px;
  4231. top: 0;
  4232. left: 20px;
  4233. content: attr(data-add-combo);
  4234. }
  4235. .icon-skill[data-icon-type="fixed-time"]
  4236. {
  4237. background-position-y:calc(-36px * 11);
  4238. background-position-x:calc(-36px * 1);
  4239. }
  4240. .icon-skill[data-icon-type="fixed-time"]::after
  4241. {
  4242. background-position-y:calc(-36px * 11);
  4243. background-position-x:calc(-36px * 2);
  4244. transform: scale(0.75);
  4245. left: 10px;
  4246. top: 5px;
  4247. }
  4248. .icon-skill[data-icon-type="board-size-change"]
  4249. {
  4250. background-position-y:calc(-36px * 21);
  4251. }
  4252. .icon-skill[data-icon-type="counter-attack"]
  4253. {
  4254. background-position-y:calc(-36px * 22);
  4255. }
  4256. .icon-skill[data-icon-type="orb-drop-incr"]
  4257. {
  4258. background-position-y:calc(-36px * 23);
  4259. }
  4260. .icon-skill[data-icon-type="attr-absorb"]
  4261. {
  4262. background-position-y:calc(-36px * 24);
  4263. }
  4264. .icon-skill[data-icon-type="combo-absorb"]
  4265. {
  4266. background-position-y:calc(-36px * 25);
  4267. }
  4268. .icon-skill[data-icon-type="damage-absorb"]
  4269. {
  4270. background-position-y:calc(-36px * 26);
  4271. }
  4272. .icon-skill[data-icon-type="damage-void"]
  4273. {
  4274. background-position-y:calc(-36px * 27);
  4275. }
  4276. .icon-skill[data-icon-type="orb-unlocked"]
  4277. {
  4278. background-position-y:calc(-36px * 28);
  4279. }
  4280. .icon-skill[data-icon-type="rate-mul-drop"]
  4281. {
  4282. background-position-y:calc(-36px * 29);
  4283. }
  4284. .icon-skill[data-icon-type="rate-mul-coin"]
  4285. {
  4286. background-position-y:calc(-36px * 30);
  4287. }
  4288. .icon-skill[data-icon-type="rate-mul-exp"]
  4289. {
  4290. background-position-y:calc(-36px * 31);
  4291. }
  4292. .icon-skill[data-icon-type="reduce-damage"]
  4293. {
  4294. background-position-y:calc(-36px * 32);
  4295. }
  4296. .icon-skill[data-icon-type="orb-locked"]
  4297. {
  4298. background-position-y:calc(-36px * 11);
  4299. background-position-x:calc(-36px * 2);
  4300. }
  4301. .icon-skill[data-icon-type="orb-enhanced"]
  4302. {
  4303. background-position-y:calc(-36px * 33);
  4304. }
  4305. .icon-skill[data-icon-type="board-roulette"]
  4306. {
  4307. background-position-y:calc(-36px * 34);
  4308. }
  4309. .icon-skill[data-icon-type="board-clouds"]
  4310. {
  4311. background-position: center;
  4312. background-size: contain;
  4313. background-image: url(images/icon-cloud-1.png);
  4314. }
  4315. .icon-skill[data-icon-type="board-immobility"]
  4316. {
  4317. background-position: center;
  4318. background-size: cover;
  4319. background-image: url(images/icon-immobility.png);
  4320. }
  4321. .icon-skill[data-icon-type="orb-nail"]
  4322. {
  4323. background-position-y:calc(-36px * 35);
  4324. }
  4325. .icon-skill[data-icon-type="evolved-skill-loop"]
  4326. {
  4327. background-image: url(images/icon-evolved-skill-loop.png);
  4328. background-size: contain;
  4329. }
  4330. .icon-skill[data-icon-type="increase-damage-cap"]
  4331. {
  4332. background-position-y:calc(-36px * 36);
  4333. }
  4334. .icon-skill[data-icon-type="orb-thorn"]
  4335. {
  4336. background-position-y:calc(-36px * 37);
  4337. }
  4338. .icon-skill[data-icon-type="maxhp-locked"]
  4339. {
  4340. background-position-y:calc(-36px * 38);
  4341. }
  4342. .row-mon-leader-skill .icon-skill[data-icon-type="maxhp-locked"] {
  4343. display:none;
  4344. }
  4345. .icon-skill[data-icon-type="remove-assist"]
  4346. {
  4347. background-position-y:calc(-36px * 39);
  4348. }
  4349. .icon-skill[data-icon-type="board-deep-dark"]
  4350. {
  4351. background-position-y:calc(-36px * 40);
  4352. }
  4353. .icon-skill[data-icon-type="prediction-falling"]
  4354. {
  4355. background-position-y:calc(-36px * 41);
  4356. }
  4357. .icon-skill[data-icon-type="drop-refresh"]::before
  4358. {
  4359. content: "🔃";
  4360. font-size: 1.5em;
  4361. line-height: 1.5em;
  4362. }
  4363. .skill-datail-parsed .team-flags {
  4364. display: inline-block;
  4365. }
  4366. .icon-skill[data-icon-type="auto-path"]
  4367. {
  4368. background-position-y:calc(-36px * 42);
  4369. }
  4370. :where(:lang(en), :lang(ko)) .icon-skill:where(
  4371. [data-icon-type="mass-attack"],
  4372. [data-icon-type="unbind-awakenings"],
  4373. [data-icon-type="reduce-damage"],
  4374. [data-icon-type="damage-absorb"],
  4375. [data-icon-type="damage-void"],
  4376. ){
  4377. background-position-x: -36px;
  4378. }
  4379. :lang(en) .icon-skill[data-icon-type="resolve"] {
  4380. background-position-x: calc(-36px * 1);
  4381. }
  4382. :lang(ko) .icon-skill[data-icon-type="resolve"] {
  4383. background-position-x: calc(-36px * 2);
  4384. }

智龙迷城队伍图制作工具