Introducing new header color scheme.

This commit is contained in:
Matthias Mees 2013-07-04 23:54:31 +02:00
parent be5c39e50a
commit 532a126289

View File

@ -1186,21 +1186,23 @@ summary {
/* HEADER /* HEADER
----------------------------------------------------------------- */ ----------------------------------------------------------------- */
#top { #top {
background: #ccdee7; background: #3e5f81;
box-shadow: 0 1px 4px rgba(0,0,0,.5); box-shadow: 0 1px 4px rgba(0,0,0,.5);
color: #3e5f81; color: #ccdde7;
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
} }
#top a, #top a,
#top a:visited, #top a:visited,
#top a:hover, #top a:hover,
#top a:focus { #top a:focus {
color: #ccdde7;
text-decoration: none; text-decoration: none;
} }
#top a:hover, #top a:hover,
#top a:focus { #top a:focus {
color: #25253d; color: #fcfcfc;
} }
#user_menu ul { #user_menu ul {
@ -1990,6 +1992,11 @@ input[name="serendipity[filter][fileCategory]"] {
margin-right: 1%; margin-right: 1%;
width: 49%; width: 49%;
} }
#meta p {
font-size: .875em;
padding: .85715em;
}
} }