diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-04-12 10:22:48 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-04-12 10:22:48 +0000 |
| commit | 87fcefe1d9205bd298950264cc0026782fdabb9e (patch) | |
| tree | 197b4e7251c66d6e63352612e5e7f114d7c39c24 /skins | |
| parent | 78d04bcbcfbbd91179294bb5ac1a59579c1ded49 (diff) | |
white background color is default to support the kaskelix portal style
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3563 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/default.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/default.css b/skins/default.css index 2cf448472..8a6ffafe7 100644 --- a/skins/default.css +++ b/skins/default.css @@ -1,7 +1,7 @@ /* Skin */ body { - background-color:#F8F8FF; + background-color:#FFFFFF; color:black; } @@ -87,7 +87,7 @@ div.head h1 { .WikiTOCBox { border: 1px solid #aaa; - background-color: #F8F8FF; + background-color: #FFFFFF; } a.unknown { @@ -212,7 +212,7 @@ div.ProgressBarFill { background-color:#D3D3D3; } -.hides:hover .hoverShow { background-color: #F8F8FF; } +.hides:hover .hoverShow { background-color: #FFFFFF; } /* Log */ |
