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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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-family: "Reverb";
  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-weight: bold;
  42. font-size: 1.5em;
  43. }