static/less/pymove3d.less
author stetrabby <info@trabucchi.de>
Sun, 29 Dec 2013 12:47:32 +0100
changeset 63 46c37d55294e
parent 55 acd0d17b4cb3
child 91 b335b116860f
permissions -rw-r--r--
defined only one css to reduce the request and implemented custom css via import
     1 html,
     2 body {
     3   height: 100%;
     4 }
     5 body {padding-top:8px;border-top:8px solid  @blue;}
     6 #wrap {
     7   min-height: 100%;
     8   height: auto;
     9   margin: 0 auto -60px;
    10   padding: 0 0 60px;
    11 }
    12 /* Typo
    13 ------------------------------------ */
    14 @font-face {
    15     font-family: 'gandhi_serifbold';
    16     src: url('../fonts/gandhiserif-bold-webfont.eot');
    17     src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
    18          url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
    19          url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
    20          url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
    21     font-weight: normal;
    22     font-style: normal;
    23 }
    24 @font-face {
    25     font-family: 'gandhi_serifregular';
    26     src: url('../fonts/gandhiserif-regular-webfont.eot');
    27     src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    28          url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    29          url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    30          url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    31     font-weight: normal;
    32     font-style: normal;
    33 }
    34 /* Utilities
    35 ------------------------------------ */
    36 #wrap > .container {
    37   /*padding: 60px 15px 0;*/
    38 }
    39 img {
    40      vertical-align: middle;
    41      border: 0;
    42      page-break-inside: avoid;
    43      max-width: 100% !important;
    44      }
    45 /* Navigation
    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 }
    58 .navbar {
    59 margin-bottom: 0px;
    60 border-bottom:3px solid #f0f0f0;
    61 }
    62 /* Content
    63 ------------------------------------ */
    64 .course {
    65   background:#f8f8f8;
    66   padding:15px 0;
    67 }
    68 .course h1 {color:@blue;}
    69 .course p {color:@yellow;}
    70 .themen {
    71   background:@gray-light;
    72   padding:15px 0;
    73 }
    74 /* Footer
    75 ------------------------------------ */ 
    76 #footer {
    77   height: 60px;
    78   background-color: #f5f5f5;
    79 }
    80 #footer > .container {
    81   padding-left: 15px;
    82   padding-right: 15px;
    83 }
Impressum Datenschutzerklärung