-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathec3.css
154 lines (126 loc) · 2.39 KB
/
ec3.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
149
150
151
152
153
154
/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle. $Revision: 263 $
* This file is licensed under the GNU GPL. See LICENSE file for details.
*/
/***
*** Calendar
***/
#wp-calendar table {
width:100%;
}
#wp-calendar #prev {
text-align:left;
}
#wp-calendar #next {
text-align:right;
}
.ec3_eventday a {
color:#a00 !IMPORTANT;
}
#wp-calendar table td,
#wp-calendar table th {
text-align:center;
}
#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
padding:1px;
border:none;
}
#wp-calendar table td:hover,
#wp-calendar table #today {
padding:0px;
border:solid 1px #999;
}
/* The EC graphic. */
.ec3_ec {
display:block;
float:right;
border:none;
width:13px;
height:9px;
}
.ec3_ec span { display:none }
/***
*** Popup
***/
.ec3_popup {
margin:0 !IMPORTANT;
padding:0 !IMPORTANT;
border:none;
position:absolute;
border-collapse:collapse;
filter:alpha(opacity=87);
-moz-opacity:.87;
opacity:.87;
z-index:30000;
}
.ec3_popup td {
padding:0;
}
.ec3_popup table {
border:solid #999 1px; /* popup border */
background-color:#eeb; /* popup background colour */
font-size:x-small; /* popup font size */
color:black;
text-align:left;
}
.ec3_popup table td {
padding:1.5px 3px 1.5px 3px;
}
#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
margin:0;
padding:0;
border:none;
width:8px;
background-repeat:no-repeat;
background-position:bottom right;
vertical-align:bottom;
}
#ec3_shadow1 {
margin:0;
padding:0;
border:none;
height:16px;
background-repeat:repeat-x;
}
#ec3_shadow2 div { width:8px; height:32px; }
#ec3_shadow2 {
margin:0;
padding:0;
border:none;
width:8px;
background-repeat:no-repeat;
background-position:bottom left;
vertical-align:bottom;
}
/***
*** Event list
***/
.ec3_list {
margin-left:-12px;
word-spacing:-1px;
letter-spacing:-0.2px;
color:#800;
}
.ec3_list li {
font-size:1em !IMPORTANT;
}
.ec3_list li:before {
content:"" !IMPORTANT;
}
/***
*** Schedule
***/
table.ec3_schedule {
border-collapse:collapse;
margin:0.5ex 1ex 0.5ex 0;
border:solid 1px #800;
float:left;
}
table.ec3_schedule td {
padding:0 0.5ex 0 0.5ex;
color:#800;
}
td.ec3_start { text-align:right; }
td.ec3_to { text-align:center; }