report_skillup.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. vertical-align: top;
  58. }
  59. section#results table#results td.skill.empty{
  60. width: 0;
  61. border: 0;
  62. padding: 0;
  63. }
  64. section#results table#results td.skill img{
  65. width: 3em;
  66. height: 3em;
  67. border: 0.1em solid var(--ui-color-border);
  68. border-radius: 0.5em;
  69. margin: auto;
  70. display: block;
  71. }
  72. section#results table#results td.skill span.skill_level{
  73. position: relative;
  74. display: block;
  75. top: -1.3em;
  76. width: 2.8em;
  77. text-align: right;
  78. 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;
  79. pointer-events: none;
  80. margin: auto;
  81. }
  82. section#results table#results td.skill span.skill_level.maxed{
  83. color: #f2c920;
  84. }
  85. section#results table#results td.skill span.skill_name{
  86. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  87. top: 3.2em;
  88. display: block;
  89. margin-top: -1.3em;
  90. font-size: 80%;
  91. line-height: 0.9em;
  92. text-align: center;
  93. }
  94. section#results table#results td.label, section#results table#results td.value{
  95. text-align: right;
  96. padding: 0 0.1em;
  97. }
  98. section#results table#results td.label{
  99. font-size: 90%;
  100. }
  101. section#results table#results td.value{
  102. font-family: monospace;
  103. }