From: <ce...@us...> - 2004-01-08 13:33:01
|
Update of /cvsroot/csseditor/htdocs/style In directory sc8-pr-cvs1:/tmp/cvs-serv29650 Added Files: print.css wiki.css Log Message: Basic style for the Wiki and for printing --- NEW FILE: print.css --- #navigation { display: none; } --- NEW FILE: wiki.css --- @import url(layout.css); #search { float: right; font-size: xx-small; font-weight: bold; margin-top: 1ex; text-align: center; text-transform: uppercase; } #footer { border-top: solid 1px black; font-size: xx-small; margin-top: 3em; } #toolbar-bottom { line-height: 2em; text-transform: lowercase; } #toolbar-bottom a { color: #8080FF; } #content .userinfo { float: right; font-style: italic; } #content .diff { width: 85% } #content .diff-added { background-color: #CFC } #content .diff-removed { background-color: #FCC } #content textarea#document { width: 100% } #content .timestamp { float: right; font-style: italic; margin-top: -2em; } |