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

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