static/less/pymove3d.less
author stetrabby <info@trabucchi.de>
Mon, 23 Dec 2013 18:00:02 +0100
changeset 55 acd0d17b4cb3
parent 54 0ded9d7748b7
child 63 46c37d55294e
permissions -rw-r--r--
insert call for pymove3d into bootstrap reducing the css request in only one file
     1 
     2 body {
     3     border-top:4px solid @blue;
     4   	padding-top: 20px;
     5   	padding-bottom: 20px;
     6 	}
     7 
     8 /* Typo
     9 ------------------------------------ */
    10 @font-face {
    11     font-family: 'gandhi_serifbold';
    12     src: url('../fonts/gandhiserif-bold-webfont.eot');
    13     src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
    14          url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
    15          url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
    16          url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
    17     font-weight: normal;
    18     font-style: normal;
    19 }
    20 @font-face {
    21     font-family: 'gandhi_serifregular';
    22     src: url('../fonts/gandhiserif-regular-webfont.eot');
    23     src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    24          url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    25          url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    26          url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    27     font-weight: normal;
    28     font-style: normal;
    29 }
    30 /* Utilities
    31 ------------------------------------ */
    32 .separator {
    33     width: 100%;
    34     border-bottom: 1px solid #ff9a20;
    35     text-align: center;
    36     height: 22px;
    37     margin-bottom: 15px;
    38 }
    39 .separator img {
    40     line-height: 43px;
    41     padding: 0 10px;
    42     background: #e9e2d0; /* Farbe des Elements darunter */
    43     display: inline-block;
    44     color: #dbe2e3;
    45     }
    46 /* Navigation
    47 ------------------------------------ */
    48 .navbar {
    49 	margin-bottom: 20px;
    50 	}
    51 .navbar-brand {
    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
    71 ------------------------------------ */
    72 .jumbotron img {
    73   	float: left;
    74   	border-right: 10px solid transparent;
    75   	border-bottom: 10px solid transparent;
    76   	display: block;
    77   	height: auto;
    78 	}
    79 .jumbotron h1 {text-align: center; font-size: 40px;}
    80 .jumbotron {
    81   	background-color: #e5edf1;
    82 	}
    83 .flags {
    84   	padding: 5px 0 0 5px;
    85   	float: right;
    86   	}
    87 /* Footer
    88 ------------------------------------ */ 
    89 #footer {
    90 	background: #e9e2d0;
    91 	}
Impressum Datenschutzerklärung