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

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

智龙迷城队伍图制作工具