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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. #theadversary #secprobstats {
  29. padding-left: 10px;
  30. }
  31. #theadversary #thirdprobstats {
  32. padding-left: 20px;
  33. }
  34. #thekobolds {
  35. padding-top: 10px;
  36. padding-bottom: 10px;
  37. }
  38. /* #thekobolds .head {
  39. font-family: "Reverb";
  40. } */
  41. .kobold {
  42. float: left;
  43. padding-right: 20px;
  44. }
  45. .head {
  46. display: block;
  47. font-family: "Reverb";
  48. font-size: 2em;
  49. font-style: italic;
  50. }