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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .firstrow {
  2. float: left;
  3. max-width: 30%;
  4. padding-right: 20px;
  5. }
  6. #theship {
  7. float: left;
  8. }
  9. #theship::before {
  10. content: "";
  11. }
  12. #themission {
  13. float: left;
  14. }
  15. #themission::before {
  16. content: "";
  17. }
  18. #theadversary {
  19. float: left;
  20. }
  21. #theadversary::before {
  22. content: "";
  23. }
  24. #thekobolds {
  25. padding-top: 10px;
  26. padding-bottom: 10px;
  27. }
  28. #thekobolds::before {
  29. content: "";
  30. }
  31. .kobold {
  32. float: left;
  33. padding-right: 20px;
  34. }
  35. .head {
  36. font-weight: bold;
  37. font-size: 1.5em;
  38. }