review/static/style.css @ 26f02ba9c003

web: lessify
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 14:53:06 -0400
parents 84af7bc5ab60
children eaa63ba9a24e
body {
  background: #999;
}
body div#content-wrap {
  background-color: #fafafa;
}
body div#main-wrap {
  width: 75em;
  margin: 0em auto;
  padding: 3em;
}
body div#head-wrap {
  text-align: center;
  padding: 1.5em 0em .5em;
  color: #fff;
  background-color: #111;
  border-bottom: 6px solid #3C659A;
}
body div#head-wrap h1, body div#head-wrap h1 a {
  font-weight: normal;
}
body div#head-wrap a {
  color: inherit;
}
body div#remote-wrap {
  text-align: center;
  padding-top: 1.5em;
  margin-bottom: -1.5em;
}
body div#remote-wrap span.remote-section {
  margin: 0em 1em;
}
body div#remote-wrap span.remote-section h3 {
  display: inline;
}
body div#remote-wrap form {
  display: inline;
}
body div#footer {
  border-top: 6px solid #666;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding-top: 1.5em;
}
body div#footer a {
  color: #fff;
}
body div#footer a:hover {
  text-decoration: underline;
}
body a {
  text-decoration: none;
  font-weight: bold;
  color: #3C659A;
}
body a:hover {
  color: #EA0076;
}
body .debug {
  border: 2px solid green;
  background-color: red;
}
body table {
  width: 100%;
  border: 1px solid #666;
  background: #f2f2f2;
}
body table tr.odd {
  background: #eee;
}
body table tr td {
  border: none;
}
body table tr td.last {
  text-align: right;
}
body table tr form * {
  margin: 0em;
}
div.filename-header {
  background-color: #ccc;
  border: 1px solid #c5c5c5;
  padding: 1em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
div.filename-header h3 {
  margin: 0em;
}
div.filename-header a.fold-file, div.filename-header a.unfold-file {
  float: right;
  font-weight: bold;
  font-size: 1.5em;
}
.comment {
  white-space: normal;
  background: #FBEAD0;
  border: 1px dashed #666;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  padding: 0.75em;
  margin-bottom: 1.5em;
}
.comment div.avatar {
  border: 1px solid black;
  float: right;
}
.comment div.message {
  margin-top: 1.5em;
  white-space: pre;
}
div#comment-review form {
  margin-bottom: 3em;
  display: none;
}
table tbody tr.comment-line-selected {
  background-color: #FBEAD0 !important;
}
span.cancel, form span.cancel-line {
  margin-left: 10px;
}
.signoff {
  white-space: normal;
  border: 1px dashed #666;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  padding: 0.75em;
  margin-bottom: 1.5em;
}
.signoff.yes {
  background-color: #B4FF9D;
}
.signoff.no {
  background-color: #FC9696;
}
.signoff.neutral {
  background-color: #F0F0F0;
}
.signoff .avatar {
  border: 1px solid black;
  float: right;
}
.signoff .message {
  margin-top: 1.5em;
  white-space: pre;
}
.signoff .opinion {
  font-weight: bold;
}
.diff {
  overflow: auto;
}
.diff table tr {
  white-space: pre;
}
.diff table tr.comment-line {
  white-space: normal;
}
.diff table tr.con {
  font-size: 11px;
}
.diff table tr.add {
  background: #DBF3D1;
  font-size: 11px;
}
.diff table tr.rem {
  background: #FBDBDA;
  font-size: 11px;
}
.diff table tr.skipped {
  background: #ccc;
  font-size: 11px;
}
.diff table tr td.diff-line div.line-data {
  display: none;
}
.diff .comment {
  margin-bottom: 0em;
}