Skip to content
Snippets Groups Projects
Commit 850e166c authored by hahn's avatar hahn
Browse files

update colors

parent 3a9cbc08
No related branches found
No related tags found
1 merge request!195534 add docker
body{padding-top: 0;}
body{padding-top: 0;
background: linear-gradient(-20deg, #fff 10%,#dde,#fff 90%) fixed;
}
#header,#footer{
background:#eee; background: linear-gradient(#fff,#eee);
background:#eee;
padding: 1em; font-size: 300%;
color:#a33;
text-shadow: 1px 1px 0 #fff, 10px 10px 10px #aaa;
border-bottom: 2px solid #ccc;
}
#footer{
......@@ -11,12 +12,14 @@ body{padding-top: 0;}
font-size: 100%;
color:#a33;
text-align: right;
text-shadow: 1px 1px 0 #fff, 3px 3px 3px #aaa;
border: 0px solid #ccc;
border-top: 0px solid #ddd;
margin-top: 5em;
}
.navbar {background:#023; border-radius: 0; position: fixed; top: 0px; width: 100%; left: 0; z-index: 100;}
.navbar {background:#436; border-radius: 0; position: fixed; top: 0px; width: 100%; left: 0; z-index: 100;}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
}
.navbar-inner {padding: 0 6em;box-shadow: 0 0 3em #888;}
#header2{
background: none;
......@@ -25,7 +28,7 @@ body{padding-top: 0;}
}
.description{font-weight:bold; color:#ccc; font-size: 150%; font-style: italic;}
.description{font-weight:bold; color:rgba(0,0,0,0.3); font-size: 150%; font-style: italic;}
.navbar-brand {color:#a33 !important;}
.navbar-inverse .navbar-brand {color:#ddd !important;}
......@@ -34,17 +37,17 @@ body{padding-top: 0;}
#swversion {float: right; right: 0em; position: fixed;
top: 4em;
padding: 0 0.5em;
background: #eee; color:#888;
background: #213; color:#ccc;
border-bottom-left-radius: 0.5em;
}
#content{
background: #fff;
margin: 0 2% 0;
border-left: 0px solid #ccc;
padding: 1em;
box-shadow: 0 0 15px #eee;
padding: 0.5em;
box-shadow: 0 0 1em #ddd;
box-shadow: 0 0 1em rgba(0,0,0,0.3);
}
div#navtop, div#navbuttom{background: #dde; padding: 0.5em;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment