forked from jtpedersen/poodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
poodle.css
145 lines (113 loc) · 2.16 KB
/
poodle.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
@CHARSET "UTF-8";
#canvas {
width:100%;
height:100%;
z-index:-2;
position:fixed;
}
body {
font-family: Helvetica, Arial, sans-serif;
color: #2a2a2a;
background: #eee;
}
#wrapper {
width: 960px;
margin: auto;
z-index:1;
}
h1,h2,h3 {
font-family: 'BenderBlack';
}
img {
border: 0;
}
#header {
height: 96px;
background: url(images/greenbar.png) repeat-x;
color: white;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 1em;
border: 1px solid #676;
border-radius: 15px;
-moz-border-radius: 15px;
-moz-box-shadow: 2px 2px 5px #aaa;
box-shadow: 2px 2px 5px #aaa;
vertical-align: middle;
opacity:.8;
}
#header img {
display: block;
clear: left;
float: left;
}
#header h1 {
display:table-cell;
vertical-align:middle;
margin:0; padding: 0;
height: 96px;
font-family: 'BenderBlack';
font-size: 60px;
}
#top {
width: 450px;
margin:0; padding: 0;
float: right;
font-family: 'BenderBlack';
font-size: 20px;
}
#msg {
float:left;
width:200px;
border:none; /* thin solid black; */
margin: 0px;
}
#countdown {
background: transparent;
border: none;
margin: 0 0 0 0;
padding: 0;
width:180px;
float: right;
position: relative;
top: 22px;
padding-right: 1em;
}
#content {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #667766;
border-radius: 15px 15px 15px 15px;
box-shadow: 2px 2px 5px #AAAAAA;
opacity: 0.8;
padding: 0 2em 2em;
}
/* #content { */
/* padding: 0 2em 2em 2em; */
/* background: #fff; */
/* opacity:0.6; */
/* border: 1px solid #676; */
/* border-radius: 15px; */
/* -moz-border-radius: 15px; */
/* -moz-box-shadow: 2px 2px 5px #aaa; */
/* box-shadow: 2px 2px 5px #aaa; */
/* } */
#content h2 {
font-size: 36px;
color: #3f0;
margin: 1.0em 0 0.5em 0;
border-bottom: 4px solid #33ff00;
}
td.submit {
text-align: right;
}
table.ordertable {
width: 100%;
border: 1px solid #696;
}
table.ordertable th {
background-color: #3f0;
color: white;
}
table.ordertable tr:nth-child(2n+1) {
background-color: #ebffe6;
}