report_skillup.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. section#filters{
  2. display: inline-block;
  3. vertical-align: top;
  4. text-align:center;
  5. }
  6. section#filters table{
  7. margin: auto;
  8. display: inline;
  9. border-collapse: collapse;
  10. text-align: left;
  11. }
  12. section#filters table td.filter{
  13. padding: 0.2em;
  14. text-align: left;
  15. color: #ffffff;
  16. }
  17. section#filters input[type='submit']{
  18. margin: 1em auto;
  19. display: block;
  20. }
  21. section#results{
  22. display: inline-block;
  23. vertical-align: top;
  24. }
  25. section#results table#results{
  26. margin: auto;
  27. border-collapse: collapse;
  28. border: 0.2em solid #000000;
  29. border-top: 0;
  30. display: inline-block;
  31. border-radius: 0.4em;
  32. }
  33. section#results table#results td.header{
  34. background-color: #00000066;
  35. color: #ffffff;
  36. border-top: 0.2em solid #000000;
  37. font-weight: bold;
  38. text-align: left;
  39. }
  40. section#results table#results td.img{
  41. text-align: center;
  42. vertical-align: top;
  43. font-size: 65%;
  44. margin-bottom: -2em;
  45. border-left: 0.1em solid #00000088;
  46. border-right: 0.1em solid #00000088;
  47. }
  48. section#results table#results td.skill{
  49. text-align: left;
  50. border-left: 0.1em solid #00000088;
  51. border-right: 0.1em solid #00000088;
  52. }
  53. section#results table#results td.skill{
  54. width: 5em;
  55. padding: 0.2em;
  56. color: #ffffff;
  57. }
  58. section#results table#results td.skill.empty{
  59. width: 0;
  60. border: 0;
  61. padding: 0;
  62. }
  63. section#results table#results td.skill img{
  64. width: 3em;
  65. height: 3em;
  66. border: 0.1em solid var(--ui-color-border);
  67. border-radius: 0.5em;
  68. margin: auto;
  69. display: block;
  70. }
  71. section#results table#results td.skill span.skill_level{
  72. position: relative;
  73. display: block;
  74. top: -1.3em;
  75. width: 2.8em;
  76. text-align: right;
  77. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.6em #000000, 0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 0.8em #000000;
  78. pointer-events: none;
  79. margin: auto;
  80. }
  81. section#results table#results td.skill span.skill_level.maxed{
  82. color: #f2c920;
  83. }
  84. section#results table#results td.skill span.skill_name{
  85. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  86. top: 3.2em;
  87. display: block;
  88. margin-top: -1.3em;
  89. font-size: 80%;
  90. line-height: 0.9em;
  91. text-align: center;
  92. }
  93. section#results table#results td.label, section#results table#results td.value{
  94. text-align: right;
  95. padding: 0 0.1em;
  96. }
  97. section#results table#results td.label{
  98. font-size: 90%;
  99. }
  100. section#results table#results td.value{
  101. font-family: monospace;
  102. }