static/less/pymove3d.less
changeset 54 0ded9d7748b7
child 55 acd0d17b4cb3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/static/less/pymove3d.less	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,89 @@
     1.4 +body {
     1.5 +  	padding-top: 20px;
     1.6 +  	padding-bottom: 20px;
     1.7 +	}
     1.8 +
     1.9 +/* Typo
    1.10 +------------------------------------ */
    1.11 +@font-face {
    1.12 +    font-family: 'gandhi_serifbold';
    1.13 +    src: url('../fonts/gandhiserif-bold-webfont.eot');
    1.14 +    src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
    1.15 +         url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
    1.16 +         url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
    1.17 +         url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
    1.18 +    font-weight: normal;
    1.19 +    font-style: normal;
    1.20 +}
    1.21 +@font-face {
    1.22 +    font-family: 'gandhi_serifregular';
    1.23 +    src: url('../fonts/gandhiserif-regular-webfont.eot');
    1.24 +    src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    1.25 +         url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    1.26 +         url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    1.27 +         url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    1.28 +    font-weight: normal;
    1.29 +    font-style: normal;
    1.30 +}
    1.31 +/* Utilities
    1.32 +------------------------------------ */
    1.33 +.separator {
    1.34 +    width: 100%;
    1.35 +    border-bottom: 1px solid #ff9a20;
    1.36 +    text-align: center;
    1.37 +    height: 22px;
    1.38 +    margin-bottom: 15px;
    1.39 +}
    1.40 +.separator img {
    1.41 +    line-height: 43px;
    1.42 +    padding: 0 10px;
    1.43 +    background: #e9e2d0; /* Farbe des Elements darunter */
    1.44 +    display: inline-block;
    1.45 +    color: #dbe2e3;
    1.46 +    }
    1.47 +/* Navigation
    1.48 +------------------------------------ */
    1.49 +.navbar {
    1.50 +	margin-bottom: 20px;
    1.51 +	}
    1.52 +.navbar-brand {
    1.53 +	font-weight: 600; font-size: 24px;
    1.54 +	font-family: 'gandhi_serifbold';
    1.55 +	background-color: #e9e2d0;
    1.56 +	border-bottom: 1px solid transparent;
    1.57 +	}
    1.58 +.dropdown-menue {
    1.59 +	background-color: #9f9a8b;
    1.60 +	}
    1.61 +.navbar {
    1.62 +	background-color: #e9e2d0;
    1.63 +	border: 1px solid transparent;
    1.64 +	}
    1.65 +.navbar-default .navbar-nav > .active > a,
    1.66 +.navbar-default .navbar-nav > .active > a:hover,
    1.67 +.navbar-default .navbar-nav > .active > a:focus {
    1.68 +	background-color: transparent;
    1.69 +	border-bottom: 1px solid #bf1339;
    1.70 +	}
    1.71 +/* Content
    1.72 +------------------------------------ */
    1.73 +.jumbotron img {
    1.74 +  	float: left;
    1.75 +  	border-right: 10px solid transparent;
    1.76 +  	border-bottom: 10px solid transparent;
    1.77 +  	display: block;
    1.78 +  	height: auto;
    1.79 +	}
    1.80 +.jumbotron h1 {text-align: center; font-size: 40px;}
    1.81 +.jumbotron {
    1.82 +  	background-color: #e5edf1;
    1.83 +	}
    1.84 +.flags {
    1.85 +  	padding: 5px 0 0 5px;
    1.86 +  	float: right;
    1.87 +  	}
    1.88 +/* Footer
    1.89 +------------------------------------ */ 
    1.90 +#footer {
    1.91 +	background: #e9e2d0;
    1.92 +	}
    1.93 \ No newline at end of file
Impressum Datenschutzerklärung