Mercurial > owls
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:6268cdb5fc0b | 2:ab74e95a8040 |
---|---|
8 header('Pragma: no-cache'); | 8 header('Pragma: no-cache'); |
9 echo('/* Anti-Caching: '.microtime()." */\r\n"); | 9 echo('/* Anti-Caching: '.microtime()." */\r\n"); |
10 | 10 |
11 | 11 |
12 // colors | 12 // colors |
13 $cProject = '#96c'; | 13 $cProject = '#ff8040'; // #96c |
14 | 14 |
15 $cBackgroundGlobal = '#666'; | 15 $cBackgroundGlobal = '#666'; |
16 //$cBackgroundContent = '#666'; //eee | 16 //$cBackgroundContent = '#666'; //eee |
17 | 17 |
18 $cBorderGlobal = '#000'; | 18 $cBorderGlobal = '#000'; |
144 #nav #selected:hover { | 144 #nav #selected:hover { |
145 color: <?php echo $cLinkHover; ?>; | 145 color: <?php echo $cLinkHover; ?>; |
146 } | 146 } |
147 | 147 |
148 | 148 |
149 li#orphans { | 149 li#orphans, |
150 li#broken { | |
150 margin-top: 2em; | 151 margin-top: 2em; |
151 font-style: italic; | 152 font-style: italic; |
152 color: #aaa; | 153 color: #aaa; |
153 } | 154 } |
155 | |
154 | 156 |
155 li#login { | 157 li#login { |
156 margin-top: 3em; | 158 margin-top: 3em; |
157 } | 159 } |
158 #login input { | 160 #login input { |