1.1 --- a/static/css/pymove3d.css Wed Jan 08 19:38:49 2014 +0100
1.2 +++ b/static/css/pymove3d.css Fri Jan 17 11:59:43 2014 +0100
1.3 @@ -1,33 +1,68 @@
1.4 +body {
1.5 + padding-top: 20px;
1.6 + padding-bottom: 20px;
1.7 +}
1.8 +/* Typo
1.9 +------------------------------------ */
1.10 @font-face {
1.11 - font-family: 'gandhi_serifbold';
1.12 - src: url('../fonts/gandhiserif-bold-webfont.eot');
1.13 - src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
1.14 - url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
1.15 - url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
1.16 - url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
1.17 - font-weight: normal;
1.18 - font-style: normal;
1.19 -
1.20 + font-family: 'gandhi_serifbold';
1.21 + src: url('../fonts/gandhiserif-bold-webfont.eot');
1.22 + src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gandhiserif-bold-webfont.woff') format('woff'), url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'), url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
1.23 + font-weight: normal;
1.24 + font-style: normal;
1.25 }
1.26 @font-face {
1.27 - font-family: 'gandhi_serifregular';
1.28 - src: url('../fonts/gandhiserif-regular-webfont.eot');
1.29 - src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
1.30 - url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
1.31 - url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
1.32 - url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
1.33 - font-weight: normal;
1.34 - font-style: normal;
1.35 + font-family: 'gandhi_serifregular';
1.36 + src: url('../fonts/gandhiserif-regular-webfont.eot');
1.37 + src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gandhiserif-regular-webfont.woff') format('woff'), url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'), url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
1.38 + font-weight: normal;
1.39 + font-style: normal;
1.40 +}
1.41 +/* Utilities
1.42 +------------------------------------ */
1.43 +.separator {
1.44 + width: 100%;
1.45 + border-bottom: 1px solid #ff9a20;
1.46 + text-align: center;
1.47 + height: 22px;
1.48 + margin-bottom: 15px;
1.49 +}
1.50 +.separator img {
1.51 + line-height: 43px;
1.52 + padding: 0 10px;
1.53 + background: #e9e2d0;
1.54 + /* Farbe des Elements darunter */
1.55
1.56 + display: inline-block;
1.57 + color: #dbe2e3;
1.58 }
1.59 -
1.60 -/**.btn-lg {
1.61 - padding: 10px 16px;
1.62 - font-size: 18px;
1.63 - line-height: 1.33;
1.64 - border-radius: 6px;
1.65 -}**/
1.66 -
1.67 +/* Navigation
1.68 +------------------------------------ */
1.69 +.navbar {
1.70 + margin-bottom: 20px;
1.71 +}
1.72 +.navbar-brand {
1.73 + font-weight: 600;
1.74 + font-size: 24px;
1.75 + font-family: 'gandhi_serifbold';
1.76 + background-color: #e9e2d0;
1.77 + border-bottom: 1px solid transparent;
1.78 +}
1.79 +.dropdown-menue {
1.80 + background-color: #9f9a8b;
1.81 +}
1.82 +.navbar {
1.83 + background-color: #e9e2d0;
1.84 + border: 1px solid transparent;
1.85 +}
1.86 +.navbar-default .navbar-nav > .active > a,
1.87 +.navbar-default .navbar-nav > .active > a:hover,
1.88 +.navbar-default .navbar-nav > .active > a:focus {
1.89 + background-color: transparent;
1.90 + border-bottom: 1px solid #bf1339;
1.91 +}
1.92 +/* Content
1.93 +------------------------------------ */
1.94 .jumbotron img {
1.95 float: left;
1.96 border-right: 10px solid transparent;
1.97 @@ -63,38 +98,15 @@
1.98 .navbar {
1.99 background-color: #e9e2d0;
1.100 border: 1px solid transparent;
1.101 -}
1.102 -.navbar-default .navbar-nav > .active > a,
1.103 -.navbar-default .navbar-nav > .active > a:hover,
1.104 -.navbar-default .navbar-nav > .active > a:focus {
1.105 -
1.106 - background-color: transparent;
1.107 - border-bottom: 1px solid #bf1339;
1.108 -}
1.109 -
1.110 -.jumbotron {
1.111 -
1.112 - background-color: #e5edf1;
1.113 - /*background-color: #01e9ff;*/
1.114 - /*background-color: #ce4b68;*/
1.115 - /*background-color: #9f998c;*/
1.116 - /*min-height:250px;*/
1.117 -}
1.118 -
1.119 -.flags {
1.120 - padding: 5px 0 0 5px;
1.121 +.jumbotron h1 {
1.122 + text-align: center;
1.123 + font-size: 40px;
1.124 float: right;}
1.125
1.126 #footer {
1.127 -background: #fff;
1.128 -height: 180px;
1.129 -}
1.130 -.separator {
1.131 - width: 100%;
1.132 - border-bottom: 1px solid #ff9a20;
1.133 - text-align: center;
1.134 - height: 22px;
1.135 - margin-bottom: 15px;
1.136 + background: #fff;
1.137 + height: 180px;
1.138 + float: right;
1.139 }
1.140 .separator img {
1.141 line-height: 43px;
1.142 @@ -103,3 +115,4 @@
1.143 display: inline-block;
1.144 /*margin-top: 20px;*/
1.145 color: #dbe2e3;
1.146 + }