blob: d5ff9aa7f9d016fd2e4278bde566a98fdb691bc1 (
plain)
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
|
body {
padding-top: 50px;
}
#banner {
border-bottom: none;
}
.page-header {
h1 {
font-size: 4em;
}
}
.bs-docs-section {
margin-top: 8em;
}
.affix {
top: 70px;
}
footer {
margin: 5em 0;
li {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
p {
clear: left;
margin-bottom: 0;
}
}
.splash {
padding: 2em 0 2em;
text-align: center;
h1 {
font-size: 4em;
}
#social {
margin-top: 4em;
margin-bottom: 2em;
}
}
.section-tout {
padding: 3em 0 4em;
background-color: #E2F2F3;
// background-color: #2C3E50;
// color: #fff;
}
.section-preview {
padding: 4em 0 4em;
// background-color: #E2F2F3;
}
.preview {
margin-bottom: 4em;
.image {
width: 100%;
}
.options {
padding: 1em;
background-color: #eee;
background-color: #E2F2F3;
}
}
.bsa .one {
.bsa_it_ad {
border: none !important;
background-color: transparent !important;
.bsa_it_t,
.bsa_it_d {
color: inherit !important;
}
}
.bsa_it_p {
display: none;
}
}
|