optimizer.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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 input[type="number"]{
  147. width: 4em;
  148. text-align: right;
  149. -moz-appearance: textfield;
  150. }
  151. /*section#results table.rune{
  152. font-size: 50%;
  153. display: inline-block;
  154. }*/
  155. section#results table.stat_table{
  156. border-collapse: collapse;
  157. }
  158. section#results table.stat_table td.label{
  159. text-align: left;
  160. }
  161. section#results table.stat_table td.value{
  162. text-align: right;
  163. font-family: monospace;
  164. font-size: 110%;
  165. }
  166. section#results table.stat_table td.value span.variation{
  167. font-size: 90%;
  168. width: 3em;
  169. display: inline-block;
  170. text-align: left;
  171. padding-left: 0.5em;
  172. font-weight: bold
  173. }
  174. section#results table.stat_table td.value span.variation.increment{
  175. color: #00ff00;
  176. }
  177. section#results table.stat_table td.value span.variation.increment::before {
  178. content: "▲"; /*"▲";*/
  179. }
  180. section#results table.stat_table td.value span.variation.decrement{
  181. color: #ff0000;
  182. }
  183. section#results table.stat_table td.value span.variation.decrement::before {
  184. content: "▼"; /*"▼";
  185. }