X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=planet.css;h=f7ec4f4e0879afa2813fe4f3bab206d1818c7153;hb=ee60702acdcf3784d4db7e275b914da04ac8d668;hp=ea0c89d7e60065a5ad227f1bbe2d8da263e30c6c;hpb=dc7db379d1b11f9de8894865689f1c626d62a523;p=planet-ucc.git diff --git a/planet.css b/planet.css index ea0c89d..f7ec4f4 100644 --- a/planet.css +++ b/planet.css @@ -46,6 +46,7 @@ border-width: 1pt; margin: 0; padding: 0.5ex; + background-color: #e0e0e0; } .sidebar a { @@ -62,34 +63,46 @@ padding-top: 70px; } +body { + margin-left: 0; +} + .items h1 { background-color: black; color: white; 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: black; + color: white; } .item h2 a:visited { text-decoration: none; - color: black; + color: white; } .item img { @@ -104,13 +117,28 @@ 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 a { @@ -135,10 +163,10 @@ text-align: center; } .footer a { - color: #5555AA; + color: #9999ff; text-decoration: underline; } .footer a:visited { - color: #5555AA; + color: #9999ff; text-decoration: underline; }