-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (57 loc) · 1.7 KB
/
Copy pathstyle.css
File metadata and controls
72 lines (57 loc) · 1.7 KB
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
/*
Theme Name: HoverCraft
Theme URI: https://hovercraft.vip
Author: LittleBizzy
Author URI: https://www.littlebizzy.com
Description: No maintenance WordPress theme
Version: 0.3.261
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hovercraft
GitHub Theme URI: littlebizzy/hovercraft
Primary Branch: master
*/
/* root */
html {
scrollbar-gutter: stable;
}
/* css reset */
html, body, div, span, applet, object, iframe, main, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, big, button, cite, code, del, dfn, dl, dt, dd, em, img, input, ins, kbd, label, legend, mark, meter, optgroup, option, output, progress, q, s, samp, select, small, source, strike, strong, sub, summary, sup, table, tbody, td, template, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video, article, aside, audio, canvas, caption, center, details, dialog, embed, fieldset, figcaption, figure, footer, form, header, hgroup, li, menu, nav, ol, picture, ruby, section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}
/* form elements */
button, input, optgroup, select, textarea {
font: inherit;
}
/* responsive media */
img, picture, video, canvas, svg {
max-width: 100%;
height: auto;
}
/* universal */
*, *::before, *::after {
box-sizing: border-box;
}
/* devices */
@media screen and (max-width: 1199px) {
.desktop {
display: none !important;
}
}
@media screen and (min-width: 1200px) {
.mobile {
display: none !important;
}
}