From: <ce...@us...> - 2004-01-13 15:17:11
|
Update of /cvsroot/csseditor/htdocs/style In directory sc8-pr-cvs1:/tmp/cvs-serv30874/style Modified Files: layout.css Added Files: news.css Log Message: Improve and factor out the news styles --- NEW FILE: news.css --- /* $Revision: 1.10 $ */ #news { background: #069; border: white 1px solid; color: white; float: right; font-size: 8pt; margin: -4em 2em 1em; padding: .25em 1em; width: 20em; } #news h2 { background: transparent; border-bottom: white 1px solid; font-size: 10pt; margin: 0 0 .5em; padding: .1em 0; } #news hr { display: none; } #news :link, #news :visited { font-weight: bold; color: white; text-decoration: none; } #news div { margin-bottom: 1em; text-align: right; } #news div :link, #news div :visited { color: #90C8FF; font-size: xx-small; font-style: italic; } #news .rsslink { font: bold 8pt Verdana, sans-serif; background-color: #F60; border: 1px outset; float: right; padding: 0 3px; } #news .rsslink:hover { text-decoration: none; } Index: layout.css =================================================================== RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** layout.css 11 Jan 2004 14:18:29 -0000 1.10 --- layout.css 13 Jan 2004 15:17:08 -0000 1.11 *************** *** 142,188 **** margin-top: 3em; } - - #news { - background: #069; - border: white 1px solid; - color: white; - float: right; - font-size: 8pt; - margin: -4em 2em 1em; - padding: .25em 1em; - width: 20em; - } - #news h2 { - background: transparent; - border-bottom: white 1px solid; - font-size: 10pt; - margin: 0 0 .5em; - padding: .1em 0; - } - #news hr { - display: none; - } - #news :link, #news :visited { - font-weight: bold; - color: white; - text-decoration: none; - } - #news div { - margin-top: .5em; - } - #news div :link, #news div :visited { - font-size: 8pt; - font-weight: normal; - margin-bottom: 1em; - } - #news .rsslink { - font: bold 8pt Verdana, sans-serif; - background-color: #F60; - border: 1px outset; - float: right; - padding: 0 3px; - } - #news .rsslink:hover { - text-decoration: none; - } - --- 142,143 ---- |