optimizer.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. table#teams{
  2. display: inline-block;
  3. vertical-align: top;
  4. border-collapse: collapse;
  5. border: 0.1em solid #000000;
  6. border-radius: 0.4em;
  7. }
  8. table#teams th{
  9. border-top: 0.1em solid #000000;
  10. border-bottom: 0.1em solid #000000;
  11. background-color: #00000066;
  12. }
  13. table#teams td{
  14. border-bottom: 0.1em solid #000000;
  15. text-align: left;
  16. padding: 0.2em;
  17. height: 2em;
  18. }
  19. table#teams td.odd{
  20. background-color: #00000033;
  21. }
  22. table#teams td.team{
  23. font-weight: bold;
  24. }
  25. table#teams td.description{
  26. font-size: 90%;
  27. }
  28. table#teams td.units{
  29. width: 12em;
  30. text-align: center;
  31. }
  32. table#teams td.units hr.frontline{
  33. display: block;
  34. width: 9em;
  35. margin: 0 auto 0.2em auto;
  36. color: #666666;
  37. }
  38. table#teams td.units div.monster_panel{
  39. font-size: 25%;
  40. }
  41. table#teams td.units div.monster_panel img.leader{
  42. width: 5em;
  43. height: 5em;
  44. display: block;
  45. position: absolute;
  46. top: -1.7em;
  47. left: -0.7em;
  48. }
  49. div#unit_list{
  50. display: inline-block;
  51. width: 30%;
  52. vertical-align: top;
  53. text-align: center
  54. }
  55. div#unit_list table{
  56. border-collapse: collapse;
  57. border: 0.1em solid #000000;
  58. display: inline-block;
  59. vertical-align: top;
  60. border-radius: 0.4em;
  61. }
  62. div#unit_list table th{
  63. padding: 0.2em 0.4em;
  64. background-color: #00000066;
  65. }
  66. div#unit_list table td{
  67. vertical-align: middle;
  68. text-align: center;
  69. margin: 0;
  70. border-bottom: 0.1em solid #000000;
  71. padding: 0;
  72. }
  73. div#unit_list table td.odd{
  74. background-color: #00000033;
  75. }
  76. div#unit_list table div.monster_panel{
  77. font-size: 25%;
  78. }
  79. div#unit_list table td.action input[type="button"]{
  80. font-size: 90%;
  81. padding: 0.1em;
  82. }
  83. aside div#monster_info{
  84. display: block;
  85. text-align: center;
  86. }
  87. aside div#monster_info div#monster_details{
  88. display: block;
  89. margin: auto;
  90. font-size: 70%;
  91. }
  92. @media only screen and (max-width: 788px){
  93. aside div#monster_info div#monster_details{
  94. display: inline-block;
  95. vertical-align: top;
  96. text-align: center;
  97. }
  98. }
  99. aside div#monster_info div#monster_details div#teams{
  100. text-align: left;
  101. margin-left: 4em;
  102. }
  103. aside div#monster_info div#monster_details div#teams h4{
  104. margin: 0.2em auto;
  105. }
  106. section#monster article#profile table#stats{
  107. font-size: 90%;
  108. vertical-align: top;
  109. display: inline-block;
  110. border: 0.1em solid black;
  111. color: #ffffff;
  112. margin: auto;
  113. border-collapse: collapse;
  114. border-radius: 0.4em;
  115. }
  116. section#monster article#profile table#stats{
  117. font-size: 90%;
  118. vertical-align: top;
  119. display: inline-block;
  120. border: 0.1em solid black;
  121. color: #ffffff;
  122. margin: auto;
  123. border-collapse: collapse;
  124. border-radius: 0.4em;
  125. }
  126. section#monster article#profile table#stats th{
  127. font-weight: bold;
  128. background-color: #00000066;
  129. }
  130. section#monster article#profile table#stats td{
  131. font-weight: bold;
  132. background-color: #ffffff33;
  133. text-align: right;
  134. font-family: monospace;
  135. font-size: 120%;
  136. }
  137. section#monster article#profile table#stats td span.percent{
  138. margin: 0 0 0 -0.7em;
  139. font-size: 80%;
  140. }
  141. section#monster article#profile table#stats td, th{
  142. padding: 0.2em;
  143. border: 0.1em solid #000000;
  144. }
  145. section#monster article#profile table#stats td.extra{
  146. color: #aaaaff;
  147. }
  148. section#monster article#profile table#stats td.total{
  149. color: #f2c920;
  150. font-weight: bold;
  151. }
  152. section#monster article#profile div#artifacts{
  153. display: inline-block;
  154. }
  155. section#monster article#profile div#artifacts table.artifact{
  156. display: block;
  157. }
  158. section#parameters article{
  159. text-align: left;
  160. }
  161. section#parameters article table{
  162. margin: auto;
  163. }
  164. section#parameters article input[type="number"]{
  165. width: 4em;
  166. text-align: right;
  167. -moz-appearance: textfield;
  168. }
  169. section#parameters span.slider_percent{
  170. display: inline-block;
  171. width: 1em;
  172. font-size: 70%;
  173. }
  174. section#parameters a.filter_control{
  175. width: 1em;
  176. height: 1em;
  177. display: inline-block;
  178. vertical-align: bottom;
  179. }
  180. section#parameters a.filter_control img{
  181. width: 0.8em;
  182. height: 0.8em;
  183. left: 0.15em;
  184. position: relative;
  185. }
  186. section#parameters article img#wait{
  187. width: 2.5em;
  188. height: 2.5em;
  189. display: none;
  190. }
  191. section#parameters td#log{
  192. border: 0.1em solid #000000;
  193. border-radius: 0.3em;
  194. vertical-align: bottom;
  195. overflow-y: scroll;
  196. position: relative;
  197. background-color: #000000;
  198. }
  199. section#parameters td#log div#log_title{
  200. position: absolute;
  201. font-weight: bold;
  202. color: #ffffff;
  203. top: 0;
  204. left: 0;
  205. right: 0;
  206. border-bottom: 0.1em solid #ffffff;
  207. background-color: #000000;
  208. }
  209. section#parameters td#log div#log_title span#log_clear{
  210. float: right;
  211. cursor: pointer;
  212. font-size: 90%;
  213. }
  214. section#parameters td#log div#log_window{
  215. height: 6.5em;
  216. overflow-y: scroll;
  217. scrollbar-width: thin;
  218. }
  219. section#parameters td#log div#log_window span.log_message{
  220. font-family: monospace;
  221. display: block;
  222. margin: 0 0 0 0.5em;
  223. font-size: 90%;
  224. }
  225. section#results{
  226. display: none;
  227. }
  228. section#results div#results_info{
  229. text-align: left;
  230. font-weight: bold;
  231. margin: 2em auto 1em 10%
  232. }
  233. section#results td.option_stats table.stat_table{
  234. border-collapse: collapse;
  235. vertical-align: top;
  236. display: inline-block;
  237. border: 0.1em solid black;
  238. color: #ffffff;
  239. margin: auto;
  240. border-radius: 0.4em;
  241. }
  242. section#results td.option_stats table.stat_table td{
  243. border: 0.1em solid #00000033;
  244. }
  245. section#results td.option_stats table.stat_table td.label{
  246. text-align: left;
  247. font-family: monospace;
  248. font-size: 110%;
  249. font-weight: bold;
  250. background-color: #00000066;
  251. }
  252. section#results td.option_stats table.stat_table td.value{
  253. text-align: right;
  254. font-family: monospace;
  255. font-size: 110%;
  256. }
  257. section#results td.option_stats table.stat_table td.value span.variation{
  258. font-size: 90%;
  259. width: 4em;
  260. display: inline-block;
  261. text-align: left;
  262. padding-left: 0.5em;
  263. font-weight: bold
  264. }
  265. section#results td.option_stats table.stat_table td.value span.variation.increment{
  266. color: #00ff00;
  267. }
  268. section#results td.option_stats table.stat_table td.value span.variation.increment::before {
  269. content: "▲"; /*"▲";*/
  270. }
  271. section#results td.option_stats table.stat_table td.value span.variation.decrement{
  272. color: #ff0000;
  273. }
  274. section#results td.option_stats table.stat_table td.value span.variation.decrement::before {
  275. content: "▼"; /*"▼";*/
  276. }
  277. section#results td.runes table.rune{
  278. font-size: 80%;
  279. }
  280. section#results table#table_optimizations{
  281. border-collapse: collapse;
  282. margin: auto;
  283. border-left: 0.1em solid #000000cc;
  284. border-right: 0.1em solid #000000cc;
  285. }
  286. section#results td.option_stats, section#results td.runes{
  287. vertical-align: top;
  288. padding: 1em 3em;
  289. border-top: 0.1em solid #000000cc;
  290. border-bottom: 0.1em solid #000000cc;
  291. }
  292. section#results td.option_stats{
  293. padding-right: 0.5em;
  294. }
  295. section#results td.runes{
  296. padding-left: 0.5em;
  297. }
  298. div#message_container{
  299. display: none;
  300. position: fixed;
  301. top: 0;
  302. left: 0;
  303. right: 0;
  304. bottom: 0;
  305. background-color: #00000099;
  306. }
  307. div#message_container section{
  308. position: fixed;
  309. top: 30%;
  310. left: 20%;
  311. right: 20%;
  312. bottom: 30%;
  313. }
  314. div#message_container section p#message_text{
  315. }
  316. div#message_container section input#message_button{
  317. position: absolute;
  318. bottom: 2em;
  319. }