-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
34 lines (25 loc) · 972 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
.back {
background: #2672D7; /* Old browsers */
background: -moz-linear-gradient(top, #2672D7 0%, #012665 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2672D7), color-stop(100%,#012665)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2672D7 0%,#012665 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2672D7 0%,#012665 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2672D7 0%,#012665 100%); /* IE10+ */
background: linear-gradient(to bottom, #2672D7 0%,#012665 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2672D7', endColorstr='#012665',GradientType=0 ); /* IE6-9 */
}
.doc_header {
padding-top:40px;
padding-bottom:40px;
}
.bs-docs-footer {
padding-top: 40px;
padding-bottom: 40px;
margin-top: 100px;
color: #777;
text-align: center;
border-top: 1px solid #e5e5e5;
}
body {
margin-top:50px;
}