1.1 --- a/static/css/pymove3d.css Thu Nov 28 11:33:09 2013 +0100
1.2 +++ b/static/css/pymove3d.css Thu Nov 28 12:45:23 2013 +0100
1.3 @@ -1,3 +1,5 @@
1.4 +body {background-color: #e9e2d0;}
1.5 +
1.6 h1 {text-align: center;}
1.7 .navbar-brand {font-weight: 800; font-size: 24px;}
1.8 .container {
1.9 @@ -11,3 +13,22 @@
1.10 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
1.11 -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
1.12 zoom: 1;}}
1.13 +
1.14 +.dropdown-menue {background-color: #9f9a8b;}
1.15 +.navbar {
1.16 + background-color: #e9e2d0;
1.17 +}
1.18 +.navbar-default .navbar-nav > .active > a,
1.19 +.navbar-default .navbar-nav > .active > a:hover,
1.20 +.navbar-default .navbar-nav > .active > a:focus {
1.21 +
1.22 + background-color: transparent;
1.23 + border-bottom: 1px solid #bf1339;
1.24 +}
1.25 +
1.26 +.jumbotron {
1.27 +
1.28 + background-color: #01e9ff;
1.29 + /*background-color: #ce4b68;*/
1.30 + /*background-color: #9f998c;*/
1.31 +}
1.32 \ No newline at end of file