report.css 6.9 KB

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