From: <var...@us...> - 2009-02-02 14:13:34
|
Revision: 6480 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6480&view=rev Author: vargenau Date: 2009-02-02 14:13:24 +0000 (Mon, 02 Feb 2009) Log Message: ----------- Valid CSS code Modified Paths: -------------- trunk/themes/default/highlight.css trunk/themes/default/phpwiki-topbottombars.css trunk/themes/default/phpwiki.css Modified: trunk/themes/default/highlight.css =================================================================== --- trunk/themes/default/highlight.css 2009-02-02 13:36:07 UTC (rev 6479) +++ trunk/themes/default/highlight.css 2009-02-02 14:13:24 UTC (rev 6480) @@ -18,7 +18,7 @@ /* sym: Symbols */ /* line: Line numbers */ - pre { color:#000000; background-color:#ffffff; font-size:10pt; font-family:Courier;} + pre { color:#000000; background-color:#ffffff; font-size:10pt; font-family:Courier, monospace;} .key { color:#000000; font-weight:bold; } .num { color:#2928ff; } .typ { color:#830000; } Modified: trunk/themes/default/phpwiki-topbottombars.css =================================================================== --- trunk/themes/default/phpwiki-topbottombars.css 2009-02-02 13:36:07 UTC (rev 6479) +++ trunk/themes/default/phpwiki-topbottombars.css 2009-02-02 14:13:24 UTC (rev 6480) @@ -20,7 +20,7 @@ * #navbar and #actionbar, such as in editpage and removepage */ div#header, div#footer { - background: ivory; + background: #FFFFF0; /* ivory */ margin: 0px; padding: 0px; position: fixed; Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2009-02-02 13:36:07 UTC (rev 6479) +++ trunk/themes/default/phpwiki.css 2009-02-02 14:13:24 UTC (rev 6480) @@ -222,7 +222,7 @@ th.gridbutton { background-color: ThreedLightShadow; color: black; - font-family: Tahoma, sans-serif, Arial, Helvetica; + font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: small; font-weight: normal; /*font-style: menu;*/ @@ -844,7 +844,7 @@ /* Sidebar */ .box { background:#ffffff; border: 1px solid silver } -.box-title { font-family: Tahoma; font-weight: normal; /*font-size: 11pt; */ background-color: #ccc; color: black; /*font-style: menu;*/ text-align: center; border: none; padding: 2px 0 2px 0;} +.box-title { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; /*font-size: 11pt; */ background-color: #ccc; color: black; /*font-style: menu;*/ text-align: center; border: none; padding: 2px 0 2px 0;} .box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; } .box-data .wiki { font-weight: normal; } td.sidebar { border-spacing: 0px; margin: 0ex;} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |