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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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: red;
  53. }
  54. #themission {
  55. float: left;
  56. }
  57. #theadversary {
  58. float: left;
  59. }
  60. #theadversary #secprobstats {
  61. display: block;
  62. padding-left: 10px;
  63. }
  64. #theadversary #thirdprobstats {
  65. display: block;
  66. padding-left: 20px;
  67. }
  68. #thekobolds {
  69. padding-top: 10px;
  70. padding-bottom: 10px;
  71. background-color: transparent;
  72. }
  73. /* #thekobolds .head {
  74. font-family: "Reverb";
  75. } */
  76. .kobold {
  77. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  78. float: left;
  79. margin-right: 20px;
  80. margin-top: 10px;
  81. max-width: 14%;
  82. padding: 5px;
  83. }
  84. .koboldname {
  85. font-family: "Reverb Bold";
  86. font-size: 1.4em;
  87. }
  88. .koboldcareer {
  89. font-style: italic;
  90. }
  91. .koboldstats ul {
  92. padding-left: 20px;
  93. }
  94. .koboldgadgetname {
  95. font-weight: bold;
  96. }
  97. .koboldgadgetdescription {
  98. font-size: 0.8em;
  99. font-style: italic;
  100. }
  101. .koboldgadgetreuse {
  102. color: red;
  103. font-size: 0.8em;
  104. font-style: italic;
  105. }
  106. .head {
  107. display: block;
  108. font-family: "Reverb";
  109. font-size: 2em;
  110. font-style: italic;
  111. }
  112. #passwordbox {
  113. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  114. float: left;
  115. margin-right: 20px;
  116. margin-top: 10px;
  117. padding: 5px;
  118. }
  119. .passwordhead {
  120. font-family: "Reverb Bold";
  121. font-size: 1.4em;
  122. }
  123. #uqp, #credits {
  124. float: left;
  125. }