1.1 --- a/static/css/pymove3d.css Fri Dec 20 22:30:44 2013 +0100
1.2 +++ b/static/css/pymove3d.css Fri Dec 20 22:49:16 2013 +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 @@ -35,71 +70,18 @@
1.98 display: block;
1.99 height: auto;
1.100 }
1.101 -.clear {clear:both;}
1.102 -body {background-color: #e9e2d0;
1.103 -font-size:16px}
1.104 -
1.105 -.jumbotron h1 {text-align: center; font-size: 40px;}
1.106 -.navbar-brand {
1.107 - font-weight: 600; font-size: 24px;
1.108 - font-family: 'gandhi_serifbold';
1.109 - background-color: #e9e2d0;
1.110 - border-bottom: 1px solid transparent;}
1.111 -
1.112 -.container {
1.113 -
1.114 - box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
1.115 - -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
1.116 - -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
1.117 - -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
1.118 - border: 1px solid #9f998c;
1.119 -/* for the Epidemic */
1.120 - filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
1.121 - -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
1.122 - zoom: 1;}}
1.123 -
1.124 -.dropdown-menue {
1.125 -background-color: #9f9a8b;}
1.126 -.navbar {
1.127 - background-color: #e9e2d0;
1.128 - border: 1px solid transparent;
1.129 +.jumbotron h1 {
1.130 + text-align: center;
1.131 + font-size: 40px;
1.132 }
1.133 -.navbar-default .navbar-nav > .active > a,
1.134 -.navbar-default .navbar-nav > .active > a:hover,
1.135 -.navbar-default .navbar-nav > .active > a:focus {
1.136 -
1.137 - background-color: transparent;
1.138 - border-bottom: 1px solid #bf1339;
1.139 +.jumbotron {
1.140 + background-color: #e5edf1;
1.141 }
1.142 -
1.143 -.jumbotron {
1.144 -
1.145 - background-color: #e5edf1;
1.146 - /*background-color: #01e9ff;*/
1.147 - /*background-color: #ce4b68;*/
1.148 - /*background-color: #9f998c;*/
1.149 - /*min-height:250px;*/
1.150 -}
1.151 -
1.152 .flags {
1.153 padding: 5px 0 0 5px;
1.154 - float: right;}
1.155 -
1.156 -#footer {
1.157 -background: #e9e2d0;
1.158 -height: 180px;
1.159 + float: right;
1.160 }
1.161 -.separator {
1.162 - width: 100%;
1.163 - border-bottom: 1px solid #ff9a20;
1.164 - text-align: center;
1.165 - height: 22px;
1.166 - margin-bottom: 15px;
1.167 +/* Footer
1.168 +------------------------------------ */#footer {
1.169 + background: #e9e2d0;
1.170 }
1.171 -.separator img {
1.172 - line-height: 43px;
1.173 - padding: 0 10px;
1.174 - background: #e9e2d0; /* Farbe des Elements darunter */
1.175 - display: inline-block;
1.176 - /*margin-top: 20px;*/
1.177 - color: #dbe2e3;
1.178 \ No newline at end of file