[Comoblog-commit] comoblog/css/default default.css,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-24 00:41:23
|
Update of /cvsroot/comoblog/comoblog/css/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7776/css/default Added Files: default.css Log Message: added a proof of concept skin to aid testing, and a few more user options to control if the modules css should be loaded, and if the base comoblog css should be loaded. --- NEW FILE: default.css --- #header { margin-left: auto; margin-right: auto; width: 760px; background: #ffffff; } #header h1, #header a { padding: 0; margin: 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 30px; font-style: normal; color: #000000; text-decoration: none; vertical-align: middle; } #header h1 a { padding-left: 5px; } #topbar { margin-left: auto; margin-right: auto; width: 760px; background: #eeeeee; } .topbar_module { display: inline; padding-left: 5px; } #contents { margin-left: auto; margin-right: auto; width: 760px; overflow: auto; background: #000000; } #sidebar { float: right; width: 160px; background: #2e2e2e; } |