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

7 years ago
7 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'FOT-KurokaneStd-EB';
  4. font-style: normal;
  5. /*font-weight: 400;*/
  6. src: url("fonts/FOT-KurokaneStd-EB.woff2") format('woff2'),
  7. url("fonts/FOT-KurokaneStd-EB.woff") format('woff'),
  8. url("fonts/FOT-KurokaneStd-EB.ttf") format('truetype'),
  9. url("fonts/FOT-KurokaneStd-EB.eot") format('embedded-opentype'),
  10. url("fonts/FOT-KurokaneStd-EB.svg") format('svg');
  11. }
  12. @keyframes loading-animate{
  13. from {
  14. transform: rotate(0deg);
  15. }
  16. to {
  17. transform: rotate(3600deg);
  18. }
  19. }
  20. body{
  21. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  22. --search-icon-unchecked: 0.4;
  23. }
  24. .display-none{
  25. display:none !important;
  26. }
  27. .disabled{
  28. cursor: not-allowed;
  29. pointer-events: none;
  30. opacity: 0.5;
  31. }
  32. .title{
  33. font-size: 2em;
  34. font-weight: bold;
  35. }
  36. .detail{
  37. min-height: 100px;
  38. font-size: 1.5em;
  39. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  40. }
  41. .title,.detail{
  42. width:100%;
  43. border: none;
  44. background: none;
  45. box-sizing: border-box;
  46. padding: 1px;
  47. }
  48. .title:focus,.detail:focus{
  49. border: black solid 1px;;
  50. background-color: #eee;
  51. padding: 0;
  52. }
  53. .status{
  54. line-height: 16px;
  55. }
  56. /*.status.loading-mon-info .text::before{
  57. content: "正在加载怪物数据";
  58. }*/
  59. .status.loading-mon-info .icon,
  60. .status.loading-skill-info .icon{
  61. display: inline-block;
  62. width: 16px;
  63. height: 16px;
  64. border: 4px SteelBlue dotted;
  65. border-radius: 50%;
  66. animation: loading-animate 50s infinite linear;
  67. vertical-align: middle;
  68. }
  69. ul{
  70. margin: 0;
  71. padding: 0;
  72. list-style: none;
  73. }
  74. /*队伍的整个盒子*/
  75. .formation-box{
  76. width: 648px;
  77. min-width: 648px;
  78. }
  79. /*单个怪物*/
  80. .monster{
  81. font-family: 'FOT-KurokaneStd-EB',"Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  82. width: 100px;
  83. height: 100px;
  84. margin: 0;
  85. display: block;
  86. background-repeat: no-repeat;
  87. position: relative;
  88. cursor: pointer;
  89. border-radius: 5px;
  90. }
  91. .null .monster,.delay .monster,
  92. .null .property,.delay .property,
  93. .null .subproperty,.delay .subproperty
  94. {
  95. box-sizing: border-box;
  96. background-image: none !important;
  97. }
  98. .null .monster{
  99. background-color: rgba(230,230,230,0.5);
  100. border: 3px grey dashed;
  101. }
  102. .edit-box .null .monster{
  103. background-color: #653;
  104. border: none;
  105. box-shadow: inset black 0 0 7px;
  106. }
  107. .delay .monster{
  108. background-color: yellow;
  109. box-shadow: inset orange 0 0 7px;
  110. border: 3px black solid;
  111. }
  112. .delay .monster::before{
  113. display: block;
  114. width: 94px;
  115. height: 94px;
  116. color: black;
  117. font-size: 30px;
  118. line-height: 47px;
  119. text-align: center;
  120. font-weight: bold;
  121. /*content: "应 对\A威 吓";*/
  122. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  123. white-space: pre-wrap;
  124. display: inline-block;
  125. }
  126. /*怪物属性*/
  127. .property,.subproperty{
  128. position:absolute;
  129. left:0;top:0;
  130. width: 100px;
  131. height: 100px;
  132. background-repeat: no-repeat;
  133. background-image: url(images/CARDFRAME2.PNG);
  134. background-position: 100px 100px; /*默认都不显示*/
  135. }
  136. /*怪物-加值*/
  137. .monster .plus{
  138. color: yellow;
  139. font-size: 17px;
  140. line-height: 17px;
  141. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  142. position: absolute;
  143. left:10px;
  144. }
  145. .null .monster>div,.delay .monster>div{
  146. display:none !important;
  147. }
  148. .monster .plus .hp::before,
  149. .monster .plus .atk::before,
  150. .monster .plus .rcv::before,
  151. .monster .plus ._297::before{
  152. content: "+";
  153. }
  154. .monster .plus ._297{ /*297默认不显示*/
  155. display:none;
  156. }
  157. .monster .plus.has297 .hp,.monster .plus.zero .hp,
  158. .monster .plus.has297 .atk,.monster .plus.zero .atk,
  159. .monster .plus.has297 .rcv,.monster .plus.zero .rcv{ /*当是297时隐藏3维*/
  160. display:none;
  161. }
  162. .monster .plus.has297 ._297{ /*当是297时显示297*/
  163. display:block;
  164. }
  165. /*怪物-觉醒*/
  166. .monster .awoken-count{
  167. color: yellow;
  168. text-shadow: black 0 0 4px;
  169. text-align: center;
  170. background-image: url(images/awoken-count-bg.png);
  171. background-repeat: no-repeat;
  172. width: 34px;
  173. height: 38px;
  174. position: absolute;
  175. top: -4px;
  176. right: 0;
  177. transform: scale(0.75) translateX(4px);
  178. }
  179. .monster .awoken-count,
  180. .monster .awoken-count.full-awoken::before{
  181. font-size: 20px;
  182. line-height: 28px;
  183. }
  184. .monster .awoken-count.full-awoken{
  185. font-size: 0;
  186. }
  187. .monster .awoken-count.full-awoken::before{
  188. content: "★";
  189. }
  190. .monster .awoken-count.allowable-assist.full-awoken::before{
  191. content: none;
  192. }
  193. .monster .awoken-count.allowable-assist{
  194. font-size: 0;
  195. text-shadow: none;
  196. background-position: 0 -38px;
  197. }
  198. /*怪物-超觉醒*/
  199. .monster .super-awoken{
  200. position: absolute;
  201. right:0;
  202. top: 25px;
  203. transform: scale(0.75) translateX(4px);
  204. }
  205. /*怪物-等级*/
  206. .monster .level{
  207. color: white;
  208. height: 17px;
  209. text-shadow: black 0 0 2px, black 2px 2px 0;
  210. position: absolute;
  211. left: 5px;
  212. bottom: 0;
  213. vertical-align: top;
  214. }
  215. .monster .level,.monster .level.max::before{
  216. font-size: 15px;
  217. line-height: 17px;
  218. }
  219. .monster .level.max{
  220. font-size: 0;
  221. }
  222. .monster .level._110{
  223. color: lightskyblue;
  224. }
  225. /*.monster .level::before{
  226. content: "Lv.";
  227. }.monster .level.max::before{
  228. content: "Lv.最大";
  229. }*/
  230. .monster .id{
  231. display: block;
  232. color: white;
  233. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  234. font-size: 15px;
  235. line-height: 17px;
  236. height: 17px;
  237. text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px;
  238. position: absolute;
  239. left: 5px;
  240. bottom: 15px;
  241. }
  242. .not-show-mon-id .monster .id{
  243. display: none;
  244. }
  245. .monster .id::before{
  246. font-size: 12px;
  247. }
  248. /*.monster .id::before{
  249. content: "No.";
  250. }*/
  251. .monster .skill::before{
  252. content:"CD";
  253. font-size: 10px;
  254. }
  255. .monster .skill{
  256. font-size: 13px;
  257. line-height: 13px;
  258. color:white;
  259. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  260. position: absolute;
  261. right:0;
  262. bottom:0;
  263. }
  264. .monster .skill.max-skill{
  265. display: none;
  266. }
  267. .show-mon-skill-cd .monster .skill.max-skill{
  268. display: block;
  269. }
  270. /*辅助和队伍的每一只框架*/
  271. .member, .acquisitus-awoken-icon{
  272. display: block;
  273. float: left;
  274. position: relative;
  275. width: 108px;
  276. }
  277. .formation-box .monster{
  278. margin: 4px; /*留给队长边框的*/
  279. }
  280. .formation-assist, .formation-team,.formation-badge{
  281. display: inline-block;
  282. }
  283. /*队伍的背景色*/
  284. .formation-A-box .formation-team,.formation-A-box .formation-latents{
  285. background-color:pink;
  286. }
  287. .formation-B-box .formation-team,.formation-B-box .formation-latents{
  288. background-color:lightblue;
  289. }
  290. .formation-A-bigbox, .formation-B-bigbox{
  291. position: relative;
  292. font-size:0;
  293. }
  294. .formation-B-bigbox{
  295. margin-top:15px;
  296. }
  297. /*队伍A、B的文字*/
  298. .formation-A-bigbox::after, .formation-B-bigbox::before{
  299. font-size: 30px;
  300. font-weight: bold;
  301. text-align: center;
  302. line-height: 50px;
  303. white-space: pre-wrap;
  304. display: inline-block;
  305. width: 108px;
  306. height: 108px;
  307. }
  308. .formation-A-bigbox::after{
  309. color:red;
  310. background-color:pink;
  311. /*content: "队伍\A A";*/
  312. }
  313. .formation-B-bigbox::before{
  314. color:blue;
  315. background-color:lightblue;
  316. /*content: "队伍\A B";*/
  317. vertical-align:top;
  318. }
  319. .formation-A-box, .formation-B-box{
  320. display: inline-block;
  321. vertical-align:bottom;
  322. }
  323. .formation-A-box .formation-assist .member::after, .formation-B-box .formation-assist .member::before{
  324. width: 108px;
  325. text-align: center;
  326. font-size: 18px;
  327. font-weight: bold;
  328. display: inline-block;
  329. position: relative;
  330. }
  331. .formation-A-box .formation-assist .member::after{
  332. color:red;
  333. /*content: "▼辅助";*/
  334. }
  335. .formation-B-box .formation-assist .member::before{
  336. color:blue;
  337. /*content: "▲辅助";*/
  338. }
  339. .formation-box .team-info{
  340. font-size: 15px;
  341. }
  342. .team-info .tIf-total-hp,.team-info .tIf-total-rcv{
  343. display:inline-block;
  344. }
  345. /*队伍的潜觉*/
  346. .formation-latents .latents{
  347. width: 108px;
  348. /*float:left;*/
  349. margin-bottom: -20px;
  350. display: inline-block;
  351. }
  352. .formation-latents .latent-ul{
  353. font-size: 0;
  354. width: 152px;
  355. transform: translate(-22px,-8px) scale(0.63);
  356. }
  357. .formation-latents .latent-icon{
  358. margin-left: 3px;
  359. margin-right: 3px;
  360. }
  361. .formation-latents .latent-icon-12,
  362. .formation-latents .latent-icon-13,
  363. .formation-latents .latent-icon-14,
  364. .formation-latents .latent-icon-15,
  365. .formation-latents .latent-icon-16,
  366. .formation-latents .latent-icon-17,
  367. .formation-latents .latent-icon-18,
  368. .formation-latents .latent-icon-19,
  369. .formation-latents .latent-icon-20,
  370. .formation-latents .latent-icon-21,
  371. .formation-latents .latent-icon-22,
  372. .formation-latents .latent-icon-23,
  373. .formation-latents .latent-icon-24,
  374. .formation-latents .latent-icon-25,
  375. .formation-latents .latent-icon-26,
  376. .formation-latents .latent-icon-27,
  377. .formation-latents .latent-icon-28,
  378. .formation-latents .latent-icon-29,
  379. .formation-latents .latent-icon-30,
  380. .formation-latents .latent-icon-31,
  381. .formation-latents .latent-icon-32,
  382. .formation-latents .latent-icon-33{
  383. margin: 0;
  384. }
  385. /*队长的边框*/
  386. .formation-A-box .formation-team .team-leader .monster, .formation-B-box .formation-team .team-leader .monster{
  387. border-radius: 10px;
  388. border-width:4px;
  389. border-style:solid;
  390. box-sizing: initial;
  391. margin: 0;
  392. }
  393. .formation-A-box .formation-team .team-leader .monster{
  394. border-color: red;
  395. }
  396. .formation-B-box .formation-team .team-leader .monster{
  397. border-color: blue;
  398. }
  399. /*三维计算值*/
  400. .formation-ability .abilitys{
  401. padding-left: 5px;
  402. box-sizing: border-box;
  403. font-size: 15px;
  404. width: 108px;
  405. display: inline-block;
  406. }
  407. .abilitys .hp::before,.abilitys .atk::before,.abilitys .rcv::before{
  408. width: 45px;
  409. display: inline-block;
  410. }
  411. /*.abilitys .hp::before{
  412. content: "HP:";
  413. }
  414. .abilitys .atk::before{
  415. content: "攻击:";
  416. }
  417. .abilitys .rcv::before{
  418. content: "回复:";
  419. }*/
  420. /*编辑窗口*/
  421. .blur-bg{
  422. filter:blur(5px);
  423. pointer-events: none;
  424. }
  425. .edit-box{
  426. background-color: rgba(82, 53, 30, 0.8);
  427. color: white;
  428. position: absolute;
  429. left:0;
  430. top:0;
  431. width:100%;
  432. box-sizing: border-box;
  433. min-width:664px;
  434. }
  435. .edit-box-title{
  436. text-align: center;
  437. font-size: 2em;
  438. font-weight: bold;
  439. }
  440. /*.edit-box .edit-box-title::before{
  441. content: "修改队员";
  442. }
  443. .edit-box .edit-box-title.edit-box-title-assist::before{
  444. content: "修改辅助";
  445. }*/
  446. .edit-box .monsterinfo-box{
  447. font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  448. color: white;
  449. text-shadow: black 2px 2px 0;
  450. height: 100px;
  451. margin: 5px 0;
  452. background-image: linear-gradient(#798421,#394914);
  453. border-top: #B1BB39 solid 4px;
  454. border-bottom: #72941D ridge 7px;
  455. box-shadow: black 0 3px 3px;
  456. padding: 5px 10px;
  457. }
  458. .edit-box .search-box,
  459. .edit-box .setting-box{
  460. padding: 0 10px;
  461. }
  462. /*.edit-box .setting-box .row-mon-id::before{
  463. content: "▼怪物ID";
  464. }*/
  465. .edit-box .setting-box .row-mon-id .m-id{
  466. box-sizing: border-box;
  467. font-size: 25px;
  468. height: 40px;
  469. width: 100%;
  470. }
  471. .edit-box .setting-box .row-mon-id .unable-monster{
  472. pointer-events: none;
  473. opacity: 0.5;
  474. }
  475. .edit-box .setting-box .row-mon-id .unable-monster .monster{
  476. box-sizing: border-box;
  477. border: 5px solid red;
  478. border-radius: 10px;
  479. overflow: hidden;
  480. }
  481. .edit-box .setting-box .row-mon-id .unable-monster .id{
  482. display: none;
  483. }
  484. .edit-box .setting-box .row-mon-id .search-button{
  485. width: 100%;
  486. height: 40px;
  487. font-size: 25px;
  488. }
  489. .edit-box .setting-box .row-mon-id .evo-card-list li,
  490. .edit-box .search-box .search-mon-list li{
  491. display: inline-block;
  492. vertical-align: top;
  493. top: 0;
  494. width: 78px;
  495. height: 80px;
  496. }
  497. .edit-box .setting-box .row-mon-id .evo-card-list .monster,
  498. .edit-box .search-box .search-mon-list .monster{
  499. float: none;
  500. transform: scale(0.75) translate(-13px,-13px);
  501. }
  502. .edit-box .setting-box .row-mon-id .evo-card-list .monster .id,
  503. .edit-box .search-box .search-mon-list .monster .id{
  504. bottom: 5px;
  505. font-size: 20px;
  506. }
  507. /*.setting-box .row-mon-id .open-search::before{
  508. content: "搜索怪物";
  509. }
  510. .search-box::before{
  511. content: "▼简易搜索";
  512. }
  513. .attrs .attr-all::before{
  514. content: "不限";
  515. }
  516. .attrs .attr-none::before{
  517. content: "无";
  518. }*/
  519. .search-box>div{
  520. margin-bottom: 5px;
  521. }
  522. .search-box>div ul{
  523. display: inline-block;
  524. }
  525. .search-box .attrs ul{
  526. display: block;
  527. }
  528. .search-box>div ul>li{
  529. display: inline-block;
  530. vertical-align: top;
  531. font-size:16px;
  532. overflow: hidden;
  533. }
  534. .search-box>div ul>li>label{
  535. cursor: pointer;
  536. display: block;
  537. text-align: center;
  538. }
  539. .attrs .attr-list-1::before,
  540. .attrs .attr-list-2::before,
  541. .types-div::before,
  542. .awoken-div::before,
  543. .sawoken-div::before{
  544. /*float: left;*/
  545. font-size: 16px;
  546. /*width: 55px;*/
  547. margin-right: 3px;
  548. display: inline-block;
  549. }
  550. /*.search-box .attrs .attr-list-1::before{
  551. content: "属性1";
  552. }
  553. .search-box .attrs .attr-list-2::before{
  554. content: "属性2";
  555. }
  556. .search-box .attrs .fix-main-color-label::after{
  557. content: "限制属性1为主属性,属性2为副属性";
  558. }*/
  559. .attr-radio,.type-check,.sawoken-check{
  560. display: none;
  561. }
  562. .attrs .attr-list{
  563. font-size:0;
  564. }
  565. .attrs .attr-list li{
  566. border: 1px solid white;
  567. border-left: none;
  568. background: #947244;
  569. }
  570. .attrs .attr-list li:hover{
  571. background: #E9CB9E;
  572. }
  573. .attrs .attr-list li:first-of-type{
  574. border-radius: 8px 0 0 8px;
  575. border-left: 1px solid white;
  576. }
  577. .attrs .attr-list li:last-of-type{
  578. border-radius: 0 8px 8px 0;
  579. }
  580. .attrs .attr-list li label{
  581. line-height: 30px;
  582. width: 55px;
  583. height: 30px;
  584. }
  585. .attrs .attr-list input:checked~label{
  586. background-color:#8C4242;
  587. box-shadow: inset black 0 0 5px;
  588. cursor: auto;
  589. }
  590. .attr-list-1{
  591. margin-bottom: 5px;
  592. }
  593. /*.search-box .types-div::before{
  594. content: "类型";
  595. }*/
  596. .types-div .type-list li label{
  597. opacity: var(--search-icon-unchecked);
  598. }
  599. .types-div .type-list input:checked~label{
  600. opacity: 1;
  601. }
  602. /*.search-box .awoken-div::before{
  603. content: "觉醒";
  604. }*/
  605. .search-box .awoken-div .awoken-clear::before,
  606. .search-box .sawoken-div .sawoken-clear::before
  607. {
  608. content: "❌";
  609. }
  610. .search-box .awoken-div .awoken-clear,
  611. .search-box .sawoken-div .sawoken-clear
  612. {
  613. padding: 0;
  614. float: right;
  615. }
  616. .search-box .awoken-list button{
  617. border: none;
  618. background-color: unset;
  619. font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  620. color: white;
  621. line-height: 32px;
  622. font-size: 16px;
  623. padding: 0;
  624. }
  625. .search-box .awoken-list .awoken-count.zero{
  626. opacity: var(--search-icon-unchecked);
  627. }
  628. .search-box .awoken-list .count{
  629. width: 30px;
  630. }
  631. .search-box .awoken-list .awoken-count .awoken-icon{
  632. cursor: pointer;
  633. }
  634. .search-box .awoken-list .awoken-count .count{
  635. cursor: pointer;
  636. }
  637. .search-box .awoken-list .awoken-count.zero .count{
  638. cursor: auto;
  639. }
  640. /*.search-box .sawoken-div::before{
  641. content: "超觉醒";
  642. }*/
  643. .sawoken-div .sawoken-list li label{
  644. opacity: var(--search-icon-unchecked);
  645. }
  646. .sawoken-div .sawoken-list input:checked~label{
  647. opacity: 1;
  648. }
  649. .control-div button{
  650. font-size: 20px;
  651. }
  652. .control-div .search-start{
  653. float: right;
  654. margin-left: 5px;
  655. }
  656. /*.control-div .search-start::before{
  657. content: "开始搜索";
  658. }
  659. .control-div .search-clear::before{
  660. content: "清空搜索条件";
  661. }
  662. .control-div .search-close::before{
  663. content: "关闭搜索";
  664. }*/
  665. .search-box .search-mon-list{
  666. border: 1px solid white;
  667. border-radius: 5px;
  668. background: grey;
  669. }
  670. .setting-box .row-mon-id .open-search{
  671. float: right;
  672. }
  673. .edit-box .setting-row{
  674. width: 100%;
  675. }
  676. .monsterinfo-box .monster-head{
  677. float: left;
  678. margin-right:5px;
  679. }
  680. .monsterinfo-box .monster-id{
  681. display:inline-block;
  682. width:150px;
  683. }
  684. /*.monsterinfo-box .monster-id::before{
  685. content: "No.";
  686. }*/
  687. .monsterinfo-box .monster-rare{
  688. display:inline-block;
  689. }
  690. .monsterinfo-box .monster-rare::before{
  691. color:gold;
  692. text-shadow: black 0 0 3px,black 0 2px 3px;
  693. }
  694. .rare-1::before{content: "★";}
  695. .rare-2::before{content: "★★";}
  696. .rare-3::before{content: "★★★";}
  697. .rare-4::before{content: "★★★★";}
  698. .rare-5::before{content: "★★★★★";}
  699. .rare-6::before{content: "★★★★★★";}
  700. .rare-7::before{content: "★★★★★★★";}
  701. .rare-8::before{content: "★★★★★★★★";}
  702. .rare-9::before{content: "★★★★★★★★★";}
  703. .rare-10::before{content: "★★★★★★★★★★";}
  704. .monsterinfo-box .monster-id,.monsterinfo-box .monster-rare,.monsterinfo-box .monster-name{
  705. vertical-align: top;
  706. margin:0;
  707. height: 34px;
  708. font-size: 22px;
  709. line-height: 22px;
  710. }
  711. .monsterinfo-box .monster-type{
  712. font-size: 0;
  713. }
  714. .monsterinfo-box .monster-type .type-name{
  715. display:inline-block;
  716. margin-right: 10px;
  717. }
  718. .monsterinfo-box .monster-type .type-icon{
  719. margin-right:3px;
  720. }
  721. .monsterinfo-box .monster-type .type-name::after{
  722. vertical-align: middle;
  723. font-size: 22px;
  724. line-height: 22px;
  725. }
  726. .edit-box .setting-box .row-mon-level::before{
  727. /*content: "▼怪物等级";*/
  728. display: block;
  729. }
  730. .edit-box .setting-box .m-level{
  731. font-size: 25px;
  732. height: 40px;
  733. width: calc(100% - 220px);
  734. box-sizing: border-box;
  735. }
  736. .m-level-btn-min,.m-level-btn-max{
  737. height: 40px;
  738. box-sizing: border-box;
  739. font-size: 25px;
  740. padding: 0;
  741. }
  742. .m-level-btn-min{
  743. width: 65px;
  744. }
  745. .m-level-btn-max{
  746. width: 145px;
  747. }
  748. /*.m-level-btn-max::before{
  749. content: "最高Lv";
  750. }
  751. .edit-box .setting-box .row-mon-awoken::before{
  752. content: "▼怪物觉醒";
  753. }*/
  754. .row-mon-awoken .awoken-ul, .row-mon-super-awoken .awoken-ul{
  755. font-size: 0;
  756. height: 32px;
  757. }
  758. .awoken-ul li{
  759. margin-right: 5px;
  760. }
  761. .awoken-ul li:last-of-type{
  762. margin-right: 0;
  763. }
  764. .edit-box .awoken-ul .awoken-icon{
  765. cursor: pointer;
  766. }
  767. .awoken-ul .awoken-icon.unselected-awoken{
  768. opacity: var(--search-icon-unchecked);
  769. }
  770. .row-mon-awoken .awoken-icon.awoken-count,
  771. .row-mon-awoken .awoken-icon.awoken-count.full-awoken::before
  772. {
  773. color: yellow;
  774. font-size: 22px;
  775. line-height: 28px;
  776. font-weight: bold;
  777. text-shadow: black 0 0 4px;
  778. text-align: center;
  779. }
  780. .row-mon-awoken .awoken-icon.awoken-count.full-awoken{
  781. font-size: 0;
  782. }
  783. .row-mon-awoken .awoken-icon.awoken-count.full-awoken::before{
  784. content: "★";
  785. }
  786. .row-mon-awoken .m-super-awoken-ul{
  787. margin-top: 5px;
  788. }
  789. /*.edit-box .setting-box .row-mon-super-awoken::before{
  790. content: "▼超觉醒";
  791. }*/
  792. .edit-box .setting-box .row-mon-plus::before{
  793. /*content: "▼怪物加值";*/
  794. display: block;
  795. }
  796. .row-mon-plus .ability-value::before{content: "(";}
  797. .row-mon-plus .ability-value::after{content: ")";}
  798. .setting-box .m-plus-hp,.setting-box .m-plus-atk,.setting-box .m-plus-rcv{
  799. font-size: 25px;
  800. height: 40px;
  801. width: calc(100% - 288px);
  802. box-sizing: border-box;
  803. }
  804. .m-plus-hp-li::before,.m-plus-atk-li::before,.m-plus-rcv-li::before,.row-mon-plus .ability-value{
  805. font-size: 25px;
  806. width: 55px;
  807. display: inline-block;
  808. }
  809. .row-mon-plus .ability-value{
  810. width: 90px;
  811. }
  812. /*.m-plus-hp-li::before{content: "HP";}
  813. .m-plus-atk-li::before{content: "攻击";}
  814. .m-plus-rcv-li::before{content: "回复";}*/
  815. .m-plus-btn{
  816. height: 40px;
  817. width: 55px;
  818. box-sizing: border-box;
  819. font-size: 25px;
  820. }
  821. .m-plus-btn::before,.m-plus-btn-297::before{
  822. content: "+";
  823. }
  824. .m-plus-btn-297{
  825. float:right;
  826. width: 85px;
  827. height: 120px;
  828. box-sizing: border-box;
  829. font-size: 25px;
  830. }
  831. /*.edit-box .setting-box .row-mon-latent::before{
  832. content: "▼潜在觉醒";
  833. }*/
  834. .m-latent-ul{
  835. text-align: center;
  836. font-size: 0;
  837. }
  838. .m-latent-ul .latent-icon{
  839. margin-left: 12px;
  840. }
  841. .m-latent-ul .latent-icon:first-of-type{
  842. margin-left: 0;
  843. }
  844. .m-latent-allowable-ul{
  845. margin-top: 5px;
  846. }
  847. .m-latent-allowable-ul .latent-icon,
  848. .m-latent-ul .latent-icon-1,
  849. .m-latent-ul .latent-icon-2,
  850. .m-latent-ul .latent-icon-3,
  851. .m-latent-ul .latent-icon-4,
  852. .m-latent-ul .latent-icon-5,
  853. .m-latent-ul .latent-icon-6,
  854. .m-latent-ul .latent-icon-7,
  855. .m-latent-ul .latent-icon-8,
  856. .m-latent-ul .latent-icon-9,
  857. .m-latent-ul .latent-icon-10,
  858. .m-latent-ul .latent-icon-11,
  859. .m-latent-ul .latent-icon-12,
  860. .m-latent-ul .latent-icon-13,
  861. .m-latent-ul .latent-icon-14,
  862. .m-latent-ul .latent-icon-15,
  863. .m-latent-ul .latent-icon-16,
  864. .m-latent-ul .latent-icon-17,
  865. .m-latent-ul .latent-icon-18,
  866. .m-latent-ul .latent-icon-19,
  867. .m-latent-ul .latent-icon-20,
  868. .m-latent-ul .latent-icon-21,
  869. .m-latent-ul .latent-icon-22,
  870. .m-latent-ul .latent-icon-23,
  871. .m-latent-ul .latent-icon-24{
  872. cursor: pointer;
  873. }
  874. .m-latent-allowable-ul .latent-icon.unselected-latent{
  875. cursor: default;
  876. opacity: var(--search-icon-unchecked);
  877. }
  878. .edit-box .setting-box .row-mon-skill,
  879. .edit-box .setting-box .row-mon-leader-skill{
  880. margin-top:5px;
  881. }
  882. /*.skill-box .skill-cd::before{
  883. content: "冷却回合:";
  884. }
  885. .skill-box .skill-level-label::before{
  886. content: "Lv";
  887. }
  888. .skill-box .m-skill-lv-1::before{
  889. content: "Lv";
  890. }
  891. .skill-box .m-skill-lv-max::before{
  892. content: "最高Lv";
  893. }*/
  894. .skill-box .m-skill-level {
  895. height: 30px;
  896. width: 50px;
  897. box-sizing: border-box;
  898. border: none;
  899. background: none;
  900. font-size: inherit;
  901. font-family: inherit;
  902. color: inherit;
  903. text-shadow: inherit;
  904. }
  905. .skill-box .m-skill-lv-1,.skill-box .m-skill-lv-max{
  906. height: 30px;
  907. box-sizing: border-box;
  908. font-size: 18px;
  909. }
  910. .skill-box{
  911. font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  912. font-size: 20px;
  913. border: #9C743E solid 2px;
  914. border-radius: 10px;
  915. background-color: #B1AAA0;
  916. overflow: hidden;
  917. box-shadow: inset black 0 0 5px;
  918. }
  919. .skill-title{
  920. background-color: #39180F;
  921. box-shadow: inset black 0 5px 5px;
  922. padding: 0 10px 0 5px;
  923. text-shadow:black 3px 3px 0;
  924. }
  925. .skill-title::before{
  926. background-color: #774433;
  927. border: #BBAA55 solid 2px;
  928. border-radius: 10px;
  929. margin-right: 5px;
  930. padding: 0 5px;
  931. text-shadow:black 0 0 3px;
  932. line-height: 25px;
  933. display: inline-block;
  934. }
  935. .row-mon-skill .skill-title::before{
  936. /*content: "主動技能";*/
  937. color: #DDEEEE;
  938. }
  939. .row-mon-skill .skill-title .skill-name{
  940. color: #84BAFC;
  941. }
  942. .row-mon-leader-skill .skill-title::before{
  943. /*content: "隊長技能";*/
  944. color: #FF9955;
  945. }
  946. .row-mon-leader-skill .skill-title .skill-name{
  947. color: #85FD80;
  948. }
  949. .skill-datail{
  950. color: black;
  951. padding: 0 8px 6px 8px;
  952. line-height: 25px;
  953. }
  954. .skill-cd-control{
  955. float: right;
  956. }
  957. .skill-cd{
  958. margin-right: 20px;
  959. }
  960. .edit-box .button-box{
  961. border-top: black solid 3px;
  962. background-color: rgba(0,0,0,0.5);
  963. margin-top: 10px;
  964. padding: 5px;
  965. height: 50px;
  966. }
  967. .edit-box .button-box .button-null,
  968. .edit-box .button-box .button-delay,
  969. .edit-box .button-box .button-cancel,
  970. .edit-box .button-box .button-done{
  971. height: 50px;
  972. box-sizing: border-box;
  973. font-size: 25px;
  974. font-weight: bold;
  975. }
  976. .edit-box .button-box .button-null,
  977. .edit-box .button-box .button-delay{
  978. float: left;
  979. margin-right:5px;
  980. }
  981. .edit-box .button-box .button-cancel,
  982. .edit-box .button-box .button-done{
  983. float: right;
  984. margin-left:5px;
  985. }
  986. /*.edit-box .button-box .button-null::after{
  987. content: "留空格子";
  988. }
  989. .edit-box .button-box .button-delay::after{
  990. content: "应对威吓";
  991. }
  992. .edit-box .button-box .button-cancel::after{
  993. content: "取消修改";
  994. }
  995. .edit-box .button-box .button-done::after{
  996. content: "确认修改";
  997. }
  998. .edit-box .button-box .button-done.cant-assist::after{
  999. content: "不能辅助";
  1000. }*/
  1001. .awoken-total-box::before{
  1002. font-size: 20px;
  1003. margin-top:5px;
  1004. /*content: "觉醒总计:";*/
  1005. }
  1006. .detail-box{
  1007. margin-top:5px;
  1008. }
  1009. .awoken-total-box .awoken-ul .awoken-count,
  1010. .search-box .awoken-list .awoken-count{
  1011. font-size: 16px;
  1012. line-height: 32px;
  1013. font-family: 'FOT-KurokaneStd-EB',"Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
  1014. float: left;
  1015. margin-right: 3px;
  1016. }
  1017. .awoken-total-box .awoken-ul .count,
  1018. .search-box .awoken-list .count{
  1019. height: 32px;
  1020. width: 37px;
  1021. display: inline-block;
  1022. vertical-align: middle;
  1023. }
  1024. .awoken-total-box .awoken-ul .count::before,
  1025. .search-box .awoken-list .count::before{
  1026. content: "×";
  1027. }
  1028. /*控制框*/
  1029. .control-box{
  1030. margin-bottom: 10px;
  1031. }
  1032. .control-box .languages-label::before{
  1033. content: "Lanuage:";
  1034. }
  1035. .control-box .solo-link::before{
  1036. content: "Jump To Solo Version";
  1037. }
  1038. .control-box .multi-link::before{
  1039. content: "Jump To 2-Player Version";
  1040. }
  1041. .control-box .btn-show-mon-id{
  1042. margin-left: 5px;
  1043. }
  1044. /*.control-box .btn-show-mon-id::before{
  1045. content: "隐藏怪物ID";
  1046. }
  1047. .not-show-mon-id .control-box .btn-show-mon-skill-cd::before{
  1048. content: "显示怪物ID";
  1049. }
  1050. .show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{
  1051. content: "⬜隐藏已满技能CD";
  1052. }
  1053. .control-box .btn-show-mon-skill-cd::before{
  1054. content: "❄️显示已满技能CD";
  1055. }
  1056. */
  1057. #interchange-line{
  1058. pointer-events: none;
  1059. position: absolute;
  1060. left: 0;
  1061. top: 0;
  1062. }
  1063. #interchange-line g line {
  1064. fill: none;
  1065. stroke: blue;
  1066. stroke-linecap: round;
  1067. stroke-width: 5;
  1068. stroke-dasharray: 10;
  1069. }

智龙迷城队伍图制作工具