static/less/pymove3d.less
changeset 63 46c37d55294e
parent 55 acd0d17b4cb3
child 91 b335b116860f
equal deleted inserted replaced
62:688080c02228 63:46c37d55294e
     1 
     1 html,
     2 body {
     2 body {
     3     border-top:4px solid @blue;
     3   height: 100%;
     4   	padding-top: 20px;
     4 }
     5   	padding-bottom: 20px;
     5 body {padding-top:8px;border-top:8px solid  @blue;}
     6 	}
     6 #wrap {
     7 
     7   min-height: 100%;
       
     8   height: auto;
       
     9   margin: 0 auto -60px;
       
    10   padding: 0 0 60px;
       
    11 }
     8 /* Typo
    12 /* Typo
     9 ------------------------------------ */
    13 ------------------------------------ */
    10 @font-face {
    14 @font-face {
    11     font-family: 'gandhi_serifbold';
    15     font-family: 'gandhi_serifbold';
    12     src: url('../fonts/gandhiserif-bold-webfont.eot');
    16     src: url('../fonts/gandhiserif-bold-webfont.eot');
    27     font-weight: normal;
    31     font-weight: normal;
    28     font-style: normal;
    32     font-style: normal;
    29 }
    33 }
    30 /* Utilities
    34 /* Utilities
    31 ------------------------------------ */
    35 ------------------------------------ */
    32 .separator {
    36 #wrap > .container {
    33     width: 100%;
    37   /*padding: 60px 15px 0;*/
    34     border-bottom: 1px solid #ff9a20;
       
    35     text-align: center;
       
    36     height: 22px;
       
    37     margin-bottom: 15px;
       
    38 }
    38 }
    39 .separator img {
    39 img {
    40     line-height: 43px;
    40      vertical-align: middle;
    41     padding: 0 10px;
    41      border: 0;
    42     background: #e9e2d0; /* Farbe des Elements darunter */
    42      page-break-inside: avoid;
    43     display: inline-block;
    43      max-width: 100% !important;
    44     color: #dbe2e3;
    44      }
    45     }
       
    46 /* Navigation
    45 /* Navigation
    47 ------------------------------------ */
    46 ------------------------------------ */
       
    47 .navbar-nav > li:hover {
       
    48 //border-top:8px solid @yellow;position: relative;top: -17px;
       
    49 }
       
    50 .navbar-nav > li > a {
       
    51  // margin-top: 48px;
       
    52   font-size: 18px;
       
    53 }
       
    54 .nav > li > a:hover, 
       
    55 .nav > li > a:focus {
       
    56 //margin-top: 54px;
       
    57 }
    48 .navbar {
    58 .navbar {
    49 	margin-bottom: 20px;
    59 margin-bottom: 0px;
    50 	}
    60 border-bottom:3px solid #f0f0f0;
    51 .navbar-brand {
    61 }
    52 	font-weight: 600; font-size: 24px;
       
    53 	font-family: 'gandhi_serifbold';
       
    54 	background-color: #e9e2d0;
       
    55 	border-bottom: 1px solid transparent;
       
    56 	}
       
    57 .dropdown-menue {
       
    58 	background-color: #9f9a8b;
       
    59 	}
       
    60 .navbar {
       
    61 	background-color: #e9e2d0;
       
    62 	border: 1px solid transparent;
       
    63 	}
       
    64 .navbar-default .navbar-nav > .active > a,
       
    65 .navbar-default .navbar-nav > .active > a:hover,
       
    66 .navbar-default .navbar-nav > .active > a:focus {
       
    67 	background-color: transparent;
       
    68 	border-bottom: 1px solid #bf1339;
       
    69 	}
       
    70 /* Content
    62 /* Content
    71 ------------------------------------ */
    63 ------------------------------------ */
    72 .jumbotron img {
    64 .course {
    73   	float: left;
    65   background:#f8f8f8;
    74   	border-right: 10px solid transparent;
    66   padding:15px 0;
    75   	border-bottom: 10px solid transparent;
    67 }
    76   	display: block;
    68 .course h1 {color:@blue;}
    77   	height: auto;
    69 .course p {color:@yellow;}
    78 	}
    70 .themen {
    79 .jumbotron h1 {text-align: center; font-size: 40px;}
    71   background:@gray-light;
    80 .jumbotron {
    72   padding:15px 0;
    81   	background-color: #e5edf1;
    73 }
    82 	}
       
    83 .flags {
       
    84   	padding: 5px 0 0 5px;
       
    85   	float: right;
       
    86   	}
       
    87 /* Footer
    74 /* Footer
    88 ------------------------------------ */ 
    75 ------------------------------------ */ 
    89 #footer {
    76 #footer {
    90 	background: #e9e2d0;
    77   height: 60px;
    91 	}
    78   background-color: #f5f5f5;
       
    79 }
       
    80 #footer > .container {
       
    81   padding-left: 15px;
       
    82   padding-right: 15px;
       
    83 }
Impressum Datenschutzerklärung