-
Notifications
You must be signed in to change notification settings - Fork 0
/
ogevents.css
148 lines (123 loc) · 2.62 KB
/
ogevents.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
142
143
144
145
146
147
148
/* Make the monthbox inputgrid look special */
div#ogevents-monthbox table.wb-inputgrid tbody th {
display: none;
}
div#ogevents-monthbox table.wb-inputgrid thead th.emptyheader {
display: none;
}
div#ogevents-monthbox table.wb-inputgrid tbody tr.sum {
display:none;
}
/* These rules override the defaults provided from theme_table() */
table.wb-inputgrid tr.even td, table.wb-inputgrid tr.odd td {
padding: 0px;
}
table.wb-inputgrid tr.even, table.wb-inputgrid tr.odd {
background-color: transparent;
border-bottom: none;
}
/* Rules to make the input grid looks right, starting with a blank <table> */
table.wb-inputgrid {
width: auto;
}
table.wb-inputgrid, table.wb-inputgrid td, table.wb-inputgrid tr, table.wb-inputgrid th {
margin:0;
padding:0;
}
table.wb-inputgrid tbody th {
padding-right: 1em;
}
table th.emptyheader {
border-bottom: none;
}
table.wb-inputgrid tbody {
border-top: none;
}
table.wb-inputgrid input {
margin: 0px;
border: 0px;
background-color: #E7E7E7;
width: 4em;
}
table.wb-inputgrid td {
border: 1px solid #CCC;
}
table.wb-inputgrid tbody th {
border: none;
border-right: 2px solid #CCC;
text-align: right;
}
table.wb-inputgrid tbody .hover { /* jQuery hover effect from style-table.js */
background:#EEEEEE;
}
table.wb-inputgrid tbody tr input.input-error {
background: #CC0000;
}
table.wb-inputgrid tbody tr input.input-error.hover {
background: #FF0000;
}
table.wb-inputgrid thead th {
text-align: center;
}
table.wb-inputgrid span.logo {
background-repeat: no-repeat;
height:30px;
width:30px;
display: block;
margin-bottom: 2px;
margin-left: auto;
margin-right: auto;
}
th.walk span.logo {
background-image: url('images/walk.png');
}
th.bike span.logo {
background-image: url('images/bike.png');
}
th.other span.logo {
background-image: url('images/skate.png');
}
table.wb-inputgrid tr.sum td {
border: none;
border-top: 2px solid #CCC;
padding-left: 2px;
}
table.wb-inputgrid tbody tr.sum th {
border: none;
}
#ogevents-tallybox h3 {
text-align: right;
}
#ogevents-tally-form input#edit-submit {
margin-top: .75em;
float: right;
}
#ogevents-tally-form input#edit-update-totals {
margin-left: .5em;
margin-top: .75em;
float: right;
}
div#ogevents-tally-control {
margin-top: 2em;
margin-bottom: 2em;
overflow: auto;
}
div#ogevents-tallybox {
float: left;
padding-right: 2em;
}
div#ogevents-monthbox {
float: left;
width: 22em;
border-left: #C0C0C0 1px dotted;
padding-left: 2em;
}
div#ogevents-tally-control h3 {
border-bottom: #C0C0C0 1px dotted;
margin-bottom: .5em;
}
fieldset.ogevents-participation
{
border: none;
padding-left: 0px;
}