forked from creativecommons/ccos-website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
94 lines (81 loc) · 1.51 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
92
93
94
body {
font-family: 'Source Sans Pro', sans-serif;
}
.page-content {
position: relative;
min-height: calc(100vh - 21vh);
padding-bottom: 3rem;
}
.main-header .navbar-brand {
margin-right: 2rem;
}
.main-header .navbar-brand img {
width: 250px;
}
.main-header .navbar-brand .legend {
display: block;
font-size: .9rem;
letter-spacing: .15rem;
}
.footer {
bottom: 0;
height: 7rem; /* Footer height */
}
.card-columns {
column-count: 2;
}
.main-header {
background-color: #EE5B32;
}
.navbar {
background-image:linear-gradient(90deg,#EE5B32,#FB7928,#EE5B32);
background-size: 100% 130px;
background-position-y: bottom
}
.project-idea-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;
}
.navbar-dark .navbar-nav .nav-item .nav-link {
padding-bottom: .3rem;
color: white;
}
.navbar-dark .navbar-nav .nav-item.active .nav-link {
border-bottom: 2px solid white;
}
.toc-card {
width: 18rem;
margin-bottom: 1rem;
}
.toc {
margin-bottom: 0;
}
.main-footer .footer small {
display: flex;
align-items: center;
}
.main-footer .footer small .text-muted {
margin-left: 2rem;
}