report.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. /* Main reports page. */
  2. body#body_reports section.report{
  3. width: 40%;
  4. display: inline-block;
  5. vertical-align: top;
  6. margin: 0.5em;
  7. }
  8. @media screen and (max-width : 990px){
  9. body#body_reports section.report{
  10. width: 90%;
  11. margin: 0.5em auto;
  12. display: block;
  13. }
  14. }
  15. body#body_reports section.report article{
  16. text-align: left;
  17. }
  18. body#body_reports section.report article h3{
  19. color: #ffffff;
  20. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  21. font-size: 190%;
  22. margin: 0.2em;
  23. }
  24. body#body_reports section.report article img{
  25. float: right;
  26. height: 5em;
  27. width: 5em;
  28. margin: 0.5em;
  29. border-radius: 15%;
  30. background: #444444;
  31. border: 0.2em solid #777777;
  32. }
  33. body#body_reports section.report article p{
  34. color: #ffffff;
  35. }
  36. body#body_reports section.report article div.report_filters{
  37. width: 80%;
  38. text-align:center;
  39. margin: 1em auto 2em auto;
  40. border: 0.1em solid #000000;
  41. border-radius: 0.5em;
  42. background-color: #aa8866;
  43. display: block;
  44. }
  45. @media screen and (max-width : 990px){
  46. body#body_reports section.report article div.report_filters{
  47. width: 90%;
  48. font-size: 80%;
  49. margin: 1em auto;
  50. }
  51. }
  52. body#body_reports section.report article div.report_filters table{
  53. border-collapse: collapse;
  54. margin: auto;
  55. }
  56. body#body_reports section.report article div.report_filters td.filter_separator{
  57. border-top: 0.2em solid #ffffff;
  58. }
  59. body#body_reports section.report article div.report_filters div.filter{
  60. vertical-align: top;
  61. margin: 0.7em;
  62. display: inline-block;
  63. text-align: center;
  64. }
  65. body#body_reports section.report article div.report_filters div.filter span{
  66. color: #ffffff;
  67. }
  68. body#body_reports section.report article div.report_filters div.filter input{
  69. margin-top: 0.5em;
  70. }
  71. body#body_reports section.report article div.report_filters div#filter_stars input{
  72. width: 3em;
  73. }
  74. body#body_reports section.report article div.report_filters div#filter_apply{
  75. text-align: center;
  76. margin: 2em auto 1em auto;
  77. }
  78. body#body_reports section.report article div.report_filters select#filter_slot{
  79. height: 10em;
  80. }
  81. body#body_reports section.report article div.report_filters table td.filter{
  82. padding: 0.2em;
  83. text-align: center;
  84. color: #ffffff;
  85. }
  86. body#body_reports section.report article div.report_filters table td.filter span{
  87. display: block;
  88. font-size: 80%;
  89. }
  90. body#body_reports section.report article div.report_filters td.filter_title{
  91. font-weight: bold;
  92. border-right: 0.2em solid #ffffff;
  93. text-align: center;
  94. vertical-align: middle;
  95. }
  96. body#body_reports section.report article div.report_filters td.filter_title span{
  97. transform: rotate(-90deg);
  98. display: block;
  99. width: 2em;
  100. margin: 2em 0.5em 0.5em 0.5em;
  101. }
  102. body#body_report_skillup section.content{
  103. display: block;
  104. text-align: left;
  105. }
  106. body#body_report_skillup section.content div.monster div.profile{
  107. text-align: center;
  108. display: inline-block;
  109. vertical-align: top;
  110. }
  111. @media screen and (max-width : 990px){
  112. body#body_report_skillup section.content div.monster div.profile{
  113. text-align: center;
  114. width: 30%;
  115. }
  116. }
  117. body#body_report_skillup section.content div.monster div.skills{
  118. text-align: center;
  119. display: inline-block;
  120. width: 60%;
  121. }
  122. @media screen and (max-width : 990px){
  123. body#body_report_skillup section.content div.monster div.skills{
  124. width: 65%;
  125. }
  126. }
  127. body#body_report_skillup section.content div.monster div.skills div.skill{
  128. display: inline-block;
  129. vertical-align: top;
  130. width: 22%;
  131. margin: 0.5em;
  132. color: #ffffff;
  133. text-align: center;
  134. position: relative;
  135. }
  136. @media screen and (max-width : 990px){
  137. body#body_report_skillup section.content div.monster div.skills div.skill{
  138. font-size: 80%;
  139. }
  140. }
  141. body#body_report_skillup section.content div.monster div.skills div.skill img{
  142. width: 3em;
  143. height: 3em;
  144. border: 0.1em solid #f2c920;
  145. border-radius: 0.5em;
  146. margin: auto;
  147. display: block;
  148. }
  149. body#body_report_skillup section.content div.monster div.skills div.skill span.skill_level{
  150. font-size: 110%;
  151. position: relative;
  152. top: -1.5em;
  153. right: -0.5em;
  154. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.6em #000000, 0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 0.8em #000000;
  155. }
  156. body#body_report_skillup section.content div.monster div.skills div.skill span.skill_level.maxed{
  157. color: #f2c920;
  158. }
  159. body#body_report_skillup section.content div.monster div.skills div.skill span.skill_name{
  160. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  161. top: 3.2em;
  162. display: block;
  163. margin-top: -1.3em;
  164. font-size: 80%;
  165. line-height: 0.9em;
  166. }
  167. body#body_report_skillup section.content div.monster table#skill_averages{
  168. margin: auto auto auto 2em;
  169. color: #ffffff;
  170. display: inline-block;
  171. vertical-align: top;
  172. max-width: 30%;
  173. }
  174. @media screen and (max-width : 990px){
  175. body#body_report_skillup section.content div.monster table#skill_averages{
  176. display: revert;
  177. margin: -2em auto auto auto;
  178. font-size: 100%;
  179. width: 70%;
  180. max-width: 90%;
  181. }
  182. }
  183. body#body_report_skillup section.content div.monster table#skill_averages td.title{
  184. text-align: right;
  185. }
  186. body#body_report_skillup section.content div.monstertable#skill_averages td.value{
  187. text-align: left;
  188. padding-left: 1em;
  189. }
  190. body#body_report_runeupgrade section.filters table{
  191. border-collapse: collapse;
  192. }
  193. body#body_report_runeupgrade section.filters td.filter_title{
  194. font-weight: bold;
  195. border-right: 0.2em solid #ffffff;
  196. text-align: center;
  197. vertical-align: middle;
  198. }
  199. body#body_report_runeupgrade section.filters td.filter_title span{
  200. transform: rotate(-90deg);
  201. display: block;
  202. width: 2em;
  203. margin-top: 2em;
  204. }
  205. body#body_report_runeupgrade section.filters td.filter_separator{
  206. border-top: 0.2em solid #ffffff;
  207. }
  208. body#body_report_runeupgrade section.filters select#filter_slot{
  209. height: 10em;
  210. }
  211. body#body_report_runeupgrade section.content article{
  212. text-align: left;
  213. }
  214. @media screen and (max-width : 990px){
  215. body#body_report_runeupgrade section.content article{
  216. width: 95%;
  217. max-width: 95%;
  218. margin: 0.2em auto;
  219. display: block;
  220. }
  221. }
  222. body#body_report_runeupgrade section.content article div.monster{
  223. display:inline-block;
  224. vertical-align: top;
  225. width: 10em;
  226. max-width: 15%;
  227. }
  228. @media screen and (max-width : 990px){
  229. body#body_report_runeupgrade section.content article div.monster{
  230. display: block;
  231. max-width: 100%;
  232. width: initial;
  233. }
  234. }
  235. body#body_report_runeupgrade section.content article div.monster_runes{
  236. display:inline-block;
  237. vertical-align: top;
  238. max-width: 80%;
  239. }
  240. @media screen and (max-width : 990px){
  241. body#body_report_runeupgrade section.content article div.monster_runes{
  242. display: block;
  243. max-width: 100%;
  244. }
  245. }
  246. body#body_report_runeupgrade section.content article div.monster_runes > table.rune{
  247. font-size: 80%;
  248. }
  249. body#body_report_runeupgrade section.content article div.monster_runes div.alternatives{
  250. padding: 1em;
  251. margin-top: -0.6em;
  252. margin-left: 2.5em;
  253. margin-bottom: 1em;
  254. border-left: 0.3em solid #ffffff;
  255. border-bottom: 0.3em solid #ffffff;
  256. border-bottom-left-radius: 1em;
  257. border-bottom-right-radius: 1em;
  258. font-size: 90%;
  259. background: linear-gradient(47deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 70%);
  260. }
  261. body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative{
  262. }