default-layout.lucius 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .masthead,
  2. .navbar {
  3. background-color: rgb(27, 28, 29);
  4. }
  5. .navbar-default .navbar-nav > .active > a {
  6. background-color: transparent;
  7. border-bottom: 2px solid white;
  8. }
  9. .navbar-nav {
  10. padding-bottom: 1em;
  11. }
  12. .masthead {
  13. margin-top: -21px;
  14. color: white;
  15. text-align: center;
  16. min-height: 500px;
  17. }
  18. .masthead .header {
  19. max-width: 700px;
  20. margin: 0 auto;
  21. font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  22. }
  23. .masthead h1.header {
  24. margin-top: 1em;
  25. margin-bottom: 0em;
  26. font-size: 4.5em;
  27. line-height: 1.2em;
  28. font-weight: normal;
  29. }
  30. .masthead h2 {
  31. font-size: 1.7em;
  32. font-weight: normal;
  33. }
  34. .masthead .btn {
  35. margin: 1em 0;
  36. }
  37. /* Common styles for all types */
  38. .bs-callout {
  39. padding: 20px;
  40. margin: 20px 0;
  41. border: 1px solid #eee;
  42. border-left-width: 5px;
  43. border-radius: 3px;
  44. }
  45. .bs-callout p:last-child {
  46. margin-bottom: 0;
  47. }
  48. .bs-callout-info {
  49. border-left-color: #1b809e;
  50. }
  51. /* Space things out */
  52. .bs-docs-section {
  53. margin-bottom: 60px;
  54. }
  55. .bs-docs-section:last-child {
  56. margin-bottom: 0;
  57. }
  58. #message {
  59. margin-bottom: 40px;
  60. }