docs.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .content { padding-top: 70px; }
  2. /* Everything but the jumbotron gets side spacing for mobile first views */
  3. .header,
  4. .marketing,
  5. .footer {
  6. padding-left: 15px;
  7. padding-right: 15px;
  8. }
  9. /* Custom page header */
  10. .header {
  11. border-bottom: 1px solid #e5e5e5;
  12. }
  13. /* Make the masthead heading the same height as the navigation */
  14. .header h3 {
  15. margin-top: 0;
  16. margin-bottom: 0;
  17. line-height: 40px;
  18. padding-bottom: 19px;
  19. }
  20. h3 {
  21. margin-top: 0;
  22. margin-bottom: 20px;
  23. }
  24. .tab-pane {
  25. margin-top: 10px;
  26. }
  27. .sidebar-nav li {
  28. margin-bottom: 5px;
  29. }
  30. .sidebar-nav a:not(.active) {
  31. color: #777;
  32. }
  33. /* Custom page footer */
  34. .footer {
  35. padding-top: 19px;
  36. color: #777;
  37. border-top: 1px solid #e5e5e5;
  38. }
  39. /* Customize container */
  40. @media (min-width: 768px) {
  41. .container {
  42. max-width: 730px;
  43. }
  44. }
  45. .container-narrow > hr {
  46. margin: 30px 0;
  47. }
  48. /* Main marketing message and sign up button */
  49. .jumbotron {
  50. text-align: center;
  51. border-bottom: 1px solid #e5e5e5;
  52. }
  53. .jumbotron .btn {
  54. font-size: 21px;
  55. padding: 14px 24px;
  56. }
  57. /* Supporting marketing content */
  58. .marketing {
  59. margin: 40px 0;
  60. }
  61. .marketing p + h4 {
  62. margin-top: 28px;
  63. }
  64. /* Responsive: Portrait tablets and up */
  65. @media screen and (min-width: 768px) {
  66. /* Remove the padding we set earlier */
  67. .header,
  68. .marketing,
  69. .footer {
  70. padding-left: 0;
  71. padding-right: 0;
  72. }
  73. /* Space out the masthead */
  74. .header {
  75. margin-bottom: 30px;
  76. }
  77. /* Remove the bottom border on the jumbotron for visual effect */
  78. .jumbotron {
  79. border-bottom: 0;
  80. }
  81. }