From c56aeb1b7003ed10da98a8bbc8305a5cb90357a6 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 25 Dec 2007 17:32:50 +0000 Subject: removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit --- themes/greysme/templates/default.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'themes/greysme') diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index e6354e70..7802e9ac 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -638,6 +638,28 @@ background:#000; float:left; } +/************************************************/ +/* Shoutbox */ +/************************************************/ + +#shoutbox { + font-size:0.8em; +} + +#shoutbox div.shout { + float:left; + margin-right:5px; +} + +#shoutbox span.information { + float:left; + clear:left; +} + +img.shoutboximage { + float:left; + margin-right:3px; +} /************************************************/ /* List Header */ @@ -706,6 +728,11 @@ background:#000; margin:10px; } +#motd { + margin:0 auto 0 auto; + width: 437px; +} + /************************************************/ /* Misc */ @@ -735,3 +762,9 @@ background:#000; display: none; } +.information,.information a { + font-size: 0.9em; + font-style: italic; + color: #c0c0c0; +} + -- cgit