diff -r 5e0dece09f96 -r 97dcd250e5be OSCON/oscon.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OSCON/oscon.css Fri Jul 17 15:52:45 2009 -0700 @@ -0,0 +1,33 @@ +/* Feed item date */ +.FeedItemDate { + font-style: italic; +} + +/* Feed item text */ +.FeedItemDescription { + padding: 4px 0px; +} + +/* Feed item links */ +.FeedItemLink { + font-weight: bold; +} + +/* Anchor tags in the context of a feed item link */ +.FeedItemLink a { + text-decoration: underline; + font-weight: bold; + color: rgb(255,255,255); +} + +/* Focused anchor tags */ +.FeedItemLink a:focus { + background: rgb(65,131,68); + color: rgb(255,255,255); +} + +/* Focused anchor tags */ +.FeedItemLink a:hover { + background: rgb(65,100,68); + color: rgb(255,255,255); +}