X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=local.css;h=413d2a4659f73f948108d190b663037ea94e827b;hp=1954a3cc9b7c61d9f9a9fa93e587e8182c4ba4bf;hb=6996aa788b4493f16deae8ff7056875ae04ba9cf;hpb=36a2ae5aa469c830a68bff19a3ca6da5a8bcf113 diff --git a/local.css b/local.css index 1954a3c..413d2a4 100644 --- a/local.css +++ b/local.css @@ -4,21 +4,23 @@ 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{ @@ -30,16 +32,11 @@ 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{ @@ -53,6 +50,22 @@ h1, h2, h3, .title{ padding-top: 30px; } +.pageheader .header{ + border-radius: 10px; + background-color: white; + padding: 10px; + height: 100px; +} + +.pageheader .actions{ + padding: 10px; + height: 30px; +} + +.pagebody{ + max-width: 960px; +} + #footer{ width: 960px; padding: 10px;