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

智龙迷城队伍图制作工具

Contributors (1)