forked from seabix/seabix.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
w200.css
91 lines (91 loc) · 1.55 KB
/
w200.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
body {
padding: 12;
padding-top: 20px;
font-family: Raleway, sans-serif;
}
.bars { color: silver; }
#termName {
font-size: 28px;
color: #1C386D;
}
#weeks { font-size:12px; }
#datestamp {
font-family: Raleway, "Helvetica-Neue", sans-serif;
font-size: 10px;
color: #1C386D;
/* text-align: right;
position: absolute;
left: 65%;*/
}
.smallInfo {
font-family: Raleway, "Helvetica-Neue", sans-serif;
font-size: 10px;
color: #1C386D;
}
.subinfo {
color: darkgray;
}
.centerDiv {
position: absolute;
top: 5%;
left: 5%;
right: 10%;
z-index: 2;
width: 90%;
height: auto; /* 200px; */
margin: 0 auto;
color: black;
font-size: 14px;
background-color: white;
border-left: 5px solid red;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 15px;
display: none;
}
.centerDiv2 {
position: absolute;
top: 5%;
left: 5%;
right: 10%;
z-index: 2;
width: 90%;
height: 95%;
margin: 0 auto;
color: black;
font-size: 14px;
background-color: white;
border-left: 5px solid red;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
display: none;
}
.weekNo { color: red;
font-weight: bold;
}
#closeBox {
position: absolute;
top: 15px;
left: 15px;
z-index: 5;
/* display: none; */
}
#closeBox2 {
position: absolute;
top: 15px;
left: 15px;
z-index: 6;
/* display: none; */
}
a { color: #1C386D; }
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 4px;
font-size: 9px;
}
tr:nth-child(even) {background-color: #f2f2f2;}