Slim Shaded skin by AO3

Please DO copy and reuse and modify this code any way you like!instructions: this just makes a slimmer, texty header, with a shaded strip, snow body, and lowercase buttons
Role:
user
Media:
screen
Condition:
Normal

CSS

#header {
  min-height: 0;
}

#header a,
#header fieldset,
#header ul.primary,
#header ul.primary .current {
  border: 0;
  background: 0;
}

h1 a img {
  height: 50px;
  border: 0;
}

#header .landmark {
  clear: none;
}

#header ul.primary {
  background: rgba(0,0,0,0.65);
  border-bottom: 1px solid rgba(0,0,0,0.75);
}

#header ul.primary,
#header ul.primary .current,
ul.primary.actions a,
#header ul.primary .current {
  color: #eee;
}

#header ul.primary .current,
#header #search input,
#header #search input:focus {
  background: rgba(0,0,0,0.25);
  color: #eee;
  box-shadow: inset 0 0 3px #222;
  border-color: #222;
}

.actions,
.actions input {
  text-transform: lowercase;
}

Parent Skins