bootstrap-source/bootstrap-3.0.3/examples/jumbotron-narrow/jumbotron-narrow.css
changeset 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/jumbotron-narrow/jumbotron-narrow.css	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,79 @@
     1.4 +/* Space out content a bit */
     1.5 +body {
     1.6 +  padding-top: 20px;
     1.7 +  padding-bottom: 20px;
     1.8 +}
     1.9 +
    1.10 +/* Everything but the jumbotron gets side spacing for mobile first views */
    1.11 +.header,
    1.12 +.marketing,
    1.13 +.footer {
    1.14 +  padding-left: 15px;
    1.15 +  padding-right: 15px;
    1.16 +}
    1.17 +
    1.18 +/* Custom page header */
    1.19 +.header {
    1.20 +  border-bottom: 1px solid #e5e5e5;
    1.21 +}
    1.22 +/* Make the masthead heading the same height as the navigation */
    1.23 +.header h3 {
    1.24 +  margin-top: 0;
    1.25 +  margin-bottom: 0;
    1.26 +  line-height: 40px;
    1.27 +  padding-bottom: 19px;
    1.28 +}
    1.29 +
    1.30 +/* Custom page footer */
    1.31 +.footer {
    1.32 +  padding-top: 19px;
    1.33 +  color: #777;
    1.34 +  border-top: 1px solid #e5e5e5;
    1.35 +}
    1.36 +
    1.37 +/* Customize container */
    1.38 +@media (min-width: 768px) {
    1.39 +  .container {
    1.40 +    max-width: 730px;
    1.41 +  }
    1.42 +}
    1.43 +.container-narrow > hr {
    1.44 +  margin: 30px 0;
    1.45 +}
    1.46 +
    1.47 +/* Main marketing message and sign up button */
    1.48 +.jumbotron {
    1.49 +  text-align: center;
    1.50 +  border-bottom: 1px solid #e5e5e5;
    1.51 +}
    1.52 +.jumbotron .btn {
    1.53 +  font-size: 21px;
    1.54 +  padding: 14px 24px;
    1.55 +}
    1.56 +
    1.57 +/* Supporting marketing content */
    1.58 +.marketing {
    1.59 +  margin: 40px 0;
    1.60 +}
    1.61 +.marketing p + h4 {
    1.62 +  margin-top: 28px;
    1.63 +}
    1.64 +
    1.65 +/* Responsive: Portrait tablets and up */
    1.66 +@media screen and (min-width: 768px) {
    1.67 +  /* Remove the padding we set earlier */
    1.68 +  .header,
    1.69 +  .marketing,
    1.70 +  .footer {
    1.71 +    padding-left: 0;
    1.72 +    padding-right: 0;
    1.73 +  }
    1.74 +  /* Space out the masthead */
    1.75 +  .header {
    1.76 +    margin-bottom: 30px;
    1.77 +  }
    1.78 +  /* Remove the bottom border on the jumbotron for visual effect */
    1.79 +  .jumbotron {
    1.80 +    border-bottom: 0;
    1.81 +  }
    1.82 +}
Impressum Datenschutzerklärung