X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=local.css;h=f2a049d2d5ec059455824056c8134ba2cf78ce66;hp=c5486d96ab3d8ef9fd128ea983c4c4d18e3aaa7e;hb=6fad6f8a0acad3f53ce3b3267bb0e47ef2ee6fc4;hpb=fcd546fb7d1dfc6ede14872e2d24bb84c876cebf diff --git a/local.css b/local.css index c5486d9..f2a049d 100644 --- a/local.css +++ b/local.css @@ -36,7 +36,7 @@ body{ #footer { width: auto; } } -.columns, #content{ +#content{ border-radius: 1em; background-color: white; padding: 1em; @@ -52,22 +52,27 @@ h1, h2, h3, .title{ margin: 1.0em auto; } +.pageheader .parentlinks{ + height: 1em; + display: block; +} + .pageheader .title{ background-image: url('swirl_and_vienna.png'); background-repeat: no-repeat; - padding-left: 5em; - margin-top: 0em; - height: 4em; + padding-left: 7em; + margin-top: 0.6em; display: block; - font-size: 200%; - padding-top: 1em; + font-size: 150%; + padding-top: 0.9em; + line-height: 1em; } .pageheader .header{ border-radius: 1em; background-color: white; padding: 1em; - height: 5.0em; + height: 4.0em; } .pageheader .actions{ @@ -83,7 +88,7 @@ a{ text-decoration: none; } -a:link, a:vistited { +a:link, a:visited { color: #1888A4; text-decoration: none; } @@ -92,3 +97,13 @@ a:active, a:hover{ color: #23C7F0; text-decoration: none; } + +.parentlinks a:link, .parentlinks a:visited{ + color: #C70036; + padding-right: 0.5em; +} + +.imgcenter { + display: block; + margin: 0px auto; +}