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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  51. float: left;
  52. margin-right: 20px;
  53. margin-top: 10px;
  54. padding: 5px;
  55. }
  56. .koboldname {
  57. font-family: "Reverb";
  58. font-size: 1.4em;
  59. font-weight: bold;
  60. }
  61. .koboldcareer {
  62. font-style: italic;
  63. }
  64. .koboldstats ul {
  65. padding-left: 20px;
  66. }
  67. .head {
  68. display: block;
  69. font-family: "Reverb";
  70. font-size: 2em;
  71. font-style: italic;
  72. }