report_rune_enchantment.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. aside form.filter table td.header{
  2. font-weight: bold;
  3. }
  4. aside form.filter table td.label{
  5. padding-left: 1em;
  6. }
  7. aside form.filter table td input#filter_name{
  8. width: 11em;
  9. }
  10. aside form.filter table td.slot select#filter_slot{
  11. height: 1.5em;
  12. }
  13. aside form.filter table td.slot select#filter_slot option{
  14. display: inline-block;
  15. font-size: 90%;
  16. }
  17. aside form.filter table td.stats{
  18. overflow: hidden;
  19. }
  20. aside form.filter table td.stats div{
  21. box-shadow: var(--input-box-shadow);
  22. display: inline-block;
  23. }
  24. aside form.filter table td.stats div select{
  25. height: 3em;
  26. box-shadow: none
  27. }
  28. aside form.filter table td.stats div select option{
  29. font-size: 90%;
  30. }
  31. aside form.filter table td.stats div select:not(:first-child){
  32. border-left: 0;
  33. border-top-left-radius: 0;
  34. border-bottom-left-radius: 0;
  35. }
  36. aside form.filter table td.stats div select:not(:last-child){
  37. border-right: 0;
  38. border-top-right-radius: 0;
  39. border-bottom-right-radius: 0;
  40. }
  41. aside form.filter input[type='submit']{
  42. margin: 1em auto;
  43. display: block;
  44. }
  45. section#results{
  46. display: inline-block;
  47. vertical-align: top;
  48. }
  49. section#results table#results{
  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#results table#results 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#results table#results td.header a{
  65. display: inline-block;
  66. vertical-align: middle;
  67. font-size: 40%;
  68. }
  69. section#results table#results td.header h4{
  70. display: inline-block;
  71. vertical-align: middle;
  72. font-weight: bold;
  73. }
  74. section#results table#results td.rune{
  75. vertical-align: top;
  76. text-align: left;
  77. border-bottom: 0.1em solid #00000088;
  78. }
  79. section#results table#results td.upgrades{
  80. padding-top: 1em;
  81. font-size: 70%;
  82. vertical-align: top;
  83. text-align: left;
  84. border-bottom: 0.1em solid #00000088;
  85. max-width: 30em;
  86. }