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 799B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. .firstrow {
  11. float: left;
  12. max-width: 30%;
  13. padding-right: 20px;
  14. padding-top: 10px;
  15. }
  16. /* .firstrow .head {
  17. font-size:
  18. } */
  19. #theship {
  20. float: left;
  21. }
  22. #themission {
  23. float: left;
  24. }
  25. #theadversary {
  26. float: left;
  27. }
  28. #thekobolds {
  29. padding-top: 10px;
  30. padding-bottom: 10px;
  31. }
  32. /* #thekobolds .head {
  33. font-family: "Reverb";
  34. } */
  35. .kobold {
  36. float: left;
  37. padding-right: 20px;
  38. }
  39. .head {
  40. display: block;
  41. font-family: "Reverb";
  42. font-size: 2em;
  43. font-style: italic;
  44. }