optimizer.css 6.0 KB

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