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

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
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  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. body{
  13. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  14. }
  15. .display-none{
  16. display:none;
  17. }
  18. .disabled{
  19. cursor: not-allowed;
  20. pointer-events: none;
  21. opacity: 0.5;
  22. }
  23. .title{
  24. font-size: 2em;
  25. font-weight: bold;
  26. }
  27. .detail{
  28. min-height: 100px;
  29. font-size: 1.5em;
  30. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  31. }
  32. .title,.detail{
  33. width:100%;
  34. border: none;
  35. background: none;
  36. box-sizing: border-box;
  37. padding: 1px;
  38. }
  39. .title:focus,.detail:focus{
  40. border: black solid 1px;;
  41. background-color: #eee;
  42. padding: 0;
  43. }
  44. ul{
  45. margin: 0;
  46. padding: 0;
  47. list-style: none;
  48. }
  49. /*队伍的整个盒子*/
  50. .formation-box{
  51. width: 648px;
  52. min-width: 648px;
  53. }
  54. /*单个怪物*/
  55. .monster{
  56. font-family: 'FOT-KurokaneStd-EB',"Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  57. width: 100px;
  58. height: 100px;
  59. margin: 0;
  60. display: block;
  61. float: left;
  62. background-repeat: no-repeat;
  63. position: relative;
  64. cursor: pointer;
  65. border-radius: 5px;
  66. }
  67. .null .monster,.delay .monster,
  68. .null .property,.delay .property,
  69. .null .subproperty,.delay .subproperty
  70. {
  71. box-sizing: border-box;
  72. background-image: none;
  73. }
  74. .null .monster{
  75. background-color: rgba(230,230,230,0.5);
  76. border: 3px grey dashed;
  77. }
  78. .edit-box .null .monster{
  79. background-color: #653;
  80. border: none;
  81. box-shadow: inset black 0 0 7px;
  82. }
  83. .delay .monster{
  84. background-color: yellow;
  85. box-shadow: inset orange 0 0 7px;
  86. border: 3px black solid;
  87. }
  88. .delay .monster::before{
  89. display: block;
  90. width: 94px;
  91. height: 94px;
  92. color: black;
  93. font-size: 30px;
  94. line-height: 47px;
  95. text-align: center;
  96. font-weight: bold;
  97. /*content: "应 对\A威 吓";*/
  98. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  99. white-space: pre-wrap;
  100. display: inline-block;
  101. }
  102. /*怪物属性*/
  103. .property,.subproperty{
  104. position:absolute;
  105. left:0;top:0;
  106. width: 100px;
  107. height: 100px;
  108. background-repeat: no-repeat;
  109. background-image: url(images/CARDFRAME2.PNG);
  110. background-position: 100px 100px; /*默认都不显示*/
  111. }
  112. /*怪物-加值*/
  113. .monster .plus{
  114. color: yellow;
  115. font-size: 17px;
  116. line-height: 17px;
  117. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  118. position: absolute;
  119. left:0;
  120. }
  121. .null .monster>div,.delay .monster>div{
  122. display:none;
  123. }
  124. /*.monster .plus .hp::before,
  125. .monster .plus .atk::before,
  126. .monster .plus .rcv::before,
  127. .monster .plus ._297::before{
  128. content: "+";
  129. }*/
  130. .monster .plus ._297{ /*297默认不显示*/
  131. display:none;
  132. }
  133. .monster .plus.has297 .hp,.monster .plus.zero .hp,
  134. .monster .plus.has297 .atk,.monster .plus.zero .atk,
  135. .monster .plus.has297 .rcv,.monster .plus.zero .rcv{ /*当是297时隐藏3维*/
  136. display:none;
  137. }
  138. .monster .plus.has297 ._297{ /*当是297时显示297*/
  139. display:block;
  140. }
  141. /*怪物-觉醒*/
  142. .monster .awoken-count{
  143. color: yellow;
  144. font-size: 20px;
  145. line-height: 30px;
  146. text-shadow: black 0 0 4px;
  147. text-align: center;
  148. background-image: url(images/awoken-bg.png);
  149. background-repeat: no-repeat;
  150. width: 34px;
  151. height: 38px;
  152. position: absolute;
  153. top: -4px;
  154. right: 0;
  155. transform: scale(0.80) translateX(4px);
  156. }
  157. .monster .awoken-count.allowable-assist{
  158. font-size: 0;
  159. text-shadow: none;
  160. background-position: 0 -38px;
  161. }
  162. /*怪物-超觉醒*/
  163. .monster .super-awoken{
  164. position: absolute;
  165. right:0;
  166. top: 25px;
  167. transform: scale(0.80) translateX(4px);
  168. }
  169. /*怪物-等级*/
  170. .monster .level{
  171. color: white;
  172. height: 17px;
  173. text-shadow: black 0 0 2px, black 2px 2px 0;
  174. position: absolute;
  175. left: 5px;
  176. bottom: 0px;
  177. vertical-align: top;
  178. }
  179. .monster .level,.monster .level.max::before{
  180. font-size: 15px;
  181. line-height: 17px;
  182. }
  183. .monster .level.max{
  184. font-size: 0;
  185. }
  186. .monster .level._110{
  187. color: lightskyblue;
  188. }
  189. /*.monster .level::before{
  190. content: "Lv.";
  191. }.monster .level.max::before{
  192. content: "Lv.最大";
  193. }*/
  194. .monster .id{
  195. display: block;
  196. color: white;
  197. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  198. font-size: 15px;
  199. line-height: 17px;
  200. height: 17px;
  201. text-shadow: black 1px 1px 0,black 1px -1px 0,black -1px 1px 0,black -1px -1px 0;
  202. position: absolute;
  203. left: 5px;
  204. bottom: 15px;
  205. }
  206. .not-show-mon-id .monster .id{
  207. display: none;
  208. }
  209. /*.monster .id::before{
  210. content: "No.";
  211. }*/
  212. /*辅助和队伍的每一只框架*/
  213. .member, .acquisitus-awoken-icon {
  214. display: block;
  215. float: left;
  216. position: relative;
  217. width: 108px;
  218. }
  219. .formation-box .monster{
  220. margin: 4px; /*留给队长边框的*/
  221. }
  222. /*队伍的背景色*/
  223. .formation-assist, .formation-team{
  224. display: inline-block;
  225. }
  226. .formation-A-box .formation-team,.formation-A-box .formation-latents{
  227. background-color:pink;
  228. }
  229. .formation-B-box .formation-team,.formation-B-box .formation-latents{
  230. background-color:lightblue;
  231. }
  232. .formation-A-bigbox, .formation-B-bigbox{
  233. position: relative;
  234. font-size:0;
  235. }
  236. .formation-B-bigbox{
  237. margin-top:15px;
  238. }
  239. /*队伍A、B的文字*/
  240. .formation-A-bigbox::after, .formation-B-bigbox::before{
  241. font-size: 30px;
  242. font-weight: bold;
  243. text-align: center;
  244. line-height: 50px;
  245. white-space: pre-wrap;
  246. display: inline-block;
  247. width: 108px;
  248. height: 108px;
  249. }
  250. .formation-A-bigbox::after{
  251. color:red;
  252. background-color:pink;
  253. /*content: "队伍\A A";*/
  254. }
  255. .formation-B-bigbox::before{
  256. color:blue;
  257. background-color:lightblue;
  258. /*content: "队伍\A B";*/
  259. vertical-align:top;
  260. }
  261. .formation-A-box, .formation-B-box{
  262. display: inline-block;
  263. vertical-align:bottom;
  264. }
  265. .formation-A-box .formation-assist .member::after, .formation-B-box .formation-assist .member::before{
  266. width: 108px;
  267. text-align: center;
  268. font-size: 18px;
  269. font-weight: bold;
  270. display: inline-block;
  271. position: relative;
  272. }
  273. .formation-A-box .formation-assist .member::after{
  274. color:red;
  275. /*content: "▼辅助";*/
  276. }
  277. .formation-B-box .formation-assist .member::before{
  278. color:blue;
  279. /*content: "▲辅助";*/
  280. }
  281. /*队伍的潜觉*/
  282. .formation-box .latents{
  283. width: 108px;
  284. /*float:left;*/
  285. margin-bottom: -19px;
  286. display: inline-block;
  287. }
  288. .formation-box .latent-ul{
  289. font-size: 0;
  290. width: 152px;
  291. transform: translate(-22px,-10px) scale(0.71);
  292. }
  293. .a-awoken-icon-1 li{
  294. background-image: url(images/sha.png);
  295. background-size: 50px 21px;
  296. width: 50px;
  297. height: 21px;
  298. margin-right: 4px;
  299. }
  300. .a-awoken-icon-2 li{
  301. background-image: url(images/fangzuo.png);
  302. background-size: 21px 21px;
  303. width: 21px;
  304. height: 21px;
  305. margin-left: 6px;
  306. }
  307. .a-awoken-icon-ul li{
  308. float:left;
  309. }
  310. /*队长的边框*/
  311. .formation-A-box .formation-team .team-leader .monster, .formation-B-box .formation-team .team-leader .monster{
  312. border-radius: 10px;
  313. border-width:4px;
  314. border-style:solid;
  315. box-sizing: initial;
  316. margin: 0;
  317. }
  318. .formation-A-box .formation-team .team-leader .monster{
  319. border-color: red;
  320. }
  321. .formation-B-box .formation-team .team-leader .monster{
  322. border-color: blue;
  323. }
  324. /*编辑窗口*/
  325. .blur-bg{
  326. filter:blur(5px);
  327. pointer-events: none;
  328. }
  329. .edit-box{
  330. background-color: rgba(82, 53, 30, 0.8);
  331. color: white;
  332. position: absolute;
  333. left:0;
  334. top:0;
  335. width:100%;
  336. box-sizing: border-box;
  337. min-width:664px;
  338. }
  339. .edit-box-title{
  340. text-align: center;
  341. font-size: 2em;
  342. font-weight: bold;
  343. }
  344. /*.edit-box .edit-box-title::before{
  345. content: "修改队员";
  346. }
  347. .edit-box .edit-box-title.edit-box-title-assist::before{
  348. content: "修改辅助";
  349. }*/
  350. .edit-box .monsterinfo-box{
  351. font-family: 'FOT-KurokaneStd-EB';
  352. color: white;
  353. text-shadow: black 2px 2px 0;
  354. height: 100px;
  355. margin: 5px 0;
  356. background-image: linear-gradient(#798421,#394914);
  357. border-top: #B1BB39 solid 4px;
  358. border-bottom: #72941D ridge 7px;
  359. box-shadow: black 0 3px 3px;
  360. padding: 5px 10px;
  361. }
  362. /*.edit-box .search-box::before{
  363. content: "▼怪物ID";
  364. }*/
  365. .edit-box .search-box .m-id{
  366. box-sizing: border-box;
  367. font-size: 25px;
  368. height: 40px;
  369. width: 100%;
  370. }
  371. .edit-box .search-box .search-button{
  372. width: 100%;
  373. height: 40px;
  374. font-size: 25px;
  375. }
  376. .edit-box .search-box,.edit-box .setting-box{
  377. padding: 0 10px;
  378. }
  379. .edit-box .setting-row{
  380. width: 100%;
  381. }
  382. .monsterinfo-box .monster{
  383. margin-right:5px;
  384. }
  385. .monsterinfo-box .monster-id{
  386. display:inline-block;
  387. width:150px;
  388. }
  389. /*.monsterinfo-box .monster-id::before{
  390. content: "No.";
  391. }*/
  392. .monsterinfo-box .monster-rare{
  393. display:inline-block;
  394. }
  395. .monsterinfo-box .monster-rare::before{
  396. color:gold;
  397. text-shadow: black 0 0 3px,black 0 2px 3px;
  398. }
  399. .rare-1::before{content: "★";}
  400. .rare-2::before{content: "★★";}
  401. .rare-3::before{content: "★★★";}
  402. .rare-4::before{content: "★★★★";}
  403. .rare-5::before{content: "★★★★★";}
  404. .rare-6::before{content: "★★★★★★";}
  405. .rare-7::before{content: "★★★★★★★";}
  406. .rare-8::before{content: "★★★★★★★★";}
  407. .rare-9::before{content: "★★★★★★★★★";}
  408. .rare-10::before{content: "★★★★★★★★★★";}
  409. .monsterinfo-box .monster-id,.monsterinfo-box .monster-rare,.monsterinfo-box .monster-name{
  410. vertical-align: top;
  411. margin:0;
  412. height: 34px;
  413. font-size: 22px;
  414. line-height: 22px;
  415. }
  416. .monsterinfo-box .monster-type{
  417. font-size: 0;
  418. }
  419. .monsterinfo-box .monster-type .type-name{
  420. display:inline-block;
  421. margin-right: 10px;
  422. }
  423. .monsterinfo-box .monster-type .type-icon{
  424. margin-right:3px;
  425. }
  426. .monsterinfo-box .monster-type .type-name::after{
  427. vertical-align: middle;
  428. font-size: 22px;
  429. line-height: 22px;
  430. }
  431. .edit-box .setting-box .row-mon-level::before{
  432. /*content: "▼怪物等级";*/
  433. display: block;
  434. }
  435. .edit-box .setting-box .m-level{
  436. font-size: 25px;
  437. height: 40px;
  438. width: calc(100% - 150px);
  439. box-sizing: border-box;
  440. }
  441. .m-level-btn-max{
  442. height: 40px;
  443. width: 145px;
  444. box-sizing: border-box;
  445. font-size: 25px;
  446. }
  447. /*.m-level-btn-max::before{
  448. content: "最高Lv";
  449. }
  450. .edit-box .setting-box .row-mon-awoken::before{
  451. content: "▼怪物觉醒";
  452. }*/
  453. .row-mon-awoken .awoken-ul, .row-mon-super-awoken .awoken-ul{
  454. font-size: 0;
  455. height: 32px;
  456. }
  457. .awoken-ul li{
  458. margin-left: 5px;
  459. }
  460. .awoken-ul li:first-of-type{
  461. margin-left: 0;
  462. }
  463. .edit-box .awoken-ul .awoken-icon{
  464. cursor: pointer;
  465. }
  466. .awoken-ul .awoken-icon.unselected-awoken{
  467. opacity: 0.3;
  468. }
  469. .row-mon-awoken .awoken-icon.awoken-count{
  470. color: yellow;
  471. font-size: 22px;
  472. line-height: 28px;
  473. font-weight: bold;
  474. text-shadow: black 0 0 4px;
  475. text-align: center;
  476. }
  477. .row-mon-awoken .m-super-awoken-ul{
  478. margin-top: 5px;
  479. }
  480. /*.edit-box .setting-box .row-mon-super-awoken::before{
  481. content: "▼超觉醒";
  482. }*/
  483. .edit-box .setting-box .row-mon-plus::before{
  484. /*content: "▼怪物加值";*/
  485. display: block;
  486. }
  487. .setting-box .m-plus-hp,.setting-box .m-plus-atk,.setting-box .m-plus-rcv{
  488. font-size: 25px;
  489. height: 40px;
  490. width: calc(100% - 212px);
  491. box-sizing: border-box;
  492. }
  493. .m-plus-hp-li::before,.m-plus-atk-li::before,.m-plus-rcv-li::before{
  494. font-size: 25px;
  495. width: 55px;
  496. display: inline-block;
  497. }
  498. /*.m-plus-hp-li::before{content: "HP";}
  499. .m-plus-atk-li::before{content: "攻击";}
  500. .m-plus-rcv-li::before{content: "回复";}*/
  501. .m-plus-hp-btn-99,.m-plus-atk-btn-99,.m-plus-rcv-btn-99{
  502. height: 40px;
  503. width: 70px;
  504. box-sizing: border-box;
  505. font-size: 25px;
  506. }
  507. /*.m-plus-hp-btn-99::before,.m-plus-atk-btn-99::before,.m-plus-rcv-btn-99::before,.m-plus-btn-297::before{
  508. content: "+";
  509. }*/
  510. .m-plus-btn-297{
  511. float:right;
  512. width: 85px;
  513. height: 120px;
  514. box-sizing: border-box;
  515. font-size: 25px;
  516. }
  517. /*.edit-box .setting-box .row-mon-latent::before{
  518. content: "▼潜在觉醒";
  519. }*/
  520. .m-latent-ul{
  521. text-align: center;
  522. font-size: 0;
  523. }
  524. .m-latent-ul .latent-icon{
  525. margin-left: 12px;
  526. }
  527. .m-latent-ul .latent-icon:first-of-type{
  528. margin-left: 0;
  529. }
  530. .m-latent-allowable-ul{
  531. margin-top: 5px;
  532. }
  533. .m-latent-allowable-ul .latent-icon{
  534. cursor: pointer;
  535. }
  536. .m-latent-allowable-ul .latent-icon.unselected-latent{
  537. cursor: default;
  538. opacity: 0.3;
  539. }
  540. .latent-icon-11,
  541. .latent-icon-13,
  542. .latent-icon-14,
  543. .latent-icon-15,
  544. .latent-icon-16,
  545. .latent-icon-17,
  546. .latent-icon-18,
  547. .latent-icon-19,
  548. .latent-icon-20,
  549. .latent-icon-21,
  550. .latent-icon-22,
  551. .latent-icon-23,
  552. .latent-icon-24{
  553. cursor: pointer;
  554. }
  555. .edit-box .button-box{
  556. border-top: black solid 3px;
  557. background-color: rgba(0,0,0,0.5);
  558. margin-top: 10px;
  559. padding: 5px;
  560. height: 50px;
  561. }
  562. .edit-box .button-box .button-null,
  563. .edit-box .button-box .button-delay,
  564. .edit-box .button-box .button-cancel,
  565. .edit-box .button-box .button-done{
  566. height: 50px;
  567. box-sizing: border-box;
  568. font-size: 25px;
  569. font-weight: bold;
  570. }
  571. .edit-box .button-box .button-null,
  572. .edit-box .button-box .button-delay{
  573. float: left;
  574. margin-right:5px;
  575. }
  576. .edit-box .button-box .button-cancel,
  577. .edit-box .button-box .button-done{
  578. float: right;
  579. margin-left:5px;
  580. }
  581. /*.edit-box .button-box .button-null::after{
  582. content: "留空格子";
  583. }
  584. .edit-box .button-box .button-delay::after{
  585. content: "应对威吓";
  586. }
  587. .edit-box .button-box .button-cancel::after{
  588. content: "取消修改";
  589. }
  590. .edit-box .button-box .button-done::after{
  591. content: "确认修改";
  592. }
  593. .edit-box .button-box .button-done.cant-assist::after{
  594. content: "不能辅助";
  595. }*/
  596. .awoken-total-box::before{
  597. font-size: 20px;
  598. /*content: "觉醒总计:";*/
  599. }
  600. .detail-box{
  601. margin-top:5px;
  602. }
  603. .awoken-total-box .awoken-ul .awoken-count{
  604. font-size: 16px;
  605. line-height: 32px;
  606. font-family: 'FOT-KurokaneStd-EB';
  607. float: left;
  608. margin-right: 5px;
  609. }
  610. .awoken-total-box .awoken-ul .count{
  611. height: 32px;
  612. width: 30px;
  613. display: inline-block;
  614. vertical-align: middle;
  615. }
  616. .awoken-total-box .awoken-ul .count::before{
  617. content: "×";
  618. }
  619. /*控制框*/
  620. .control-box{
  621. margin-bottom: 10px;
  622. }
  623. .control-box .languages-label::before{
  624. content: "Lanuage:";
  625. }
  626. .control-box .solo-link,.control-box .multi-link{
  627. margin-left: 10px;
  628. }
  629. .control-box .solo-link::before{
  630. content: "Jump To Solo Version";
  631. }
  632. .control-box .multi-link::before{
  633. content: "Jump To 2-Player Version";
  634. }
  635. .control-box .btn-show-mon-id{
  636. margin-left: 5px;
  637. }
  638. /*.control-box .btn-show-mon-id::before{
  639. content: "隐藏怪物ID";
  640. }
  641. .not-show-mon-id .control-box .btn-show-mon-id::before{
  642. content: "显示怪物ID";
  643. }*/

智龙迷城队伍图制作工具