From: Penny Leach Date: Mon, 3 Jul 2006 21:46:26 +0000 (+1200) Subject: fixing the freetag cloud css X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=54d4a51842ed9641340e2d4d5f367b71910fb9bb;p=s9y.git fixing the freetag cloud css --- diff --git a/templates/sgn2.0/style.css b/templates/sgn2.0/style.css index 742b110..2732e10 100644 --- a/templates/sgn2.0/style.css +++ b/templates/sgn2.0/style.css @@ -165,4 +165,47 @@ h3, h4 { border-top: 1px dashed #aaaaaa; padding-top:5px; margin-top:10px; +} + +/* freetag cloud */ +.serendipity_freeTag +{ + margin-left: auto; + margin-right: 0px; + text-align: right; + font-size: 7pt; + display: block; + margin-top: 5px; + margin-bottom: 0px; +} + +.serendipity_freeTag_related +{ + margin-left: 50px; + margin-right: 0px; + text-align: left; + font-size: small; + display: block; + margin-top: 20px; + margin-bottom: 0px; +} + +.serendipity_freetag_taglist +{ + margin: 10px; + border: 1px solid #666666; + padding: 5px; + text-align: justify; +} + +.serendipity_freeTag a +{ + font-size: 7pt; + text-decoration: none; +} + +.serendipity_freeTag a:hover +{ + color: black; + text-decoration: underline; } \ No newline at end of file