optimizer.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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. }
  31. table#teams td.units hr.frontline{
  32. display: block;
  33. width: 9em;
  34. margin: -0.6em 0 0.2em 0;
  35. color: #666666;
  36. }
  37. table#teams td.units div.monster_panel{
  38. font-size: 25%;
  39. margin-bottom: -2em;
  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. section#monster article#profile div#monster_info{
  84. display: inline-block;
  85. vertical-align: top;
  86. max-width: 10em;
  87. }
  88. section#monster article#profile div#monster_info div#monster_details{
  89. display: block;
  90. font-size: 70%;
  91. }
  92. section#monster article#profile div#monster_info div#monster_details div#teams{
  93. text-align: left;
  94. }
  95. section#monster article#profile div#monster_info div#monster_details div#teams h4{
  96. margin: 0.2em auto;
  97. }
  98. section#monster article#profile table#stats{
  99. font-size: 90%;
  100. vertical-align: top;
  101. display: inline-block;
  102. border: 0.1em solid black;
  103. color: #ffffff;
  104. margin: auto;
  105. border-collapse: collapse;
  106. border-radius: 0.4em;
  107. }
  108. section#monster article#profile table#stats{
  109. font-size: 90%;
  110. vertical-align: top;
  111. display: inline-block;
  112. border: 0.1em solid black;
  113. color: #ffffff;
  114. margin: auto;
  115. border-collapse: collapse;
  116. border-radius: 0.4em;
  117. }
  118. section#monster article#profile table#stats th{
  119. font-weight: bold;
  120. background-color: #00000066;
  121. }
  122. section#monster article#profile table#stats td{
  123. font-weight: bold;
  124. background-color: #ffffff33;
  125. text-align: right;
  126. font-family: monospace;
  127. font-size: 120%;
  128. }
  129. section#monster article#profile table#stats td span.percent{
  130. margin: 0 0 0 -0.7em;
  131. font-size: 80%;
  132. }
  133. section#monster article#profile table#stats td, th{
  134. padding: 0.2em;
  135. border: 0.1em solid #000000;
  136. }
  137. section#monster article#profile table#stats td.extra{
  138. color: #aaaaff;
  139. }
  140. section#monster article#profile table#stats td.total{
  141. color: #f2c920;
  142. font-weight: bold;
  143. }
  144. section#monster article#profile div#artifacts{
  145. display: inline-block;
  146. }
  147. section#monster article#profile div#artifacts table.artifact{
  148. display: block;
  149. }
  150. section#parameters article{
  151. text-align: left;
  152. }
  153. section#parameters article table{
  154. margin: auto;
  155. }
  156. section#parameters article input[type="number"]{
  157. width: 4em;
  158. text-align: right;
  159. -moz-appearance: textfield;
  160. }
  161. section#parameters span.slider_percent{
  162. display: inline-block;
  163. width: 1em;
  164. font-size: 70%;
  165. }
  166. section#parameters a.filter_control{
  167. width: 1em;
  168. height: 1em;
  169. display: inline-block;
  170. vertical-align: bottom;
  171. }
  172. section#parameters a.filter_control img{
  173. width: 0.8em;
  174. height: 0.8em;
  175. left: 0.15em;
  176. position: relative;
  177. }
  178. section#parameters article img#wait{
  179. width: 2.5em;
  180. height: 2.5em;
  181. display: none;
  182. }
  183. section#results{
  184. display: none;
  185. }
  186. section#results div#results_info{
  187. text-align: left;
  188. font-weight: bold;
  189. margin: 2em auto 1em 10%
  190. }
  191. section#results td.option_stats table.stat_table{
  192. border-collapse: collapse;
  193. vertical-align: top;
  194. display: inline-block;
  195. border: 0.1em solid black;
  196. color: #ffffff;
  197. margin: auto;
  198. border-radius: 0.4em;
  199. }
  200. section#results td.option_stats table.stat_table td{
  201. border: 0.1em solid #00000033;
  202. }
  203. section#results td.option_stats table.stat_table td.label{
  204. text-align: left;
  205. font-family: monospace;
  206. font-size: 110%;
  207. font-weight: bold;
  208. background-color: #00000066;
  209. }
  210. section#results td.option_stats table.stat_table td.value{
  211. text-align: right;
  212. font-family: monospace;
  213. font-size: 110%;
  214. }
  215. section#results td.option_stats table.stat_table td.value span.variation{
  216. font-size: 90%;
  217. width: 4em;
  218. display: inline-block;
  219. text-align: left;
  220. padding-left: 0.5em;
  221. font-weight: bold
  222. }
  223. section#results td.option_stats table.stat_table td.value span.variation.increment{
  224. color: #00ff00;
  225. }
  226. section#results td.option_stats table.stat_table td.value span.variation.increment::before {
  227. content: "▲"; /*"▲";*/
  228. }
  229. section#results td.option_stats table.stat_table td.value span.variation.decrement{
  230. color: #ff0000;
  231. }
  232. section#results td.option_stats table.stat_table td.value span.variation.decrement::before {
  233. content: "▼"; /*"▼";*/
  234. }
  235. section#results td.runes table.rune{
  236. font-size: 80%;
  237. }
  238. section#results table#table_optimizations{
  239. border-collapse: collapse;
  240. margin: auto;
  241. }
  242. section#results td.option_stats, section#results td.runes{
  243. vertical-align: top;
  244. padding: 1em 3em;
  245. border-top: 0.1em solid #000000cc;
  246. border-bottom: 0.1em solid #000000cc;
  247. }
  248. section#results td.option_stats{
  249. padding-right: 0.5em;
  250. }
  251. section#results td.runes{
  252. padding-left: 0.5em;
  253. }
  254. div#message_container{
  255. display: none;
  256. position: fixed;
  257. top: 0;
  258. left: 0;
  259. right: 0;
  260. bottom: 0;
  261. background-color: #00000099;
  262. }
  263. div#message_container section{
  264. position: fixed;
  265. top: 30%;
  266. left: 20%;
  267. right: 20%;
  268. bottom: 30%;
  269. }
  270. div#message_container section p#message_text{
  271. }
  272. div#message_container section input#message_button{
  273. position: absolute;
  274. bottom: 2em;
  275. }