Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/codemirror/doc/docs.css
1293 views
1
@font-face {
2
font-family: 'Source Sans Pro';
3
font-style: normal;
4
font-weight: 400;
5
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
6
}
7
8
body, html { margin: 0; padding: 0; height: 100%; }
9
section, article { display: block; padding: 0; }
10
11
body {
12
background: #f8f8f8;
13
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
14
line-height: 1.5;
15
}
16
17
p { margin-top: 0; }
18
19
h2, h3 {
20
font-weight: normal;
21
margin-bottom: .7em;
22
}
23
h2 { font-size: 120%; }
24
h3 { font-size: 110%; }
25
article > h2:first-child, section:first-child > h2 { margin-top: 0; }
26
27
a, a:visited, a:link, .quasilink {
28
color: #A21313;
29
text-decoration: none;
30
}
31
32
em {
33
padding-right: 2px;
34
}
35
36
.quasilink {
37
cursor: pointer;
38
}
39
40
article {
41
max-width: 700px;
42
margin: 0 0 0 160px;
43
border-left: 2px solid #E30808;
44
border-right: 1px solid #ddd;
45
padding: 30px 50px 100px 50px;
46
background: white;
47
z-index: 2;
48
position: relative;
49
min-height: 100%;
50
box-sizing: border-box;
51
-moz-box-sizing: border-box;
52
}
53
54
#nav {
55
position: fixed;
56
top: 30px;
57
left: 0; right: none;
58
width: 160px;
59
padding-right: 350px;
60
text-align: right;
61
z-index: 1;
62
}
63
64
@media screen and (min-width: 1000px) {
65
article {
66
margin: 0 auto;
67
}
68
#nav {
69
right: 50%;
70
width: auto;
71
}
72
}
73
74
#nav ul {
75
display: block;
76
margin: 0; padding: 0;
77
margin-bottom: 32px;
78
}
79
80
#nav li {
81
display: block;
82
margin-bottom: 4px;
83
}
84
85
#nav li ul {
86
font-size: 80%;
87
margin-bottom: 0;
88
display: none;
89
}
90
91
#nav li.active ul {
92
display: block;
93
}
94
95
#nav li li a {
96
padding-right: 20px;
97
}
98
99
#nav ul a {
100
color: black;
101
padding: 0 7px 1px 11px;
102
}
103
104
#nav ul a.active, #nav ul a:hover {
105
border-bottom: 1px solid #E30808;
106
color: #E30808;
107
}
108
109
#logo {
110
border: 0;
111
margin-right: 7px;
112
margin-bottom: 25px;
113
}
114
115
section {
116
border-top: 1px solid #E30808;
117
margin: 1.5em 0;
118
}
119
120
section.first {
121
border: none;
122
margin-top: 0;
123
}
124
125
#demo {
126
position: relative;
127
}
128
129
#demolist {
130
position: absolute;
131
right: 5px;
132
top: 5px;
133
z-index: 25;
134
}
135
136
#bankinfo {
137
text-align: left;
138
display: none;
139
padding: 0 .5em;
140
position: absolute;
141
border: 2px solid #aaa;
142
border-radius: 5px;
143
background: #eee;
144
top: 10px;
145
left: 30px;
146
}
147
148
#bankinfo_close {
149
position: absolute;
150
top: 0; right: 6px;
151
font-weight: bold;
152
cursor: pointer;
153
}
154
155
.bigbutton {
156
cursor: pointer;
157
text-align: center;
158
padding: 0 1em;
159
display: inline-block;
160
color: white;
161
position: relative;
162
line-height: 1.9;
163
color: white !important;
164
background: #A21313;
165
}
166
167
.bigbutton.right {
168
border-bottom-left-radius: 100px;
169
border-top-left-radius: 100px;
170
}
171
172
.bigbutton.left {
173
border-bottom-right-radius: 100px;
174
border-top-right-radius: 100px;
175
}
176
177
.bigbutton:hover {
178
background: #E30808;
179
}
180
181
th {
182
text-decoration: underline;
183
font-weight: normal;
184
text-align: left;
185
}
186
187
#features ul {
188
list-style: none;
189
margin: 0 0 1em;
190
padding: 0 0 0 1.2em;
191
}
192
193
#features li:before {
194
content: "-";
195
width: 1em;
196
display: inline-block;
197
padding: 0;
198
margin: 0;
199
margin-left: -1em;
200
}
201
202
.rel {
203
margin-bottom: 0;
204
}
205
.rel-note {
206
margin-top: 0;
207
color: #555;
208
}
209
210
pre {
211
padding-left: 15px;
212
border-left: 2px solid #ddd;
213
}
214
215
code {
216
padding: 0 2px;
217
}
218
219
strong {
220
text-decoration: underline;
221
font-weight: normal;
222
}
223
224
.field {
225
border: 1px solid #A21313;
226
}
227
228