forked from creativecommons/ccos-website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (49 loc) · 939 Bytes
/
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
body {
font-family: 'Source Sans Pro', sans-serif;
}
.page-content {
position: relative;
min-height: 100vh;
}
.content-wrap {
padding-bottom: 7rem; /* Footer height */
}
.footer {
position: absolute;
bottom: 0;
height: 7rem; /* Footer height */
}
.card-columns {
column-count: 2;
}
.navbar {
background-image:linear-gradient(90deg,#EE5B32,#FB7928,#EE5B32);
background-size: 100% 130px;
background-position-y: bottom
}
.card-header {
background-color: #fff;
border-color: #00b5da;
border-width: 10px;
padding-left: 0px;
font-size: 1.5em;
}
#back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
background-color: #00b5da;
border: none;
}
.nav-item, .dropdown-item {
font-size: 1.2em;
font-weight: 900;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu {
margin-top: 0px;
}