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

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