PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.1.2
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.1.2
2.15.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 All 62 releases
hurrytimer / assets / css / hurrytimer.css

hurrytimer.css in HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce 2.1.2, at assets/css/hurrytimer.css

168 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [class~="hurrytimer-campaign"] {
2 line-height: normal;
3 display: block;
4 text-align: center;
5 padding: 10px 0; }
6 [class~="hurrytimer-campaign"] * {
7 line-height: normal; }
8
9 .hurrytimer-timer {
10 display: flex;
11 align-items: baseline;
12 justify-content: center;
13 flex-wrap: wrap; }
14
15 .hurrytimer-headline {
16 color: #333;
17 display: block;
18 margin: 5px auto; }
19
20 .hurrytimer-timer-block {
21 position: relative;
22 display: flex;
23 margin-right: 5px;
24 flex-direction: column;
25 align-items: center;
26 justify-content: center;
27 box-sizing: content-box;
28 margin-bottom: 10px;
29 margin-left: 5px; }
30 .hurrytimer-timer-block:last-child {
31 margin-right: 0; }
32 .hurrytimer-timer-block:first-child {
33 margin-left: 0; }
34
35 .hurrytimer-sticky {
36 margin: auto !important;
37 width: 100%;
38 background: #fff;
39 left: 0;
40 right: 0;
41 z-index: 9999;
42 position: fixed;
43 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
44 .hurrytimer-sticky.is-off {
45 position: relative;
46 z-index: 0; }
47
48 .admin-bar:not(.wp-admin) .hurrytimer-sticky {
49 z-index: 999999; }
50
51 .hurrytimer-sticky-inner {
52 max-width: 1200px;
53 margin: auto;
54 text-align: center;
55 padding-left: 5px;
56 padding-right: 5px; }
57
58 .hurrytimer-button {
59 display: inline-block;
60 text-decoration: none;
61 outline: none; }
62
63 .hurrytimer-sticky-close {
64 right: 10px;
65 position: absolute;
66 transform: translateY(-50%);
67 top: 50%;
68 background: none;
69 border: none;
70 padding: 0;
71 margin: 0;
72 width: 13px;
73 height: 13px;
74 cursor: pointer;
75 display: flex; }
76 .hurrytimer-sticky-close svg {
77 fill: #333;
78 width: 100%;
79 height: 100%; }
80 .hurrytimer-sticky-close:hover {
81 opacity: 1;
82 background: none; }
83
84 .hurrytimer-campaign-1945{
85 text-align: center;
86 display: block;
87 }
88
89 .hurrytimer-campaign-1945 .hurrytimer-timer-digit,
90 .hurrytimer-campaign-1945 .hurrytimer-timer-sep {
91 color: #000000;
92 display: block;
93 font-size: 25px;
94 }
95
96 .hurrytimer-campaign-1945 .hurrytimer-timer{
97 justify-content:
98 center }
99
100 .hurrytimer-campaign-1945 .hurrytimer-timer-label {
101 font-size: 12px;
102 color: #000000;
103 text-transform: uppercase;
104 display: block;
105 }
106
107 .hurrytimer-sticky-1945 {
108 background-color: #fbb4ab;
109 padding-top: 5px;
110 padding-bottom: 5px;
111 top: 0;
112 }
113 .hurrytimer-sticky-1945 .hurrytimer-sticky-close svg{
114 fill: #ffffff }
115
116
117 .hurrytimer-campaign-1945 .hurrytimer-timer-block {
118 border: 0px solid transparent;
119 border-radius: 0px;
120 background-color: transparent;
121 padding: 0px;
122 margin-left: 5px;
123 margin-right: 5px;
124 width: 50px;
125 height: 50px;
126 }
127 .hurrytimer-campaign-1945 .hurrytimer-timer-block:last-child {
128 margin-right: 0;
129 }
130 .hurrytimer-campaign-1945 .hurrytimer-timer-block:first-child {
131 margin-left: 0;
132 }
133
134
135
136 .hurrytimer-campaign-1945 .hurrytimer-headline {
137 font-size: 30px;
138 color: #000000;
139 margin-bottom: 5px;
140
141 }
142
143 .hurrytimer-campaign-1945 .hurrytimer-button-wrap{
144 margin-top: 5px;
145
146 }
147 .hurrytimer-campaign-1945 .hurrytimer-button{
148 font-size: 15px;
149 color: #ffffff;
150 background-color: #000000;
151 border-radius: 3px;
152 padding: 13px 15px;
153 }
154
155 @media(max-width:425px) {
156 .hurrytimer-campaign-1945 .hurrytimer-button-wrap,
157 .hurrytimer-campaign-1945 .hurrytimer-headline
158 {
159 margin-left: 0;
160 margin-right: 0;
161 }
162 }
163
164
165
166
167
168