-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.php
101 lines (91 loc) · 2.1 KB
/
styles.php
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
body.blocks-facetoface table.f2fsession td.c0 {
font-weight: bold;
}
body.blocks-facetoface table.f2fsession td.c1 {
width: 100%;
}
body.blocks-facetoface h2.main, body.blocks-facetoface h3.main {
text-align: left;
}
div#calendarcontainer div.monthlycalendar div.calendar-controls {
line-height: 3.5em;
}
div#calendarcontainer div.monthlycalendar div.calendar-controls a {
font-size: 1.5em;
width: 100%;
}
div#calendarcontainer div.monthlycalendar div.calendar-controls span.current {
font-size: 2.5em;
width: 100%;
}
div#calendarcontainer div.monthlycalendar table.calendarmonth {
width: 100%;
}
div#calendarcontainer div.monthlycalendar table.calendarmonth td {
vertical-align: top;
padding: 5px;
border: 1px solid;
width: 14%;
height: 10em;
}
div.monthlycalendar {
float: left;
clear: left;
margin: 0;
width: 70%;
margin-bottom: 15px;
}
div.calendarsidebar {
float: right;
clear: right;
margin: 0;
width: 25%;
}
div#calendarcontainer table.calendarmonth ul {
margin: 0;
padding: 0;
}
div#calendarcontainer table.calendarmonth ul li {
list-style-type: none;
list-style-position: inside;
}
div#calendarcontainer table.calendarmonth td.today {
background-color: #F5D0A9;
}
div#calendarcontainer table.calendarmonth td.weekend {
background-color: #EEEEEE;
}
div.calendarfilters table.generaltable {
border-style: none;
}
div.calendarfilters table.generaltable .cell {
border-style: none;
vertical-align: bottom;
}
/* yui-based tooltips */
body#blocks-facetoface-calendar .yui-tt .bd {
background-color:#F6E3CE;
border-color:#F7BE81;
border-style:solid;
border-width:1px;
color:#000000;
left:0;
padding:2px 5px;
position:relative;
top:0;
z-index:1;
}
body#blocks-facetoface-calendar .yui-tt-shadow {
background-color:#CCCCCC;
bottom:-3px;
left:3px;
right:-3px;
top:2px;
position:absolute;
}
body#blocks-facetoface-calendar .yui-overlay,
body#blocks-facetoface-calendar .yui-panel-container {
position:absolute;
visibility:hidden;
z-index:2;
}