review/static/style.css @ eaa63ba9a24e

web: start a new style
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 18:13:37 -0400
parents 26f02ba9c003
children cd17a814bf17
.group:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .group, *:first-child + html .group {
  zoom: 1;
}
html, body {
  background-color: #edecc7;
}
body {
  color: #292620;
  font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
}
body .hr {
  height: 0;
  width: 100%;
  border-top: 1px solid #fcfcfc;
}
body .wrap {
  width: 800px;
  margin: 0 auto;
}
body .header {
  background-color: #648239;
  padding-bottom: 1px;
  border-bottom: 1px solid #5a7533;
}
body .header .hr.one {
  border-top: none;
  height: 3px;
  background-color: #87b04d;
  border-bottom: 1px solid #648239;
}
body .header .hr.two {
  border-top: none;
  border-bottom: 1px solid #94b95f;
}
body .header h1 {
  color: #292620;
  text-shadow: 0px 1px 1px #94b95f;
  margin-top: 16px;
  float: right;
}
body .header h1 a {
  color: black;
  text-decoration: none;
}
body .header h1 a:hover {
  text-decoration: underline;
}
body .header .remotes .remote {
  padding-top: 4px;
}
body .header .remotes form {
  display: inline;
  margin-bottom: 0;
}
body .header .remotes form a {
  font: bold 12px "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 1.45;
  display: inline-block;
  text-decoration: none;
  padding: 1px;
  background-color: #c9e69f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #729c35;
  border-right: 1px solid #62862e;
  border-left: 1px solid #62862e;
  border-bottom: 1px solid #516f26;
}
body .header .remotes form a:hover {
  border-top: 1px solid #82b23d;
  border-right: 1px solid #729c35;
  border-left: 1px solid #729c35;
  border-bottom: 1px solid #62862e;
  background-color: #daeebe;
}
body .header .remotes form a span {
  background-color: #9fc962;
  display: inline-block;
  padding: 0 6px;
  text-shadow: 0px 1px 1px #a6cd6d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .header .remotes form a span:hover {
  background-color: #bad98f;
}
body .header .remotes form a:active {
  margin-top: 1px;
  margin-bottom: -1px;
}
body .content {
  border-top: 1px solid #f8f7e8;
}
body .content .wrap {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-top: 20px;
  padding: 21px 20px;
  width: 760px;
  background-color: #fdfdfd;
}