From: <var...@us...> - 2009-09-14 16:30:30
|
Revision: 7116 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7116&view=rev Author: vargenau Date: 2009-09-14 16:30:20 +0000 (Mon, 14 Sep 2009) Log Message: ----------- Add style for RssFeed Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-09-14 08:17:08 UTC (rev 7115) +++ trunk/themes/MonoBook/main.css 2009-09-14 16:30:20 UTC (rev 7116) @@ -709,6 +709,13 @@ font-style: oblique; } +/* RssFeed */ +div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaaaaa; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.itemdesc { padding-left: 1em; } +div.rssitem { border-top: thin dashed #aaaaaa; } +a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; } + /** * Calendar plugin */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |