owls
diff Owls.css.php @ 2:ab74e95a8040
added display of broken nodes; Header and Footer in Owls.php now; added logos
author | "Meillo r e t u r n s <meillo@marmaro.de>" |
---|---|
date | Thu, 07 Dec 2006 21:04:30 +0100 |
parents | 3021ce32ee14 |
children | 3cacc24e1774 |
line diff
1.1 --- a/Owls.css.php Sun Dec 03 22:32:33 2006 +0100 1.2 +++ b/Owls.css.php Thu Dec 07 21:04:30 2006 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 1.6 // colors 1.7 - $cProject = '#96c'; 1.8 + $cProject = '#ff8040'; // #96c 1.9 1.10 $cBackgroundGlobal = '#666'; 1.11 //$cBackgroundContent = '#666'; //eee 1.12 @@ -146,12 +146,14 @@ 1.13 } 1.14 1.15 1.16 -li#orphans { 1.17 +li#orphans, 1.18 +li#broken { 1.19 margin-top: 2em; 1.20 font-style: italic; 1.21 color: #aaa; 1.22 } 1.23 1.24 + 1.25 li#login { 1.26 margin-top: 3em; 1.27 }