diff -r 688080c02228 -r 46c37d55294e static/less/pymove3d.less --- a/static/less/pymove3d.less Sun Dec 29 12:45:45 2013 +0100 +++ b/static/less/pymove3d.less Sun Dec 29 12:47:32 2013 +0100 @@ -1,10 +1,14 @@ - +html, body { - border-top:4px solid @blue; - padding-top: 20px; - padding-bottom: 20px; - } - + height: 100%; +} +body {padding-top:8px;border-top:8px solid @blue;} +#wrap { + min-height: 100%; + height: auto; + margin: 0 auto -60px; + padding: 0 0 60px; +} /* Typo ------------------------------------ */ @font-face { @@ -29,63 +33,51 @@ } /* Utilities ------------------------------------ */ -.separator { - width: 100%; - border-bottom: 1px solid #ff9a20; - text-align: center; - height: 22px; - margin-bottom: 15px; +#wrap > .container { + /*padding: 60px 15px 0;*/ } -.separator img { - line-height: 43px; - padding: 0 10px; - background: #e9e2d0; /* Farbe des Elements darunter */ - display: inline-block; - color: #dbe2e3; - } +img { + vertical-align: middle; + border: 0; + page-break-inside: avoid; + max-width: 100% !important; + } /* Navigation ------------------------------------ */ +.navbar-nav > li:hover { +//border-top:8px solid @yellow;position: relative;top: -17px; +} +.navbar-nav > li > a { + // margin-top: 48px; + font-size: 18px; +} +.nav > li > a:hover, +.nav > li > a:focus { +//margin-top: 54px; +} .navbar { - margin-bottom: 20px; - } -.navbar-brand { - font-weight: 600; font-size: 24px; - font-family: 'gandhi_serifbold'; - background-color: #e9e2d0; - border-bottom: 1px solid transparent; - } -.dropdown-menue { - background-color: #9f9a8b; - } -.navbar { - background-color: #e9e2d0; - border: 1px solid transparent; - } -.navbar-default .navbar-nav > .active > a, -.navbar-default .navbar-nav > .active > a:hover, -.navbar-default .navbar-nav > .active > a:focus { - background-color: transparent; - border-bottom: 1px solid #bf1339; - } +margin-bottom: 0px; +border-bottom:3px solid #f0f0f0; +} /* Content ------------------------------------ */ -.jumbotron img { - float: left; - border-right: 10px solid transparent; - border-bottom: 10px solid transparent; - display: block; - height: auto; - } -.jumbotron h1 {text-align: center; font-size: 40px;} -.jumbotron { - background-color: #e5edf1; - } -.flags { - padding: 5px 0 0 5px; - float: right; - } +.course { + background:#f8f8f8; + padding:15px 0; +} +.course h1 {color:@blue;} +.course p {color:@yellow;} +.themen { + background:@gray-light; + padding:15px 0; +} /* Footer ------------------------------------ */ #footer { - background: #e9e2d0; - } \ No newline at end of file + height: 60px; + background-color: #f5f5f5; +} +#footer > .container { + padding-left: 15px; + padding-right: 15px; +} \ No newline at end of file