report_runecraft.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. section.content article{
  2. text-align: left;
  3. }
  4. @media screen and (max-width : 990px){
  5. section.content article{
  6. width: 95%;
  7. max-width: 95%;
  8. margin: 0.2em auto;
  9. display: block;
  10. }
  11. }
  12. section.content article div.monster{
  13. display: block;
  14. width: 8em;
  15. }
  16. @media screen and (max-width : 990px){
  17. section.content article div.monster{
  18. display: block;
  19. max-width: 100%;
  20. width: initial;
  21. }
  22. }
  23. section.content article div.monster_runes{
  24. display:inline-block;
  25. vertical-align: top;
  26. width: 100%;
  27. }
  28. @media screen and (max-width : 990px){
  29. section.content article div.monster_runes{
  30. display: block;
  31. max-width: 100%;
  32. }
  33. }
  34. section.content article div.monster_runes > table.rune{
  35. font-size: 80%;
  36. max-width: 50%;
  37. vertical-align: top;
  38. margin: 0 -0.5em 0.5em 0.5em;
  39. }
  40. section.content article div.monster_runes div.craft{
  41. display: inline-block;
  42. vertical-align: top;
  43. max-width: 45%;
  44. min-width: 35%;
  45. padding: 1em;
  46. margin: 0 0 1em 0;
  47. font-size: 80%;
  48. background: linear-gradient(47deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 70%);
  49. }