-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
91 lines (76 loc) · 1.13 KB
/
style.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
#Wrapper {
width:1024px;
margin:0 auto;
font-family: Myriad;
}
header {
padding:10px;
background-color: #4151A3;
background-image: url("placeholder.png");
background-position: right;
}
header img {
border-radius: 100%;
height:70px;
float:left;
}
h1 {
margin: 0 auto 0 90px;
/*width: 370px;*/
text-align: center;
}
h3 {
margin: 10px 10px;
float:left;
}
a {
background-color: #4151A3;
color: #fff;
text-decoration: none;
float:left;
padding: 3px 30px;
margin: 0 20px;
}
li a {
padding:5px 20px;
margin: 0;
}
a:hover {
background-color: #263160;
}
#Menu {
float:right;
margin: 20px auto 0;
}
#Menu li{
list-style: none;
float:left;
margin: 0 10px;
}
.dropdown:hover .teachers{
display: block;
}
.teachers {
display: none;
margin: 10px;
position: absolute;
}
.week {
margin: 10px 122px;
list-style: none;
float: left;
background-color: #263160;
color:white;
text-align: center;
padding: 2px auto;
}
.week th {
background-color: #4151A3;
width:130px;
}
.week td{
background-color: #fff;
}
.clear {
clear:both;
}