-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
81 lines (70 loc) · 1.36 KB
/
custom.css
File metadata and controls
81 lines (70 loc) · 1.36 KB
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
.navbar {
background-color: #00979c;
border: 0px;
border-radius: 0px;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #55979c;
}
.navbar-brand {
color: #ffffff;
font-size: 30px;
padding-top: 20px;
}
.breadcrumb {
border-radius: 0px;
}
a {
color: #00979c;
}
.navbar-logo {
float: left;
margin-left: -10px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 10px;
}
.container .jumbotron {
background-color: #ffffff;
padding-top: 0px;
border-radius: 0px;
}
pre {
background-color: #ffffff;
border: 0px;
padding: 0px;
margin-top: -20px;
}
.jumbotron p {
font-size: 14px;
}
.list-group-item:first-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.list-group-item:last-child {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.list-group-item-begin {
background-color: #99ff99;
}
.list-group-item-easy {
background-color: #ccff99;
}
.list-group-item-medium {
background-color: #ffff99;
}
.list-group-item-hard {
background-color: #ffcc66;
}
h1, h2, h3, h4 {
color: #00979c;
}