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

style.css 85 kB

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

智龙迷城队伍图制作工具