A character/one-shot generator for KOBOLDS IN SPACE!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

kobold.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. @font-face {
  2. font-family: "Reverb";
  3. src: url("/koboldgen/assets/fonts/Reverb-Regular.otf") format("opentype");
  4. }
  5. @font-face {
  6. font-family: "Reverb Light";
  7. src: url("/koboldgen/assets/fonts/Reverb-Light.otf") format("opentype");
  8. font-weight: lighter;
  9. }
  10. @font-face {
  11. font-family: "Reverb Bold";
  12. src: url("/koboldgen/assets/fonts/Reverb-Bold.otf") format("opentype");
  13. font-weight: bold;
  14. }
  15. /* body {
  16. background-image: url("/koboldgen/assets/kisbg-sm.png");
  17. background-position: 5em 1.5em;
  18. } */
  19. div {
  20. background-color: white;
  21. }
  22. /* div#header, div#content, div#howtoplay, div#footer {
  23. background-color: transparent;
  24. } */
  25. div#content {
  26. /* background-color: #216778; */
  27. background-color: #87cdde;
  28. padding-bottom: 10px;
  29. }
  30. .firstrow {
  31. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  32. float: left;
  33. max-width: 30%;
  34. margin-right: 20px;
  35. margin-top: 10px;
  36. min-height: 100px;
  37. padding: 5px;
  38. }
  39. /* .firstrow .head {
  40. font-size:
  41. } */
  42. #theship {
  43. float: left;
  44. }
  45. #shipname {
  46. font-weight: bold;
  47. }
  48. #shipquality1 {
  49. color: blue;
  50. }
  51. #shipquality2 {
  52. color: #AA0000;
  53. }
  54. #themission {
  55. float: left;
  56. }
  57. #theadversary {
  58. float: left;
  59. }
  60. #theadversary #problemnote {
  61. font-style: italic;
  62. }
  63. #theadversary #secprobstats {
  64. display: block;
  65. padding-left: 10px;
  66. }
  67. #theadversary #thirdprobstats {
  68. display: block;
  69. padding-left: 20px;
  70. }
  71. #thekobolds {
  72. padding-top: 10px;
  73. padding-bottom: 10px;
  74. background-color: transparent;
  75. }
  76. /* #thekobolds .head {
  77. font-family: "Reverb";
  78. } */
  79. .kobold {
  80. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  81. float: left;
  82. margin-right: 20px;
  83. margin-top: 10px;
  84. max-width: 14%;
  85. padding: 5px;
  86. }
  87. .koboldname {
  88. font-family: "Reverb Bold";
  89. font-size: 1.4em;
  90. }
  91. .koboldcareer {
  92. font-style: italic;
  93. }
  94. .koboldstats ul {
  95. padding-left: 20px;
  96. }
  97. .koboldgadgetname {
  98. font-weight: bold;
  99. }
  100. .koboldgadgetdescription {
  101. font-size: 0.8em;
  102. font-style: italic;
  103. }
  104. .koboldgadgetreuse {
  105. color: #AA0000;
  106. font-size: 0.8em;
  107. font-style: italic;
  108. }
  109. .head {
  110. display: block;
  111. font-family: "Reverb";
  112. font-size: 2em;
  113. font-style: italic;
  114. }
  115. #passwordbox {
  116. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  117. float: left;
  118. margin-right: 20px;
  119. margin-top: 10px;
  120. padding: 5px;
  121. }
  122. .passwordhead {
  123. font-family: "Reverb Bold";
  124. font-size: 1.4em;
  125. }
  126. #uqp, #credits {
  127. float: left;
  128. }