This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
173 lines (146 loc) · 2.48 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
body {
padding-top: 20px;
padding-bottom: 20px;
}
a, a:visited {
color: #B64A28;
}
a:hover {
color: #D64A28;
}
.header,
.marketing,
.footer {
padding-right: 15px;
padding-left: 15px;
}
.page-header, .header {
border-bottom: 1px solid #e5e5e5;
font-family: 'Noto Serif', serif;
}
.header h3 {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 19px;
line-height: 40px;
}
.footer {
padding-top: 19px;
border-top: 1px solid #e5e5e5;
color: #777;
}
.container-narrow > hr {
margin: 30px 0;
}
.jumbotron h1 {
margin-bottom: 20px;
font-size: 48px;
font-family: 'Noto Serif', serif;
}
.jumbotron p {
margin-bottom: 20px;
}
/* Main marketing message and sign up button */
.jumbotron {
margin-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
text-align: center;
}
.jumbotron .btn {
padding: 14px 24px;
font-size: 21px;
}
.marketing {
margin: 20px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.panel-title,
.marketing h3 {
font-family: 'Noto Serif', serif;
}
@media screen and (min-width: 768px) {
.header,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
.header {
margin-bottom: 30px;
}
}
a.title:hover {
text-decoration: none;
}
img.step {
display: block;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}
.panel-title,
h3.step {
text-align: center;
}
.panel-title {
font-size: 24px;
}
.title span {
color: #444;
font-weight: 700;
font-size: 48px;
}
.marketing img {
margin-top: 20px;
margin-bottom: 20px;
width: 160px;
height: 160px;
border-radius: 50%;
box-shadow: 0 0 12px 0px rgba(0,0,0,0.2),0 0 1px 0px rgba(0,0,0,1);
}
.btn-success {
border-color: #561A08;
background-color: #B64A28;
color: #FFF;
}
.btn-success:hover, .btn-success:focus, .btn-group.open .dropdown-toggle.btn-success {
border-color: #361A08;
background-color: #D64A28;
color: #FFF;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
background-color: #B64A28;
color: #FFF;
}
.nav-pills>li>a:hover {
background-color: #D64A28;
color: #FFF;
}
.btn-success:visited {
color: #FFF;
}
ul {
padding: 3px 20px 3px;
}
li {
margin-bottom: 3px;
}
.feature-img {
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2),0 0 1px 0px #000;
margin: 10px 0;
border-radius: 50%;
}
.special-text {
font-family: 'Noto Serif', serif;
font-size: 16px;
line-height: 1.5;
}
.jumbotron img {
width: 200px;
float: right;
margin-left: 40px;
position: relative;
top: -25px;
}