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

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