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

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