-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (79 loc) · 2.13 KB
/
style.css
File metadata and controls
98 lines (79 loc) · 2.13 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
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
98
/*
Theme Name: Indio
Theme URI: https://briangardner.com/indio/
Author: Brian Gardner
Author URI: https://briangardner.com/
Description: Indio is a minimal WordPress block theme—rooted in nature, handcrafted with purpose, and designed to inspire and awaken your creative soul.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.4
Version: 0.9.4
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: indio
Tags: block-patterns, block-styles, custom-colors, custom-menu, editor-style, full-site-editing, one-column, right-sidebar, style-variations, translation-ready, two-columns, wide-blocks
*/
/* Defaults
---------------------------------------- */
a,
button,
.wp-element-button {
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input,
textarea {
transition: filter 0.2s ease-in-out;
}
b,
strong,
th {
font-weight: 500;
}
mark {
font-size: var(--wp--preset--font-size--x-small);
font-weight: 400;
padding: 5px 8px;
}
/* -- Forms -- */
input,
select,
textarea {
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: var(--wp--custom--line-height--medium);
width: 100%;
}
input:not([type="submit"]):focus,
textarea:focus {
border-color: var(--wp--preset--color--primary);
outline: 1px solid var(--wp--preset--color--primary);
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
::placeholder {
color: var(--wp--preset--color--contrast);
font-size: var(--wp--preset--font-size--x-small);
opacity: 0.5;
}
/* Blocks
---------------------------------------- */
/* -- Navigation -- */
.wp-block-navigation__responsive-container.is-menu-open {
padding: var(--wp--preset--spacing--30);
}
/* -- Navigation Submenu -- */
.wp-block-navigation__submenu-container {
min-width: 150px !important;
padding: 10px !important;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
padding: 2px 10px !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
padding: 5px 10px 0 !important;
}