comparison Owls.css.php @ 6:f79096d1d0ed

another color adjustment
author Meillo r e t u r n s <meillo@marmaro.de>
date Wed, 13 Dec 2006 20:02:56 +0100
parents 7ee09b636460
children 144bc36a6c27
comparison
equal deleted inserted replaced
5:7ee09b636460 6:f79096d1d0ed
14 $c_Background = '#999'; 14 $c_Background = '#999';
15 15
16 $c_Border = $c_Text; 16 $c_Border = $c_Text;
17 17
18 $c_Link = $c_Text; 18 $c_Link = $c_Text;
19 $c_LinkHover = '#007fbf'; 19 $c_LinkHover = '#ff8040';
20 $c_LinkVisited = '#666'; 20 $c_LinkVisited = '#666';
21 21
22 $c_Nav = $c_Link; 22 $c_Nav = $c_Link;
23 $c_NavHover = $c_LinkHover; 23 $c_NavHover = $c_LinkHover;
24 $c_NavSelected = '#eee'; 24 $c_NavSelected = '#eee';
25 25
26 $c_Login = $c_Nav; 26 $c_Login = $c_Nav;
27 $c_Admin = '#cf9'; 27 $c_Admin = '#ffff80';
28 28
29 29
30 /* 30 /*
31 width of the menu area 31 width of the menu area
32 the unit 'em' is relative to the font-size 32 the unit 'em' is relative to the font-size