Basis of rails-driven app for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 

197 lines
2.3 KiB

html {
overflow-y: scroll;
}
body {
background-color: #ccc;
font-family: Verdana, sans-serif;
padding: 0.75em;
line-height: 1.333;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-bottom: 0.5em;
}
h1 {
font-size: 175%;
}
h2 {
font-size: 150%;
}
h3 {
font-size: 125%;
}
h4 {
font-size: 113%;
}
h5, h6 {
font-size: 100%;
}
th, td {
font-size: 70%;
}
a {
color: #039;
text-decoration: none;
}
a:hover {
color: #00f;
text-decoration: underline;
}
p {
font-size: 75%;
margin-bottom: 0.375em;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
p.nav {
margin-top: 1.5em;
font-size: 55%;
text-transform: uppercase;
}
.clear {
clear: both;
height: 0;
overflow: hidden;
}
#container {
width: 44em;
margin: 0.5em auto;
background-color: #fff;
padding: 0.75em 1.75em;
border: outset 1px;
}
#flash_notice, #flash_error {
font-size: 75%;
padding: 0.375em 1.5em;
margin: 0.5em 0;
}
#flash_notice {
background-color: #cfc;
border: solid 1px #6c6;
}
#flash_error {
background-color: #fcc;
border: solid 1px #c66;
}
.fieldWithErrors {
display: inline;
}
#errorExplanation {
width: 25em;
border: 2px solid #cf0000;
padding: 0;
padding-bottom: 0.75em;
margin-bottom: 1.25em;
background-color: #f0f0f0;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 0.375em 0.375em 0.375em 1.0em;
font-size: 75%;
margin: 0;
background-color: #c00;
color: #fff;
}
#errorExplanation p {
color: #333;
margin-bottom: 0;
padding: 0.5em;
}
#errorExplanation ul {
margin: 0.125em 1.5em;
}
#errorExplanation ul li {
font-size: 75%;
list-style: disc;
}
.left {
float: left;
}
.right {
float: right;
}
.light {
background-color: #e3e3e3;
}
.dark {
background-color: #dcdcdc;
}
.listing {
width: 100%;
}
.listing tr:hover {
background-color: #fc9;
cursor: pointer;
}
.listing th,
.listing td {
border: 1px solid #fff;
padding: 0.125em 0.375em;
}
.listing th {
background-color: #d3d3d3;
}
.listing td.number {
width: 2.5em;
}
form dl {
margin-bottom: 1em;
display: inline;
}
form dt {
font-size: 70%;
font-weight: bold;
}
fieldset {
width: 46%;
border: groove 2px #666;
padding: 0.5em 0.375em 1.25em 0.375em;
margin-bottom: 1em;
}
legend {
font-size: 80%;
font-weight: bold;
padding: 0 0.5em;
}