]> git.deb.at Git - debienna.git/blobdiff - local.css
adding the correct logo and change css to match the new graphic
[debienna.git] / local.css
index 1954a3cc9b7c61d9f9a9fa93e587e8182c4ba4bf..77f49e320675c980e41edbd95c7f183fc924a1a0 100644 (file)
--- a/local.css
+++ b/local.css
@@ -4,24 +4,26 @@ body{
        font-size: 0.8em;
 }
 
-
-.contentwrapper{
-       width: 960px;
+.page{
+       max-width: 960px;
        margin: 0 auto;
+}
 
+.contentwrapper{
+       overflow: auto;
 }
 
 .column-left{
        float: left;
-       width: 450px;
+       width: 50%;
 }
 
 .column-right{
        float: right;
-       width: 450px;
+       width: 45%;
 }
 
-.columns{
+.columns, #content{
        border-radius: 10px;
        background-color: white;
        padding: 10px;
@@ -30,27 +32,38 @@ body{
 
 /*Adjustment of textAdjustment of text */  
 h1, h2, h3, .title{
-       color: #D70A53;
+       color: #C70036;
 }
 
 .pageheader {
-       border-radius: 10px;
-       background-color: white;
-       padding: 10px;
-       width: 960px;
        margin: 20px auto;
-       height: 100px;
 }
 
 .pageheader .title{
-       background-image: url('debian_swirl-75.png');
+       background-image: url('swirl_and_vienna.png');
        background-repeat: no-repeat;
-       padding-left: 100px;
-       margin: auto 10;
+       padding-left: 170px;
+       margin-top:10px;
        height: 95px;
        display: block;
        font-size: 2em;
-       padding-top: 30px;
+       padding-top: 47px;
+}
+
+.pageheader .header{
+       border-radius: 10px;
+       background-color: white;
+       padding: 10px;
+       height: 100px;
+}
+
+.pageheader .actions{
+       padding: 10px;
+       height: 30px;
+}
+
+.pagebody{
+       max-width: 960px;
 }
 
 #footer{