fusion.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. section#fusions table{
  2. border-collapse: collapse;
  3. width: 100%;
  4. display: block;
  5. margin: 0.5em auto 1.5em auto;
  6. border: 0.1em solid black;
  7. background: var(--section-background-content);
  8. }
  9. section#fusions table td{
  10. border-right: 0.1em solid #00000088;
  11. border-left: 0.1em solid #00000088;
  12. border-top: 0.2em solid #00000088;
  13. border-bottom: 0.2em solid #00000088;
  14. padding: 0;
  15. }
  16. section#fusions table td a{
  17. display: inline-block;
  18. vertical-align: middle;
  19. }
  20. section#fusions table td div.essences{
  21. display: inline-block;
  22. width: 6.5em;
  23. height: 6.5em;
  24. vertical-align: middle;
  25. }
  26. section#fusions table td div.essence img{
  27. position: absolute;
  28. top: 0;
  29. left: 0;
  30. width: 2.5em;
  31. height: 2.5em;
  32. }
  33. section#fusions table td div.essence span{
  34. position: absolute;
  35. top: 1.4em;
  36. text-align: right;
  37. right: 0.2em;
  38. color: #ffffff;
  39. font-weight: bold;
  40. text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  41. }
  42. section#fusions table td div.owned{
  43. border-top: 0.1em solid #00000066;
  44. background-color: #555555;
  45. border-radius: 0.2em;
  46. padding: 0 0.1em;
  47. opacity: 0.7;
  48. display: block;
  49. height: 6.5em;
  50. overflow: auto;
  51. scrollbar-width: thin;
  52. margin: 0;
  53. }
  54. section#fusions table td div.owned span.owned{
  55. display: block;
  56. text-align: center;
  57. margin: 0.1em 0.3em;
  58. font-size: 90%;
  59. color: #ffffff;
  60. }
  61. section#fusions table td div.owned div.monster_panel{
  62. display: inline-block;
  63. font-size: 50%;
  64. }
  65. section#fusions table td.f5{
  66. background-color: #00000066;
  67. padding-top: 0.8em;
  68. }
  69. section#fusions table td.f4{
  70. font-size: 60%;
  71. width: 25%;
  72. }
  73. section#fusions table td.f3{
  74. font-size: 40%;
  75. width: 6.25%;
  76. }
  77. section#fusions table td.f3.empty{
  78. width: 25%;
  79. }