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

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