optimizer.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. margin-top: -3em;
  85. }
  86. section#monster article#profile div#monster_info div#monster_details div#teams{
  87. text-align: left;
  88. }
  89. section#monster article#profile div#monster_info div#monster_details div#teams h4{
  90. margin: 0.2em auto;
  91. }
  92. section#monster article#profile div#monster_info div#exp{
  93. border: 0.3em solid var(--ui-color-border);
  94. border-radius: 0.5em;
  95. height: 1em;
  96. background-color: #00000088;
  97. position: relative;
  98. font-size: 100%;
  99. }
  100. section#monster article#profile div#monster_info div#exp span#exp_bar{
  101. height: 1em;
  102. border-radius: 0.4em;
  103. display: block;
  104. background-color: #cc0000;
  105. }
  106. section#monster article#profile div#monster_info div#exp span#exp_text{
  107. display: block;
  108. text-align: center;
  109. margin-top: -1.5em;
  110. font-weight: bold;
  111. font-size: 0.5em;
  112. text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000;
  113. }
  114. section#monster article#profile table#stats{
  115. font-size: 90%;
  116. vertical-align: top;
  117. display: inline-block;
  118. border: 0.1em solid black;
  119. color: #ffffff;
  120. margin: auto;
  121. border-collapse: collapse;
  122. border-radius: 0.4em;
  123. }
  124. section#monster article#profile table#stats th{
  125. font-weight: bold;
  126. background-color: #00000066;
  127. }
  128. section#monster article#profile table#stats td{
  129. font-weight: bold;
  130. background-color: #ffffff33;
  131. }
  132. section#monster article#profile table#stats td, th{
  133. padding: 0.2em;
  134. border: 0.1em solid #000000;
  135. }
  136. section#monster article#profile table#stats td.extra{
  137. color: #aaaaff;
  138. }
  139. section#monster article#profile table#stats td.total{
  140. color: #f2c920;
  141. font-weight: bold;
  142. }
  143. section#monster article#profile div#artifacts{
  144. display: inline-block;
  145. }
  146. section#monster article#profile div#artifacts table.artifact{
  147. display: block;
  148. }
  149. section#parameters article{
  150. text-align: left;
  151. }