X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=local.css;h=f1f7fa814fd78be9011ba6a45be64bcec0d09b93;hp=47456fe3df6b30604f4e0ba85010c3d4d1189172;hb=e846a0b67125726a56d2278be3b113622408060b;hpb=9555f5405081976a30c08282aa6347a970d6fde4 diff --git a/local.css b/local.css index 47456fe..f1f7fa8 100644 --- a/local.css +++ b/local.css @@ -15,7 +15,7 @@ body{ .column-left{ float: left; - width: 50%; + width: 45%; } .column-right{ @@ -36,7 +36,7 @@ body{ #footer { width: auto; } } -.columns, #content{ +#content{ border-radius: 1em; background-color: white; padding: 1em; @@ -55,19 +55,20 @@ h1, h2, h3, .title{ .pageheader .title{ background-image: url('swirl_and_vienna.png'); background-repeat: no-repeat; - padding-left: 5em; - margin-top: 0em; + padding-left: 7em; + margin-top: 0.6em; height: 4em; display: block; - font-size: 200%; - padding-top: 1em; + font-size: 150%; + padding-top: 1.8em; + line-height: 1em; } .pageheader .header{ border-radius: 1em; background-color: white; padding: 1em; - height: 5.0em; + height: 6.0em; } .pageheader .actions{ @@ -83,7 +84,7 @@ a{ text-decoration: none; } -a:link, a:vistited { +a:link, a:visited { color: #1888A4; text-decoration: none; } @@ -92,3 +93,8 @@ a:active, a:hover{ color: #23C7F0; text-decoration: none; } + +.parentlinks a:link, .parentlinks a:visited{ + color: #C70036; + padding-right: 0.5em; +}