-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (82 loc) · 2.24 KB
/
style.css
File metadata and controls
99 lines (82 loc) · 2.24 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: Open Booking
Theme URI: https://open-booking.eu
Author: binary butterfly GmbH
Author URI: https://binary-butterfly.de
Description: Open Booking Theme is based on Storefront
Template: storefront
Version: 3.7.0-1.0.1
Tested up to: 5.7.2
Requires PHP: 7.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/
/*
green: #40b93c
blue: #305f97
dark: #444444
*/
#masthead {
background: linear-gradient(135deg, #86bc24 0%, #D8FA72 100%);
color: #fff;
}
#masthead .storefront-primary-navigation, #masthead .site-header-cart .widget_shopping_cart, #colophon, #site-header-cart .buttons, #site-header-cart .total {
background-color: #006f31;
}
#site-header-cart .buttons, #site-header-cart .total {
border-top: 1px solid #86bc24;
display: block;
}
#site-header-cart .buttons .button {
margin-right: 0;
}
#page {
background-color: #FFF;
}
.site-info {
text-align: center;
}
.site-logo {
display: inline;
width: 50px;
margin-top: 5px;
}
.site-logo-wrapper span {
margin-left: 20px;
font-size: 45px;
line-height: 45px;
vertical-align: top;
color: #FFF;
}
.site-description {
margin-left: 70px;
}
#page .site-footer, #page .site-footer a, #page .site-footer a:hover, #page .site-footer a:active, #page .site-footer a:visited, #page .site-footer a:focus {
color: #FFF;
}
#masthead button.menu-toggle {
border: 1px solid #fff;
background-color: transparent;
}
#masthead > .col-full {
margin-left: 0;
margin-right: 0;
max-width: 400px;
padding: 0 2.617924em;
}
@media only screen and (max-width: 769px) {
#masthead {
padding-bottom: 0;
}
#masthead .storefront-primary-navigation {
padding-top: 10px;
padding-bottom: 10px;
}
#masthead > .col-full {
margin-left: auto;
margin-right: auto;
max-width: 450px;
}
}