-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
92 lines (73 loc) · 1.33 KB
/
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
p {
font-size: 20px !important;
}
li {
font-size: 20px !important;
}
details {
font-size: 20px !important;
}
#main .nav-pills > li.active > a,
#main .nav-pills > li.active > a:hover,
#main .nav-pills > li.active > a:focus {
background-color: #22983B;
}
#main .nav-pills > li > a:hover {
background-color: #22983B;
}
h1,h2,h3,h4,h5,h6,legend{
color: #22983B;
}
#nav-top span.glyphicon {
color: #22983B;
}
#table-of-contents header{
color:#22983B;
}
#table-of-contents h2{
background-color:#22983B;
}
#main a {
background-image: linear-gradient(180deg,#d64a70,#d64a70);
color:#c7254e;
}
a:hover{
color:#3d1308
}
a:visited{
color:#3d1308
}
#table-of-contents {
background:#3D3D3D !important;
}
#sidebar {
background:#3D3D3D !important;
}
#sidebar h2{
background-color:#22983B !important;
}
#postamble {
background:#3F88C5 !important;
border-top:solid 10px #3D3D3D;
}
/* scroll gallery */
.gallery {
display: flex;
height: 90vh;
overflow-x: scroll;
scroll-snap-type: x mandatory;
margin-top: 30px;
margin-bottom: 30px;
border-style: solid;
border-width: 1px;
border-color: lightgrey;
}
.gallery div {
scroll-snap-align: start;
min-width: 700px;
justify-content: center;
align-items: center;
padding-left: 20px;
padding-right: 20px;
margin-right: 20px;
}