My static website generator using poole https://www.xythobuz.de
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.

style.css 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 20px;
  4. }
  5. .header,
  6. .marketing,
  7. .footer {
  8. padding-left: 15px;
  9. padding-right: 15px;
  10. }
  11. .header {
  12. border-bottom: 1px solid #e5e5e5;
  13. }
  14. .header h1 {
  15. margin-top: 0;
  16. margin-bottom: 0;
  17. line-height: 40px;
  18. padding-bottom: 19px;
  19. }
  20. .footer {
  21. padding-top: 19px;
  22. color: #777;
  23. border-top: 1px solid #e5e5e5;
  24. }
  25. @media (min-width: 768px) {
  26. .container {
  27. max-width: 730px;
  28. }
  29. }
  30. .container-narrow > hr {
  31. margin: 30px 0;
  32. }
  33. .jumbotron {
  34. text-align: center;
  35. border-bottom: 1px solid #e5e5e5;
  36. }
  37. .jumbotron .btn {
  38. font-size: 21px;
  39. padding: 14px 24px;
  40. }
  41. .marketing {
  42. margin: 40px 0;
  43. }
  44. .marketing p + h4 {
  45. margin-top: 28px;
  46. }
  47. @media screen and (min-width: 768px) {
  48. .header,
  49. .marketing,
  50. .footer {
  51. padding-left: 0;
  52. padding-right: 0;
  53. }
  54. .header {
  55. margin-bottom: 30px;
  56. }
  57. .jumbotron {
  58. border-bottom: 0;
  59. }
  60. }
  61. .carousel-indicators li {
  62. background-color: #999;
  63. background-color: rgba(70,70,70,.25);
  64. border-color: #999
  65. }
  66. .carousel-indicators .active {
  67. background-color: #444;
  68. }
  69. .screenshot {
  70. margin-left: auto;
  71. margin-right: auto;
  72. max-height: 360px;
  73. }