-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwithstyle.css
225 lines (190 loc) · 5.5 KB
/
withstyle.css
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
@import url('css/margin-tools.css');
@import url('css/style/w-overlay.css');
@import url('css/style/w-style.css');
/*@import url('css/style/w-corner_ribbon.css');*/
@import url('css/padding-tools.css');
@import url('css/text-tools.css');
@import url('css/text/social-colors.css');
@import url('css/xs-tools.css');
@import url('css/sm-tools.css');
@import url('css/thirdparty/fontawesome47.css');
@import url('css/thirdparty/flag-icon-css.css');
@import url('css/thirdparty/blueimp-gallery.css');
@import url('css/thirdparty/bootstrap3to4.css');
@import url('css/thirdparty/bootstrap-datepicker.css');
@import url('css/thirdparty/bootstrap-tooltip.css');
/* @import url('css/thirdparty/bootstrap-tabs.css'); */
/* @import url('css/thirdparty/twitter-typeahead.css'); */
/* @import url('css/thirdparty/datatable-rowreorder.css'); */
@import url('css/plugins/w-slick.css');
@import url('css/widget/w-go2top.css');
@import url('css/widget/w-loader.css');
@import url('css/widget/w-appear_btn.css');
@import url('css/widget/w-bottom_btns.css');
@import url('css/widget/w-sliding-panel.css');
@import url('css/web/w-cookie_choice.css');
/* for use see https://github.com/arturmamedov/withFront/blob/master/js/form/w-honey_pot.js */
._the_email_confirm_group {
display: none !important;
}
/* A little style for class placeholder applied on option (suggest to use in combination with: selected disabled trick) */
select option.placeholder, select option:disabled, select option[disabled], select option[disabled="disabled"] {
color: #999999;
}
/* modal wide */
.modal-wide {
width: 90% !important;
}
.modal-wide .modal-body {
overflow-y: auto;
}
/* Bootstrap v3 Modal Fade CSS quick Fix [issue#17622] */
body { padding-right: 0 !important }
/* for jq highlight */
.highlight {
background: #00ff9e;
}
/* Bug fixes for touch drag/scroll */
.withNicescroll, .w-nicescroll {
-ms-touch-action: auto !important;
touch-action: auto !important;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto !important;
touch-action: auto !important;
}
/* * * js gDiv() withAlert style * * */
.withAlert {
position: fixed !important;
top: 55px;
left: 15%;
width: 70%;
text-align: center;
z-index: 5000;
}
.showhideBox {
cursor: pointer;
}
/* * * Bootstrap btn * * * */
/* circle */
.btn-circle, .btn-group-circle > .btn {
border-radius: 50%;
height: 36px;
padding: 8px 12px;
width: 36px;
}
/* FLAT */
.btn-flat, .btn-group-flat > .btn {
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
/* Extra Large */
.btn-xlg, .btn-group-xlg > .btn {
font-size: 30px;
line-height: 1.33333;
padding: 12px 22px;
}
/* fast positions and after style="inline top,bottommleft,right: ?px" */
.relpos {
position: relative;
}
.abspos {
position: absolute;
}
/* or more fast way */
.rightpos {
right: 0px;
}
.leftpos {
left: 0px;
}
.toppos {
top: 0px;
}
.bottompos {
bottom: 0px;
}
/* with 5px */
.rightpos-5 {
right: 5px;
}
.leftpos-5 {
left: 5px;
}
.toppos-5 {
top: 5px;
}
.bottompos-5 {
bottom: 5px;
}
/* with 10px */
.rightpos-10 {right: 10px;}
.leftpos-10 {left: 10px;}
.toppos-10 {top: 10px;}
.bottompos-10 {bottom: 10px;}
/* with 30px */
.rightpos-30 {right: 30px;}
.leftpos-30 {left: 30px;}
.toppos-30 {top: 30px;}
.bottompos-30 {bottom: 30px;}
/* #animation: for on-target */
.target { background-color: #00e095; }
.on-target:target { animation: ontarget 8s; }
@keyframes ontarget {
0% { background-color: #00e095; }
100% { background-color: inherit; }
}
/* #animation: for pulse button */
.pulse-button { position: relative; }
.pulse-effect {
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-name: pulse;
animation-timing-function: ease-out;
border: 4px solid blue;
border-radius: 50px;
box-shadow: 0 0 5px #00A6D3;
display: block;
height: 35px;
width: 35px;
position: absolute;
top: -2px;
left: 2px;
}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.3);transform:scale(0.3);opacity:0.2}80%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}
@-moz-keyframes pulse{0%{-moz-transform:scale(0.3);transform:scale(0.3);opacity:0.2}80%{-moz-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-moz-transform:scale(2.5);transform:scale(2.5);opacity:0}}
@-o-keyframes pulse{0%{-o-transform:scale(0.3);transform:scale(0.3);opacity:0.2}80%{-o-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-o-transform:scale(2.5);transform:scale(2.5);opacity:0}}
@keyframes pulse{0%{transform:scale(0.3);opacity:0.2}80%{transform:scale(1.5);opacity:0}100%{transform:scale(2.5);opacity:0}}
/* animation for blink */
.w-blink {animation: blinker 1s linear infinite;}
@keyframes blinker {50% {opacity: 0;}}
/* ^ ^ START: MEDIA QUERY ^ ^ */
@media (min-width: 768px) {
/* from xs - to lg */
/* from xs - to lg */
}
@media (max-width: 480px) {
/* less then xs */
.no-xs-padding {
padding: 0px;
}
/* less then xs */
}
@media (max-width: 767px) and (min-width: 481px) {
/* xs */
/* xs*/
}
@media (min-width: 768px) and (max-width: 991px) {
/* sm (from xs - to sm) */
/* sm (from xs - to sm) */
}
@media (min-width: 992px) and (max-width: 1199px) {
/* md (from sm - to md) */
/* md (from sm - to md) */
}
@media (min-width: 1200px) {
/* lg */
/* lg */
}
/* _ _ END: MEDIA QUERY _ _ */