From 54d4a51842ed9641340e2d4d5f367b71910fb9bb Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Tue, 4 Jul 2006 09:46:26 +1200 Subject: [PATCH] fixing the freetag cloud css --- templates/sgn2.0/style.css | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) 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 -- 2.39.5