-
Notifications
You must be signed in to change notification settings - Fork 5
/
styles.css
35 lines (32 loc) · 1.16 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
.course-content ul.weeksrev {margin:0;}
.course-content ul.weeksrev li.section {list-style: none;margin:0 0 5px 0;padding:0;}
.course-content ul.weeksrev li.section .content {margin:0 40px;}
.course-content ul.weeksrev li.section .left {float:left;}
.course-content ul.weeksrev li.section .right {float:right;}
.course-content ul.weeksrev li.section .left,
.course-content ul.weeksrev li.section .right {width:40px;text-align:center;padding: 6px 0;}
.course-content ul.weeksrev li.section .right img.icon { padding: 0 0 4px 0;}
.course-content ul.weeksrev li.section .left .section-handle img.icon { padding:0; vertical-align: baseline; }
.course-content ul.weeksrev li.section .content h3 {
color: #777777;
font-weight: normal;
margin: 0;
}
#futureweeks {
border: 3px dashed #E89696;
margin: 5px;
padding: 5px;
}
#futureweeks legend {
color: #E89696;
padding: 3px;
border: 1px solid;
}
/*#page-course-view-weeksrev.editing #page-content:before {
background: none repeat scroll 0 0 #FFFFCC;
content: "Weeks will display in reverse order when finished editing";
float: right;
padding: 10px;
text-align: center;
width: 100%;
}*/