Mercurial > owls
comparison Owls.css.php @ 10:144bc36a6c27
moved login form from nav to top of content
added last modified date
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 02:13:46 +0200 |
parents | f79096d1d0ed |
children | 682b4a24469c |
comparison
equal
deleted
inserted
replaced
9:eb5bff360deb | 10:144bc36a6c27 |
---|---|
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_LinkVisited; |
27 $c_Admin = '#ffff80'; | 27 $c_Admin = '#ffff80'; |
28 | 28 |
29 | 29 |
30 /* | 30 /* |
31 width of the menu area | 31 width of the menu area |
171 | 171 |
172 | 172 |
173 | 173 |
174 | 174 |
175 /* login */ | 175 /* login */ |
176 li#login { | 176 #loginform input { |
177 margin-top: 3em; | |
178 } | |
179 #login input { | |
180 color: <?php echo $c_Login; ?>; | |
181 background-color: transparent; | 177 background-color: transparent; |
182 border: none; | 178 border: none; |
183 border-left: <?php echo $c_Login; ?> 1px solid; /* TODO: think about other color */ | 179 border-bottom: <?php echo $c_Login; ?> 1px solid; /* TODO: think about other color */ |
184 display: block; | 180 font-size: 0.8em; |
185 font-size: 0.8em; | 181 width: 8em; |
186 margin-bottom: 2px; | |
187 padding-left: 4px; | |
188 } | 182 } |
189 | 183 |
190 | 184 |
191 | 185 |
192 | 186 |
194 | 188 |
195 /* admin controls */ | 189 /* admin controls */ |
196 .ctrl { | 190 .ctrl { |
197 text-align: right; | 191 text-align: right; |
198 font-size: 0.8em; | 192 font-size: 0.8em; |
193 color: <?php echo $c_Login; ?>; | |
199 } | 194 } |
200 .ctrl a, | 195 .ctrl a, |
201 .ctrl a:visited, | 196 .ctrl a:visited, |
202 .ctrl a:hover { | 197 .ctrl a:hover { |
203 margin-left: 1em; | 198 margin-left: 1em; |