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

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