-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyle.css
91 lines (75 loc) · 1.11 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
li a {
cursor: pointer;
}
.extention-container {
position: fixed;
z-index: 9999;
left: 0;
right: 0;
bottom: 0;
margin-bottom: 0;
}
.btn-hide {
right: 0;
top: 0;
height: 30px;
}
.ctrlpanel {
top: 30px;
height: 180px;
margin-bottom: 0;
box-shadow: gray 0 0 5px;
}
.panel-body {
display: none;
}
.panel-body.active {
display: block;
}
#logo {
width: 22px;
height: 22px;
}
#imgname {
height: 20px;
}
.form-group {
margin-right: 10px;
}
[name=available] {
background-color: lightblue !important;
}
.statustext-normal {
color: darkblue;
}
.statustext-success {
color: darkgreen;
font-weight: bold;
}
.statustext-error {
color: red;
font-weight: bold;
}
.course {
display: inline-block;
background-color: #6bb6ff;
border-radius: 5px;
padding: 5px;
border: 1px solid #b8f0ff;
margin: 5px;
cursor: pointer;
}
.course:hover {
background-color: #51a2f2;
}
.course span {
margin: 0 5px;
}
#body1 {
padding-top: 0;
}
#dCourseList {
margin: 10px;
height: 70px;
overflow-y: scroll;
}