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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. .firstrow {
  26. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  27. float: left;
  28. max-width: 30%;
  29. margin-right: 20px;
  30. margin-top: 10px;
  31. min-height: 100px;
  32. padding: 5px;
  33. }
  34. /* .firstrow .head {
  35. font-size:
  36. } */
  37. #theship {
  38. float: left;
  39. }
  40. #shipname {
  41. font-weight: bold;
  42. }
  43. #shipquality1 {
  44. color: blue;
  45. }
  46. #shipquality2 {
  47. color: red;
  48. }
  49. #themission {
  50. float: left;
  51. }
  52. #theadversary {
  53. float: left;
  54. }
  55. #theadversary #secprobstats {
  56. display: block;
  57. padding-left: 10px;
  58. }
  59. #theadversary #thirdprobstats {
  60. display: block;
  61. padding-left: 20px;
  62. }
  63. #thekobolds {
  64. padding-top: 10px;
  65. padding-bottom: 10px;
  66. background-color: transparent;
  67. }
  68. /* #thekobolds .head {
  69. font-family: "Reverb";
  70. } */
  71. .kobold {
  72. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  73. float: left;
  74. margin-right: 20px;
  75. margin-top: 10px;
  76. max-width: 14%;
  77. padding: 5px;
  78. }
  79. .koboldname {
  80. font-family: "Reverb Bold";
  81. font-size: 1.4em;
  82. }
  83. .koboldcareer {
  84. font-style: italic;
  85. }
  86. .koboldstats ul {
  87. padding-left: 20px;
  88. }
  89. .koboldgadgetname {
  90. font-weight: bold;
  91. }
  92. .koboldgadgetdescription {
  93. font-size: 0.8em;
  94. font-style: italic;
  95. }
  96. .koboldgadgetreuse {
  97. color: red;
  98. font-size: 0.8em;
  99. font-style: italic;
  100. }
  101. .head {
  102. display: block;
  103. font-family: "Reverb";
  104. font-size: 2em;
  105. font-style: italic;
  106. }
  107. #passwordbox {
  108. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  109. float: left;
  110. margin-right: 20px;
  111. margin-top: 10px;
  112. padding: 5px;
  113. }
  114. .passwordhead {
  115. font-family: "Reverb Bold";
  116. font-size: 1.4em;
  117. }
  118. #uqp, #credits {
  119. float: left;
  120. }