about.css
3.91 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
/*------------------------------------------------------------------------------
Subscriptions 2.0 About Page CSS
------------------------------------------------------------------------------*/
.wcs-badge:before {
font-family: WooCommerce !important;
content: "\e03d";
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 80px;
font-weight: normal;
width: 165px;
height: 165px;
line-height: 165px;
text-align: center;
position: absolute;
top: 0;
left: 0;
margin: 0;
vertical-align: middle;
}
.wcs-badge {
position: relative;;
background: #9c5d90;
text-rendering: optimizeLegibility;
padding-top: 150px;
height: 52px;
width: 165px;
font-weight: 600;
font-size: 14px;
text-align: center;
color: #ddc8d9;
margin: 5px 0 0 0;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.about-wrap .feature-section {
padding-bottom: 2em;
}
.about-wrap .wcs-badge {
position: absolute;
top: 0;
right: 0;
}
.about-wrap .wcs-feature {
overflow: visible !important;
*zoom:1;
}
.about-wrap .wcs-feature:before,
.about-wrap .wcs-feature:after {
content: " ";
display: table;
}
.about-wrap .wcs-feature:after {
clear: both;
}
.about-wrap .two-col .feature-right {
float: right;
}
.about-wrap .two-col .feature-copy,
.about-wrap .two-col .feature-image {
margin-top: 2em;
}
.about-wrap div.icon {
width: 0 !important;
padding: 0;
margin: 0;
}
.woocommerce-message {
position: relative;
border-left-color: #cc99c2!important;
overflow: hidden;
}
.woocommerce-message a.button-primary,p.woocommerce-actions a.button-primary,
.woocommerce-message a.button-primary:focus, p.woocommerce-actions a.button-primary:focus,
.woocommerce-message a.button-primary:active, p.woocommerce-actions a.button-primary:active {
background: #cc99c2;
border-color: #b366a4;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
color: #fff;
text-decoration: none;
}
.woocommerce-message a.button-primary:hover,p.woocommerce-actions a.button-primary:hover {
background: #bb77ae;
border-color: #aa559a;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
}
.woocommerce-message a.button-primary:active,p.woocommerce-actions a.button-primary:active {
background: #aa559a;
border-color: #aa559a;
}
.woocommerce-message a.docs,.woocommerce-message a.skip,p.woocommerce-actions a.docs,p.woocommerce-actions a.skip {
opacity: .7;
}
.woocommerce-message .twitter-share-button,p.woocommerce-actions .twitter-share-button {
vertical-align: middle;
margin-left: 3px;
}
p.woocommerce-actions {
margin-bottom: 2em;
}
.woocommerce-about-text {
margin-bottom: 1em!important;
}
.about-wrap .feature-section.three-col .col {
width: 29.95%;
margin-right: 4.999999999%;
float: left;
}
.about-wrap .feature-section.two-col .col {
float: left;
}
.about-wrap .feature-section .col.last-feature {
margin-right: 0;
}
.about-wrap .feature-section .col.feature-right {
margin-right: 0;
float: right !important;
}
@media only screen and (max-width: 1200px) {
.about-wrap .two-col .feature-copy {
margin-top: 0;
}
}
@media only screen and (max-width: 781px) {
.about-wrap .two-col .feature-copy,
.about-wrap .feature-section {
padding-bottom: 1em;
}
.about-wrap .two-col .feature-image,
.about-wrap .changelog {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.about-wrap .feature-section.three-col .col {
width: 100%;
margin: 40px 0 0;
padding: 0 0 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
}
@media only screen and (max-width: 500px) {
.about-wrap .wcs-badge:before {
width: 100%;
}
.about-wrap .wcs-badge {
position: relative;
margin-bottom: 1.5em;
width: 100%;
}
.about-wrap .three-col .col {
width: 100% !important;
float: none !important;
}
}