-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
67 lines (63 loc) · 831 Bytes
/
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
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
body {
background-color:white;
}
a {
color: #bf5700;
}
a:link {
color: #bf5700;
}
a:hover {
color: #bf5700;
}
h1 {
font-size: 32px;
text-align: center;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 20px;
font-style: italic;
font-weight: 100;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
text-align: center;
}
h6 {
font-size: 12px;
}
img {
display: block;
margin: auto;
}
img-circle {
border-radius: 50%;
}
.navbar {
background-color:white;
}
.navbar-brand {
color: white;
}
.navbar .navbar-nav>li>a {
color: #bf5700;
background-color:white;
}
.navbar .navbar-nav>li>a:hover {
color: #222;
background-color:white;
}
.navbar .navbar-nav>.active>a {
background-color:white;
color: #bf5700;
}
.navbar .navbar-nav>.active>a:hover {
background-color:white;
color: #222;
}