static/less/pymove3d.less
changeset 63 46c37d55294e
parent 55 acd0d17b4cb3
child 91 b335b116860f
     1.1 --- a/static/less/pymove3d.less	Sun Dec 29 12:45:45 2013 +0100
     1.2 +++ b/static/less/pymove3d.less	Sun Dec 29 12:47:32 2013 +0100
     1.3 @@ -1,10 +1,14 @@
     1.4 -
     1.5 +html,
     1.6  body {
     1.7 -    border-top:4px solid @blue;
     1.8 -  	padding-top: 20px;
     1.9 -  	padding-bottom: 20px;
    1.10 -	}
    1.11 -
    1.12 +  height: 100%;
    1.13 +}
    1.14 +body {padding-top:8px;border-top:8px solid  @blue;}
    1.15 +#wrap {
    1.16 +  min-height: 100%;
    1.17 +  height: auto;
    1.18 +  margin: 0 auto -60px;
    1.19 +  padding: 0 0 60px;
    1.20 +}
    1.21  /* Typo
    1.22  ------------------------------------ */
    1.23  @font-face {
    1.24 @@ -29,63 +33,51 @@
    1.25  }
    1.26  /* Utilities
    1.27  ------------------------------------ */
    1.28 -.separator {
    1.29 -    width: 100%;
    1.30 -    border-bottom: 1px solid #ff9a20;
    1.31 -    text-align: center;
    1.32 -    height: 22px;
    1.33 -    margin-bottom: 15px;
    1.34 +#wrap > .container {
    1.35 +  /*padding: 60px 15px 0;*/
    1.36  }
    1.37 -.separator img {
    1.38 -    line-height: 43px;
    1.39 -    padding: 0 10px;
    1.40 -    background: #e9e2d0; /* Farbe des Elements darunter */
    1.41 -    display: inline-block;
    1.42 -    color: #dbe2e3;
    1.43 -    }
    1.44 +img {
    1.45 +     vertical-align: middle;
    1.46 +     border: 0;
    1.47 +     page-break-inside: avoid;
    1.48 +     max-width: 100% !important;
    1.49 +     }
    1.50  /* Navigation
    1.51  ------------------------------------ */
    1.52 +.navbar-nav > li:hover {
    1.53 +//border-top:8px solid @yellow;position: relative;top: -17px;
    1.54 +}
    1.55 +.navbar-nav > li > a {
    1.56 + // margin-top: 48px;
    1.57 +  font-size: 18px;
    1.58 +}
    1.59 +.nav > li > a:hover, 
    1.60 +.nav > li > a:focus {
    1.61 +//margin-top: 54px;
    1.62 +}
    1.63  .navbar {
    1.64 -	margin-bottom: 20px;
    1.65 -	}
    1.66 -.navbar-brand {
    1.67 -	font-weight: 600; font-size: 24px;
    1.68 -	font-family: 'gandhi_serifbold';
    1.69 -	background-color: #e9e2d0;
    1.70 -	border-bottom: 1px solid transparent;
    1.71 -	}
    1.72 -.dropdown-menue {
    1.73 -	background-color: #9f9a8b;
    1.74 -	}
    1.75 -.navbar {
    1.76 -	background-color: #e9e2d0;
    1.77 -	border: 1px solid transparent;
    1.78 -	}
    1.79 -.navbar-default .navbar-nav > .active > a,
    1.80 -.navbar-default .navbar-nav > .active > a:hover,
    1.81 -.navbar-default .navbar-nav > .active > a:focus {
    1.82 -	background-color: transparent;
    1.83 -	border-bottom: 1px solid #bf1339;
    1.84 -	}
    1.85 +margin-bottom: 0px;
    1.86 +border-bottom:3px solid #f0f0f0;
    1.87 +}
    1.88  /* Content
    1.89  ------------------------------------ */
    1.90 -.jumbotron img {
    1.91 -  	float: left;
    1.92 -  	border-right: 10px solid transparent;
    1.93 -  	border-bottom: 10px solid transparent;
    1.94 -  	display: block;
    1.95 -  	height: auto;
    1.96 -	}
    1.97 -.jumbotron h1 {text-align: center; font-size: 40px;}
    1.98 -.jumbotron {
    1.99 -  	background-color: #e5edf1;
   1.100 -	}
   1.101 -.flags {
   1.102 -  	padding: 5px 0 0 5px;
   1.103 -  	float: right;
   1.104 -  	}
   1.105 +.course {
   1.106 +  background:#f8f8f8;
   1.107 +  padding:15px 0;
   1.108 +}
   1.109 +.course h1 {color:@blue;}
   1.110 +.course p {color:@yellow;}
   1.111 +.themen {
   1.112 +  background:@gray-light;
   1.113 +  padding:15px 0;
   1.114 +}
   1.115  /* Footer
   1.116  ------------------------------------ */ 
   1.117  #footer {
   1.118 -	background: #e9e2d0;
   1.119 -	}
   1.120 \ No newline at end of file
   1.121 +  height: 60px;
   1.122 +  background-color: #f5f5f5;
   1.123 +}
   1.124 +#footer > .container {
   1.125 +  padding-left: 15px;
   1.126 +  padding-right: 15px;
   1.127 +}
   1.128 \ No newline at end of file
Impressum Datenschutzerklärung