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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. }
  17. /* .firstrow .head {
  18. font-size:
  19. } */
  20. #theship {
  21. float: left;
  22. }
  23. #shipname {
  24. font-weight: bold;
  25. }
  26. #themission {
  27. float: left;
  28. }
  29. #theadversary {
  30. float: left;
  31. }
  32. #theadversary #secprobstats {
  33. display: block;
  34. padding-left: 10px;
  35. }
  36. #theadversary #thirdprobstats {
  37. display: block;
  38. padding-left: 20px;
  39. }
  40. #thekobolds {
  41. padding-top: 10px;
  42. padding-bottom: 10px;
  43. }
  44. /* #thekobolds .head {
  45. font-family: "Reverb";
  46. } */
  47. .kobold {
  48. float: left;
  49. padding-right: 20px;
  50. }
  51. .koboldstats ul {
  52. padding-left: 20px;
  53. }
  54. .head {
  55. display: block;
  56. font-family: "Reverb";
  57. font-size: 2em;
  58. font-style: italic;
  59. }