report_runeupgrade.css 1.1 KB

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