Sha256: 063e4ee25fc112ebc025c91e9140e1b4eff52ab3827c31775cdc70c578393ac0

Contents?: true

Size: 812 Bytes

Versions: 11

Compression:

Stored size: 812 Bytes

Contents

#header {
  float: left;
  width: 100%;
  background: #003366;
  font-size: 20px;
}

#iheader {
  margin: 0 auto;
  width: 950px;
}

#logo {
  float: left;
  color: #fff;
  font-size: 30px;
  padding: 5px 35px 0 5px;
}

#logo a {
  color: #fff;
  text-decoration: none;
}

#logo a:hover {
  text-decoration: underline;
}

#header ul {
  list-style: none;
  padding: 10px 0 0 20px;
  margin: 0;
}

#header ul li {
  float: left;
  border: 1px solid;
  border-bottom-width: 0;
  margin: 0 0.5em 0 0;
}

#header ul li#selected {
  position: relative;
  top: 1px;
}

#header ul li a {
  display: block;
  padding: 5px 6px 0 6px;
  text-decoration: none;
  color: white;
  background: #1a4f85;
}

#header ul li#selected a {
  background: #fff;
  color: #1a4f85;
}

#header ul li a:hover {
  background: #539ADF;
}



Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
admin_data-1.0.10 lib/css/header.css
admin_data-1.0.9 lib/css/header.css
admin_data-1.0.8 lib/css/header.css
admin_data-1.0.7 lib/css/header.css
admin_data-1.0.6 lib/css/header.css
admin_data-1.0.5 lib/css/header.css
admin_data-1.0.4 lib/css/header.css
admin_data-1.0.3 lib/css/header.css
admin_data-1.0.2 lib/css/header.css
admin_data-1.0.1 lib/css/header.css
admin_data-1.0.0 lib/css/header.css