report.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. /* Main reports page. */
  2. body#body_reports section{
  3. width: 90%;
  4. margin: auto;
  5. padding: 0;
  6. text-align: center;
  7. }
  8. body#body_reports section article.report{
  9. width: 40%;
  10. display: inline-block;
  11. margin: 0.5em;
  12. border-radius: 15%;
  13. background: #351e0b;
  14. border: 0.2em solid #f2c920;
  15. border-radius: 0.5em;
  16. padding: 0.5em;
  17. text-align: left;
  18. }
  19. @media screen and (max-width : 990px){
  20. body#body_reports section article.report{
  21. width: 90%;
  22. display: block;
  23. }
  24. }
  25. body#body_reports section article.report h3{
  26. color: #ffffff;
  27. 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;
  28. font-size: 190%;
  29. margin: 0.2em;
  30. }
  31. body#body_reports section article.report img{
  32. float: right;
  33. height: 5em;
  34. width: 5em;
  35. margin: 0.5em;
  36. border-radius: 15%;
  37. background: #444444;
  38. border: 0.2em solid #777777;
  39. }
  40. body#body_reports section article.report p{
  41. color: #ffffff;
  42. }
  43. body#body_reports section article.report div.report_filters{
  44. width: 80%;
  45. text-align:center;
  46. margin: 1em auto 2em auto;
  47. border: 0.1em solid #000000;
  48. border-radius: 0.5em;
  49. background-color: #aa8866;
  50. }
  51. body#body_reports section article.report div.report_filters div.filter{
  52. vertical-align: top;
  53. margin: 0.7em;
  54. display: inline-block;
  55. text-align: center;
  56. }
  57. body#body_reports section article.report div.report_filters div.filter span{
  58. color: #ffffff;
  59. }
  60. body#body_reports section article.report div.report_filters div.filter input{
  61. margin-top: 0.5em;
  62. }
  63. body#body_reports section article.report div.report_filters div#filter_stars input{
  64. width: 3em;
  65. }
  66. body#body_reports section article.report div.report_filters div#filter_apply{
  67. text-align: center;
  68. margin: 2em auto 1em auto;
  69. }
  70. /* Skillup report page. */
  71. body#body_report_skillup section#filters{
  72. width: 80%;
  73. text-align:center;
  74. margin: 1em auto 2em auto;
  75. border: 0.1em solid #000000;
  76. border-radius: 0.5em;
  77. background-color: #aa8866;
  78. }
  79. body#body_report_skillup section#filters div.filter{
  80. vertical-align: top;
  81. margin: 0.7em;
  82. display: inline-block;
  83. text-align: center;
  84. }
  85. body#body_report_skillup section#filters div.filter span{
  86. color: #ffffff;
  87. }
  88. body#body_report_skillup section#filters div.filter input{
  89. margin-top: 0.5em;
  90. }
  91. body#body_report_skillup section#filters div#filter_stars input{
  92. width: 3em;
  93. }
  94. body#body_report_skillup section#filters div#filter_apply{
  95. text-align: center;
  96. margin: 2em auto 1em auto;
  97. }
  98. body#body_report_skillup section#list{
  99. display: block;
  100. width: 80%;
  101. margin: auto;
  102. text-align: center;
  103. }
  104. body#body_report_skillup section#list div.monster{
  105. display: block;
  106. margin: 0.5em;
  107. position: relative;
  108. border-radius: 15%;
  109. background: #351e0b;
  110. border: 0.2em solid #f2c920;
  111. border-radius: 0.5em;
  112. padding: 0.5em;
  113. text-align: left;
  114. }
  115. @media screen and (max-width : 990px){
  116. body#body_report_skillup section#list div.monster{
  117. margin: 0.1em;
  118. }
  119. }
  120. body#body_report_skillup section#list div.monster div.profile{
  121. width: 35%;
  122. display: inline-block;
  123. vertical-align: top;
  124. }
  125. @media screen and (max-width : 990px){
  126. body#body_report_skillup section#list div.monster div.profile{
  127. text-align: center;
  128. width: 30%;
  129. }
  130. }
  131. body#body_report_skillup section#list div.monster div.profile img#monster_image{
  132. max-width: 12em;
  133. max-height: 12em;
  134. border-style: solid;
  135. border-width: 0.3em;
  136. border-radius: 15%;
  137. display: inline-block;
  138. vertical-align: top;
  139. margin: 0 1.5em 1.5em 1.5em;
  140. }
  141. @media screen and (max-width : 990px){
  142. body#body_report_skillup section#list div.monster div.profile img#monster_image{
  143. display: block;
  144. width: 5em;
  145. height: 5em;
  146. margin: 0.5em auto 0.1em auto;
  147. }
  148. }
  149. body#body_report_skillup section#list div.monster div.profile div#details{
  150. display: inline-block;
  151. vertical-align: top;
  152. text-align: center;
  153. }
  154. @media screen and (max-width : 990px){
  155. body#body_report_skillup section#list div.monster div.profile div#details{
  156. }
  157. }
  158. body#body_report_skillup section#list div.monster div.profile div#details h1{
  159. color: #ffffff;
  160. 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;
  161. font-size: 190%;
  162. margin: 0.2em;
  163. }
  164. @media screen and (max-width : 990px){
  165. body#body_report_skillup section#list div.monster div.profile div#details h1{
  166. font-size: 140%;
  167. margin: -0.5em 0 0 0;
  168. }
  169. }
  170. body#body_report_skillup section#list div.monster div.profile div#details span.stars{
  171. display: block;
  172. }
  173. @media screen and (max-width : 990px){
  174. body#body_report_skillup section#list div.monster div.profile div#details span.stars{
  175. display: inline-block;
  176. vertical-align: bottom;
  177. /*top: -7.1em;
  178. position: relative;
  179. left: -0.3em;*/
  180. }
  181. }
  182. body#body_report_skillup section#list div.monster div.profile div#details span.stars img.star{
  183. width: 1.5em;
  184. height: 1.5em;
  185. filter: drop-shadow(0 0 0.05em #ffffff);
  186. margin: -0.1em;
  187. }
  188. @media screen and (max-width : 990px){
  189. body#body_report_skillup section#list div.monster div.profile div#details span.stars img.star{
  190. width: 1em;
  191. height: 1em;
  192. margin: -0.1em -0.6em -0.1em -0.1em;
  193. filter: drop-shadow(0 0 0.01em #000000) drop-shadow(0 0 0.01em #000000) drop-shadow(0 0 0.01em #000000) drop-shadow(0 0 0.02em #000000)
  194. }
  195. }
  196. body#body_report_skillup section#list div.monster div.profile div#details span.level{
  197. color: #ffffff;
  198. display: block;
  199. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
  200. }
  201. @media screen and (max-width : 990px){
  202. body#body_report_skillup section#list div.monster div.profile div#details span.level{
  203. font-size: 70%;
  204. display: inline-block;
  205. vertical-align: bottom;
  206. padding-left: 1em;
  207. /*margin: 0;
  208. top: -7.1em;
  209. position: relative;*/
  210. }
  211. }
  212. body#body_report_skillup section#list div.monster div.skills{
  213. text-align: center;
  214. display: inline-block;
  215. width: 30%;
  216. }
  217. @media screen and (max-width : 990px){
  218. body#body_report_skillup section#list div.monster div.skills{
  219. width: 65%;
  220. }
  221. }
  222. body#body_report_skillup section#list div.monster div.skills div.skill{
  223. display: inline-block;
  224. vertical-align: top;
  225. max-width: 22%;
  226. margin: 0.5em;
  227. color: #ffffff;
  228. text-align: center;
  229. }
  230. @media screen and (max-width : 990px){
  231. body#body_report_skillup section#list div.monster div.skills div.skill{
  232. font-size: 80%;
  233. }
  234. }
  235. body#body_report_skillup section#list div.monster div.skills div.skill img{
  236. width: 3em;
  237. height: 3em;
  238. border: 0.1em solid #f2c920;
  239. border-radius: 0.5em;
  240. }
  241. body#body_report_skillup section#list div.monster div.skills div.skill span.skill_level{
  242. font-size: 110%;
  243. position: relative;
  244. top: -2em;
  245. right: -0.5em;
  246. 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;
  247. }
  248. body#body_report_skillup section#list div.monster div.skills div.skill span.skill_level.maxed{
  249. color: #f2c920;
  250. }
  251. body#body_report_skillup section#list div.monster div.skills div.skill span.skill_name{
  252. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  253. margin-top: -2.2em;
  254. }
  255. body#body_report_skillup section#list div.monster table#skill_averages{
  256. margin: auto auto auto 2em;
  257. color: #ffffff;
  258. display: inline-block;
  259. vertical-align: top;
  260. max-width: 30%;
  261. }
  262. @media screen and (max-width : 990px){
  263. body#body_report_skillup section#list div.monster table#skill_averages{
  264. display: block;
  265. margin: auto;
  266. font-size: 80%;
  267. }
  268. }
  269. body#body_report_skillup section#list div.monster table#skill_averages td.title{
  270. text-align: right;
  271. }
  272. body#body_report_skillup section#list div.monstertable#skill_averages td.value{
  273. text-align: left;
  274. padding-left: 1em;
  275. }
  276. /* Rune upgrades reportpage */
  277. body#body_report_runeupgrade section#list{
  278. display: block;
  279. width: 98%;
  280. margin: auto;
  281. text-align: center;
  282. }
  283. @media screen and (max-width : 990px){
  284. body#body_report_runeupgrade section#list{
  285. width: 100%;
  286. }
  287. }
  288. body#body_report_runeupgrade section#list article{
  289. display: block;
  290. vertical-align: top;
  291. border: 0.2em solid #000000;
  292. margin: 0.5em;
  293. position: relative;
  294. border-radius: 1em;
  295. background: #351e0b;
  296. border: 0.2em solid #f2c920;
  297. border-radius: 0.5em;
  298. padding: 0.5em;
  299. }
  300. @media screen and (max-width : 990px){
  301. body#body_report_runeupgrade section#list article{
  302. width: 95%;
  303. max-width: 95%;
  304. margin: 0.2em auto;
  305. display: block;
  306. }
  307. }
  308. body#body_report_runeupgrade section#list article div.monster img#monster_image{
  309. max-width: 12em;
  310. max-height: 12em;
  311. border-style: solid;
  312. border-width: 0.3em;
  313. border-radius: 15%;
  314. display: inline-block;
  315. vertical-align: top;
  316. margin: 0 1.5em 1.5em 1.5em;
  317. }
  318. body#body_report_runeupgrade section#list article div.monster div#details{
  319. display: inline-block;
  320. vertical-align: top;
  321. text-align: center;
  322. }
  323. body#body_report_runeupgrade section#list article div.monster div#details h1{
  324. color: #ffffff;
  325. 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;
  326. font-size: 190%;
  327. margin: 0.2em;
  328. }
  329. body#body_report_runeupgrade section#list article div.monster div#details span.stars{
  330. display: block;
  331. }
  332. body#body_report_runeupgrade section#list article div.monster div#details span.stars img.star{
  333. width: 1.5em;
  334. height: 1.5em;
  335. filter: drop-shadow(0 0 0.05em #ffffff);
  336. margin: -0.1em;
  337. }
  338. body#body_report_runeupgrade section#list article div.monster div#details span.level{
  339. color: #ffffff;
  340. display: block;
  341. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
  342. }
  343. body#body_report_runeupgrade section#list article div.monster h4{
  344. color: #ffffff;
  345. font-weight: bold;
  346. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  347. margin: 0.1em;
  348. display: block;
  349. }
  350. body#body_report_runeupgrade section#list article table.rune{
  351. /*max-width: 45%;*/
  352. display: inline-block;
  353. vertical-align: top;
  354. /*width: 7em;*/
  355. border: 0.2em solid #000000;
  356. margin: 0.5em;
  357. position: relative;
  358. border-radius: 15%;
  359. background: #351e0b;
  360. border: 0.2em solid #f2c920;
  361. border-radius: 0.5em;
  362. padding: 0em;
  363. font-size: 70%;
  364. }
  365. @media screen and (max-width : 990px){
  366. body#body_report_runeupgrade section#list article table.rune{
  367. width: 95%;
  368. max-width: 95%;
  369. }
  370. }
  371. body#body_report_runeupgrade section#list article table.rune{
  372. border-collapse: collapse;
  373. }
  374. body#body_report_runeupgrade section#list article table.rune td.stats{
  375. color: #ffffff;
  376. }
  377. body#body_report_runeupgrade section#list article table.rune td.stats table{
  378. color: #ffffff;
  379. font-size: 80%;
  380. }
  381. body#body_report_runeupgrade section#list article table.rune td.stats table tr.main_stat{
  382. font-weight: bold;
  383. font-size: 110%;
  384. }
  385. body#body_report_runeupgrade section#list article table.rune td.stats table tr.innate_stat{
  386. font-style: italic;
  387. }
  388. body#body_report_runeupgrade section#list article table.rune td.stats table td.stat{
  389. text-align: right;
  390. }
  391. body#body_report_runeupgrade section#list article table.rune td.stats table td.value{
  392. text-align: left;
  393. padding-left: 1em;
  394. }
  395. body#body_report_runeupgrade section#list article table.rune td.stats table td.craft{
  396. color: #ff7700;
  397. }
  398. body#body_report_runeupgrade section#list article table.rune td.details{
  399. color: #ffffff;
  400. padding-left: 0.5em;
  401. }
  402. body#body_report_runeupgrade section#list article table.rune td.details table.table_details{
  403. font-size: 80%;
  404. }
  405. body#body_report_runeupgrade section#list article table.rune td.details table.table_details td.title{
  406. text-align: right;
  407. }
  408. body#body_report_runeupgrade section#list article table.rune td.details table.table_details td.value{
  409. text-align: left;
  410. padding-left: 1em;
  411. }
  412. body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality{
  413. border: 0.1em solid #000000;
  414. border-radius: 0.2em;
  415. font-weight: bold;
  416. color: #ffffff;
  417. text-shadow: 0 0 0.1em #000000;
  418. padding: 0 0.3em;
  419. }
  420. body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_normal{
  421. background-color: #cccccc;
  422. }
  423. body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_magic{
  424. background-color: #55ff55;
  425. }
  426. body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_rare{
  427. background-color: #15c6e1;
  428. }
  429. body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_hero{
  430. background-color: #ad7fa8;
  431. }
  432. body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_legend{
  433. background-color: #f57900;
  434. }
  435. body#body_report_runeupgrade section#list article table.rune td.details{
  436. color: #ffffff;
  437. padding-left: 0.5em;
  438. }
  439. body#body_report_runeupgrade section#list article div.alternatives{
  440. padding-bottom: 1em;
  441. margin-top: -2em;
  442. margin-left: 2.5em;
  443. padding-left: 1em;
  444. padding-bottom: 1em;
  445. border-left: 0.3em solid #ffffff;
  446. border-bottom: 0.3em solid #ffffff;
  447. padding-top: 2em;
  448. border-bottom-left-radius: 1em;
  449. font-size: 50%;
  450. }
  451. body#body_report_runeupgrade section#list article div.alternatives table.alternative{
  452. /*max-width: 45%;*/
  453. display: inline-block;
  454. vertical-align: top;
  455. /*width: 7em;*/
  456. border: 0.2em solid #000000;
  457. margin: 0.5em 2em 0.5em 0.5em;
  458. position: relative;
  459. border-radius: 15%;
  460. background: #351e0b;
  461. border: 0.2em solid #f2c920;
  462. border-radius: 0.5em;
  463. padding: 0em;
  464. }
  465. @media screen and (max-width : 990px){
  466. body#body_report_runeupgrade section#list article div.alternatives table.alternative{
  467. width: 95%;
  468. max-width: 95%;
  469. }
  470. }
  471. body#body_report_runeupgrade section#list article div.alternatives table.alternative{
  472. border-collapse: collapse;
  473. }
  474. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats{
  475. color: #ffffff;
  476. }
  477. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table{
  478. color: #ffffff;
  479. font-size: 80%;
  480. }
  481. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table tr.main_stat{
  482. font-weight: bold;
  483. font-size: 110%;
  484. }
  485. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table tr.innate_stat{
  486. font-style: italic;
  487. }
  488. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table td.stat{
  489. text-align: right;
  490. }
  491. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table td.value{
  492. text-align: left;
  493. padding-left: 1em;
  494. }
  495. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table td.craft{
  496. color: #ff7700;
  497. }
  498. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details{
  499. color: #ffffff;
  500. padding-left: 0.5em;
  501. }
  502. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details{
  503. font-size: 80%;
  504. }
  505. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details td.title{
  506. text-align: right;
  507. }
  508. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details td.value{
  509. text-align: left;
  510. padding-left: 1em;
  511. }
  512. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality{
  513. border: 0.1em solid #000000;
  514. border-radius: 0.2em;
  515. font-weight: bold;
  516. color: #ffffff;
  517. text-shadow: 0 0 0.1em #000000;
  518. padding: 0 0.3em;
  519. }
  520. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_normal{
  521. background-color: #cccccc;
  522. }
  523. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_magic{
  524. background-color: #55ff55;
  525. }
  526. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_rare{
  527. background-color: #15c6e1;
  528. }
  529. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_hero{
  530. background-color: #ad7fa8;
  531. }
  532. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_legend{
  533. background-color: #f57900;
  534. }
  535. body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details{
  536. color: #ffffff;
  537. padding-left: 0.5em;
  538. }