[Lutinweb-commits] r26 - trunk/lutinrss/src/main/webapp
Author: tchemit Date: 2008-04-29 19:58:55 +0000 (Tue, 29 Apr 2008) New Revision: 26 Added: trunk/lutinrss/src/main/webapp/feed.css Log: ajout css de test Added: trunk/lutinrss/src/main/webapp/feed.css =================================================================== --- trunk/lutinrss/src/main/webapp/feed.css (rev 0) +++ trunk/lutinrss/src/main/webapp/feed.css 2008-04-29 19:58:55 UTC (rev 26) @@ -0,0 +1,85 @@ +div#content { + border: 1px dotted black; +} + +.rss-feed { + display: block; +} + +.rss-items { + clear: both; + display: block; +} + +.rss-items li { + clear: both; + display: block; +} + +.feed-name { + font-weight: bold; + color: blue; + display: block; +} + +.feed-link { + font-size: 10px; +} + +.feed-time{ + font-size: 10px; + clear: both; + display: block; +} + +.feed-image { + /*float: right;*/ + border: 1px dotted black; + margin: 0 0 15px 20px; +} + +.feed-description { + clear: both; + display: block; + font-style: italic; + color: green; + font-size: 10px; +} + +.feed-author { + color: black; + font-size: 10px; +} + +.feedItem-name { + font-weight: bold; + color: red; + display: block; + clear: both; + font-size: 10px; +} + +.feedItem-link { + font-size: 10px; +} + +.feedItem-description { + font-style: italic; + color: gray; + font-size: 10px; + clear: both; + display: block; +} + +.feedItem-author { + color: black; + font-size: 10px; + clear: both; + display: block; +} + +.feedItem-time{ + font-size: 10px; + clear: both; + display: block; +}
participants (1)
-
tchemit@users.labs.libre-entreprise.org