-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
111 lines (94 loc) · 1.82 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body {
position: relative;
padding-top: 50px;
}
a {
color: #F99D25;
}
a:hover, a:link, a:visited, a:active {
color: #E88820;
text-decoration: none;
}
a.btn-amber {
color: #fff;
background-color: #F99D25;
border-color: #F99D25;
}
.btn-amber:hover {
color: #fff;
background-color: #E88820;
border-color: #E08820;
}
.btn-amber:not(:disabled):not(.disabled).active, .btn-amber:not(:disabled):not(.disabled):active, .show>.btn-amber.dropdown-toggle {
color: #fff;
background-color: #F99D25;
border-color: #E88820;
}
.c4-header {
color: #fff;
background-color: #F99D25;
padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
font-size: 16px;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.c4-header h1 {
color: #fff;
width: 100%;
}
.c4-header h1 img {
width: 100%;
}
.c4-header p {
font-weight: 300;
line-height: 1.5;
}
.c4-header .container {
position: relative;
}
@media (min-width: 768px) {
.c4-header {
font-size: 21px;
text-align: left;
}
.c4-header h1 {
font-size: 60px;
line-height: 1;
}
}
@media (min-width: 992px) {
.c4-header h1,
.c4-header p {
margin-right: 380px;
}
}
.c4-footer {
padding-top: 40px;
padding-bottom: 30px;
margin-top: 100px;
color: #777;
text-align: center;
border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
.c4-footer {
text-align: left;
}
.c4-footer p {
margin-bottom: 0;
}
}
#content {
padding-top: 30px;
}
.c4-brand.navbar-brand {
color: #fff;
}
div[role=main] > article,
div[role=main] > article > section {
padding-top: 40px;
}
h1[id] {
padding-top: 80px;
margin-top: -45px;
}