-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
94 lines (91 loc) · 2.52 KB
/
style.css
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
/*
Theme Name: Of Good Report
Theme URI: https://wordpress.org/themes/storefront/
Description: A Storefront child theme for Of Good Report
Author: David Bowman
Author URI: https://www.dvdbwmn.com
Template: storefront
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Of Good Report styles start here
-------------------------------------------------------------- */
/* Global Variable Overrides
-------------------------------------------------------------- */
.site-header {
background-color: #ffffff;
padding-top: 1em;
padding-bottom: 1em;
border-bottom: 1px solid black; }
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
max-height: 48px;
max-width: 100%;
width: auto; }
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
background-color: #ffffff;
color: #43454b;
border: 1px solid rgba(0, 0, 0, 0.5);
box-shadow: none; }
input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus,
.input-text:focus {
background-color: #e8ece1; }
@media (min-width: 768px) {
.woocommerce-active .site-header .site-branding {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.woocommerce-active .site-header .site-search {
width: 47.8260869565%;
float: right;
margin-right: 0;
clear: none; }
.woocommerce-active .site-header .main-navigation {
width: 73.9130434783%;
float: left;
margin-right: 4.347826087%;
clear: both; }
.woocommerce-active .site-header .site-header-cart {
width: 21.7391304348%;
float: right;
margin-right: 0;
margin-bottom: 0; }
.col-full {
padding: 0 1em; }
.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {
margin-bottom: .5em; }
.main-navigation ul.menu,
.main-navigation ul.nav-menu {
margin-left: -.5em; }
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
padding: .5em; }
.site-header-cart .cart-contents {
padding: .5em 0; } }
@media (max-width: 66.4989378333em) {
.col-full {
margin-left: 1em;
margin-right: 1em;
padding: 0; } }