summaryrefslogtreecommitdiff
path: root/stylesheets/styles.css
blob: de0841a6a80249053b1ea71b61f94cc920f7e80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
body {
	background-color: #fff;
	font-family: 	  Helvetica;
	color: 			  #000;
}
a { color: #000 }
input {
	vertical-align: bottom;
	font-size: 		1.1em;
}
input[type='button'] {
	vertical-align: middle;
    margin-bottom:  2px;
	font-size: 		1.25em;
}
input[type='text'] { padding: 4px }


div#wrapper {
	margin-left:  auto;
	margin-right: auto;
	width: 		  1000px;
}
div#holder {
	margin-left:  auto;
	margin-right: auto;
}
span#desc {
    font-family: Georgia;
    display:     none;
}


.message {
	font-weight: 		bold;
	-moz-border-radius: 5px;
	padding: 		 	4px;
	text-decoration: 	none;
}
.success    { background-color: #cdeb8b }
.failure    { background-color: #b02b2c }
.inprogress { background-color: #ffff88 }
.gray       { background-color: #ccc }
.grayc      { color: #ccc }
.r			{ text-align: right }