X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=planet.css;h=edab35fc3ad3b6da54c7b8d26550c75f88919aaa;hb=c0da12e3d57fa8ec00cf4e403c463e2ea7c028a8;hp=c942c1bd7492818859cd4cb4bf0f09f16055e0bd;hpb=ee30a74b5fc4afd2ea9b4a915d3c1463dd698bad;p=planet-ucc.git diff --git a/planet.css b/planet.css index c942c1b..edab35f 100644 --- a/planet.css +++ b/planet.css @@ -1,12 +1,3 @@ -/* .header { - position: absolute; - top: 0; - left: 0; - right: 0; - height: 75px; - background-color: black; -} */ - .header p { position: absolute; background-color: black; @@ -15,6 +6,7 @@ left: 0; right: 0; height: 75px; + width: 100%; margin: 0; } @@ -31,6 +23,7 @@ } .sidebar { + background-color: white; position: absolute; right: 0.5em; width: 195px; @@ -53,6 +46,7 @@ border-width: 1pt; margin: 0; padding: 0.5ex; + background-color: #e0e0e0; } .sidebar a { @@ -66,7 +60,11 @@ .items { padding-right: 200px; - padding-top: 5em; + padding-top: 70px; +} + +body { + margin-left: 0; } .items h1 { @@ -75,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-left: 0.5em; } .item h2 { - background-color: #dddddd; - color: black; + background-color: black; + color: white; font-size: 1em; font-family: sans-serif; padding: 0.5ex; + margin-bottom: 0; + border-top-style: solid; + border-left-style: solid; + border-right-style: solid; + border-color: black; + border-width: 1pt; +} + +.item h2 a { + text-decoration: none; + color: white; +} +.item h2 a:visited { + text-decoration: none; + color: white; } .item img { @@ -102,30 +117,45 @@ padding: 0em; } -.item p.body { - padding: 0.5em; +.itembody { + padding: 1.5em; text-align: justify; + background-color: #e0e0e0; + margin-top: -1pt; + border-left-style: solid; + border-bottom-style: solid; + border-right-style: solid; + border-color: black; + border-width: 1pt; } .item p.time { color: #999999; + background-color: #e0e0e0; + margin-bottom: 0; + margin-top: -1pt; + padding: 1ex; + border-left-style: solid; + border-right-style: solid; + border-color: black; + border-width: 1pt; } -.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 {