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.
 
 
 
 
 

260 lines
2.9 KiB

html {
overflow-y: scroll;
}
body {
background-color: #fcfcf8;
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%;
}
a {
color: #338;
text-decoration: none;
}
a:hover {
color: #33f;
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: 56%;
text-transform: uppercase;
}
.clear {
clear: both;
height: 0;
overflow: hidden;
}
#container {
width: 50em;
margin: 0.5em auto;
background-color: #fff;
padding: 0.75em 1.5em;
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: #fcfcf8;
}
.dark {
background-color: #f4f2ee;
}
.listing {
width: 100%;
}
.listing th,
.listing td {
font-size: 69%;
}
.listing tr:hover {
background-color: #b4cfe7;
cursor: pointer;
}
.listing th,
.listing td {
border: 1px solid #fff;
padding: 0.125em 0.375em;
}
.listing th {
background-color: #ebe9e5;
}
.listing .number {
width: 2em;
text-align: right;
}
fieldset .label {
font-size: 56%;
font-weight: bold;
text-transform: uppercase;
padding-left: 0.25em;
}
fieldset .date {
width: 8em;
}
fieldset {
width: 19em;
border: solid 1px #aaa;
padding: 0.75em 0.5em 0.875em 0.5em;
margin-bottom: 1.25em;
}
fieldset.loads {
width: 27.5em;
}
fieldset table {
width: 100%;
}
fieldset table td {
border: none;
}
legend {
color: #000;
border: solid 1px #ccc;
font-size: 81%;
font-weight: bold;
padding: 0 0.5em;
}
table input {
border: none;
}
.border {
border: 1px solid #ccc;
}
.name {
width: 8em;
}
.street {
width: 22em;
}
.city {
width: 10em;
}
.state {
width: 1em;
}
.zip {
width: 3em;
}
.date {
width: 6em;
text-align: center;
}
.payrate {
width: 3em;
text-align: right;
}
.ssn {
width: 8em;
}
.tax {
width: 3.25em;
}