view css/style.css @ 158:5ee4f1e16b88

Formulierungswunsch BSH, per Mail von Hr. Schulz-Ohlberg am 7.5.
author Tom Gottfried <tom@intevation.de>
date Thu, 08 May 2014 18:20:19 +0200
parents c1c0f073b4e2
children c1ef37551c31
line wrap: on
line source
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial;
  font-size: 15px;
}

/* glyphicon for external links */
#glyph {
  margin: 0;
}

/* Custom page container */
.container p {
  font-size: 15px;
}

/* Custom jumbotron */
.container .jumbotron {
  padding: 10px 36px 20px;
  margin-bottom: 20px;
}
.jumbotron h3 {
  text-align: center;
}
.jumbotron h4 {
  margin-top: 20px;
}
.jumbotron .demo-btn {
  text-align: center;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.jumbotron p {
  margin-bottom: 10px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Custom page header */
.navbar-brand {
  padding-left: 36px;
}
.navbar-collapse{
  padding-right: 36px;
}
.nav {
  font-family: Arial;
}
.glyphicon {
  margin-right: 1.5ex;
}

/* Custom page carousel */
.carousel-inner{
    margin-bottom: 25px;
}
.carousel-caption {
    position: static;
    margin-bottom: 35px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #323;
    text-shadow: none;
    height: 5.5em;
    overflow: hidden;
}

.carousel .item img {
    margin: 0 auto;
}

.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    border: 2px solid #323;
}
.carousel-indicators .active {
    border: 2px solid #323;
    background-color: #323;
}

/*
 * dive4elements
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-dive4elements {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-dive4elements-right
  .sidebar-dive4elements {
    right: -50%; /* 6 columns */
  }

  .row-dive4elements-left
  .sidebar-dive4elements {
    left: -50%; /* 6 columns */
  }

  .row-dive4elements-right.active {
    right: 50%; /* 6 columns */
  }

  .row-dive4elements-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-dive4elements {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)