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

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