runes.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. aside form.filter table td.stats div{
  2. display: inline-block;
  3. box-shadow: var(--input-box-shadow);
  4. }
  5. aside form.filter table td.stats select{
  6. height: 3em;
  7. box-shadow: none;
  8. }
  9. aside form.filter table td.stats select:not(:first-child){
  10. border-left: 0;
  11. border-top-left-radius: 0;
  12. border-bottom-left-radius: 0;
  13. }
  14. aside form.filter table td.stats select:not(:last-child){
  15. border-right: 0;
  16. border-top-right-radius: 0;
  17. border-bottom-right-radius: 0;
  18. }
  19. aside form.filter table td.stats select option{
  20. font-size: 90%;
  21. }
  22. aside form.filter table td.type div{
  23. display: inline-block;
  24. box-shadow: var(--input-box-shadow);
  25. }
  26. aside form.filter table td.type select{
  27. height: 8.5em;
  28. box-shadow: none;
  29. }
  30. aside form.filter table td.type select:not(:first-child){
  31. border-left: 0;
  32. border-top-left-radius: 0;
  33. border-bottom-left-radius: 0;
  34. }
  35. aside form.filter table td.type select:not(:last-child){
  36. border-right: 0;
  37. border-top-right-radius: 0;
  38. border-bottom-right-radius: 0;
  39. }
  40. aside form.filter table td.type select option{
  41. font-size: 90%;
  42. }
  43. aside form.filter table td.slot select{
  44. height: 1.5em;
  45. }
  46. aside form.filter table td.slot select option{
  47. font-size: 90%;
  48. display: inline-block;
  49. }
  50. aside form.filter input[type='submit']{
  51. margin: 1em auto;
  52. display: block;
  53. }
  54. section#runes > table{
  55. margin: auto;
  56. border-collapse: collapse;
  57. border: 0.2em solid #000000;
  58. border-top: 0;
  59. display: inline-block;
  60. border-radius: 0.4em;
  61. }
  62. section#runes > table td.header{
  63. background-color: #00000066;
  64. color: #ffffff;
  65. border-top: 0.2em solid #000000;
  66. font-weight: bold;
  67. text-align: left;
  68. }
  69. section#runes > table td.header img, span{
  70. display: inline-block;
  71. vertical-align: middle;
  72. }
  73. section#runes > table td.header img{
  74. height: 1.5em;
  75. }
  76. section#runes > table td.header img.group_image_1{
  77. transform: rotate(0deg);
  78. }
  79. section#runes > table td.header img.group_image_2{
  80. transform: rotate(57deg);
  81. }
  82. section#runes > table td.header img.group_image_3{
  83. transform: rotate(123deg);
  84. }
  85. section#runes > table td.header img.group_image_4{
  86. transform: rotate(180deg);
  87. }
  88. section#runes > table td.header img.group_image_5{
  89. transform: rotate(237deg);
  90. }
  91. section#runes > table td.header img.group_image_6{
  92. transform: rotate(303deg);
  93. }