comparison Owls.css.php @ 5:7ee09b636460

changed some colors in CSS
author Meillo r e t u r n s <meillo@marmaro.de>
date Tue, 12 Dec 2006 22:13:56 +0100
parents 3cacc24e1774
children f79096d1d0ed
comparison
equal deleted inserted replaced
4:3cacc24e1774 5:7ee09b636460
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 = '#cf9'; 19 $c_LinkHover = '#007fbf';
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 = '#007fbf'; 27 $c_Admin = '#cf9';
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