-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
171 lines (147 loc) · 3.05 KB
/
style.css
File metadata and controls
171 lines (147 loc) · 3.05 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/*
Theme Name: Eletheme
Theme URI: https://www.eletemplator.com
Author: Liviu Duda
Author URI: https://www.leadpro.ro
Description: Theme builder for Elementor. It works with Elementor 2.x and Elementor PRO 2.x. Check other Elementor addons to help build your desired website.
Version: 1.1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: Theme builder, elementor
Text Domain: eletheme
Eletheme WordPress Theme © 2005-2018 Leadpro SRL Romania
Eletheme is distributed under the terms of the GNU GPL
*/
body{margin:0;padding:0;}
.alignleft{
float:left;
}
.alignright{
float:right;
}
li{
padding:5px 0;
}
.elementor-widget-container .woocommerce a.button.alt {
background-color: #e0e0e0;
color: #000;
}
.elementor-widget-container .woocommerce a.button.alt:hover{
background-color: #e0e0e0;
}
/* table stuff*/
table {
empty-cells: show;
border: 1px solid #cbcbcb;
border-spacing: 0;
border-collapse: collapse;
}
table td, table th {
margin:0;
}
table td strong{
font-weight: normal;
}
table th{
font-weight: bold;
border-bottom: 1px solid #cbcbcb;
background-color:#e0e0e0;
}
table caption {
color: #000;
font: italic 85%/1 arial,sans-serif;
padding: 1em 0;
text-align: center
}
table td,table th {
border-left: 1px solid #cbcbcb;
border-width: 0 0 0 1px;
font-size: inherit;
margin: 0;
overflow: visible;
padding: .5em 1em
}
table td:first-child,table th:first-child {
border-left-width: 0
}
table thead {
background-color: #e0e0e0;
color: #000;
text-align: left;
vertical-align: bottom
}
table td {
background-color: transparent
}
table td {
border-bottom: 1px solid #cbcbcb
}
table tbody>tr:last-child>td {
border-bottom-width: 0
}
/* Eletheme stuff*/
div p:first-child{
margin-top:0;
}
.elementor-widget:not(:last-child) {
margin:0;
}
h1:empty, h2:empty, h3:empty, h4:empty {
display: none;
}
#eletheme-menu-icon{
display:none;
}
.eletheme-menu-list-items{
margin:0;
padding:0;
}
.eletheme-logo img{
transition: all 0.4s ease;
}
@media (max-width: 767px){
#eletheme-logo-container{
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
#eletheme-menu-icon{
display:inline-block;
width:30%;
text-align: right;
}
#eletheme-menu-icon .elemetor-icon{
float:right;
}
#eletheme-logo-image{
display:inline-block;
width:70%;
}
#eletheme-logo-image img{
float:left;
}
.eletheme-menu-list-items, .sm.elemenu:not(.sm-vertical){
display:none;
height:0;
}
.eletheme-menu-list-items.toggled, .sm.elemenu.toggled {
display:block;
height:auto;
}
.toggle-nav.toggled i.fa:before {
content: "\f00d";
}
/* field stuff */
textarea, input, select {
padding: 8px;
font-size: inherit;
border: 1px solid #d3d3d3;
margin-right: 10px;
}
/* some things should be shown in elementor editor */
#elementor .eletheme-menu-list-items, #elementor .sm.elemenu {
display:block;
height:auto;
}
}