enchantments.css 2.3 KB

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