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

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

智龙迷城队伍图制作工具

Contributors (1)