report_runecraft.css 1.1 KB

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