-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
158 lines (128 loc) · 3.48 KB
/
styles.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
155
156
157
158
/**
* *************************************************************************
* * OOHOO Calendar Course format **
* *************************************************************************
* @package format **
* @subpackage calendar **
* @name calendar **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Nicolas Bretin **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
.course-content ul.days {margin:0;}
.course-content ul.days li.section {list-style: none;margin:5px 0 0 0;padding:0;}
.course-content ul.days li.section .content {margin:0 40px;}
.course-content ul.days li.section .left {width:40px;float:left;text-align:center;}
.course-content ul.days li.section .right {width:40px;float:right;text-align:center;}
.jumpmenu {text-align:center;}
.course-content table.days
{
width: 100%;
}
.course-content table.days tbody tr
{
}
.course-content table.days tbody tr.firstweek
{
border-top: 2px solid #AAA;
}
.course-content table.days tbody th
{
border: 1px solid #AAA;
background: #DDD;
padding: 5px;
text-align : center;
font-weight: bold;
font-size: 1.1em;
}
.course-content table.days tbody td
{
border: 1px solid #AAA;
vertical-align:text-top;
padding:5px;
}
.course-content table.days tbody td:hover
{
background-color: #e3e3fe;
}
.course-content table.days tbody td.current:hover
{
background-color: #fff78c;
}
.course-content table.days tbody td.weekday-0, .course-content table.days tbody td.weekday-6
{
background-color:#EEE;
}
.course-content table.days tbody td.weekday-0:hover, .course-content table.days tbody td.weekday-6:hover
{
background-color:#c9cfdb;
}
.course-content table.days td ul.sectionul, .course-content table.days td ul.sectionul li.section
{
padding:0;
margin:0;
border:0;
list-style: none;
}
.course-content table.days tbody h3
{
margin-top:0;
margin-bottom:5px;
font-size: 0.9em;
}
.course-content table.days tbody .summary
{
float:right;
margin-top:-25px;
}
.course-content table.days tbody ul.section
{
margin:0 0 5px 10px;
font-size: 0.85em;
}
.course-content table.days tbody .right.side
{
float:right;
}
.course-content table.days tbody .commands
{
display:block;
margin-left:10px;
}
.course-content .calendar_btns_left
{
}
.course-content .calendar_btns_right
{
text-align:right;
}
/*editing mode*/
.editing .course-content table.days .select.menujump
{
width:70%;
}
.editing .course-content table.days .section_add_menus .horizontal
{
}
.editing .course-content table.days .urlselect
{
display:table-row;
width: 120px;
}
.editing .course-content table.days .section_add_menus
{
text-align: center;
}
.editing .course-content table.days .helplink .iconhelp
{
margin: 0;
}
.editing .course-content table.days ul.section li.activity div div.activityinstance {
padding-left: 22px;
padding-right: 10px;
}
.editing .course-content table.days ul.section .filler {
display: none;
}