general.less
2.3 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
h1, h2, h3, h4, h5, h6 {
color: @heading_color;
font-family: 'Helvetica Neue',Helvetica,sans-serif;
font-weight: 600;
margin-bottom: 15px;
text-rendering: optimizelegibility;
}
p {
line-height:25px;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
ol, ol.no-bullet, ul, ul.no-bullet {
margin-left: 0;
}
a:hover {
text-decoration:none;
}
.form-text, .form-textarea {
&:focus {
border: solid 1px @base_color !important;
}
}
.pagination > li > a, .pagination > li > span {
background-color: #272727;
color: #FFFFFF;
float: left;
line-height: 1.82857;
margin-left: 5px;
padding: 6px 15px;
position: relative;
text-decoration: none;
border: 0 none;
}
.pagination > li > a:hover {
background-color: @base_color;
color: #FFF;
}
.pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li:first-child > span, .pagination > li:last-child > span {
border-radius: 0px;
border-radius: 0px;
}
.pagination .pager-current a {
background-color: @base_color;
}
img {
height: auto;
max-width: 100%;
}
.popular_items img,
.comment img,
.shopping-cart-widget img,
div.thumbnails a img,
.authorbox_wrapper img,
.flickr-gallery li img,
.recent_posts img,
.recent_posts_widget img,
.testimonial_wrap img, .popular-post img {
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-ms-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.popular_items img:hover,
.shopping-cart-widget img:hover,
div.thumbnails a img:hover,
.comment img:hover,
.authorbox_wrapper img:hover,
.flickr-gallery li img:hover,
.recent_posts img:hover,
.recent_posts_widget img:hover,
.testimonial_wrap img:hover, .popular-post img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
.greybg{
background-color: #F6F6F6;
}
.bordertop {
border-top: 1px solid #E6E9EA;
}
.paddingtop {
padding:60px 0 0;
}
.margintop {
margin:60px 0 0;
}
.padding-copyright {
padding: 25px 0 20px 0;
}