Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ignitetch
GitHub Repository: ignitetch/advphishing
Path: blob/master/sites/whatsapp-phishing/vendor/bootstrap/css/bootstrap-reboot.css
739 views
1
html {
2
box-sizing: border-box;
3
font-family: sans-serif;
4
line-height: 1.15;
5
-webkit-text-size-adjust: 100%;
6
-ms-text-size-adjust: 100%;
7
-ms-overflow-style: scrollbar;
8
-webkit-tap-highlight-color: transparent;
9
}
10
11
*,
12
*::before,
13
*::after {
14
box-sizing: inherit;
15
}
16
17
@-ms-viewport {
18
width: device-width;
19
}
20
21
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
22
display: block;
23
}
24
25
body {
26
margin: 0;
27
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
28
font-size: 1rem;
29
font-weight: normal;
30
line-height: 1.5;
31
color: #212529;
32
background-color: #fff;
33
}
34
35
[tabindex="-1"]:focus {
36
outline: none !important;
37
}
38
39
hr {
40
box-sizing: content-box;
41
height: 0;
42
overflow: visible;
43
}
44
45
h1, h2, h3, h4, h5, h6 {
46
margin-top: 0;
47
margin-bottom: .5rem;
48
}
49
50
p {
51
margin-top: 0;
52
margin-bottom: 1rem;
53
}
54
55
abbr[title],
56
abbr[data-original-title] {
57
text-decoration: underline;
58
-webkit-text-decoration: underline dotted;
59
text-decoration: underline dotted;
60
cursor: help;
61
border-bottom: 0;
62
}
63
64
address {
65
margin-bottom: 1rem;
66
font-style: normal;
67
line-height: inherit;
68
}
69
70
ol,
71
ul,
72
dl {
73
margin-top: 0;
74
margin-bottom: 1rem;
75
}
76
77
ol ol,
78
ul ul,
79
ol ul,
80
ul ol {
81
margin-bottom: 0;
82
}
83
84
dt {
85
font-weight: bold;
86
}
87
88
dd {
89
margin-bottom: .5rem;
90
margin-left: 0;
91
}
92
93
blockquote {
94
margin: 0 0 1rem;
95
}
96
97
dfn {
98
font-style: italic;
99
}
100
101
b,
102
strong {
103
font-weight: bolder;
104
}
105
106
small {
107
font-size: 80%;
108
}
109
110
sub,
111
sup {
112
position: relative;
113
font-size: 75%;
114
line-height: 0;
115
vertical-align: baseline;
116
}
117
118
sub {
119
bottom: -.25em;
120
}
121
122
sup {
123
top: -.5em;
124
}
125
126
a {
127
color: #007bff;
128
text-decoration: none;
129
background-color: transparent;
130
-webkit-text-decoration-skip: objects;
131
}
132
133
a:hover {
134
color: #0056b3;
135
text-decoration: underline;
136
}
137
138
a:not([href]):not([tabindex]) {
139
color: inherit;
140
text-decoration: none;
141
}
142
143
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
144
color: inherit;
145
text-decoration: none;
146
}
147
148
a:not([href]):not([tabindex]):focus {
149
outline: 0;
150
}
151
152
pre,
153
code,
154
kbd,
155
samp {
156
font-family: monospace, monospace;
157
font-size: 1em;
158
}
159
160
pre {
161
margin-top: 0;
162
margin-bottom: 1rem;
163
overflow: auto;
164
}
165
166
figure {
167
margin: 0 0 1rem;
168
}
169
170
img {
171
vertical-align: middle;
172
border-style: none;
173
}
174
175
svg:not(:root) {
176
overflow: hidden;
177
}
178
179
a,
180
area,
181
button,
182
[role="button"],
183
input,
184
label,
185
select,
186
summary,
187
textarea {
188
-ms-touch-action: manipulation;
189
touch-action: manipulation;
190
}
191
192
table {
193
border-collapse: collapse;
194
}
195
196
caption {
197
padding-top: 0.75rem;
198
padding-bottom: 0.75rem;
199
color: #868e96;
200
text-align: left;
201
caption-side: bottom;
202
}
203
204
th {
205
text-align: left;
206
}
207
208
label {
209
display: inline-block;
210
margin-bottom: .5rem;
211
}
212
213
button:focus {
214
outline: 1px dotted;
215
outline: 5px auto -webkit-focus-ring-color;
216
}
217
218
input,
219
button,
220
select,
221
optgroup,
222
textarea {
223
margin: 0;
224
font-family: inherit;
225
font-size: inherit;
226
line-height: inherit;
227
}
228
229
button,
230
input {
231
overflow: visible;
232
}
233
234
button,
235
select {
236
text-transform: none;
237
}
238
239
button,
240
html [type="button"],
241
[type="reset"],
242
[type="submit"] {
243
-webkit-appearance: button;
244
}
245
246
button::-moz-focus-inner,
247
[type="button"]::-moz-focus-inner,
248
[type="reset"]::-moz-focus-inner,
249
[type="submit"]::-moz-focus-inner {
250
padding: 0;
251
border-style: none;
252
}
253
254
input[type="radio"],
255
input[type="checkbox"] {
256
box-sizing: border-box;
257
padding: 0;
258
}
259
260
input[type="date"],
261
input[type="time"],
262
input[type="datetime-local"],
263
input[type="month"] {
264
-webkit-appearance: listbox;
265
}
266
267
textarea {
268
overflow: auto;
269
resize: vertical;
270
}
271
272
fieldset {
273
min-width: 0;
274
padding: 0;
275
margin: 0;
276
border: 0;
277
}
278
279
legend {
280
display: block;
281
width: 100%;
282
max-width: 100%;
283
padding: 0;
284
margin-bottom: .5rem;
285
font-size: 1.5rem;
286
line-height: inherit;
287
color: inherit;
288
white-space: normal;
289
}
290
291
progress {
292
vertical-align: baseline;
293
}
294
295
[type="number"]::-webkit-inner-spin-button,
296
[type="number"]::-webkit-outer-spin-button {
297
height: auto;
298
}
299
300
[type="search"] {
301
outline-offset: -2px;
302
-webkit-appearance: none;
303
}
304
305
[type="search"]::-webkit-search-cancel-button,
306
[type="search"]::-webkit-search-decoration {
307
-webkit-appearance: none;
308
}
309
310
::-webkit-file-upload-button {
311
font: inherit;
312
-webkit-appearance: button;
313
}
314
315
output {
316
display: inline-block;
317
}
318
319
summary {
320
display: list-item;
321
}
322
323
template {
324
display: none;
325
}
326
327
[hidden] {
328
display: none !important;
329
}
330
/*# sourceMappingURL=bootstrap-reboot.css.map */
331