Index: openacs-4/packages/news-aggregator/www/resources/news-aggregator.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/resources/Attic/news-aggregator.css,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/news-aggregator/www/resources/news-aggregator.css 28 Jan 2006 04:17:44 -0000 1.1.2.1 @@ -0,0 +1,66 @@ +.na-item-title-only { + margin-left: 10px; + margin-top:5px; + margin-bottom: 5px; +} + +.na-item-title-only-title { + font-size: 105%; + padding-right: 5px; +} + +.na-item-with-desc { + margin-left: 10px; + margin-top: 15px; + margin-bottom: 15px; +} + +.na-item-with-desc-title { + font-size: 105%; + margin-top: 15px; +} + +.na-item-source-title { + background-color: #eeeeee; + padding-top: 6px; + padding-bottom: 6px; + padding-left: 4px; + margin-top: 10px; + margin-bottom: 10px; +} + +.na-item-source-title-text { + font-size: 120%; + font-weight: bold; +} + +.na-item { + +} + +.na-item a:link { + text-decoration: none; +} + +.na-item a:visited { + text-decoration: none; +} + +.na-item a:active { + text-decoration: none; +} + +.na-item a:hover { + text-decoration: underline; +} + +.na-item-pub-time, .na-item-author { + color: #777; + margin-bottom: 5px; + font-size: 85%; +} + +.na-item-button-bar { + margin-top: 10px; + margin-bottom: 10px; +}