report_runeupgrade.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. section.content article div.monster{
  2. display:inline-block;
  3. vertical-align: top;
  4. width: 10em;
  5. max-width: 15%;
  6. }
  7. @media screen and (max-width : 990px){
  8. section.content article div.monster{
  9. display: block;
  10. max-width: 100%;
  11. width: initial;
  12. }
  13. }
  14. section.content article div.monster_runes{
  15. display:inline-block;
  16. vertical-align: top;
  17. max-width: 80%;
  18. }
  19. @media screen and (max-width : 990px){
  20. section.content article div.monster_runes{
  21. display: block;
  22. max-width: 100%;
  23. }
  24. }
  25. section.content article div.monster_runes > table.rune{
  26. font-size: 80%;
  27. }
  28. section.content article div.monster_runes div.alternatives{
  29. padding: 1em;
  30. margin-top: -0.6em;
  31. margin-left: 2.5em;
  32. margin-bottom: 1em;
  33. border-left: 0.3em solid #ffffff;
  34. border-bottom: 0.3em solid #ffffff;
  35. border-bottom-left-radius: 1em;
  36. border-bottom-right-radius: 1em;
  37. font-size: 90%;
  38. background: linear-gradient(47deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 70%);
  39. }