A character/one-shot generator for KOBOLDS IN SPACE!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

kobold.css 297B

123456789101112131415161718192021222324252627
  1. .firstrow {
  2. float: left;
  3. max-width: 30%;
  4. padding-right: 20px;
  5. }
  6. #theship {
  7. float: left;
  8. }
  9. #themission {
  10. float: left;
  11. }
  12. #theadversary {
  13. float: left;
  14. }
  15. #thekobolds {
  16. padding-top: 10px;
  17. padding-bottom: 10px;
  18. }
  19. .kobold {
  20. float: left;
  21. padding-right: 20px;
  22. }