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 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  12. float: left;
  13. max-width: 30%;
  14. margin-right: 20px;
  15. margin-top: 10px;
  16. min-height: 100px;
  17. padding: 5px;
  18. }
  19. /* .firstrow .head {
  20. font-size:
  21. } */
  22. #theship {
  23. float: left;
  24. }
  25. #shipname {
  26. font-weight: bold;
  27. }
  28. #themission {
  29. float: left;
  30. }
  31. #theadversary {
  32. float: left;
  33. }
  34. #theadversary #secprobstats {
  35. display: block;
  36. padding-left: 10px;
  37. }
  38. #theadversary #thirdprobstats {
  39. display: block;
  40. padding-left: 20px;
  41. }
  42. #thekobolds {
  43. padding-top: 10px;
  44. padding-bottom: 10px;
  45. }
  46. /* #thekobolds .head {
  47. font-family: "Reverb";
  48. } */
  49. .kobold {
  50. float: left;
  51. padding-right: 20px;
  52. }
  53. .koboldstats ul {
  54. padding-left: 20px;
  55. }
  56. .head {
  57. display: block;
  58. font-family: "Reverb";
  59. font-size: 2em;
  60. font-style: italic;
  61. }