X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=blobdiff_plain;f=planet.css;h=504c5cd87cca7aa616a7ced4386caed3d25955c2;hp=cac3c18556114e971dc3eb16ea86b10779f71123;hb=5042c81b85cd763c291de49ad4f985077daa4a29;hpb=bec97cc37b9472c8650fb9027d46eb3e20dc9802 diff --git a/planet.css b/planet.css index cac3c18..504c5cd 100644 --- a/planet.css +++ b/planet.css @@ -1,15 +1,13 @@ -.header { +.header p { position: absolute; + background-color: black; + color: black; top: 0; left: 0; right: 0; height: 75px; - background-color: black; -} - -.header p { - background-color: black; - color: black; + width: 100%; + margin: 0; } .header img.title { @@ -20,13 +18,12 @@ .header img.logo { position: absolute; - float: right; - clear: none; top: 0; right: 0; } .sidebar { + background-color: white; position: absolute; right: 0.5em; width: 195px; @@ -46,9 +43,10 @@ .sidebar p { border-color: black; border-style: solid; - border-width: 1pt; + border-width: 1px; margin: 0; padding: 0.5ex; + background-color: #e0e0e0; } .sidebar a { @@ -62,7 +60,11 @@ .items { padding-right: 200px; - padding-top: 5em; + padding-top: 70px; +} + +body { + margin-left: 0; } .items h1 { @@ -71,19 +73,36 @@ font-size: 1.5em; font-family: sans-serif; padding: 0.5ex; + padding-left: 0.5em; margin-bottom: 0; } .item { - padding: 0.5em; + margin-top: 1em; + margin-left: 0.5em; + padding: 0; + border-style: solid; + border-color: black; + border-width: 1px; + background-color: #E0E0E0; } .item h2 { - background-color: #dddddd; - color: black; + background-color: black; + color: white; font-size: 1em; font-family: sans-serif; padding: 0.5ex; + margin: 0; +} + +.item h2 a { + text-decoration: none; + color: white; +} +.item h2 a:visited { + text-decoration: none; + color: white; } .item img { @@ -94,34 +113,47 @@ .item img.image { float: right; - margin: 10pt; + margin: 10px; padding: 0em; } -.item p.body { - padding: 0.5em; +.itembody { + margin: 0; + margin-top: -1em; + padding: 1.5em; text-align: justify; } +.itembody h1 { + background-color: #E0E0E0; + color: black; +} +.itembody h2 { + background-color: #E0E0E0; + color: black; +} + .item p.time { color: #999999; + margin: 0; + padding: 1ex; } -.item p.body a { +.item a { color: blue; text-decoration: underline; } -.item p.body a:visited { +.item a:visited { color: blue; text-decoration: underline; } .item p.time a { color: #999999; - text-decoration: none; + text-decoration: underline; } .item p.time a:visited { color: #999999; - text-decoration: none; + text-decoration: underline; } .footer { @@ -129,10 +161,10 @@ text-align: center; } .footer a { - color: #5555AA; + color: #9999ff; text-decoration: underline; } .footer a:visited { - color: #5555AA; + color: #9999ff; text-decoration: underline; }