Version Description
[27/08/2019] * Plugin name change * Some file text update
Download this release
Release Info
Developer | weblizar |
Plugin | Weblizar Twitter Widget |
Version | 1.8.7 |
Comparing to | |
See all releases |
Code changes from version 1.8.6 to 1.8.7
- banner.php +2 -124
- css/heroic-features.css +182 -12
- css/pricing-table-responsive.css +0 -40
- css/pricing-table.css +0 -371
- css/recom.css +0 -2768
- our_product.php +10 -56
- readme.txt +19 -13
- twiiter_help.php +9 -68
- twiiter_help_body.php +2 -3
- twitter-tweets.php +24 -264
- twitter_tweets_widgets.php +224 -0
banner.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
-
$twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
|
4 |
-
?>
|
5 |
<div class="wb_plugin_feature notice is-dismissible">
|
6 |
<div class="wb_plugin_feature_banner default_pattern pattern_ ">
|
7 |
<div class="wb-col-md-6 wb-col-sm-12">
|
@@ -29,125 +28,4 @@ $twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
|
|
29 |
</div>
|
30 |
</div>
|
31 |
</div>
|
32 |
-
</div>
|
33 |
-
<style type="text/css">
|
34 |
-
.wb-col-md-12{
|
35 |
-
width:100%;
|
36 |
-
}
|
37 |
-
.wb_plugin_feature{
|
38 |
-
color:#fff;
|
39 |
-
}
|
40 |
-
.wb-text-center{
|
41 |
-
text-align:center;
|
42 |
-
}
|
43 |
-
|
44 |
-
.wp-img-responsive{
|
45 |
-
max-width:100%;
|
46 |
-
}
|
47 |
-
|
48 |
-
.wb_plugin_feature_banner.default_pattern {
|
49 |
-
box-shadow: 0px 2px 20px #818181;
|
50 |
-
margin: 40px 0px;
|
51 |
-
background-color: #994681;
|
52 |
-
float: left;
|
53 |
-
display: block;
|
54 |
-
clear: right;
|
55 |
-
width: 98%;
|
56 |
-
position: relative;
|
57 |
-
}
|
58 |
-
.wb_banner_featurs-list ul {
|
59 |
-
list-style: decimal;
|
60 |
-
color:#fff;
|
61 |
-
display: inline-block;
|
62 |
-
}
|
63 |
-
|
64 |
-
.wb_button-primary {
|
65 |
-
padding: 15px 20px;
|
66 |
-
color: #fff;
|
67 |
-
text-decoration: none;
|
68 |
-
margin: 5px;
|
69 |
-
border-radius: 4px;
|
70 |
-
box-shadow: 2px 2px 5px #1111113d;
|
71 |
-
background-color: #3d9b3d;
|
72 |
-
}
|
73 |
-
.wp_btn-grup .wb_button-primary {
|
74 |
-
width: 100%;
|
75 |
-
}
|
76 |
-
.plugin_vrsion {
|
77 |
-
position: absolute;
|
78 |
-
background: #55505a;
|
79 |
-
border-radius: 0px 0px 0px 52px;
|
80 |
-
padding: 15px 30px;
|
81 |
-
right: 0px;
|
82 |
-
/* border: 1px solid; */
|
83 |
-
font-size: 18px;
|
84 |
-
top: 0;
|
85 |
-
box-shadow: -6px 5px 7px hsla(187, 1%, 15%, 0.3);
|
86 |
-
}
|
87 |
-
.wb_banner_featurs-list ul li {
|
88 |
-
margin: 7px 20px;
|
89 |
-
font-size: 14px;
|
90 |
-
|
91 |
-
}
|
92 |
-
.wb_banner_featurs-list h2 {
|
93 |
-
border-bottom:2px solid #fff;
|
94 |
-
}
|
95 |
-
.wp_btn-grup {
|
96 |
-
display: flex;
|
97 |
-
text-align:center;
|
98 |
-
}
|
99 |
-
/*--media-responsive csss--*/
|
100 |
-
@media (min-width: 901px){
|
101 |
-
.wb_banner_featurs-list ul li {
|
102 |
-
float: left;
|
103 |
-
width: 42%
|
104 |
-
}
|
105 |
-
|
106 |
-
.wb-col-md-6{
|
107 |
-
float:left;
|
108 |
-
width:50%;
|
109 |
-
}
|
110 |
-
.wp_btn-grup {
|
111 |
-
margin: 0 auto;
|
112 |
-
width: 60%;
|
113 |
-
}
|
114 |
-
}
|
115 |
-
|
116 |
-
@media (max-width: 900px){
|
117 |
-
.wb-col-sm-12{
|
118 |
-
width:100%;
|
119 |
-
}
|
120 |
-
.wb_plugin_feature_banner.default_pattern {
|
121 |
-
background: linear-gradient(0deg, #994681 57%, rgba(4, 4, 4, 0.74) 39%), url(./img/bg.jpg);
|
122 |
-
}
|
123 |
-
.wb_plugin_feature_banner{
|
124 |
-
float:none;
|
125 |
-
}
|
126 |
-
.wb-col-sm-6{
|
127 |
-
float:left;
|
128 |
-
width:50%;
|
129 |
-
}
|
130 |
-
}
|
131 |
-
|
132 |
-
.wb_plugin_feature_banner.pattern_2 {
|
133 |
-
background: linear-gradient(17deg, #663399 -16%, #ee3e3f 70%, #440e0e 93%), url(./img/bg.jpg);
|
134 |
-
}
|
135 |
-
|
136 |
-
.wb_plugin_feature_banner.pattern_3 {
|
137 |
-
background: linear-gradient(17deg, #6f3f9e -16%, #d63131de 93%), url(./img/bg-3.jpg);
|
138 |
-
background-repeat: repeat-x;
|
139 |
-
}
|
140 |
-
a.wb_button-primary:hover,
|
141 |
-
a.wb_button-primary:focus {
|
142 |
-
color: #f1f1f1;
|
143 |
-
text-decoration: none;
|
144 |
-
}
|
145 |
-
.twt_offer{
|
146 |
-
padding-top: 10px;
|
147 |
-
display: block;
|
148 |
-
margin-left: 0px;
|
149 |
-
font-size: 24px;
|
150 |
-
margin-top: 10px;
|
151 |
-
margin-bottom: 10px;
|
152 |
-
}
|
153 |
-
</style>
|
1 |
<?php
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
+
$twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg"; ?>
|
|
|
4 |
<div class="wb_plugin_feature notice is-dismissible">
|
5 |
<div class="wb_plugin_feature_banner default_pattern pattern_ ">
|
6 |
<div class="wb-col-md-6 wb-col-sm-12">
|
28 |
</div>
|
29 |
</div>
|
30 |
</div>
|
31 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/heroic-features.css
CHANGED
@@ -1,20 +1,190 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
.card {
|
18 |
height: 100%;
|
19 |
border:none !important;
|
20 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wb-col-md-12{ width:100%; }
|
2 |
+
.wb_plugin_feature{ color:#fff; }
|
3 |
+
.wb-text-center{ text-align:center; }
|
4 |
+
.wp-img-responsive{ max-width:100%; }
|
5 |
+
.wb_plugin_feature_banner.default_pattern {
|
6 |
+
box-shadow: 0px 2px 20px #818181;
|
7 |
+
margin: 40px 0px;
|
8 |
+
background-color: #994681;
|
9 |
+
float: left;
|
10 |
+
display: block;
|
11 |
+
clear: right;
|
12 |
+
width: 98%;
|
13 |
+
position: relative;
|
14 |
+
}
|
15 |
+
.wb_banner_featurs-list ul {
|
16 |
+
list-style: decimal;
|
17 |
+
color:#fff;
|
18 |
+
display: inline-block;
|
19 |
+
}
|
20 |
+
|
21 |
+
.wb_button-primary {
|
22 |
+
padding: 15px 20px;
|
23 |
+
color: #fff;
|
24 |
+
text-decoration: none;
|
25 |
+
margin: 5px;
|
26 |
+
border-radius: 4px;
|
27 |
+
box-shadow: 2px 2px 5px #1111113d;
|
28 |
+
background-color: #3d9b3d;
|
29 |
+
}
|
30 |
+
.wp_btn-grup .wb_button-primary { width: 100%; }
|
31 |
+
.plugin_vrsion {
|
32 |
+
position: absolute;
|
33 |
+
background: #55505a;
|
34 |
+
border-radius: 0px 0px 0px 52px;
|
35 |
+
padding: 15px 30px;
|
36 |
+
right: 0px;
|
37 |
+
/* border: 1px solid; */
|
38 |
+
font-size: 18px;
|
39 |
+
top: 0;
|
40 |
+
box-shadow: -6px 5px 7px hsla(187, 1%, 15%, 0.3);
|
41 |
+
}
|
42 |
+
.wb_banner_featurs-list ul li {
|
43 |
+
margin: 7px 20px;
|
44 |
+
font-size: 14px;
|
45 |
+
|
46 |
+
}
|
47 |
+
.wb_banner_featurs-list h2 {
|
48 |
+
border-bottom:2px solid #fff;
|
49 |
+
}
|
50 |
+
.wp_btn-grup {
|
51 |
+
display: flex;
|
52 |
+
text-align:center;
|
53 |
+
}
|
54 |
+
/*--media-responsive csss--*/
|
55 |
+
@media (min-width: 901px){
|
56 |
+
.wb_banner_featurs-list ul li {
|
57 |
+
float: left;
|
58 |
+
width: 42%
|
59 |
+
}
|
60 |
+
|
61 |
+
.wb-col-md-6{
|
62 |
+
float:left;
|
63 |
+
width:50%;
|
64 |
+
}
|
65 |
+
.wp_btn-grup {
|
66 |
+
margin: 0 auto;
|
67 |
+
width: 60%;
|
68 |
+
}
|
69 |
+
}
|
70 |
|
71 |
+
@media (max-width: 900px){
|
72 |
+
.wb-col-sm-12{
|
73 |
+
width:100%;
|
74 |
+
}
|
75 |
+
.wb_plugin_feature_banner.default_pattern {
|
76 |
+
background: linear-gradient(0deg, #994681 57%, rgba(4, 4, 4, 0.74) 39%), url(./img/bg.jpg);
|
77 |
+
}
|
78 |
+
.wb_plugin_feature_banner{
|
79 |
+
float:none;
|
80 |
+
}
|
81 |
+
.wb-col-sm-6{
|
82 |
+
float:left;
|
83 |
+
width:50%;
|
84 |
+
}
|
85 |
}
|
86 |
|
87 |
+
.wb_plugin_feature_banner.pattern_2 {
|
88 |
+
background: linear-gradient(17deg, #663399 -16%, #ee3e3f 70%, #440e0e 93%), url(./img/bg.jpg);
|
89 |
+
}
|
90 |
+
|
91 |
+
.wb_plugin_feature_banner.pattern_3 {
|
92 |
+
background: linear-gradient(17deg, #6f3f9e -16%, #d63131de 93%), url(./img/bg-3.jpg);
|
93 |
+
background-repeat: repeat-x;
|
94 |
+
}
|
95 |
+
a.wb_button-primary:hover,
|
96 |
+
a.wb_button-primary:focus {
|
97 |
+
color: #f1f1f1;
|
98 |
+
text-decoration: none;
|
99 |
+
}
|
100 |
+
.twt_offer{
|
101 |
+
padding-top: 10px;
|
102 |
+
display: block;
|
103 |
+
margin-left: 0px;
|
104 |
+
font-size: 24px;
|
105 |
+
margin-top: 10px;
|
106 |
+
margin-bottom: 10px;
|
107 |
+
}
|
108 |
|
109 |
.card {
|
110 |
height: 100%;
|
111 |
border:none !important;
|
112 |
}
|
113 |
+
.feature-div{
|
114 |
+
margin-bottom: 40px;
|
115 |
+
}
|
116 |
+
.twt_foot{
|
117 |
+
background-color: #466575 !important;
|
118 |
+
padding: 10px;
|
119 |
+
color: #fff;
|
120 |
+
border-radius: 5px;
|
121 |
+
|
122 |
+
}
|
123 |
+
.twt_anch{
|
124 |
+
color:#fff;
|
125 |
+
text-decoration: none;
|
126 |
+
font-size: 22px;
|
127 |
+
}
|
128 |
+
.twt_anch:hover{
|
129 |
+
color:#fff;
|
130 |
+
text-decoration: none;
|
131 |
+
}
|
132 |
+
h1.display-3 {
|
133 |
+
padding: 0px 0 20px;
|
134 |
+
}
|
135 |
+
/** twitter help body ***/
|
136 |
+
.acl-rate-us span.dashicons{
|
137 |
+
width: 30px;
|
138 |
+
height: 30px;
|
139 |
+
}
|
140 |
+
.acl-rate-us span.dashicons-star-filled:before {
|
141 |
+
content: "\f155";
|
142 |
+
font-size: 30px;
|
143 |
+
}
|
144 |
+
.acl-rate-us {
|
145 |
+
color : #fff !important;
|
146 |
+
padding-top:3px !important;
|
147 |
+
}
|
148 |
+
|
149 |
+
.acl-rate-us span{
|
150 |
+
display:inline-block;
|
151 |
+
}
|
152 |
+
.twt_star{
|
153 |
+
background:#994681;display:inline-block;border-radius: 4px;padding: 4px; margin: 0 auto;
|
154 |
+
}
|
155 |
+
label { margin-right:10px; }
|
156 |
+
#fb-msg,
|
157 |
+
#wl_twitter_preview {
|
158 |
+
border: 1px #888888 solid; background-color: #FFFAF0; padding: 10px; font-size: inherit; font-weight: bold; font-family: inherit; font-style: inherit; text-decoration: inherit;
|
159 |
+
}
|
160 |
+
.btn-group-lg>.btn, .btn-lg {
|
161 |
+
padding: .2rem 1rem !important;
|
162 |
+
line-height: 1.5;
|
163 |
+
border-radius: .3rem;
|
164 |
+
}
|
165 |
+
.twt_help{
|
166 |
+
border-radius: 5px;
|
167 |
+
background-color: #994681;
|
168 |
+
padding: 10px;
|
169 |
+
color: #fff;
|
170 |
+
font-weight: 600;
|
171 |
+
}
|
172 |
+
.twt_save_btn {
|
173 |
+
padding-left: 25px;
|
174 |
+
background: #994681;
|
175 |
+
font-weight: 600;
|
176 |
+
color: #fff;
|
177 |
+
border-radius: 5px;
|
178 |
+
padding-right: 25px;
|
179 |
+
}
|
180 |
+
.well{
|
181 |
+
min-height: 20px;
|
182 |
+
padding: 19px;
|
183 |
+
margin-bottom: 20px;
|
184 |
+
background-color: #f5f5f5;
|
185 |
+
border: 1px solid #e3e3e3;
|
186 |
+
border-radius: 4px;
|
187 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
188 |
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
189 |
+
}
|
190 |
+
|
css/pricing-table-responsive.css
DELETED
@@ -1,40 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* Copyright 2013 Soundarapandian
|
3 |
-
* Pricing table built on Twitter Bootstrap.
|
4 |
-
|
5 |
-
Responsive styles for pricing table tested in the
|
6 |
-
below device simulations.
|
7 |
-
Apple iPhone
|
8 |
-
320x480 Portrait
|
9 |
-
480x320 Landscape
|
10 |
-
Apple iPhone 5
|
11 |
-
320x568 Portrait
|
12 |
-
568x320 Landscape
|
13 |
-
Small Tablet
|
14 |
-
600x800 Portrait
|
15 |
-
800x600 Landscape
|
16 |
-
Tablet
|
17 |
-
768x1024 Portrait
|
18 |
-
1024x768 Landscape
|
19 |
-
Widescreen
|
20 |
-
1280x800 Landscape
|
21 |
-
800x1280 Portrait
|
22 |
-
*/
|
23 |
-
|
24 |
-
@media (max-width: 320px) {
|
25 |
-
.pricing-three-column {
|
26 |
-
width: 100%;
|
27 |
-
}
|
28 |
-
}
|
29 |
-
|
30 |
-
@media (max-width: 767px) {
|
31 |
-
.pricing-table .plan {
|
32 |
-
margin-bottom: 20px;
|
33 |
-
}
|
34 |
-
.pricing-variable-height .plan {
|
35 |
-
margin-left: 0;
|
36 |
-
}
|
37 |
-
.pricing-three-column {
|
38 |
-
width: 100%;
|
39 |
-
}
|
40 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/pricing-table.css
DELETED
@@ -1,371 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* =================== Start pricing table =====================*/
|
3 |
-
.plan-name span {background-color:#4D2626;color:#fff;padding: 8px;}
|
4 |
-
.button{line-height: 35px !important;}
|
5 |
-
.plan-name {
|
6 |
-
margin-top:40px;
|
7 |
-
text-align: center;
|
8 |
-
}
|
9 |
-
.plan-name h2{
|
10 |
-
font-weight: bold;
|
11 |
-
font-size: 36px;
|
12 |
-
padding-top: 30px;
|
13 |
-
padding-bottom: 10px;
|
14 |
-
}
|
15 |
-
.plan-name h6{
|
16 |
-
font-size: 22px;
|
17 |
-
padding-top: 10px;
|
18 |
-
padding-bottom: 10px;
|
19 |
-
}
|
20 |
-
.demoftr h2 {
|
21 |
-
font-weight: bold;
|
22 |
-
font-size: 26px;
|
23 |
-
padding-top: 20px;
|
24 |
-
padding-bottom: 20px;
|
25 |
-
text-align:center;
|
26 |
-
}
|
27 |
-
.ftr_img{
|
28 |
-
border: 1px solid #e3e3e3;
|
29 |
-
background: #f7f7f7;padding:10px;
|
30 |
-
}
|
31 |
-
.plan-name .centre{
|
32 |
-
padding-top:40px;
|
33 |
-
text-align: center;
|
34 |
-
float:left;
|
35 |
-
width:100%;
|
36 |
-
}
|
37 |
-
.plan-name .centre h2{
|
38 |
-
font-weight: bold;
|
39 |
-
font-size: 36px;
|
40 |
-
padding-top: 10px;
|
41 |
-
padding-bottom: 25px;
|
42 |
-
}
|
43 |
-
.purchase_btn_div {
|
44 |
-
margin-top:20px;
|
45 |
-
text-align: center;
|
46 |
-
}
|
47 |
-
.dmobtn{ margin-right:10px; }
|
48 |
-
.pricing-table .plan {
|
49 |
-
border-radius: 5px;
|
50 |
-
text-align: center;
|
51 |
-
background-color: #f3f3f3;
|
52 |
-
-moz-box-shadow: 0 0 6px 2px #b0b2ab;
|
53 |
-
-webkit-box-shadow: 0 0 6px 2px #b0b2ab;
|
54 |
-
box-shadow: 0 0 6px 2px #b0b2ab;
|
55 |
-
}
|
56 |
-
|
57 |
-
.pricing-table .plan:hover {
|
58 |
-
background-color: #fff;
|
59 |
-
-moz-box-shadow: 0 0 12px 3px #b0b2ab;
|
60 |
-
-webkit-box-shadow: 0 0 12px 3px #b0b2ab;
|
61 |
-
box-shadow: 0 0 12px 3px #b0b2ab;
|
62 |
-
}
|
63 |
-
|
64 |
-
.pricing-table .plan .plan-name {
|
65 |
-
padding: 20px;
|
66 |
-
color: #fff;
|
67 |
-
background-color: #1E8CBE;
|
68 |
-
-moz-border-radius: 5px 5px 0 0;
|
69 |
-
-webkit-border-radius: 5px 5px 0 0;
|
70 |
-
border-radius: 5px 5px 0 0;
|
71 |
-
}
|
72 |
-
|
73 |
-
.pricing-table .plan .plan-name span {
|
74 |
-
font-size: 20px;
|
75 |
-
}
|
76 |
-
|
77 |
-
.pricing-table .plan ul {
|
78 |
-
list-style: none;
|
79 |
-
margin: 0;
|
80 |
-
-moz-border-radius: 0 0 5px 5px;
|
81 |
-
-webkit-border-radius: 0 0 5px 5px;
|
82 |
-
border-radius: 0 0 5px 5px;
|
83 |
-
}
|
84 |
-
|
85 |
-
.pricing-table .plan ul li.plan-feature {
|
86 |
-
padding: 15px 10px;
|
87 |
-
border-top: 1px solid #c5c8c0;
|
88 |
-
}
|
89 |
-
|
90 |
-
.pricing-three-column {
|
91 |
-
margin: 0 auto;
|
92 |
-
width: 100%;
|
93 |
-
margin-top: 10px;
|
94 |
-
}
|
95 |
-
|
96 |
-
.pricing-variable-height .plan {
|
97 |
-
float: none;
|
98 |
-
margin-left: 2%;
|
99 |
-
vertical-align: bottom;
|
100 |
-
display: inline-block;
|
101 |
-
/* Support for inline-block in IE7 */
|
102 |
-
zoom:1;
|
103 |
-
*display:inline;
|
104 |
-
}
|
105 |
-
|
106 |
-
.plan-mouseover .plan-name {
|
107 |
-
background-color: #4e9a06 !important;
|
108 |
-
}
|
109 |
-
|
110 |
-
.btn-plan-select {
|
111 |
-
padding: 8px 25px;
|
112 |
-
font-size: 18px;
|
113 |
-
}
|
114 |
-
.plan ul{
|
115 |
-
padding:0px;
|
116 |
-
}
|
117 |
-
|
118 |
-
/*
|
119 |
-
* =================== End pricing table =====================*/
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
/*-----------------------
|
124 |
-
---iPad Slider Styles----
|
125 |
-
-------------------------*/
|
126 |
-
|
127 |
-
.ipad-frame {
|
128 |
-
display:block;
|
129 |
-
position:relative;
|
130 |
-
width:100%;
|
131 |
-
margin:0 auto;
|
132 |
-
overflow:hidden;
|
133 |
-
}
|
134 |
-
|
135 |
-
.ipad-screen{
|
136 |
-
display: block;
|
137 |
-
position: absolute;
|
138 |
-
top: 3.7%;
|
139 |
-
left: 14.755%;
|
140 |
-
width: 71.25%;
|
141 |
-
height: 86.3%;
|
142 |
-
overflow: hidden;
|
143 |
-
}
|
144 |
-
|
145 |
-
.flexslider {
|
146 |
-
margin:0;
|
147 |
-
padding:0;
|
148 |
-
background:transparent;
|
149 |
-
border:none;
|
150 |
-
box-shadow:none;
|
151 |
-
-webkit-touch-callout: none;
|
152 |
-
-webkit-user-select: none;
|
153 |
-
-khtml-user-select: none;
|
154 |
-
-moz-user-select: none;
|
155 |
-
-ms-user-select: none;
|
156 |
-
user-select: none;
|
157 |
-
z-index:1;
|
158 |
-
}
|
159 |
-
|
160 |
-
.ipad-slider .flex-direction-nav .flex-prev,
|
161 |
-
.ipad-slider .flex-direction-nav .flex-next{
|
162 |
-
background:#31A3DD;
|
163 |
-
background-image:none;
|
164 |
-
display:inline;
|
165 |
-
text-indent:0;
|
166 |
-
position:absolute;
|
167 |
-
top:50%;
|
168 |
-
width:44px;
|
169 |
-
height:44px;
|
170 |
-
padding:0;
|
171 |
-
padding-left:12px;
|
172 |
-
margin:0;
|
173 |
-
margin-top:-22px;
|
174 |
-
font-size:42px;
|
175 |
-
line-height:38px;
|
176 |
-
color:#fff;
|
177 |
-
border-radius:5px;
|
178 |
-
-webkit-transition:all .2s ease-out;
|
179 |
-
transition:all .2s ease-out;
|
180 |
-
}
|
181 |
-
|
182 |
-
.ipad-slider .flex-direction-nav .flex-next{
|
183 |
-
text-align:right;
|
184 |
-
padding-right:12px;
|
185 |
-
}
|
186 |
-
|
187 |
-
.ipad-slider .flex-direction-nav a:hover,
|
188 |
-
.ipad-slider .flex-direction-nav a:active,
|
189 |
-
.ipad-slider .flex-direction-nav a:focus{
|
190 |
-
text-decoration:none;
|
191 |
-
}
|
192 |
-
|
193 |
-
.ipad-slider .flex-direction-nav a:hover {
|
194 |
-
background:#363B46;
|
195 |
-
}
|
196 |
-
|
197 |
-
.ipad-slider:hover .flex-next {opacity: 1; right: 5px;}
|
198 |
-
.ipad-slider:hover .flex-prev {opacity: 1; left: 5px;}
|
199 |
-
|
200 |
-
/** product thumb style **/
|
201 |
-
.theme-frame {
|
202 |
-
display:block;
|
203 |
-
position:relative;
|
204 |
-
width:100%;
|
205 |
-
margin:0 auto;
|
206 |
-
overflow:hidden;
|
207 |
-
}
|
208 |
-
|
209 |
-
.theme-screen{
|
210 |
-
display: block;
|
211 |
-
position: absolute;
|
212 |
-
top: 4.0%;
|
213 |
-
left: 11.7%;
|
214 |
-
width: 77.00%;
|
215 |
-
height: 87.0%;
|
216 |
-
overflow: hidden;
|
217 |
-
}
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
/*-----------------------
|
224 |
-
-----Scrollimations------
|
225 |
-
------------------------*/
|
226 |
-
.scrollimation.fade-in{
|
227 |
-
opacity:0;
|
228 |
-
-webkit-transition:opacity 0.6s ease-out;
|
229 |
-
transition:opacity 0.6s ease-out;
|
230 |
-
}
|
231 |
-
|
232 |
-
.scrollimation.fade-in.in{
|
233 |
-
opacity:1;
|
234 |
-
}
|
235 |
-
|
236 |
-
.scrollimation.scale-in{
|
237 |
-
opacity:0;
|
238 |
-
-webkit-transform: scale(0.5);
|
239 |
-
-moz-transform: scale(0.5);
|
240 |
-
-ms-transform: scale(0.5);
|
241 |
-
transform:scale(0.5);
|
242 |
-
-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
|
243 |
-
transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
|
244 |
-
}
|
245 |
-
|
246 |
-
.scrollimation.scale-in.in{
|
247 |
-
opacity:1;
|
248 |
-
-webkit-transform: scale(1);
|
249 |
-
-moz-transform: scale(1);
|
250 |
-
-ms-transform: scale(1);
|
251 |
-
transform:scale(1);
|
252 |
-
}
|
253 |
-
|
254 |
-
.scrollimation.fade-right{
|
255 |
-
opacity:0;
|
256 |
-
-webkit-transform: translateX(-100px);
|
257 |
-
-moz-transform: translateX(-100px);
|
258 |
-
-ms-transform: translateX(-100px);
|
259 |
-
transform:translateX(-100px);
|
260 |
-
-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
|
261 |
-
transition: transform .4s ease-out,opacity .4s ease-out;
|
262 |
-
}
|
263 |
-
|
264 |
-
.scrollimation.fade-right.in{
|
265 |
-
opacity:1;
|
266 |
-
-webkit-transform: translateX(0px);
|
267 |
-
-moz-transform: translateX(0px);
|
268 |
-
-ms-transform: translateX(0px);
|
269 |
-
transform:translateX(0px);
|
270 |
-
}
|
271 |
-
|
272 |
-
.scrollimation.fade-left{
|
273 |
-
opacity:0;
|
274 |
-
-webkit-transform: translateX(100px);
|
275 |
-
-moz-transform: translateX(100px);
|
276 |
-
-ms-transform: translateX(100px);
|
277 |
-
transform:translateX(100px);
|
278 |
-
-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
|
279 |
-
transition: transform .4s ease-out,opacity .4s ease-out;
|
280 |
-
}
|
281 |
-
|
282 |
-
.scrollimation.fade-left.in{
|
283 |
-
opacity:1;
|
284 |
-
-webkit-transform: translateX(0px);
|
285 |
-
-moz-transform: translateX(0px);
|
286 |
-
-ms-transform: translateX(0px);
|
287 |
-
transform:translateX(0px);
|
288 |
-
}
|
289 |
-
|
290 |
-
.scrollimation.fade-up{
|
291 |
-
opacity:0;
|
292 |
-
-webkit-transform: translateY(100px);
|
293 |
-
-moz-transform: translateY(100px);
|
294 |
-
-ms-transform: translateY(100px);
|
295 |
-
transform:translateY(100px);
|
296 |
-
-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
|
297 |
-
transition: transform .4s ease-out,opacity .4s ease-in-out;
|
298 |
-
}
|
299 |
-
|
300 |
-
.scrollimation.fade-up.in{
|
301 |
-
opacity:1;
|
302 |
-
-webkit-transform: translateY(0px);
|
303 |
-
-moz-transform: translateY(0px);
|
304 |
-
-ms-transform: translateY(0px);
|
305 |
-
transform:translateY(0px);
|
306 |
-
}
|
307 |
-
|
308 |
-
.scrollimation.d1{
|
309 |
-
transition-delay:.2s;
|
310 |
-
}
|
311 |
-
|
312 |
-
.scrollimation.d2{
|
313 |
-
transition-delay:.4s;
|
314 |
-
}
|
315 |
-
|
316 |
-
.scrollimation.d3{
|
317 |
-
transition-delay:.6s;
|
318 |
-
}
|
319 |
-
|
320 |
-
.scrollimation.d4{
|
321 |
-
transition-delay:.8s;
|
322 |
-
}
|
323 |
-
|
324 |
-
.touch .scrollimation.fade-in{
|
325 |
-
opacity:1;
|
326 |
-
}
|
327 |
-
|
328 |
-
.touch .scrollimation.scale-in{
|
329 |
-
opacity:1;
|
330 |
-
-webkit-transform: scale(1);
|
331 |
-
-moz-transform: scale(1);
|
332 |
-
-ms-transform: scale(1);
|
333 |
-
transform:scale(1);
|
334 |
-
}
|
335 |
-
|
336 |
-
.touch .scrollimation.fade-right{
|
337 |
-
opacity:1;
|
338 |
-
-webkit-transform: translateX(0px);
|
339 |
-
-moz-transform: translateX(0px);
|
340 |
-
-ms-transform: translateX(0px);
|
341 |
-
transform:translateX(0px);
|
342 |
-
}
|
343 |
-
|
344 |
-
.touch .scrollimation.fade-left{
|
345 |
-
opacity:1;
|
346 |
-
-webkit-transform: translateX(0px);
|
347 |
-
-moz-transform: translateX(0px);
|
348 |
-
-ms-transform: translateX(0px);
|
349 |
-
transform:translateX(0px);
|
350 |
-
}
|
351 |
-
|
352 |
-
.touch .scrollimation.fade-up{
|
353 |
-
opacity:1;
|
354 |
-
-webkit-transform: translateY(0px);
|
355 |
-
-moz-transform: translateY(0px);
|
356 |
-
-ms-transform: translateY(0px);
|
357 |
-
transform:translateY(0px);
|
358 |
-
}
|
359 |
-
@media (max-width:1400px) {
|
360 |
-
|
361 |
-
.ipad-screen{
|
362 |
-
display: block;
|
363 |
-
position: absolute;
|
364 |
-
top: 3.7%;
|
365 |
-
left: 14.655%;
|
366 |
-
width: 71.25%;
|
367 |
-
height: 86.3%;
|
368 |
-
overflow: hidden;
|
369 |
-
}
|
370 |
-
|
371 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/recom.css
DELETED
@@ -1,2768 +0,0 @@
|
|
1 |
-
.custom_gallery_layout_label
|
2 |
-
{
|
3 |
-
width: 74px !important;
|
4 |
-
}
|
5 |
-
.custom_gallery_layout_control
|
6 |
-
{
|
7 |
-
margin-left: 80px !important;
|
8 |
-
}
|
9 |
-
.gallery_plugin_message
|
10 |
-
{
|
11 |
-
font-weight: 400;
|
12 |
-
background: #d54d21;
|
13 |
-
padding: 1em;
|
14 |
-
margin: 10px 0;
|
15 |
-
}
|
16 |
-
.gallery_plugin_message > p
|
17 |
-
{
|
18 |
-
color: #fff;
|
19 |
-
margin: 0px !important;
|
20 |
-
}
|
21 |
-
.widget_premium_feature
|
22 |
-
{
|
23 |
-
color: #FF0000;
|
24 |
-
font-size: 13px !important;
|
25 |
-
}
|
26 |
-
|
27 |
-
.gallery-shortcode-label
|
28 |
-
{
|
29 |
-
color:#5A5A5A!important;
|
30 |
-
font-family:Georgia,Times New Roman,Times,serif!important;
|
31 |
-
font-size:1.8em!important;
|
32 |
-
font-weight:normal!important;
|
33 |
-
}
|
34 |
-
|
35 |
-
.gallery_icon {
|
36 |
-
background: url(../images/icon.png) no-repeat top left;
|
37 |
-
display: inline-block;
|
38 |
-
height: 16px;
|
39 |
-
margin: 0 2px 0 0;
|
40 |
-
vertical-align: sub;
|
41 |
-
width: 16px;
|
42 |
-
}
|
43 |
-
.separator-doubled {
|
44 |
-
padding: 0;
|
45 |
-
height: 0;
|
46 |
-
border: none;
|
47 |
-
border-top: medium double #d5d5d5;
|
48 |
-
color: #333;
|
49 |
-
text-align: center;
|
50 |
-
margin-top: 10px;
|
51 |
-
}
|
52 |
-
.separator-single {
|
53 |
-
padding: 0;
|
54 |
-
height: 0;
|
55 |
-
border: none;
|
56 |
-
border-bottom: 1px solid #d5d5d5;
|
57 |
-
color: #333;
|
58 |
-
text-align: center;
|
59 |
-
margin-top: 10px;
|
60 |
-
margin-bottom: 10px;
|
61 |
-
}
|
62 |
-
|
63 |
-
.dataTable td {
|
64 |
-
text-align: left !important;
|
65 |
-
}
|
66 |
-
|
67 |
-
.breadcrumb {
|
68 |
-
padding: 8px 15px;
|
69 |
-
margin: 0 0 20px;
|
70 |
-
list-style: none;
|
71 |
-
background-color: #f5f5f5;
|
72 |
-
-webkit-border-radius: 4px;
|
73 |
-
-moz-border-radius: 4px;
|
74 |
-
border-radius: 4px;
|
75 |
-
}
|
76 |
-
|
77 |
-
.breadcrumb > li {
|
78 |
-
display: inline-block;
|
79 |
-
*display: inline;
|
80 |
-
text-shadow: 0 1px 0 #ffffff;
|
81 |
-
*zoom: 1;
|
82 |
-
}
|
83 |
-
|
84 |
-
.breadcrumb > li > .divider {
|
85 |
-
padding: 0 5px;
|
86 |
-
color: #ccc;
|
87 |
-
}
|
88 |
-
|
89 |
-
.breadcrumb > .active {
|
90 |
-
color: #999999;
|
91 |
-
}
|
92 |
-
|
93 |
-
.btn-small {
|
94 |
-
padding: 7px 12px 6px 12px;
|
95 |
-
line-height: 13px;
|
96 |
-
}
|
97 |
-
|
98 |
-
button.btn.btn-small, input[type="submit"].btn.btn-small {
|
99 |
-
*padding-top: 3px;
|
100 |
-
*padding-bottom: 3px;
|
101 |
-
}
|
102 |
-
|
103 |
-
.btn {
|
104 |
-
display: inline-block;
|
105 |
-
*display: inline;
|
106 |
-
padding: 4px 12px;
|
107 |
-
margin-bottom: 0;
|
108 |
-
*margin-left: .3em;
|
109 |
-
font-size: 12px;
|
110 |
-
line-height: 20px;
|
111 |
-
color: #333333;
|
112 |
-
text-align: center;
|
113 |
-
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
114 |
-
vertical-align: middle;
|
115 |
-
cursor: pointer;
|
116 |
-
background-color: #f5f5f5;
|
117 |
-
*background-color: #e6e6e6;
|
118 |
-
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
119 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
120 |
-
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
121 |
-
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
122 |
-
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
123 |
-
background-repeat: repeat-x;
|
124 |
-
border: 1px solid #bbbbbb;
|
125 |
-
*border: 0;
|
126 |
-
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
127 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
128 |
-
border-bottom-color: #a2a2a2;
|
129 |
-
-webkit-border-radius: 4px;
|
130 |
-
-moz-border-radius: 4px;
|
131 |
-
border-radius: 4px;
|
132 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
133 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
134 |
-
*zoom: 1;
|
135 |
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
136 |
-
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
137 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
138 |
-
}
|
139 |
-
|
140 |
-
.btn:hover,
|
141 |
-
.btn:active,
|
142 |
-
.btn.active,
|
143 |
-
.btn.disabled,
|
144 |
-
.btn[disabled] {
|
145 |
-
color: #333333;
|
146 |
-
background-color: #e6e6e6;
|
147 |
-
*background-color: #d9d9d9;
|
148 |
-
}
|
149 |
-
|
150 |
-
.btn:active,
|
151 |
-
.btn.active {
|
152 |
-
background-color: #cccccc \9;
|
153 |
-
}
|
154 |
-
|
155 |
-
.btn:first-child {
|
156 |
-
*margin-left: 0;
|
157 |
-
}
|
158 |
-
|
159 |
-
.btn:hover {
|
160 |
-
color: #333333;
|
161 |
-
text-decoration: none;
|
162 |
-
background-position: 0 -15px;
|
163 |
-
-webkit-transition: background-position 0.1s linear;
|
164 |
-
-moz-transition: background-position 0.1s linear;
|
165 |
-
-o-transition: background-position 0.1s linear;
|
166 |
-
transition: background-position 0.1s linear;
|
167 |
-
}
|
168 |
-
|
169 |
-
.btn:focus {
|
170 |
-
outline: thin dotted #333;
|
171 |
-
outline: 5px auto -webkit-focus-ring-color;
|
172 |
-
outline-offset: -2px;
|
173 |
-
}
|
174 |
-
|
175 |
-
.btn.active,
|
176 |
-
.btn:active {
|
177 |
-
background-image: none;
|
178 |
-
outline: 0;
|
179 |
-
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
180 |
-
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
181 |
-
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
182 |
-
}
|
183 |
-
|
184 |
-
.btn-primary.active,
|
185 |
-
.btn-warning.active,
|
186 |
-
.btn-danger.active,
|
187 |
-
.btn-success.active,
|
188 |
-
.btn-info.active,
|
189 |
-
.btn-inverse.active {
|
190 |
-
color: rgba(255, 255, 255, 0.75);
|
191 |
-
}
|
192 |
-
|
193 |
-
.btn {
|
194 |
-
border-color: #c5c5c5;
|
195 |
-
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
196 |
-
}
|
197 |
-
|
198 |
-
.btn-primary {
|
199 |
-
color: #ffffff;
|
200 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
201 |
-
background-color: #006dcc;
|
202 |
-
*background-color: #0044cc;
|
203 |
-
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
204 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
205 |
-
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
206 |
-
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
207 |
-
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
208 |
-
background-repeat: repeat-x;
|
209 |
-
border-color: #0044cc #0044cc #002a80;
|
210 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
211 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
212 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
213 |
-
margin-top: 0px;
|
214 |
-
}
|
215 |
-
|
216 |
-
.btn-primary:hover,
|
217 |
-
.btn-primary:active,
|
218 |
-
.btn-primary.active,
|
219 |
-
.btn-primary.disabled,
|
220 |
-
.btn-primary[disabled] {
|
221 |
-
color: #ffffff;
|
222 |
-
background-color: #0044cc;
|
223 |
-
*background-color: #003bb3;
|
224 |
-
}
|
225 |
-
|
226 |
-
.btn-primary:active,
|
227 |
-
.btn-primary.active {
|
228 |
-
background-color: #003399 \9;
|
229 |
-
}
|
230 |
-
|
231 |
-
.btn-warning {
|
232 |
-
color: #ffffff;
|
233 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
234 |
-
background-color: #faa732;
|
235 |
-
*background-color: #f89406;
|
236 |
-
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
237 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
238 |
-
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
239 |
-
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
240 |
-
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
241 |
-
background-repeat: repeat-x;
|
242 |
-
border-color: #f89406 #f89406 #ad6704;
|
243 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
244 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
245 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
246 |
-
}
|
247 |
-
|
248 |
-
.btn-warning:hover,
|
249 |
-
.btn-warning:active,
|
250 |
-
.btn-warning.active,
|
251 |
-
.btn-warning.disabled,
|
252 |
-
.btn-warning[disabled] {
|
253 |
-
color: #ffffff;
|
254 |
-
background-color: #f89406;
|
255 |
-
*background-color: #df8505;
|
256 |
-
}
|
257 |
-
|
258 |
-
.btn-warning:active,
|
259 |
-
.btn-warning.active {
|
260 |
-
background-color: #c67605 \9;
|
261 |
-
}
|
262 |
-
|
263 |
-
.btn-danger {
|
264 |
-
color: #ffffff;
|
265 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
266 |
-
background-color: #da4f49;
|
267 |
-
*background-color: #bd362f;
|
268 |
-
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
269 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
270 |
-
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
271 |
-
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
272 |
-
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
273 |
-
background-repeat: repeat-x;
|
274 |
-
border-color: #bd362f #bd362f #802420;
|
275 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
276 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
277 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
278 |
-
}
|
279 |
-
|
280 |
-
.btn-danger:hover,
|
281 |
-
.btn-danger:active,
|
282 |
-
.btn-danger.active,
|
283 |
-
.btn-danger.disabled,
|
284 |
-
.btn-danger[disabled] {
|
285 |
-
color: #ffffff;
|
286 |
-
background-color: #bd362f;
|
287 |
-
*background-color: #a9302a;
|
288 |
-
}
|
289 |
-
|
290 |
-
.btn-danger:active,
|
291 |
-
.btn-danger.active {
|
292 |
-
background-color: #942a25 \9;
|
293 |
-
}
|
294 |
-
|
295 |
-
.btn-success {
|
296 |
-
color: #ffffff;
|
297 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
298 |
-
background-color: #5bb75b;
|
299 |
-
*background-color: #51a351;
|
300 |
-
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
301 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
302 |
-
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
303 |
-
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
304 |
-
background-image: linear-gradient(to bottom, #62c462, #51a351);
|
305 |
-
background-repeat: repeat-x;
|
306 |
-
border-color: #51a351 #51a351 #387038;
|
307 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
308 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
309 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
310 |
-
}
|
311 |
-
|
312 |
-
.btn-success:hover,
|
313 |
-
.btn-success:active,
|
314 |
-
.btn-success.active,
|
315 |
-
.btn-success.disabled,
|
316 |
-
.btn-success[disabled] {
|
317 |
-
color: #ffffff;
|
318 |
-
background-color: #51a351;
|
319 |
-
*background-color: #499249;
|
320 |
-
}
|
321 |
-
|
322 |
-
.btn-success:active,
|
323 |
-
.btn-success.active {
|
324 |
-
background-color: #408140 \9;
|
325 |
-
}
|
326 |
-
|
327 |
-
.btn-info {
|
328 |
-
color: #ffffff;
|
329 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
330 |
-
background-color: #49afcd;
|
331 |
-
*background-color: #2f96b4;
|
332 |
-
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
333 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
334 |
-
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
335 |
-
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
336 |
-
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
337 |
-
background-repeat: repeat-x;
|
338 |
-
border-color: #2f96b4 #2f96b4 #1f6377;
|
339 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
340 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
341 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
342 |
-
margin-top: 0px;
|
343 |
-
}
|
344 |
-
|
345 |
-
.btn-info:hover,
|
346 |
-
.btn-info:active,
|
347 |
-
.btn-info.active,
|
348 |
-
.btn-info.disabled,
|
349 |
-
.btn-info[disabled] {
|
350 |
-
color: #ffffff;
|
351 |
-
background-color: #2f96b4;
|
352 |
-
*background-color: #2a85a0;
|
353 |
-
}
|
354 |
-
|
355 |
-
.btn-info:active,
|
356 |
-
.btn-info.active {
|
357 |
-
background-color: #24748c \9;
|
358 |
-
}
|
359 |
-
|
360 |
-
.btn-inverse {
|
361 |
-
color: #ffffff;
|
362 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
363 |
-
background-color: #363636;
|
364 |
-
*background-color: #222222;
|
365 |
-
background-image: -moz-linear-gradient(top, #444444, #222222);
|
366 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
367 |
-
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
368 |
-
background-image: -o-linear-gradient(top, #444444, #222222);
|
369 |
-
background-image: linear-gradient(to bottom, #444444, #222222);
|
370 |
-
background-repeat: repeat-x;
|
371 |
-
border-color: #222222 #222222 #000000;
|
372 |
-
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
373 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
374 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
375 |
-
}
|
376 |
-
|
377 |
-
.btn-inverse:hover,
|
378 |
-
.btn-inverse:active,
|
379 |
-
.btn-inverse.active,
|
380 |
-
.btn-inverse.disabled,
|
381 |
-
.btn-inverse[disabled] {
|
382 |
-
color: #ffffff;
|
383 |
-
background-color: #222222;
|
384 |
-
*background-color: #151515;
|
385 |
-
}
|
386 |
-
|
387 |
-
.btn-inverse:active,
|
388 |
-
.btn-inverse.active {
|
389 |
-
background-color: #080808 \9;
|
390 |
-
}
|
391 |
-
|
392 |
-
.stat {
|
393 |
-
margin: 0px;
|
394 |
-
padding: 0px;
|
395 |
-
}
|
396 |
-
|
397 |
-
.item-list.table .percent {
|
398 |
-
width: 30px;
|
399 |
-
float: right;
|
400 |
-
margin-right: 10px;
|
401 |
-
margin-top: 3px;
|
402 |
-
}
|
403 |
-
|
404 |
-
.item-list.table .title {
|
405 |
-
padding-top: -5px;
|
406 |
-
}
|
407 |
-
|
408 |
-
.stat .title {
|
409 |
-
margin-left: 10px;
|
410 |
-
margin-right: 10px;
|
411 |
-
font-size: 13px;
|
412 |
-
}
|
413 |
-
|
414 |
-
.stat.good .percent {
|
415 |
-
color: #52e136;
|
416 |
-
font-size: 16px;
|
417 |
-
font-weight: bold;
|
418 |
-
}
|
419 |
-
|
420 |
-
.stat.bad .percent {
|
421 |
-
color: #d12610;
|
422 |
-
font-size: 16px;
|
423 |
-
font-weight: bold;
|
424 |
-
}
|
425 |
-
|
426 |
-
.stat.ok .percent {
|
427 |
-
color: #37b7f3;
|
428 |
-
font-size: 16px;
|
429 |
-
font-weight: bold;
|
430 |
-
}
|
431 |
-
|
432 |
-
.line-chart {
|
433 |
-
display: none
|
434 |
-
}
|
435 |
-
|
436 |
-
.layout-block {
|
437 |
-
background-color: #F6F6F6;
|
438 |
-
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
|
439 |
-
background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
|
440 |
-
background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
|
441 |
-
background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
|
442 |
-
background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
|
443 |
-
background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
|
444 |
-
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);
|
445 |
-
|
446 |
-
border: 1px solid #D5D5D5;
|
447 |
-
box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);
|
448 |
-
|
449 |
-
-webkit-border-radius: 2px;
|
450 |
-
-moz-border-radius: 2px;
|
451 |
-
border-radius: 2px;
|
452 |
-
|
453 |
-
line-height: 18px;
|
454 |
-
margin: 0 0 20px 0;
|
455 |
-
padding: 10px;
|
456 |
-
}
|
457 |
-
|
458 |
-
.layout-span12 {
|
459 |
-
width: 940px;
|
460 |
-
}
|
461 |
-
|
462 |
-
.layout-span11 {
|
463 |
-
width: 860px;
|
464 |
-
}
|
465 |
-
|
466 |
-
.layout-span10 {
|
467 |
-
width: 780px;
|
468 |
-
}
|
469 |
-
|
470 |
-
.layout-span9 {
|
471 |
-
width: 700px;
|
472 |
-
}
|
473 |
-
|
474 |
-
.layout-span8 {
|
475 |
-
width: 620px;
|
476 |
-
}
|
477 |
-
|
478 |
-
.layout-span7 {
|
479 |
-
width: 540px;
|
480 |
-
}
|
481 |
-
|
482 |
-
.layout-span6 {
|
483 |
-
width: 460px;
|
484 |
-
}
|
485 |
-
|
486 |
-
.layout-span5 {
|
487 |
-
width: 380px;
|
488 |
-
}
|
489 |
-
|
490 |
-
.layout-span4 {
|
491 |
-
width: 300px;
|
492 |
-
}
|
493 |
-
|
494 |
-
.layout-span3 {
|
495 |
-
width: 220px;
|
496 |
-
}
|
497 |
-
|
498 |
-
.layout-span2 {
|
499 |
-
width: 140px;
|
500 |
-
}
|
501 |
-
|
502 |
-
.layout-span1 {
|
503 |
-
width: 60px;
|
504 |
-
}
|
505 |
-
|
506 |
-
.offset12 {
|
507 |
-
margin-left: 980px;
|
508 |
-
}
|
509 |
-
|
510 |
-
.offset11 {
|
511 |
-
margin-left: 900px;
|
512 |
-
}
|
513 |
-
|
514 |
-
.offset10 {
|
515 |
-
margin-left: 820px;
|
516 |
-
}
|
517 |
-
|
518 |
-
.offset9 {
|
519 |
-
margin-left: 740px;
|
520 |
-
}
|
521 |
-
|
522 |
-
.offset8 {
|
523 |
-
margin-left: 660px;
|
524 |
-
}
|
525 |
-
|
526 |
-
.offset7 {
|
527 |
-
margin-left: 580px;
|
528 |
-
}
|
529 |
-
|
530 |
-
.offset6 {
|
531 |
-
margin-left: 500px;
|
532 |
-
}
|
533 |
-
|
534 |
-
.offset5 {
|
535 |
-
margin-left: 420px;
|
536 |
-
}
|
537 |
-
|
538 |
-
.offset4 {
|
539 |
-
margin-left: 340px;
|
540 |
-
}
|
541 |
-
|
542 |
-
.offset3 {
|
543 |
-
margin-left: 260px;
|
544 |
-
}
|
545 |
-
|
546 |
-
.offset2 {
|
547 |
-
margin-left: 180px;
|
548 |
-
}
|
549 |
-
|
550 |
-
.offset1 {
|
551 |
-
margin-left: 100px;
|
552 |
-
}
|
553 |
-
|
554 |
-
.fluid-layout {
|
555 |
-
width: 99%;
|
556 |
-
margin-top: 1%;
|
557 |
-
*zoom: 1;
|
558 |
-
}
|
559 |
-
|
560 |
-
.fluid-layout:before,
|
561 |
-
.fluid-layout:after {
|
562 |
-
display: table;
|
563 |
-
line-height: 0;
|
564 |
-
content: "";
|
565 |
-
}
|
566 |
-
|
567 |
-
.fluid-layout:after {
|
568 |
-
clear: both;
|
569 |
-
}
|
570 |
-
|
571 |
-
.fluid-layout [class*="layout-span"] {
|
572 |
-
display: block;
|
573 |
-
float: left;
|
574 |
-
width: 100%;
|
575 |
-
min-height: 30px;
|
576 |
-
margin-left: 2.127659574468085%;
|
577 |
-
*margin-left: 2.074468085106383%;
|
578 |
-
-webkit-box-sizing: border-box;
|
579 |
-
-moz-box-sizing: border-box;
|
580 |
-
box-sizing: border-box;
|
581 |
-
}
|
582 |
-
|
583 |
-
.fluid-layout [class*="layout-span"]:first-child {
|
584 |
-
margin-left: 0;
|
585 |
-
}
|
586 |
-
|
587 |
-
.fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
|
588 |
-
margin-left: 2.127659574468085%;
|
589 |
-
}
|
590 |
-
|
591 |
-
.fluid-layout .layout-span12 {
|
592 |
-
width: 100%;
|
593 |
-
*width: 99.94680851063829%;
|
594 |
-
}
|
595 |
-
|
596 |
-
.fluid-layout .layout-span11 {
|
597 |
-
width: 91.48936170212765%;
|
598 |
-
*width: 91.43617021276594%;
|
599 |
-
}
|
600 |
-
|
601 |
-
.fluid-layout .layout-span10 {
|
602 |
-
width: 82.97872340425532%;
|
603 |
-
*width: 82.92553191489361%;
|
604 |
-
}
|
605 |
-
|
606 |
-
.fluid-layout .layout-span9 {
|
607 |
-
width: 74.46808510638297%;
|
608 |
-
*width: 74.41489361702126%;
|
609 |
-
}
|
610 |
-
|
611 |
-
.fluid-layout .layout-span8 {
|
612 |
-
width: 65.95744680851064%;
|
613 |
-
*width: 65.90425531914893%;
|
614 |
-
}
|
615 |
-
|
616 |
-
.fluid-layout .layout-span7 {
|
617 |
-
width: 57.44680851063829%;
|
618 |
-
*width: 57.39361702127659%;
|
619 |
-
}
|
620 |
-
|
621 |
-
.fluid-layout .layout-span6 {
|
622 |
-
width: 48.93617021276595%;
|
623 |
-
*width: 48.88297872340425%;
|
624 |
-
}
|
625 |
-
|
626 |
-
.fluid-layout .layout-span5 {
|
627 |
-
width: 40.42553191489362%;
|
628 |
-
*width: 40.37234042553192%;
|
629 |
-
}
|
630 |
-
|
631 |
-
.fluid-layout .layout-span4 {
|
632 |
-
width: 31.914893617021278%;
|
633 |
-
*width: 31.861702127659576%;
|
634 |
-
}
|
635 |
-
|
636 |
-
.fluid-layout .layout-span3 {
|
637 |
-
width: 23.404255319148934%;
|
638 |
-
*width: 23.351063829787233%;
|
639 |
-
}
|
640 |
-
|
641 |
-
.fluid-layout .layout-span2 {
|
642 |
-
width: 14.893617021276595%;
|
643 |
-
*width: 14.840425531914894%;
|
644 |
-
}
|
645 |
-
|
646 |
-
.fluid-layout .layout-span1 {
|
647 |
-
width: 6.382978723404255%;
|
648 |
-
*width: 6.329787234042553%;
|
649 |
-
}
|
650 |
-
|
651 |
-
.fluid-layout .offset12 {
|
652 |
-
margin-left: 104.25531914893617%;
|
653 |
-
*margin-left: 104.14893617021275%;
|
654 |
-
}
|
655 |
-
|
656 |
-
.fluid-layout .offset12:first-child {
|
657 |
-
margin-left: 102.12765957446808%;
|
658 |
-
*margin-left: 102.02127659574467%;
|
659 |
-
}
|
660 |
-
|
661 |
-
.fluid-layout .offset11 {
|
662 |
-
margin-left: 95.74468085106382%;
|
663 |
-
*margin-left: 95.6382978723404%;
|
664 |
-
}
|
665 |
-
|
666 |
-
.fluid-layout .offset11:first-child {
|
667 |
-
margin-left: 93.61702127659574%;
|
668 |
-
*margin-left: 93.51063829787232%;
|
669 |
-
}
|
670 |
-
|
671 |
-
.fluid-layout .offset10 {
|
672 |
-
margin-left: 87.23404255319149%;
|
673 |
-
*margin-left: 87.12765957446807%;
|
674 |
-
}
|
675 |
-
|
676 |
-
.fluid-layout .offset10:first-child {
|
677 |
-
margin-left: 85.1063829787234%;
|
678 |
-
*margin-left: 84.99999999999999%;
|
679 |
-
}
|
680 |
-
|
681 |
-
.fluid-layout .offset9 {
|
682 |
-
margin-left: 78.72340425531914%;
|
683 |
-
*margin-left: 78.61702127659572%;
|
684 |
-
}
|
685 |
-
|
686 |
-
.fluid-layout .offset9:first-child {
|
687 |
-
margin-left: 76.59574468085106%;
|
688 |
-
*margin-left: 76.48936170212764%;
|
689 |
-
}
|
690 |
-
|
691 |
-
.fluid-layout .offset8 {
|
692 |
-
margin-left: 70.2127659574468%;
|
693 |
-
*margin-left: 70.10638297872339%;
|
694 |
-
}
|
695 |
-
|
696 |
-
.fluid-layout .offset8:first-child {
|
697 |
-
margin-left: 68.08510638297872%;
|
698 |
-
*margin-left: 67.9787234042553%;
|
699 |
-
}
|
700 |
-
|
701 |
-
.fluid-layout .offset7 {
|
702 |
-
margin-left: 61.70212765957446%;
|
703 |
-
*margin-left: 61.59574468085106%;
|
704 |
-
}
|
705 |
-
|
706 |
-
.fluid-layout .offset7:first-child {
|
707 |
-
margin-left: 59.574468085106375%;
|
708 |
-
*margin-left: 59.46808510638297%;
|
709 |
-
}
|
710 |
-
|
711 |
-
.fluid-layout .offset6 {
|
712 |
-
margin-left: 53.191489361702125%;
|
713 |
-
*margin-left: 53.085106382978715%;
|
714 |
-
}
|
715 |
-
|
716 |
-
.fluid-layout .offset6:first-child {
|
717 |
-
margin-left: 51.063829787234035%;
|
718 |
-
*margin-left: 50.95744680851063%;
|
719 |
-
}
|
720 |
-
|
721 |
-
.fluid-layout .offset5 {
|
722 |
-
margin-left: 44.68085106382979%;
|
723 |
-
*margin-left: 44.57446808510638%;
|
724 |
-
}
|
725 |
-
|
726 |
-
.fluid-layout .offset5:first-child {
|
727 |
-
margin-left: 42.5531914893617%;
|
728 |
-
*margin-left: 42.4468085106383%;
|
729 |
-
}
|
730 |
-
|
731 |
-
.fluid-layout .offset4 {
|
732 |
-
margin-left: 36.170212765957444%;
|
733 |
-
*margin-left: 36.06382978723405%;
|
734 |
-
}
|
735 |
-
|
736 |
-
.fluid-layout .offset4:first-child {
|
737 |
-
margin-left: 34.04255319148936%;
|
738 |
-
*margin-left: 33.93617021276596%;
|
739 |
-
}
|
740 |
-
|
741 |
-
.fluid-layout .offset3 {
|
742 |
-
margin-left: 27.659574468085104%;
|
743 |
-
*margin-left: 27.5531914893617%;
|
744 |
-
}
|
745 |
-
|
746 |
-
.fluid-layout .offset3:first-child {
|
747 |
-
margin-left: 25.53191489361702%;
|
748 |
-
*margin-left: 25.425531914893618%;
|
749 |
-
}
|
750 |
-
|
751 |
-
.fluid-layout .offset2 {
|
752 |
-
margin-left: 19.148936170212764%;
|
753 |
-
*margin-left: 19.04255319148936%;
|
754 |
-
}
|
755 |
-
|
756 |
-
.fluid-layout .offset2:first-child {
|
757 |
-
margin-left: 17.02127659574468%;
|
758 |
-
*margin-left: 16.914893617021278%;
|
759 |
-
}
|
760 |
-
|
761 |
-
.fluid-layout .offset1 {
|
762 |
-
margin-left: 10.638297872340425%;
|
763 |
-
*margin-left: 10.53191489361702%;
|
764 |
-
}
|
765 |
-
|
766 |
-
.fluid-layout .offset1:first-child {
|
767 |
-
margin-left: 8.51063829787234%;
|
768 |
-
*margin-left: 8.404255319148938%;
|
769 |
-
}
|
770 |
-
|
771 |
-
[class*="layout-span"].hide,
|
772 |
-
.fluid-layout [class*="layout-span"].hide {
|
773 |
-
display: none;
|
774 |
-
}
|
775 |
-
|
776 |
-
[class*="layout-span"].pull-right,
|
777 |
-
.fluid-layout [class*="layout-span"].pull-right {
|
778 |
-
float: right;
|
779 |
-
}
|
780 |
-
|
781 |
-
.fluid-layout input[class*="layout-span"],
|
782 |
-
.fluid-layout select[class*="layout-span"],
|
783 |
-
.fluid-layout textarea[class*="layout-span"],
|
784 |
-
.fluid-layout .uneditable-input[class*="layout-span"] {
|
785 |
-
float: none;
|
786 |
-
margin-left: 0;
|
787 |
-
}
|
788 |
-
|
789 |
-
.fluid-layout input[class*="layout-span"],
|
790 |
-
.fluid-layout select[class*="layout-span"],
|
791 |
-
.fluid-layout textarea[class*="layout-span"],
|
792 |
-
.fluid-layout .uneditable-input[class*="layout-span"],
|
793 |
-
.fluid-layout .input-prepend [class*="layout-span"],
|
794 |
-
.fluid-layout .input-append [class*="layout-span"] {
|
795 |
-
display: inline-block;
|
796 |
-
}
|
797 |
-
|
798 |
-
.controls-row [class*="layout-span"],
|
799 |
-
.fluid-layout .controls-row [class*="layout-span"] {
|
800 |
-
float: left;
|
801 |
-
}
|
802 |
-
|
803 |
-
/*********************************TABLE CONTENT********************************/
|
804 |
-
table td[class*="layout-span"],
|
805 |
-
table th[class*="layout-span"],
|
806 |
-
.fluid-layout table td[class*="layout-span"],
|
807 |
-
.fluid-layout table th[class*="layout-span"] {
|
808 |
-
display: table-cell;
|
809 |
-
float: none;
|
810 |
-
margin-left: 0;
|
811 |
-
}
|
812 |
-
|
813 |
-
table td.layout-span1,
|
814 |
-
table th.layout-span1 {
|
815 |
-
float: none;
|
816 |
-
width: 44px;
|
817 |
-
margin-left: 0;
|
818 |
-
}
|
819 |
-
|
820 |
-
table td.layout-span2,
|
821 |
-
table th.layout-span2 {
|
822 |
-
float: none;
|
823 |
-
width: 124px;
|
824 |
-
margin-left: 0;
|
825 |
-
}
|
826 |
-
|
827 |
-
table td.layout-span3,
|
828 |
-
table th.layout-span3 {
|
829 |
-
float: none;
|
830 |
-
width: 204px;
|
831 |
-
margin-left: 0;
|
832 |
-
}
|
833 |
-
|
834 |
-
table td.layout-span4,
|
835 |
-
table th.layout-span4 {
|
836 |
-
float: none;
|
837 |
-
width: 284px;
|
838 |
-
margin-left: 0;
|
839 |
-
}
|
840 |
-
|
841 |
-
table td.layout-span5,
|
842 |
-
table th.layout-span5 {
|
843 |
-
float: none;
|
844 |
-
width: 364px;
|
845 |
-
margin-left: 0;
|
846 |
-
}
|
847 |
-
|
848 |
-
table td.layout-span6,
|
849 |
-
table th.layout-span6 {
|
850 |
-
float: none;
|
851 |
-
width: 444px;
|
852 |
-
margin-left: 0;
|
853 |
-
}
|
854 |
-
|
855 |
-
table td.layout-span7,
|
856 |
-
table th.layout-span7 {
|
857 |
-
float: none;
|
858 |
-
width: 524px;
|
859 |
-
margin-left: 0;
|
860 |
-
}
|
861 |
-
|
862 |
-
table td.layout-span8,
|
863 |
-
table th.layout-span8 {
|
864 |
-
float: none;
|
865 |
-
width: 604px;
|
866 |
-
margin-left: 0;
|
867 |
-
}
|
868 |
-
|
869 |
-
table td.layout-span9,
|
870 |
-
table th.layout-span9 {
|
871 |
-
float: none;
|
872 |
-
width: 684px;
|
873 |
-
margin-left: 0;
|
874 |
-
}
|
875 |
-
|
876 |
-
table td.layout-span10,
|
877 |
-
table th.layout-span10 {
|
878 |
-
float: none;
|
879 |
-
width: 764px;
|
880 |
-
margin-left: 0;
|
881 |
-
}
|
882 |
-
|
883 |
-
table td.layout-span11,
|
884 |
-
table th.layout-span11 {
|
885 |
-
float: none;
|
886 |
-
width: 844px;
|
887 |
-
margin-left: 0;
|
888 |
-
}
|
889 |
-
|
890 |
-
table td.layout-span12,
|
891 |
-
table th.layout-span12 {
|
892 |
-
float: none;
|
893 |
-
width: 924px;
|
894 |
-
margin-left: 0;
|
895 |
-
}
|
896 |
-
|
897 |
-
.layout-table-controls {
|
898 |
-
margin: 0 -1px;
|
899 |
-
}
|
900 |
-
|
901 |
-
.layout-table-controls > li {
|
902 |
-
display: inline-block;
|
903 |
-
margin: 0 1px;
|
904 |
-
}
|
905 |
-
|
906 |
-
/*.layout-table-controls > li > .btn { padding: 0px; }*/
|
907 |
-
*
|
908 |
-
|
909 |
-
/
|
910 |
-
.layout-table-controls > li > .btn > i {
|
911 |
-
margin-left: 0;
|
912 |
-
margin-right: 0;
|
913 |
-
}
|
914 |
-
|
915 |
-
.layout-table-controls > li > a > i {
|
916 |
-
margin-right: 0;
|
917 |
-
font-size: 14px;
|
918 |
-
color: #555;
|
919 |
-
}
|
920 |
-
|
921 |
-
.layout-table-controls > li > a.btn > b, .layout-table-controls > li > a > b {
|
922 |
-
margin: 1px 0 -1px 0;
|
923 |
-
font-size: 14px;
|
924 |
-
color: #555;
|
925 |
-
width: 1.1em;
|
926 |
-
float: none;
|
927 |
-
}
|
928 |
-
|
929 |
-
.stats-overview-cont {
|
930 |
-
padding-top: 0px;
|
931 |
-
margin-bottom: 15px;
|
932 |
-
}
|
933 |
-
|
934 |
-
.stats-overview {
|
935 |
-
clear: both;
|
936 |
-
padding: 10px 10px 0px 10px;
|
937 |
-
margin: 0px;
|
938 |
-
margin-bottom: 5px;
|
939 |
-
}
|
940 |
-
|
941 |
-
.stats-overview .display {
|
942 |
-
margin-right: 5px;
|
943 |
-
float: left;
|
944 |
-
}
|
945 |
-
|
946 |
-
.stats-overview .details {
|
947 |
-
color: #888;
|
948 |
-
}
|
949 |
-
|
950 |
-
.stats-overview .details .title {
|
951 |
-
color: #777;
|
952 |
-
font-size: 12px;
|
953 |
-
font-weight: normal;
|
954 |
-
margin-bottom: 3px;
|
955 |
-
padding: 0px !important;
|
956 |
-
}
|
957 |
-
|
958 |
-
.stats-overview .details .title i {
|
959 |
-
color: #999;
|
960 |
-
margin-right: 2px;
|
961 |
-
}
|
962 |
-
|
963 |
-
.stats-overview .details .numbers {
|
964 |
-
color: #777;
|
965 |
-
font-size: 20px;
|
966 |
-
font-weight: bold;
|
967 |
-
margin-bottom: 6px;
|
968 |
-
!important
|
969 |
-
}
|
970 |
-
|
971 |
-
.stats-overview .progress-layout {
|
972 |
-
height: 10px;
|
973 |
-
margin-bottom: 10px !important;
|
974 |
-
}
|
975 |
-
|
976 |
-
.stats-overview:hover {
|
977 |
-
text-decoration: none !important;
|
978 |
-
border-color: #999 !important;
|
979 |
-
color: #444 !important;
|
980 |
-
text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
|
981 |
-
-webkit-transition: all 0.3s ease !important;
|
982 |
-
-moz-transition: all 0.3s ease !important;
|
983 |
-
-ms-transition: all 0.3s ease !important;
|
984 |
-
-o-transition: all 0.3s ease !important;
|
985 |
-
transition: all 0.3s ease !important;
|
986 |
-
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
|
987 |
-
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
|
988 |
-
box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
|
989 |
-
}
|
990 |
-
|
991 |
-
@-webkit-keyframes progress-bar-stripes {
|
992 |
-
from {
|
993 |
-
background-position: 40px 0;
|
994 |
-
}
|
995 |
-
to {
|
996 |
-
background-position: 0 0;
|
997 |
-
}
|
998 |
-
}
|
999 |
-
|
1000 |
-
@-moz-keyframes progress-bar-stripes {
|
1001 |
-
from {
|
1002 |
-
background-position: 40px 0;
|
1003 |
-
}
|
1004 |
-
to {
|
1005 |
-
background-position: 0 0;
|
1006 |
-
}
|
1007 |
-
}
|
1008 |
-
|
1009 |
-
@-ms-keyframes progress-bar-stripes {
|
1010 |
-
from {
|
1011 |
-
background-position: 40px 0;
|
1012 |
-
}
|
1013 |
-
to {
|
1014 |
-
background-position: 0 0;
|
1015 |
-
}
|
1016 |
-
}
|
1017 |
-
|
1018 |
-
@-o-keyframes progress-bar-stripes {
|
1019 |
-
from {
|
1020 |
-
background-position: 0 0;
|
1021 |
-
}
|
1022 |
-
to {
|
1023 |
-
background-position: 40px 0;
|
1024 |
-
}
|
1025 |
-
}
|
1026 |
-
|
1027 |
-
@keyframes progress-bar-stripes {
|
1028 |
-
from {
|
1029 |
-
background-position: 40px 0;
|
1030 |
-
}
|
1031 |
-
to {
|
1032 |
-
background-position: 0 0;
|
1033 |
-
}
|
1034 |
-
}
|
1035 |
-
|
1036 |
-
.progress-layout {
|
1037 |
-
height: 20px;
|
1038 |
-
margin-bottom: 20px;
|
1039 |
-
overflow: hidden;
|
1040 |
-
background-color: #f7f7f7;
|
1041 |
-
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
1042 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
1043 |
-
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
1044 |
-
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
1045 |
-
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
1046 |
-
background-repeat: repeat-x;
|
1047 |
-
-webkit-border-radius: 4px;
|
1048 |
-
-moz-border-radius: 4px;
|
1049 |
-
border-radius: 4px;
|
1050 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
|
1051 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1052 |
-
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1053 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1054 |
-
}
|
1055 |
-
|
1056 |
-
.progress-layout .bar {
|
1057 |
-
float: left;
|
1058 |
-
width: 0;
|
1059 |
-
height: 100%;
|
1060 |
-
font-size: 12px;
|
1061 |
-
color: #ffffff;
|
1062 |
-
text-align: center;
|
1063 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1064 |
-
background-color: #0e90d2;
|
1065 |
-
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
1066 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
1067 |
-
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
1068 |
-
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
1069 |
-
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
1070 |
-
background-repeat: repeat-x;
|
1071 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
1072 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1073 |
-
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1074 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1075 |
-
-webkit-box-sizing: border-box;
|
1076 |
-
-moz-box-sizing: border-box;
|
1077 |
-
box-sizing: border-box;
|
1078 |
-
-webkit-transition: width 0.6s ease;
|
1079 |
-
-moz-transition: width 0.6s ease;
|
1080 |
-
-o-transition: width 0.6s ease;
|
1081 |
-
transition: width 0.6s ease;
|
1082 |
-
}
|
1083 |
-
|
1084 |
-
.progress-layout .bar + .bar {
|
1085 |
-
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1086 |
-
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1087 |
-
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
1088 |
-
}
|
1089 |
-
|
1090 |
-
.progress-layout-striped .bar {
|
1091 |
-
background-color: #149bdf;
|
1092 |
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
1093 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1094 |
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1095 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1096 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1097 |
-
-webkit-background-size: 40px 40px;
|
1098 |
-
-moz-background-size: 40px 40px;
|
1099 |
-
-o-background-size: 40px 40px;
|
1100 |
-
background-size: 40px 40px;
|
1101 |
-
}
|
1102 |
-
|
1103 |
-
.progress-layout.active .bar {
|
1104 |
-
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
1105 |
-
-moz-animation: progress-bar-stripes 2s linear infinite;
|
1106 |
-
-ms-animation: progress-bar-stripes 2s linear infinite;
|
1107 |
-
-o-animation: progress-bar-stripes 2s linear infinite;
|
1108 |
-
animation: progress-bar-stripes 2s linear infinite;
|
1109 |
-
}
|
1110 |
-
|
1111 |
-
.progress-layout-danger .bar,
|
1112 |
-
.progress-layout .bar-danger {
|
1113 |
-
background-color: #dd514c;
|
1114 |
-
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
1115 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
1116 |
-
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
1117 |
-
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
1118 |
-
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
1119 |
-
background-repeat: repeat-x;
|
1120 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
1121 |
-
}
|
1122 |
-
|
1123 |
-
.progress-layout-danger.progress-layout-striped .bar,
|
1124 |
-
.progress-layout-striped .bar-danger {
|
1125 |
-
background-color: #ee5f5b;
|
1126 |
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
1127 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1128 |
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1129 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1130 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1131 |
-
}
|
1132 |
-
|
1133 |
-
.progress-layout-success .bar,
|
1134 |
-
.progress-layout .bar-success {
|
1135 |
-
background-color: #5eb95e;
|
1136 |
-
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
1137 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
1138 |
-
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
1139 |
-
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
1140 |
-
background-image: linear-gradient(to bottom, #62c462, #57a957);
|
1141 |
-
background-repeat: repeat-x;
|
1142 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
1143 |
-
}
|
1144 |
-
|
1145 |
-
.progress-layout-success.progress-layout-striped .bar,
|
1146 |
-
.progress-layout-striped .bar-success {
|
1147 |
-
background-color: #62c462;
|
1148 |
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
1149 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1150 |
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1151 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1152 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1153 |
-
}
|
1154 |
-
|
1155 |
-
.progress-layout-info .bar,
|
1156 |
-
.progress-layout .bar-info {
|
1157 |
-
background-color: #4bb1cf;
|
1158 |
-
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
1159 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
1160 |
-
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
1161 |
-
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
1162 |
-
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
1163 |
-
background-repeat: repeat-x;
|
1164 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
1165 |
-
}
|
1166 |
-
|
1167 |
-
.progress-layout-info.progress-layout-striped .bar,
|
1168 |
-
.progress-layout-striped .bar-info {
|
1169 |
-
background-color: #5bc0de;
|
1170 |
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
1171 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1172 |
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1173 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1174 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1175 |
-
}
|
1176 |
-
|
1177 |
-
.progress-layout-warning .bar,
|
1178 |
-
.progress-layout .bar-warning {
|
1179 |
-
background-color: #faa732;
|
1180 |
-
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
1181 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
1182 |
-
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
1183 |
-
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
1184 |
-
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
1185 |
-
background-repeat: repeat-x;
|
1186 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
1187 |
-
}
|
1188 |
-
|
1189 |
-
.progress-layout-warning.progress-layout-striped .bar,
|
1190 |
-
.progress-layout-striped .bar-warning {
|
1191 |
-
background-color: #fbb450;
|
1192 |
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
1193 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1194 |
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1195 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1196 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
1197 |
-
}
|
1198 |
-
|
1199 |
-
.widget-layout {
|
1200 |
-
background: none repeat scroll 0 0 #F9F9F9;
|
1201 |
-
border-top: 1px solid #e0dede;
|
1202 |
-
border-left: 1px solid #e0dede;
|
1203 |
-
border-right: 1px solid #e0dede;
|
1204 |
-
clear: both;
|
1205 |
-
margin-top: 0px;
|
1206 |
-
margin-bottom: 20px;
|
1207 |
-
-webkit-border-radius: 3px;
|
1208 |
-
-moz-border-radius: 3px;
|
1209 |
-
border-radius: 3px;
|
1210 |
-
}
|
1211 |
-
|
1212 |
-
.widget-layout-title {
|
1213 |
-
background-color: #EFEFEF;
|
1214 |
-
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
|
1215 |
-
background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
|
1216 |
-
background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
|
1217 |
-
background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
|
1218 |
-
background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
|
1219 |
-
background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
|
1220 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0);
|
1221 |
-
border-bottom: 1px solid #e0dede;
|
1222 |
-
height: 36px;
|
1223 |
-
|
1224 |
-
-webkit-border-radius: 3px 3px 0px 0px;
|
1225 |
-
-moz-border-radius: 3px 3px 0px 0px;
|
1226 |
-
border-radius: 3px 3px 0px 0px;
|
1227 |
-
}
|
1228 |
-
|
1229 |
-
/****************************** Widget Section *********************************/
|
1230 |
-
.widget-layout-title > h4 {
|
1231 |
-
color: #444;
|
1232 |
-
float: left;
|
1233 |
-
font-size: 13px;
|
1234 |
-
font-weight: bold;
|
1235 |
-
padding: 12px 11px 10px 15px;
|
1236 |
-
line-height: 12px;
|
1237 |
-
margin: 0px !important;
|
1238 |
-
}
|
1239 |
-
|
1240 |
-
.widget-layout-title > h4 i {
|
1241 |
-
font-size: 14px;
|
1242 |
-
margin-right: 6px;
|
1243 |
-
!important
|
1244 |
-
}
|
1245 |
-
|
1246 |
-
.widget-layout-title span.tools {
|
1247 |
-
padding: 3px 5px 2px;
|
1248 |
-
float: right;
|
1249 |
-
margin: 6px 0px 0 0 !important;
|
1250 |
-
cursor: pointer;
|
1251 |
-
}
|
1252 |
-
|
1253 |
-
.widget-layout-title span.tools > a {
|
1254 |
-
display: inline-block;
|
1255 |
-
margin-right: 5px !important;
|
1256 |
-
color: #555;
|
1257 |
-
font-size: 14px;
|
1258 |
-
}
|
1259 |
-
|
1260 |
-
.widget-layout-title span.tools > a:hover {
|
1261 |
-
text-decoration: none;
|
1262 |
-
-webkit-transition: all 0.1s ease-in-out;
|
1263 |
-
-moz-transition: all 0.1s ease-in-out;
|
1264 |
-
-o-transition: all 0.1s ease-in-out;
|
1265 |
-
-ms-transition: all 0.1s ease-in-out;
|
1266 |
-
transition: all 0.1s ease-in-out;
|
1267 |
-
opacity: .6;
|
1268 |
-
}
|
1269 |
-
|
1270 |
-
.widget-layout-title .btn-group {
|
1271 |
-
margin-right: 5px !important;
|
1272 |
-
margin-top: -2px !important;
|
1273 |
-
}
|
1274 |
-
|
1275 |
-
.widget-layout-title .btn-group .caret {
|
1276 |
-
margin-top: 8px !important;
|
1277 |
-
margin-left: 3px !important;
|
1278 |
-
}
|
1279 |
-
|
1280 |
-
.widget-layout-body {
|
1281 |
-
padding: 10px 15px;
|
1282 |
-
border-bottom: 1px solid #CDCDCD;
|
1283 |
-
-webkit-border-radius: 0px 0px 3px 3px;
|
1284 |
-
-moz-border-radius: 0px 0px 3px 3px;
|
1285 |
-
border-radius: 0px 0px 3px 3px;
|
1286 |
-
}
|
1287 |
-
|
1288 |
-
/********************** Widget Section *********************************/
|
1289 |
-
.fluid-layout table {
|
1290 |
-
max-width: 100%;
|
1291 |
-
background-color: transparent;
|
1292 |
-
border-collapse: collapse;
|
1293 |
-
border-spacing: 0;
|
1294 |
-
}
|
1295 |
-
|
1296 |
-
.fluid-layout .table {
|
1297 |
-
width: 100%;
|
1298 |
-
margin-bottom: 20px;
|
1299 |
-
margin-top: 10px !important
|
1300 |
-
}
|
1301 |
-
|
1302 |
-
.fluid-layout .table th,
|
1303 |
-
.fluid-layout .table td {
|
1304 |
-
padding: 8px;
|
1305 |
-
line-height: 20px;
|
1306 |
-
text-align: left;
|
1307 |
-
vertical-align: top;
|
1308 |
-
border-top: 1px solid #dddddd;
|
1309 |
-
}
|
1310 |
-
|
1311 |
-
.fluid-layout .table th {
|
1312 |
-
font-weight: bold;
|
1313 |
-
}
|
1314 |
-
|
1315 |
-
.fluid-layout .table caption + thead tr:first-child th,
|
1316 |
-
.fluid-layout .table caption + thead tr:first-child td,
|
1317 |
-
.fluid-layout .table colgroup + thead tr:first-child th,
|
1318 |
-
.fluid-layout .table colgroup + thead tr:first-child td,
|
1319 |
-
.fluid-layout.table thead:first-child tr:first-child th,
|
1320 |
-
.fluid-layout.table thead :first-child tr:first-child td {
|
1321 |
-
border-top: 0;
|
1322 |
-
}
|
1323 |
-
|
1324 |
-
.fluid-layout .table tbody + tbody {
|
1325 |
-
border-top: 2px solid #dddddd;
|
1326 |
-
}
|
1327 |
-
|
1328 |
-
.fluid-layout .table .table {
|
1329 |
-
background-color: #ffffff;
|
1330 |
-
}
|
1331 |
-
|
1332 |
-
.fluid-layout .table-condensed th,
|
1333 |
-
.fluid-layout .table-condensed td {
|
1334 |
-
padding: 4px 5px;
|
1335 |
-
}
|
1336 |
-
|
1337 |
-
.fluid-layout .table-bordered {
|
1338 |
-
border: 1px solid #dddddd;
|
1339 |
-
border-collapse: separate;
|
1340 |
-
*border-collapse: collapse;
|
1341 |
-
border-left: 0;
|
1342 |
-
-webkit-border-radius: 4px;
|
1343 |
-
-moz-border-radius: 4px;
|
1344 |
-
border-radius: 4px;
|
1345 |
-
}
|
1346 |
-
|
1347 |
-
.fluid-layout .table-bordered th,
|
1348 |
-
.fluid-layout .table-bordered td {
|
1349 |
-
border-left: 1px solid #dddddd;
|
1350 |
-
}
|
1351 |
-
|
1352 |
-
.fluid-layout .table-striped tbody > tr:nth-child(odd) > td,
|
1353 |
-
.fluid-layout .table-striped tbody > tr:nth-child(odd) > th {
|
1354 |
-
background-color: #f9f9f9;
|
1355 |
-
}
|
1356 |
-
|
1357 |
-
.fluid-layout .table-hover tbody tr:hover td,
|
1358 |
-
.fluid-layout .table-hover tbody tr:hover th {
|
1359 |
-
background-color: #f5f5f5;
|
1360 |
-
}
|
1361 |
-
|
1362 |
-
.fluid-layout .table tbody tr.success td {
|
1363 |
-
background-color: #dff0d8;
|
1364 |
-
}
|
1365 |
-
|
1366 |
-
.fluid-layout .table tbody tr.error td {
|
1367 |
-
background-color: #f2dede;
|
1368 |
-
}
|
1369 |
-
|
1370 |
-
.fluid-layout .table tbody tr.warning td {
|
1371 |
-
background-color: #fcf8e3;
|
1372 |
-
}
|
1373 |
-
|
1374 |
-
.fluid-layout .table tbody tr.info td {
|
1375 |
-
background-color: #d9edf7;
|
1376 |
-
}
|
1377 |
-
|
1378 |
-
.fluid-layout .table-hover tbody tr.success:hover td {
|
1379 |
-
background-color: #d0e9c6;
|
1380 |
-
}
|
1381 |
-
|
1382 |
-
.fluid-layout .table-hover tbody tr.error:hover td {
|
1383 |
-
background-color: #ebcccc;
|
1384 |
-
}
|
1385 |
-
|
1386 |
-
.fluid-layout .table-hover tbody tr.warning:hover td {
|
1387 |
-
background-color: #faf2cc;
|
1388 |
-
}
|
1389 |
-
|
1390 |
-
.fluid-layout .table-hover tbody tr.info:hover td {
|
1391 |
-
background-color: #c4e3f3;
|
1392 |
-
}
|
1393 |
-
|
1394 |
-
.label-layout,
|
1395 |
-
.badge {
|
1396 |
-
display: inline-block;
|
1397 |
-
padding: 2px 4px;
|
1398 |
-
font-size: 11.844px;
|
1399 |
-
font-weight: bold;
|
1400 |
-
line-height: 14px;
|
1401 |
-
color: #ffffff;
|
1402 |
-
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1403 |
-
white-space: nowrap;
|
1404 |
-
vertical-align: baseline;
|
1405 |
-
background-color: #999999;
|
1406 |
-
}
|
1407 |
-
|
1408 |
-
.label-layout {
|
1409 |
-
-webkit-border-radius: 3px;
|
1410 |
-
-moz-border-radius: 3px;
|
1411 |
-
border-radius: 3px;
|
1412 |
-
}
|
1413 |
-
|
1414 |
-
.badge {
|
1415 |
-
padding-right: 9px;
|
1416 |
-
padding-left: 9px;
|
1417 |
-
-webkit-border-radius: 9px;
|
1418 |
-
-moz-border-radius: 9px;
|
1419 |
-
border-radius: 9px;
|
1420 |
-
}
|
1421 |
-
|
1422 |
-
.label-layout:empty,
|
1423 |
-
.badge:empty {
|
1424 |
-
display: none;
|
1425 |
-
}
|
1426 |
-
|
1427 |
-
.label-layout-important,
|
1428 |
-
.badge-important {
|
1429 |
-
background-color: #b94a48;
|
1430 |
-
}
|
1431 |
-
|
1432 |
-
.label-layout-important[href],
|
1433 |
-
.badge-important[href] {
|
1434 |
-
background-color: #953b39;
|
1435 |
-
}
|
1436 |
-
|
1437 |
-
.label-layout-warning,
|
1438 |
-
.badge-warning {
|
1439 |
-
background-color: #f89406;
|
1440 |
-
}
|
1441 |
-
|
1442 |
-
.label-layout-warning[href],
|
1443 |
-
.badge-warning[href] {
|
1444 |
-
background-color: #c67605;
|
1445 |
-
}
|
1446 |
-
|
1447 |
-
.label-layout-success,
|
1448 |
-
.badge-success {
|
1449 |
-
background-color: #468847;
|
1450 |
-
}
|
1451 |
-
|
1452 |
-
.label-layout-success[href],
|
1453 |
-
.badge-success[href] {
|
1454 |
-
background-color: #356635;
|
1455 |
-
}
|
1456 |
-
|
1457 |
-
.label-layout-info,
|
1458 |
-
.badge-info {
|
1459 |
-
background-color: #3a87ad;
|
1460 |
-
}
|
1461 |
-
|
1462 |
-
.label-layout-info[href],
|
1463 |
-
.badge-info[href] {
|
1464 |
-
background-color: #2d6987;
|
1465 |
-
}
|
1466 |
-
|
1467 |
-
.label-layout-inverse,
|
1468 |
-
.badge-inverse {
|
1469 |
-
background-color: #333333;
|
1470 |
-
}
|
1471 |
-
|
1472 |
-
.label-layout-inverse[href],
|
1473 |
-
.badge-inverse[href] {
|
1474 |
-
background-color: #1a1a1a;
|
1475 |
-
}
|
1476 |
-
|
1477 |
-
.btn .label-layout,
|
1478 |
-
.btn .badge {
|
1479 |
-
position: relative;
|
1480 |
-
top: -1px;
|
1481 |
-
}
|
1482 |
-
|
1483 |
-
.btn-mini .label-layout,
|
1484 |
-
.btn-mini .badge {
|
1485 |
-
top: 0;
|
1486 |
-
}
|
1487 |
-
|
1488 |
-
.fluid-layout a {
|
1489 |
-
|
1490 |
-
text-decoration: none !important
|
1491 |
-
}
|
1492 |
-
|
1493 |
-
.fluid-layout a:hover {
|
1494 |
-
|
1495 |
-
text-decoration: none !important
|
1496 |
-
}
|
1497 |
-
|
1498 |
-
/***********************************************FORM CONTENT***********************************************/
|
1499 |
-
.widget-layout-body .form form {
|
1500 |
-
margin: 0px !important;
|
1501 |
-
padding: 0px !important;
|
1502 |
-
}
|
1503 |
-
|
1504 |
-
.widget-layout-body .layout-control-group:last-child {
|
1505 |
-
padding-bottom: 0px !important;
|
1506 |
-
margin-bottom: 0px !important;
|
1507 |
-
}
|
1508 |
-
|
1509 |
-
.widget-layout-body .form-actions {
|
1510 |
-
margin-left: -15px !important;
|
1511 |
-
margin-right: -15px !important;
|
1512 |
-
margin-top: 20px !important;
|
1513 |
-
margin-bottom: -15px !important;
|
1514 |
-
margin-top: 20px;
|
1515 |
-
padding-left: 195px;
|
1516 |
-
-webkit-border-radius: 0px 0px 4px 4px;
|
1517 |
-
-moz-border-radius: 0px 0px 4px 4px;
|
1518 |
-
border-radius: 0px 0px 4px 4px;
|
1519 |
-
}
|
1520 |
-
|
1521 |
-
.widget-layout-body .dataTables_info, .widget-layout-body .dataTables_paginate {
|
1522 |
-
/*margin-top: 5px !important;*/
|
1523 |
-
padding-bottom: 0px !important;
|
1524 |
-
margin-bottom: -4px !important;
|
1525 |
-
}
|
1526 |
-
|
1527 |
-
.dataTables_info {
|
1528 |
-
padding: 0px;
|
1529 |
-
display: block;
|
1530 |
-
float: left;
|
1531 |
-
}
|
1532 |
-
|
1533 |
-
.dataTables_paginate {
|
1534 |
-
float: right;
|
1535 |
-
margin: 0px;
|
1536 |
-
}
|
1537 |
-
|
1538 |
-
.dataTables_paginate .last {
|
1539 |
-
margin-right: 0 !important;
|
1540 |
-
}
|
1541 |
-
|
1542 |
-
paging_full_numbers {
|
1543 |
-
height: 22px;
|
1544 |
-
line-height: 22px;
|
1545 |
-
}
|
1546 |
-
|
1547 |
-
.paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active {
|
1548 |
-
font-weight: normal !important;
|
1549 |
-
}
|
1550 |
-
|
1551 |
-
.paging_full_numbers a:active {
|
1552 |
-
outline: none
|
1553 |
-
}
|
1554 |
-
|
1555 |
-
.paging_full_numbers a:hover {
|
1556 |
-
text-decoration: none;
|
1557 |
-
}
|
1558 |
-
|
1559 |
-
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
|
1560 |
-
border: 1px solid #d3d3d3;
|
1561 |
-
-webkit-border-radius: 2px;
|
1562 |
-
-moz-border-radius: 2px;
|
1563 |
-
border-radius: 2px;
|
1564 |
-
padding: 5px 8px;
|
1565 |
-
margin: 0 3px;
|
1566 |
-
cursor: pointer;
|
1567 |
-
*cursor: hand;
|
1568 |
-
color: #919191;
|
1569 |
-
font-size: 11px;
|
1570 |
-
box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
|
1571 |
-
-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
|
1572 |
-
-moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
|
1573 |
-
}
|
1574 |
-
|
1575 |
-
.paging_full_numbers a.paginate_button {
|
1576 |
-
background: #ffffff;
|
1577 |
-
background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
|
1578 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
|
1579 |
-
background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
|
1580 |
-
background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
|
1581 |
-
background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
|
1582 |
-
background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
|
1583 |
-
}
|
1584 |
-
|
1585 |
-
.paging_full_numbers a.paginate_button:hover {
|
1586 |
-
background: #fcfcfc;
|
1587 |
-
color: #327394;
|
1588 |
-
}
|
1589 |
-
|
1590 |
-
.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
|
1591 |
-
background: #6f6f6f;
|
1592 |
-
color: #fff;
|
1593 |
-
border-color: #646464;
|
1594 |
-
box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
|
1595 |
-
-webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
|
1596 |
-
-moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
|
1597 |
-
font-weight: bold;
|
1598 |
-
}
|
1599 |
-
|
1600 |
-
.paginate_button_disabled, .paginate_button_disabled:active {
|
1601 |
-
background: #F9F9F9 !important;
|
1602 |
-
color: #CCC !important;
|
1603 |
-
box-shadow: none !important;
|
1604 |
-
font-weight: normal !important;
|
1605 |
-
border: 1px solid #E5E5E5 !important;
|
1606 |
-
}
|
1607 |
-
|
1608 |
-
.paginate_button_disabled:active {
|
1609 |
-
border-color: #d3d3d3 !important;
|
1610 |
-
}
|
1611 |
-
|
1612 |
-
.dataTables_processing {
|
1613 |
-
position: absolute;
|
1614 |
-
top: 50%;
|
1615 |
-
left: 50%;
|
1616 |
-
width: 250px;
|
1617 |
-
height: 30px;
|
1618 |
-
margin-left: -125px;
|
1619 |
-
margin-top: -15px;
|
1620 |
-
padding: 14px 0 2px 0;
|
1621 |
-
border: 1px solid #ddd;
|
1622 |
-
text-align: center;
|
1623 |
-
color: #999;
|
1624 |
-
font-size: 14px;
|
1625 |
-
background-color: white;
|
1626 |
-
}
|
1627 |
-
|
1628 |
-
.sorting {
|
1629 |
-
background: url('../images/tables/sort_both.png') no-repeat 100% 8px;
|
1630 |
-
}
|
1631 |
-
|
1632 |
-
.sorting_asc {
|
1633 |
-
background: url('../images/tables/sort_asc.png') no-repeat 100% 8px;
|
1634 |
-
}
|
1635 |
-
|
1636 |
-
.sorting_desc {
|
1637 |
-
background: url('../images/tables/sort_desc.png') no-repeat 100% 8px;
|
1638 |
-
}
|
1639 |
-
|
1640 |
-
.sorting_asc_disabled {
|
1641 |
-
background: url('../images/tables/sort_asc_disabled.png') no-repeat 100% 8px;
|
1642 |
-
}
|
1643 |
-
|
1644 |
-
.sorting_desc_disabled {
|
1645 |
-
background: url('../images/tables/sort_desc_disabled.png') no-repeat 100% 8px;
|
1646 |
-
}
|
1647 |
-
|
1648 |
-
.table.dataTable th:active {
|
1649 |
-
outline: none;
|
1650 |
-
}
|
1651 |
-
|
1652 |
-
.datatable-footer {
|
1653 |
-
border-top: 1px solid #ddd;
|
1654 |
-
padding: 15px 0;
|
1655 |
-
}
|
1656 |
-
|
1657 |
-
.datatable-footer {
|
1658 |
-
background: #fcfcfc;
|
1659 |
-
background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1660 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
|
1661 |
-
background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1662 |
-
background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1663 |
-
background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1664 |
-
background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1665 |
-
}
|
1666 |
-
|
1667 |
-
.dataTables_scroll {
|
1668 |
-
clear: both;
|
1669 |
-
}
|
1670 |
-
|
1671 |
-
.dataTables_scrollBody {
|
1672 |
-
*margin-top: -1px;
|
1673 |
-
-webkit-overflow-scrolling: touch;
|
1674 |
-
}
|
1675 |
-
|
1676 |
-
.table.dataTable th:active {
|
1677 |
-
outline: none;
|
1678 |
-
}
|
1679 |
-
|
1680 |
-
.datatable-footer {
|
1681 |
-
border-top: 1px solid #ddd;
|
1682 |
-
padding: 15px 0;
|
1683 |
-
margin-bottom: 10px;
|
1684 |
-
}
|
1685 |
-
|
1686 |
-
.datatable-footer {
|
1687 |
-
background: #fcfcfc;
|
1688 |
-
background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1689 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
|
1690 |
-
background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1691 |
-
background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1692 |
-
background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1693 |
-
background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
|
1694 |
-
}
|
1695 |
-
|
1696 |
-
.dataTables_scroll {
|
1697 |
-
clear: both;
|
1698 |
-
}
|
1699 |
-
|
1700 |
-
.dataTables_scrollBody {
|
1701 |
-
*margin-top: -1px;
|
1702 |
-
-webkit-overflow-scrolling: touch;
|
1703 |
-
}
|
1704 |
-
|
1705 |
-
.widget-layout-body .table {
|
1706 |
-
padding-bottom: 0px !important;
|
1707 |
-
margin-bottom: 0px !important;
|
1708 |
-
}
|
1709 |
-
|
1710 |
-
.form-search input,
|
1711 |
-
.form-inline input,
|
1712 |
-
.layout-form input,
|
1713 |
-
.form-search textarea,
|
1714 |
-
.form-inline textarea,
|
1715 |
-
.layout-form textarea,
|
1716 |
-
.form-search select,
|
1717 |
-
.form-inline select,
|
1718 |
-
.layout-form select,
|
1719 |
-
.form-search .help-inline,
|
1720 |
-
.form-inline .help-inline,
|
1721 |
-
.layout-form .help-inline,
|
1722 |
-
.form-search .uneditable-input,
|
1723 |
-
.form-inline .uneditable-input,
|
1724 |
-
.layout-form .uneditable-input,
|
1725 |
-
.form-search .input-prepend,
|
1726 |
-
.form-inline .input-prepend,
|
1727 |
-
.layout-form .input-prepend,
|
1728 |
-
.form-search .input-append,
|
1729 |
-
.form-inline .input-append,
|
1730 |
-
.layout-form .input-append {
|
1731 |
-
display: inline-block;
|
1732 |
-
*display: inline;
|
1733 |
-
margin-bottom: 0;
|
1734 |
-
vertical-align: middle;
|
1735 |
-
*zoom: 1;
|
1736 |
-
}
|
1737 |
-
|
1738 |
-
.layout-control-group {
|
1739 |
-
margin-bottom: 10px;
|
1740 |
-
}
|
1741 |
-
|
1742 |
-
legend + .layout-control-group {
|
1743 |
-
margin-top: 20px;
|
1744 |
-
-webkit-margin-top-collapse: separate;
|
1745 |
-
}
|
1746 |
-
|
1747 |
-
.layout-form .layout-control-group {
|
1748 |
-
*zoom: 1;
|
1749 |
-
}
|
1750 |
-
|
1751 |
-
.layout-form .layout-control-group:before,
|
1752 |
-
.layout-form .layout-control-group:after {
|
1753 |
-
display: table;
|
1754 |
-
line-height: 0;
|
1755 |
-
content: "";
|
1756 |
-
}
|
1757 |
-
|
1758 |
-
.layout-form .layout-control-group:after {
|
1759 |
-
clear: both;
|
1760 |
-
}
|
1761 |
-
|
1762 |
-
.layout-form .layout-control-label {
|
1763 |
-
float: left;
|
1764 |
-
width: 160px;
|
1765 |
-
padding-top: 8px;
|
1766 |
-
text-align: left;
|
1767 |
-
}
|
1768 |
-
|
1769 |
-
.layout-form .layout-controls {
|
1770 |
-
*display: inline-block;
|
1771 |
-
*padding-left: 20px;
|
1772 |
-
margin-left: 180px;
|
1773 |
-
*margin-left: 0;
|
1774 |
-
}
|
1775 |
-
|
1776 |
-
.layout-form .layout-controls-radio {
|
1777 |
-
margin-top: 7px;
|
1778 |
-
float: left;
|
1779 |
-
margin-left: 20px;
|
1780 |
-
}
|
1781 |
-
|
1782 |
-
.layout-form .layout-controls:first-child {
|
1783 |
-
*padding-left: 180px;
|
1784 |
-
}
|
1785 |
-
|
1786 |
-
.layout-form .help-block {
|
1787 |
-
margin-bottom: 0;
|
1788 |
-
}
|
1789 |
-
|
1790 |
-
.layout-form input + .help-block,
|
1791 |
-
.layout-form select + .help-block,
|
1792 |
-
.layout-form textarea + .help-block,
|
1793 |
-
.layout-form .uneditable-input + .help-block,
|
1794 |
-
.layout-form .input-prepend + .help-block,
|
1795 |
-
.layout-form .input-append + .help-block {
|
1796 |
-
margin-top: 10px;
|
1797 |
-
}
|
1798 |
-
|
1799 |
-
.layout-form .form-actions {
|
1800 |
-
padding-left: 180px;
|
1801 |
-
}
|
1802 |
-
|
1803 |
-
.layout-control-group.warning > label,
|
1804 |
-
.layout-control-group.warning .help-block,
|
1805 |
-
.layout-control-group.warning .help-inline {
|
1806 |
-
color: #c09853;
|
1807 |
-
}
|
1808 |
-
|
1809 |
-
.layout-control-group.warning .checkbox,
|
1810 |
-
.layout-control-group.warning .radio,
|
1811 |
-
.layout-control-group.warning input,
|
1812 |
-
.layout-control-group.warning select,
|
1813 |
-
.layout-control-group.warning textarea {
|
1814 |
-
color: #c09853;
|
1815 |
-
}
|
1816 |
-
|
1817 |
-
.layout-control-group.warning input,
|
1818 |
-
.layout-control-group.warning select,
|
1819 |
-
.layout-control-group.warning textarea {
|
1820 |
-
border-color: #c09853;
|
1821 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1822 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1823 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1824 |
-
}
|
1825 |
-
|
1826 |
-
.layout-control-group.warning input:focus,
|
1827 |
-
.layout-control-group.warning select:focus,
|
1828 |
-
.layout-control-group.warning textarea:focus {
|
1829 |
-
border-color: #a47e3c;
|
1830 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1831 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1832 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1833 |
-
}
|
1834 |
-
|
1835 |
-
.layout-control-group.warning .input-prepend .add-on,
|
1836 |
-
.layout-control-group.warning .input-append .add-on {
|
1837 |
-
color: #c09853;
|
1838 |
-
background-color: #fcf8e3;
|
1839 |
-
border-color: #c09853;
|
1840 |
-
}
|
1841 |
-
|
1842 |
-
.layout-control-group.error > label,
|
1843 |
-
.layout-control-group.error .help-block,
|
1844 |
-
.layout-control-group.error .help-inline {
|
1845 |
-
color: #b94a48;
|
1846 |
-
}
|
1847 |
-
|
1848 |
-
.error {
|
1849 |
-
color: #b94a48;
|
1850 |
-
}
|
1851 |
-
|
1852 |
-
.layout-control-group.error .checkbox,
|
1853 |
-
.layout-control-group.error .radio,
|
1854 |
-
.layout-control-group.error input,
|
1855 |
-
.layout-control-group.error select,
|
1856 |
-
.layout-control-group.error textarea {
|
1857 |
-
color: #b94a48;
|
1858 |
-
}
|
1859 |
-
|
1860 |
-
.layout-control-group.error input,
|
1861 |
-
.layout-control-group.error select,
|
1862 |
-
.layout-control-group.error textarea {
|
1863 |
-
border-color: #b94a48;
|
1864 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1865 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1866 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1867 |
-
}
|
1868 |
-
|
1869 |
-
.layout-control-group.error input:focus,
|
1870 |
-
.layout-control-group.error select:focus,
|
1871 |
-
.layout-control-group.error textarea:focus {
|
1872 |
-
border-color: #953b39;
|
1873 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1874 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1875 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1876 |
-
}
|
1877 |
-
|
1878 |
-
.layout-control-group.error .input-prepend .add-on,
|
1879 |
-
.layout-control-group.error .input-append .add-on {
|
1880 |
-
color: #b94a48;
|
1881 |
-
background-color: #f2dede;
|
1882 |
-
border-color: #b94a48;
|
1883 |
-
}
|
1884 |
-
|
1885 |
-
.layout-control-group.success > label,
|
1886 |
-
.layout-control-group.success .help-block,
|
1887 |
-
.layout-control-group.success .help-inline {
|
1888 |
-
color: #468847;
|
1889 |
-
}
|
1890 |
-
|
1891 |
-
.layout-control-group.success .checkbox,
|
1892 |
-
.layout-control-group.success .radio,
|
1893 |
-
.layout-control-group.success input,
|
1894 |
-
.layout-control-group.success select,
|
1895 |
-
.layout-control-group.success textarea {
|
1896 |
-
color: #468847;
|
1897 |
-
}
|
1898 |
-
|
1899 |
-
.layout-control-group.success input,
|
1900 |
-
.layout-control-group.success select,
|
1901 |
-
.layout-control-group.success textarea {
|
1902 |
-
border-color: #468847;
|
1903 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1904 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1905 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1906 |
-
}
|
1907 |
-
|
1908 |
-
.layout-control-group.success input:focus,
|
1909 |
-
.layout-control-group.success select:focus,
|
1910 |
-
.layout-control-group.success textarea:focus {
|
1911 |
-
border-color: #356635;
|
1912 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1913 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1914 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1915 |
-
}
|
1916 |
-
|
1917 |
-
.layout-control-group.success .input-prepend .add-on,
|
1918 |
-
.layout-control-group.success .input-append .add-on {
|
1919 |
-
color: #468847;
|
1920 |
-
background-color: #dff0d8;
|
1921 |
-
border-color: #468847;
|
1922 |
-
}
|
1923 |
-
|
1924 |
-
.layout-control-group.info > label,
|
1925 |
-
.layout-control-group.info .help-block,
|
1926 |
-
.layout-control-group.info .help-inline {
|
1927 |
-
color: #3a87ad;
|
1928 |
-
}
|
1929 |
-
|
1930 |
-
.layout-control-group.info .checkbox,
|
1931 |
-
.layout-control-group.info .radio,
|
1932 |
-
.layout-control-group.info input,
|
1933 |
-
.layout-control-group.info select,
|
1934 |
-
.layout-control-group.info textarea {
|
1935 |
-
color: #3a87ad;
|
1936 |
-
}
|
1937 |
-
|
1938 |
-
.layout-control-group.info input,
|
1939 |
-
.layout-control-group.info select,
|
1940 |
-
.layout-control-group.info textarea {
|
1941 |
-
border-color: #3a87ad;
|
1942 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1943 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1944 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1945 |
-
}
|
1946 |
-
|
1947 |
-
.layout-control-group.info input:focus,
|
1948 |
-
.layout-control-group.info select:focus,
|
1949 |
-
.layout-control-group.info textarea:focus {
|
1950 |
-
border-color: #2d6987;
|
1951 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
1952 |
-
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
1953 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
1954 |
-
}
|
1955 |
-
|
1956 |
-
.layout-control-group.info .input-prepend .add-on,
|
1957 |
-
.layout-control-group.info .input-append .add-on {
|
1958 |
-
color: #3a87ad;
|
1959 |
-
background-color: #d9edf7;
|
1960 |
-
border-color: #3a87ad;
|
1961 |
-
}
|
1962 |
-
|
1963 |
-
.layout-controls > .radio,
|
1964 |
-
.layout-controls > .checkbox {
|
1965 |
-
display: inline-block;
|
1966 |
-
/*padding: 0 !important;*/
|
1967 |
-
margin: 0 !important;
|
1968 |
-
margin-top: 0px !important;
|
1969 |
-
margin-right: 15px !important;
|
1970 |
-
}
|
1971 |
-
|
1972 |
-
.layout-controls > .radio.line,
|
1973 |
-
.layout-controls > .checkbox.line {
|
1974 |
-
display: block;
|
1975 |
-
padding: 0 !important;
|
1976 |
-
margin: 0 !important;
|
1977 |
-
margin-top: 5px !important;
|
1978 |
-
}
|
1979 |
-
|
1980 |
-
.layout-controls .text {
|
1981 |
-
display: block;
|
1982 |
-
margin-top: 5px;
|
1983 |
-
}
|
1984 |
-
|
1985 |
-
.layout-controls > .radio:first-child,
|
1986 |
-
.layout-controls > .checkbox:first-child {
|
1987 |
-
padding-top: 7px;
|
1988 |
-
}
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
.dropup, .dropdown {
|
1993 |
-
position: relative;
|
1994 |
-
}
|
1995 |
-
|
1996 |
-
.dropdown-toggle {
|
1997 |
-
*margin-bottom: -3px;
|
1998 |
-
}
|
1999 |
-
|
2000 |
-
.dropdown-toggle:active, .open .dropdown-toggle {
|
2001 |
-
outline: 0;
|
2002 |
-
}
|
2003 |
-
|
2004 |
-
/* # Other classes
|
2005 |
-
================================================== */
|
2006 |
-
|
2007 |
-
.close {
|
2008 |
-
float: right;
|
2009 |
-
font-size: 16px;
|
2010 |
-
line-height: 16px;
|
2011 |
-
color: #000000;
|
2012 |
-
opacity: 0.2;
|
2013 |
-
filter: alpha(opacity=20);
|
2014 |
-
}
|
2015 |
-
|
2016 |
-
.close:hover {
|
2017 |
-
color: #000000;
|
2018 |
-
text-decoration: none;
|
2019 |
-
cursor: pointer;
|
2020 |
-
opacity: 0.4;
|
2021 |
-
filter: alpha(opacity=40);
|
2022 |
-
}
|
2023 |
-
|
2024 |
-
button.close {
|
2025 |
-
padding: 0;
|
2026 |
-
cursor: pointer;
|
2027 |
-
background: transparent;
|
2028 |
-
border: 0;
|
2029 |
-
}
|
2030 |
-
|
2031 |
-
.pull-right {
|
2032 |
-
float: right;
|
2033 |
-
}
|
2034 |
-
|
2035 |
-
.pull-left {
|
2036 |
-
float: left;
|
2037 |
-
}
|
2038 |
-
|
2039 |
-
.hide {
|
2040 |
-
display: none;
|
2041 |
-
}
|
2042 |
-
|
2043 |
-
.show {
|
2044 |
-
display: block;
|
2045 |
-
}
|
2046 |
-
|
2047 |
-
.invisible {
|
2048 |
-
visibility: hidden;
|
2049 |
-
}
|
2050 |
-
|
2051 |
-
.typeahead {
|
2052 |
-
margin-top: -1px;
|
2053 |
-
}
|
2054 |
-
|
2055 |
-
.fade {
|
2056 |
-
opacity: 0;
|
2057 |
-
-webkit-transition: opacity 0.15s linear;
|
2058 |
-
-moz-transition: opacity 0.15s linear;
|
2059 |
-
-o-transition: opacity 0.15s linear;
|
2060 |
-
transition: opacity 0.15s linear;
|
2061 |
-
}
|
2062 |
-
|
2063 |
-
.fade.in {
|
2064 |
-
opacity: 1;
|
2065 |
-
}
|
2066 |
-
|
2067 |
-
.collapse {
|
2068 |
-
position: relative;
|
2069 |
-
height: 0;
|
2070 |
-
overflow: hidden;
|
2071 |
-
-webkit-transition: height 0.35s ease;
|
2072 |
-
-moz-transition: height 0.35s ease;
|
2073 |
-
-o-transition: height 0.35s ease;
|
2074 |
-
transition: height 0.35s ease;
|
2075 |
-
}
|
2076 |
-
|
2077 |
-
.collapse.in {
|
2078 |
-
height: auto;
|
2079 |
-
}
|
2080 |
-
|
2081 |
-
.hidden {
|
2082 |
-
display: none;
|
2083 |
-
}
|
2084 |
-
|
2085 |
-
*=
|
2086 |
-
=
|
2087 |
-
=
|
2088 |
-
=
|
2089 |
-
=
|
2090 |
-
Popover
|
2091 |
-
|
2092 |
-
=
|
2093 |
-
=
|
2094 |
-
=
|
2095 |
-
=
|
2096 |
-
=
|
2097 |
-
*
|
2098 |
-
|
2099 |
-
/
|
2100 |
-
|
2101 |
-
.popover {
|
2102 |
-
position: absolute;
|
2103 |
-
top: 0;
|
2104 |
-
left: 0;
|
2105 |
-
z-index: 1010;
|
2106 |
-
display: none;
|
2107 |
-
background-color: #ffffff;
|
2108 |
-
border: 1px solid #d5d5d5;
|
2109 |
-
-webkit-background-clip: padding-box;
|
2110 |
-
-moz-background-clip: padding;
|
2111 |
-
background-clip: padding-box;
|
2112 |
-
-webkit-border-radius: 3px;
|
2113 |
-
-moz-border-radius: 3px;
|
2114 |
-
border-radius: 3px;
|
2115 |
-
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
2116 |
-
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
2117 |
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
2118 |
-
}
|
2119 |
-
|
2120 |
-
.popover.top {
|
2121 |
-
margin-bottom: 10px;
|
2122 |
-
}
|
2123 |
-
|
2124 |
-
.popover.right {
|
2125 |
-
margin-left: 10px;
|
2126 |
-
}
|
2127 |
-
|
2128 |
-
.popover.bottom {
|
2129 |
-
margin-top: 10px;
|
2130 |
-
}
|
2131 |
-
|
2132 |
-
.popover.left {
|
2133 |
-
margin-left: -10px;
|
2134 |
-
}
|
2135 |
-
|
2136 |
-
.popover-title {
|
2137 |
-
border-bottom: 1px solid #d5d5d5;
|
2138 |
-
margin: 0;
|
2139 |
-
padding: 9px 14px 8px 14px;
|
2140 |
-
font-size: 12px;
|
2141 |
-
font-weight: bold;
|
2142 |
-
line-height: 18px;
|
2143 |
-
-webkit-border-radius: 3px 3px 0 0;
|
2144 |
-
-moz-border-radius: 3px 3px 0 0;
|
2145 |
-
border-radius: 3px 3px 0 0;
|
2146 |
-
background: #f7f7f7;
|
2147 |
-
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
|
2148 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
|
2149 |
-
background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
|
2150 |
-
background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
|
2151 |
-
background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
|
2152 |
-
background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
|
2153 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
|
2154 |
-
|
2155 |
-
box-shadow: 0 1px 0 #fff;
|
2156 |
-
-webkit-box-shadow: 0 1px 0 #fff;
|
2157 |
-
-moz-box-shadow: 0 1px 0 #fff;
|
2158 |
-
}
|
2159 |
-
|
2160 |
-
.popover-content {
|
2161 |
-
padding: 9px 14px;
|
2162 |
-
}
|
2163 |
-
|
2164 |
-
.popover-content p, .popover-content ul, .popover-content ol {
|
2165 |
-
margin-bottom: 0;
|
2166 |
-
}
|
2167 |
-
|
2168 |
-
.popover .arrow, .popover .arrow:after {
|
2169 |
-
position: absolute;
|
2170 |
-
display: inline-block;
|
2171 |
-
width: 0;
|
2172 |
-
height: 0;
|
2173 |
-
border-color: transparent;
|
2174 |
-
border-style: solid;
|
2175 |
-
}
|
2176 |
-
|
2177 |
-
.popover .arrow:after {
|
2178 |
-
content: "";
|
2179 |
-
z-index: -1;
|
2180 |
-
}
|
2181 |
-
|
2182 |
-
.popover.top .arrow {
|
2183 |
-
bottom: -7px;
|
2184 |
-
left: 50%;
|
2185 |
-
margin-left: -7px;
|
2186 |
-
border-width: 7px 7px 0;
|
2187 |
-
border-top-color: #ffffff;
|
2188 |
-
}
|
2189 |
-
|
2190 |
-
.popover.top .arrow:after {
|
2191 |
-
border-width: 8px 8px 0;
|
2192 |
-
border-top-color: rgba(0, 0, 0, 0.25);
|
2193 |
-
bottom: -1px;
|
2194 |
-
left: -8px;
|
2195 |
-
}
|
2196 |
-
|
2197 |
-
.popover.right .arrow {
|
2198 |
-
top: 50%;
|
2199 |
-
left: -7px;
|
2200 |
-
margin-top: -7px;
|
2201 |
-
border-width: 7px 7px 7px 0;
|
2202 |
-
border-right-color: #ffffff;
|
2203 |
-
}
|
2204 |
-
|
2205 |
-
.popover.right .arrow:after {
|
2206 |
-
border-width: 8px 8px 8px 0;
|
2207 |
-
border-right-color: rgba(0, 0, 0, 0.25);
|
2208 |
-
bottom: -8px;
|
2209 |
-
left: -1px;
|
2210 |
-
}
|
2211 |
-
|
2212 |
-
.popover.bottom .arrow {
|
2213 |
-
top: -7px;
|
2214 |
-
left: 50%;
|
2215 |
-
margin-left: -7px;
|
2216 |
-
border-width: 0 7px 7px;
|
2217 |
-
border-bottom-color: #ffffff;
|
2218 |
-
}
|
2219 |
-
|
2220 |
-
.popover.bottom .arrow:after {
|
2221 |
-
border-width: 0 8px 8px;
|
2222 |
-
border-bottom-color: rgba(0, 0, 0, 0.25);
|
2223 |
-
top: -1px;
|
2224 |
-
left: -8px;
|
2225 |
-
}
|
2226 |
-
|
2227 |
-
.popover.left .arrow {
|
2228 |
-
top: 50%;
|
2229 |
-
right: -7px;
|
2230 |
-
margin-top: -7px;
|
2231 |
-
border-width: 7px 0 7px 7px;
|
2232 |
-
border-left-color: #ffffff;
|
2233 |
-
}
|
2234 |
-
|
2235 |
-
.popover.left .arrow:after {
|
2236 |
-
border-width: 8px 0 8px 8px;
|
2237 |
-
border-left-color: rgba(0, 0, 0, 0.25);
|
2238 |
-
bottom: -8px;
|
2239 |
-
right: -1px;
|
2240 |
-
}
|
2241 |
-
|
2242 |
-
.custom-layout-label {
|
2243 |
-
width: 120px;
|
2244 |
-
display: inline-block;
|
2245 |
-
}
|
2246 |
-
|
2247 |
-
.layout-form .layout-label-control-group {
|
2248 |
-
float: left;
|
2249 |
-
width: 160px;
|
2250 |
-
text-align: left;
|
2251 |
-
}
|
2252 |
-
|
2253 |
-
.layout-system-report {
|
2254 |
-
display: none;
|
2255 |
-
margin: 10px 0;
|
2256 |
-
padding: 0;
|
2257 |
-
position: relative;
|
2258 |
-
}
|
2259 |
-
.close-report
|
2260 |
-
{
|
2261 |
-
display: none;
|
2262 |
-
}
|
2263 |
-
.layout-system-report textarea {
|
2264 |
-
font-family: monospace;
|
2265 |
-
width: 100%;
|
2266 |
-
margin: 0;
|
2267 |
-
height: 300px;
|
2268 |
-
padding: 20px;
|
2269 |
-
-moz-border-radius: 0;
|
2270 |
-
-webkit-border-radius: 0;
|
2271 |
-
border-radius: 0;
|
2272 |
-
resize: none;
|
2273 |
-
font-size: 12px;
|
2274 |
-
line-height: 20px;
|
2275 |
-
outline: 0;
|
2276 |
-
}
|
2277 |
-
/*************************** Gallery Bank Information Popup********************************/
|
2278 |
-
.gallery_bank_popup_box .ui-dialog-titlebar {
|
2279 |
-
background : #E33A0C;
|
2280 |
-
color : #fff;
|
2281 |
-
font-size : 1.5em;
|
2282 |
-
font-weight : normal;
|
2283 |
-
height : auto;
|
2284 |
-
line-height : 2.5;
|
2285 |
-
padding : 0 1em;
|
2286 |
-
}
|
2287 |
-
|
2288 |
-
.gallery_bank_popup_box .ui-dialog-titlebar span {
|
2289 |
-
text-align : left;
|
2290 |
-
}
|
2291 |
-
|
2292 |
-
.gallery_bank_popup_box .ui-dialog-titlebar button {
|
2293 |
-
width : 30px;
|
2294 |
-
height : 30px;
|
2295 |
-
color : #ffffff;
|
2296 |
-
top : 15px;
|
2297 |
-
right : 15px;
|
2298 |
-
margin : 0;
|
2299 |
-
padding : 0;
|
2300 |
-
}
|
2301 |
-
|
2302 |
-
.gallery_bank_popup_box .ui-dialog-titlebar button:before {
|
2303 |
-
color : #ffffff;
|
2304 |
-
}
|
2305 |
-
|
2306 |
-
.gallery_bank_popup_box .ui-dialog-titlebar button:hover:before {
|
2307 |
-
color : #fff;
|
2308 |
-
}
|
2309 |
-
|
2310 |
-
.gallery_bank_popup_box .ui-icon,
|
2311 |
-
.gallery_bank_popup_box .ui-icon:hover {
|
2312 |
-
background : none !important;
|
2313 |
-
}
|
2314 |
-
|
2315 |
-
#gallery_bank_popup {
|
2316 |
-
padding : 0;
|
2317 |
-
margin : 0;
|
2318 |
-
}
|
2319 |
-
|
2320 |
-
#gallery_bank_popup li {
|
2321 |
-
border-bottom : 1px solid #e5e5e5;
|
2322 |
-
padding : 1em 2em;
|
2323 |
-
overflow : hidden;
|
2324 |
-
list-style : decimal;
|
2325 |
-
list-style-position : inside;
|
2326 |
-
}
|
2327 |
-
|
2328 |
-
#gallery_bank_popup li p {
|
2329 |
-
margin-top : 0;
|
2330 |
-
margin-left: 13px;
|
2331 |
-
}
|
2332 |
-
|
2333 |
-
#gallery_bank_popup li h4 {
|
2334 |
-
margin : 0;
|
2335 |
-
}
|
2336 |
-
|
2337 |
-
#gallery_bank_popup .gb_close_popup {
|
2338 |
-
position : relative;
|
2339 |
-
display : block;
|
2340 |
-
width : 98%;
|
2341 |
-
line-height : 3;
|
2342 |
-
text-align : right;
|
2343 |
-
color : #AE3A3A;
|
2344 |
-
}
|
2345 |
-
.wp-core-ui .gb_buttons
|
2346 |
-
{
|
2347 |
-
border: 1px solid #FF6D1E;
|
2348 |
-
font-size: 13px;
|
2349 |
-
padding: 4px 0;
|
2350 |
-
color: #FFF;
|
2351 |
-
text-shadow: 0 1px 3px #FF6D1E;
|
2352 |
-
font-weight: bold;
|
2353 |
-
background: #FF6D1E;
|
2354 |
-
-moz-border-radius: 3px;
|
2355 |
-
border-radius: 3px;
|
2356 |
-
-webkit-border-radius: 3px;
|
2357 |
-
text-decoration: none;
|
2358 |
-
height: 35px;
|
2359 |
-
text-align: center;
|
2360 |
-
width: 100px;
|
2361 |
-
-moz-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
|
2362 |
-
-webkit-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
|
2363 |
-
box-shadow: 0px 1px 1px 0 #FF6D1E inset;
|
2364 |
-
margin-left: 13px;
|
2365 |
-
}
|
2366 |
-
.wp-core-ui .gb_buttons:hover, .wp-core-ui .gb_buttons:focus
|
2367 |
-
{
|
2368 |
-
background: #FF6D1E;
|
2369 |
-
color: #FFF;
|
2370 |
-
border: 1px solid #FF6D1E;
|
2371 |
-
-moz-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
|
2372 |
-
-webkit-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
|
2373 |
-
box-shadow: 0px 1px 1px 0 #FF6D1E inset;
|
2374 |
-
}
|
2375 |
-
/****************************** Gallery Bank Getting Started **********************************/
|
2376 |
-
#gallery_bank_get_started .inside {
|
2377 |
-
padding : 0;
|
2378 |
-
margin : 0;
|
2379 |
-
}
|
2380 |
-
|
2381 |
-
#gallery_bank_get_started .gallery-bank-video {
|
2382 |
-
position : relative;
|
2383 |
-
padding-bottom : 48.5%;
|
2384 |
-
padding-top : 25px;
|
2385 |
-
height : 0;
|
2386 |
-
width : 85%;
|
2387 |
-
margin : 1em auto 0 auto;
|
2388 |
-
}
|
2389 |
-
|
2390 |
-
#gallery_bank_get_started .gallery-bank-video iframe {
|
2391 |
-
position : absolute;
|
2392 |
-
top : 0;
|
2393 |
-
left : 0;
|
2394 |
-
width : 100%;
|
2395 |
-
height : 100%;
|
2396 |
-
}
|
2397 |
-
|
2398 |
-
.gallery_bank_getting_started {
|
2399 |
-
padding : 0 2em;
|
2400 |
-
overflow : hidden;
|
2401 |
-
}
|
2402 |
-
.gallery_bank_layout
|
2403 |
-
{
|
2404 |
-
padding: 0px 10px 0 16px;
|
2405 |
-
}
|
2406 |
-
.gallery_bank_layout > a
|
2407 |
-
{
|
2408 |
-
margin-top:15px;
|
2409 |
-
margin-bottom:10px;
|
2410 |
-
text-decoration:none !important;
|
2411 |
-
}
|
2412 |
-
.gallery_bank_layout > .btn
|
2413 |
-
{
|
2414 |
-
margin-top:15px;
|
2415 |
-
margin-bottom:10px;
|
2416 |
-
text-decoration:none !important;
|
2417 |
-
}
|
2418 |
-
.gallery_bank_getting_started .column {
|
2419 |
-
width : 100%;
|
2420 |
-
max-width : 45%;
|
2421 |
-
float : left;
|
2422 |
-
padding-right : 2.5%;
|
2423 |
-
|
2424 |
-
padding-bottom : 2em;
|
2425 |
-
}
|
2426 |
-
|
2427 |
-
.gallery_bank_getting_started .column.two {
|
2428 |
-
margin-right : 0;
|
2429 |
-
padding-right : 0;
|
2430 |
-
padding-left : 2.5%;
|
2431 |
-
border : 0;
|
2432 |
-
max-width : 49%;
|
2433 |
-
border-left : 1px solid #ebebeb;
|
2434 |
-
}
|
2435 |
-
|
2436 |
-
.gallery_bank_getting_started .gallery-bank-video-link {
|
2437 |
-
width : 100%;
|
2438 |
-
max-width : 200px;
|
2439 |
-
float : left;
|
2440 |
-
margin : 0 1.5em 1.5em 0;
|
2441 |
-
}
|
2442 |
-
|
2443 |
-
.gallery_bank_getting_started .gallery-bank-video-link img {
|
2444 |
-
max-width : 100%;
|
2445 |
-
height : auto;
|
2446 |
-
}
|
2447 |
-
|
2448 |
-
.gallery_bank_getting_started .gallery_bank_video {
|
2449 |
-
display : none;
|
2450 |
-
}
|
2451 |
-
|
2452 |
-
|
2453 |
-
.gallery-bank-video-popup .gallery_bank_video {
|
2454 |
-
padding : 0;
|
2455 |
-
margin : 0 0 -5px 0;
|
2456 |
-
}
|
2457 |
-
|
2458 |
-
.gallery-bank-video-popup .ui-dialog-titlebar {
|
2459 |
-
line-height : 1;
|
2460 |
-
font-size : 1em;
|
2461 |
-
height : 35px;
|
2462 |
-
background : #222;
|
2463 |
-
border-bottom : none;
|
2464 |
-
}
|
2465 |
-
|
2466 |
-
.gallery-bank-video-popup .ui-dialog-titlebar button {
|
2467 |
-
width : 30px;
|
2468 |
-
height : 30px;
|
2469 |
-
color : #ffffff;
|
2470 |
-
top : 0px;
|
2471 |
-
right : 0px;
|
2472 |
-
margin : 0;
|
2473 |
-
padding : 0;
|
2474 |
-
}
|
2475 |
-
|
2476 |
-
|
2477 |
-
.breadcrumb > li > a
|
2478 |
-
{
|
2479 |
-
text-decoration:none !important;
|
2480 |
-
}
|
2481 |
-
|
2482 |
-
|
2483 |
-
|
2484 |
-
.framework_tabs
|
2485 |
-
{
|
2486 |
-
width:100%;
|
2487 |
-
display:inline-block;
|
2488 |
-
}
|
2489 |
-
.framework_tab-links:after
|
2490 |
-
{
|
2491 |
-
display:inline-block;
|
2492 |
-
clear:both;
|
2493 |
-
content:'';
|
2494 |
-
}
|
2495 |
-
|
2496 |
-
.framework_tab-links li
|
2497 |
-
{
|
2498 |
-
margin:0px 5px;
|
2499 |
-
float:left;
|
2500 |
-
list-style:none;
|
2501 |
-
border :1px solid #e5e5e5;
|
2502 |
-
border-bottom:none;
|
2503 |
-
}
|
2504 |
-
|
2505 |
-
.framework_tab-links a
|
2506 |
-
{
|
2507 |
-
padding:9px 15px;
|
2508 |
-
display:inline-block;
|
2509 |
-
border-radius:3px 3px 0px 0px;
|
2510 |
-
background:#EFEFEF;
|
2511 |
-
color:#4c4c4c;
|
2512 |
-
transition:all linear 0.15s;
|
2513 |
-
}
|
2514 |
-
|
2515 |
-
.framework_tab-links a:hover
|
2516 |
-
{
|
2517 |
-
background:#ffffff;
|
2518 |
-
text-decoration:none;
|
2519 |
-
}
|
2520 |
-
|
2521 |
-
li.active a, li.active a:hover
|
2522 |
-
{
|
2523 |
-
background:#fff;
|
2524 |
-
color:#4c4c4c;
|
2525 |
-
}
|
2526 |
-
|
2527 |
-
.framework_tab-content
|
2528 |
-
{
|
2529 |
-
border-radius:3px;
|
2530 |
-
border:1px solid #e5e5e5;
|
2531 |
-
/*box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
|
2532 |
-
background:#fff;
|
2533 |
-
margin-top: 2%;
|
2534 |
-
padding: 10px 10px 10px 10px;
|
2535 |
-
margin-left: 4px;
|
2536 |
-
}
|
2537 |
-
|
2538 |
-
.framework_tab
|
2539 |
-
{
|
2540 |
-
display:none;
|
2541 |
-
}
|
2542 |
-
|
2543 |
-
.framework_tab.active
|
2544 |
-
{
|
2545 |
-
display:block;
|
2546 |
-
}
|
2547 |
-
.framework_background
|
2548 |
-
{
|
2549 |
-
background-color: #ffffff;
|
2550 |
-
padding-bottom:20px;
|
2551 |
-
}
|
2552 |
-
.framework_txt-align
|
2553 |
-
{
|
2554 |
-
vertical-align: middle !important;
|
2555 |
-
}
|
2556 |
-
.plugin-div
|
2557 |
-
{
|
2558 |
-
float: left;
|
2559 |
-
margin: 0 8px 16px;
|
2560 |
-
width: 48.5%;
|
2561 |
-
width: -webkit-calc(50% - 8px);
|
2562 |
-
width: calc(50% - 8px);
|
2563 |
-
background-color: #fff;
|
2564 |
-
border: 1px solid #dedede;
|
2565 |
-
-webkit-box-sizing: border-box;
|
2566 |
-
-moz-box-sizing: border-box;
|
2567 |
-
box-sizing: border-box
|
2568 |
-
}
|
2569 |
-
|
2570 |
-
.plugin-div:nth-child(odd)
|
2571 |
-
{
|
2572 |
-
clear: both;
|
2573 |
-
margin-left: 0
|
2574 |
-
}
|
2575 |
-
|
2576 |
-
.plugin-div:nth-child(even)
|
2577 |
-
{
|
2578 |
-
margin-right: 0
|
2579 |
-
}
|
2580 |
-
|
2581 |
-
@media screen and (max-width:782px)
|
2582 |
-
{
|
2583 |
-
.plugin-card {
|
2584 |
-
margin-left: 0;
|
2585 |
-
margin-right: 0;
|
2586 |
-
width: 100%
|
2587 |
-
}
|
2588 |
-
}
|
2589 |
-
|
2590 |
-
.plugin-div-top
|
2591 |
-
{
|
2592 |
-
position: relative;
|
2593 |
-
padding: 20px 20px 10px;
|
2594 |
-
min-height:200px;
|
2595 |
-
}
|
2596 |
-
.plugin-div-inner-content
|
2597 |
-
{
|
2598 |
-
min-height:150px;
|
2599 |
-
}
|
2600 |
-
.plugin-action-buttons, div.action-links
|
2601 |
-
{
|
2602 |
-
margin: 0
|
2603 |
-
}
|
2604 |
-
.plugin-div h4 {
|
2605 |
-
margin: 0 0 12px;
|
2606 |
-
font-size: 16px;
|
2607 |
-
line-height: 1.3
|
2608 |
-
}
|
2609 |
-
|
2610 |
-
.plugin-div .desc, .plugin-div .name
|
2611 |
-
{
|
2612 |
-
margin-left: 148px;
|
2613 |
-
|
2614 |
-
}
|
2615 |
-
|
2616 |
-
.plugin-div .action-links
|
2617 |
-
{
|
2618 |
-
|
2619 |
-
}
|
2620 |
-
.plugin-div-button
|
2621 |
-
{
|
2622 |
-
margin-left: 5px !important;
|
2623 |
-
}
|
2624 |
-
.plugin-div-settings
|
2625 |
-
{
|
2626 |
-
display:inline-block;
|
2627 |
-
margin: 0 0px 16px;
|
2628 |
-
width: 48.5%;
|
2629 |
-
width: -webkit-calc(50% - 8px);
|
2630 |
-
width: calc(50% - 8px);
|
2631 |
-
background-color: #FAFAFA;
|
2632 |
-
border: 1px solid #dedede;
|
2633 |
-
-webkit-box-sizing: border-box;
|
2634 |
-
-moz-box-sizing: border-box;
|
2635 |
-
box-sizing: border-box;
|
2636 |
-
vertical-align: top;
|
2637 |
-
min-height: 330px;
|
2638 |
-
}
|
2639 |
-
|
2640 |
-
.plugin-div-settings:nth-child(odd)
|
2641 |
-
{
|
2642 |
-
clear: both;
|
2643 |
-
margin-left: 0
|
2644 |
-
}
|
2645 |
-
|
2646 |
-
.plugin-div-settings:nth-child(even)
|
2647 |
-
{
|
2648 |
-
margin-right: 0;
|
2649 |
-
margin-left: 8px;
|
2650 |
-
|
2651 |
-
}
|
2652 |
-
|
2653 |
-
|
2654 |
-
.plugin-div-settings-top
|
2655 |
-
{
|
2656 |
-
position: relative;
|
2657 |
-
padding: 20px 20px 10px;
|
2658 |
-
background-color: #fff;
|
2659 |
-
}
|
2660 |
-
|
2661 |
-
.plugin-action-buttons, div.action-links
|
2662 |
-
{
|
2663 |
-
margin: 0
|
2664 |
-
}
|
2665 |
-
.plugin-div-settings h4
|
2666 |
-
{
|
2667 |
-
margin: 0 0 12px;
|
2668 |
-
font-size: 16px;
|
2669 |
-
line-height: 1.3
|
2670 |
-
}
|
2671 |
-
|
2672 |
-
.plugin-div-settings .desc, .plugin-div-settings .name
|
2673 |
-
{
|
2674 |
-
margin-left: 148px;
|
2675 |
-
|
2676 |
-
}
|
2677 |
-
|
2678 |
-
.plugin-div-settings-button
|
2679 |
-
{
|
2680 |
-
margin-left: 5px !important;
|
2681 |
-
|
2682 |
-
}
|
2683 |
-
.plugin-card-bottom_settings
|
2684 |
-
{
|
2685 |
-
clear: both;
|
2686 |
-
padding: 8px 20px;
|
2687 |
-
background-color: #fafafa;
|
2688 |
-
overflow: hidden;
|
2689 |
-
text-align:right;
|
2690 |
-
border-top: 1px solid #dedede
|
2691 |
-
}
|
2692 |
-
.plugin-icon-custom
|
2693 |
-
{
|
2694 |
-
position: absolute;
|
2695 |
-
top: 20px;
|
2696 |
-
left: 20px;
|
2697 |
-
max-width: 128px;
|
2698 |
-
margin: 0px 20px 20px 0px;
|
2699 |
-
text-decoration: none;
|
2700 |
-
text-align:center;
|
2701 |
-
}
|
2702 |
-
.plugin-action-buttons-custom
|
2703 |
-
{
|
2704 |
-
clear: right;
|
2705 |
-
margin-left: 2em;
|
2706 |
-
margin-bottom: 1em;
|
2707 |
-
text-align: right;
|
2708 |
-
}
|
2709 |
-
.coustom-nav-tab
|
2710 |
-
{
|
2711 |
-
padding: 6px 10px !important;
|
2712 |
-
font-weight: 700 !important;
|
2713 |
-
font-size: 15px !important;
|
2714 |
-
line-height: 24px !important;
|
2715 |
-
}
|
2716 |
-
.custom_icon
|
2717 |
-
{
|
2718 |
-
width:128px;
|
2719 |
-
height:128px;
|
2720 |
-
}
|
2721 |
-
|
2722 |
-
|
2723 |
-
.service-div-settings
|
2724 |
-
{
|
2725 |
-
display:inline-block;
|
2726 |
-
margin: 0 0px 16px;
|
2727 |
-
width: 48.5%;
|
2728 |
-
width: -webkit-calc(50% - 8px);
|
2729 |
-
width: calc(50% - 8px);
|
2730 |
-
background-color: #FAFAFA;
|
2731 |
-
border: 1px solid #dedede;
|
2732 |
-
-webkit-box-sizing: border-box;
|
2733 |
-
-moz-box-sizing: border-box;
|
2734 |
-
box-sizing: border-box;
|
2735 |
-
vertical-align: top;
|
2736 |
-
min-height: 300px;
|
2737 |
-
}
|
2738 |
-
|
2739 |
-
.service-div-settings:nth-child(odd)
|
2740 |
-
{
|
2741 |
-
clear: both;
|
2742 |
-
margin-left: 0
|
2743 |
-
}
|
2744 |
-
|
2745 |
-
.service-div-settings:nth-child(even)
|
2746 |
-
{
|
2747 |
-
margin-right: 0;
|
2748 |
-
margin-left: 8px;
|
2749 |
-
|
2750 |
-
}
|
2751 |
-
.service-div-settings .desc, .service-div-settings .name
|
2752 |
-
{
|
2753 |
-
|
2754 |
-
}
|
2755 |
-
.service-div-settings-top
|
2756 |
-
{
|
2757 |
-
position: relative;
|
2758 |
-
padding: 5px 20px;
|
2759 |
-
background-color: #fff;
|
2760 |
-
}
|
2761 |
-
.service-div-inner-content
|
2762 |
-
{
|
2763 |
-
min-height:150px;
|
2764 |
-
}
|
2765 |
-
.service-div-settings .desc p
|
2766 |
-
{
|
2767 |
-
line-height: 2em !important;
|
2768 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
our_product.php
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
<?php
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
$twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
|
4 |
-
|
5 |
-
?>
|
6 |
-
<body>
|
7 |
-
<!-- Page Content -->
|
8 |
<div class="container">
|
9 |
<!-- Jumbotron Header -->
|
10 |
<header class="jumbotron my-4">
|
@@ -23,7 +20,6 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
23 |
</div>
|
24 |
</div>
|
25 |
</div>
|
26 |
-
|
27 |
<div class="col-md-4 feature-div">
|
28 |
<div class="card">
|
29 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/widget.jpg"; ?>" alt="">
|
@@ -32,7 +28,6 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
32 |
</div>
|
33 |
</div>
|
34 |
</div>
|
35 |
-
|
36 |
<div class="col-md-4 feature-div">
|
37 |
<div class="card">
|
38 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/multiuser.jpg"; ?>" alt="">
|
@@ -41,17 +36,14 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
41 |
</div>
|
42 |
</div>
|
43 |
</div>
|
44 |
-
|
45 |
<div class="col-md-4 feature-div">
|
46 |
<div class="card">
|
47 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/disp.jpg"; ?>" alt="">
|
48 |
<div class="card-body">
|
49 |
<h4 class="card-title"><?php esc_html_e( 'Display Tweets in Slider', 'twitter-tweets' ); ?></h4>
|
50 |
-
</div>
|
51 |
-
|
52 |
</div>
|
53 |
</div>
|
54 |
-
|
55 |
<div class="col-md-4 feature-div">
|
56 |
<div class="card">
|
57 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/config.jpg"; ?>" alt="">
|
@@ -60,17 +52,14 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
60 |
</div>
|
61 |
</div>
|
62 |
</div>
|
63 |
-
|
64 |
<div class="col-md-4 feature-div">
|
65 |
<div class="card">
|
66 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/loadmore.jpg"; ?>" alt="">
|
67 |
<div class="card-body">
|
68 |
<h4 class="card-title"><?php esc_html_e( 'Load more Tweets', 'twitter-tweets' ); ?></h4>
|
69 |
-
</div>
|
70 |
-
|
71 |
</div>
|
72 |
</div>
|
73 |
-
|
74 |
<div class="col-md-4 feature-div">
|
75 |
<div class="card">
|
76 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/style.jpg"; ?>" alt="">
|
@@ -79,17 +68,14 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
79 |
</div>
|
80 |
</div>
|
81 |
</div>
|
82 |
-
|
83 |
<div class="col-md-4 feature-div">
|
84 |
<div class="card">
|
85 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/googlefonts.jpg"; ?>" alt="">
|
86 |
<div class="card-body">
|
87 |
<h4 class="card-title"><?php esc_html_e( 'Google Fonts', 'twitter-tweets' ); ?></h4>
|
88 |
-
</div>
|
89 |
-
|
90 |
</div>
|
91 |
</div>
|
92 |
-
|
93 |
<div class="col-md-4 feature-div">
|
94 |
<div class="card">
|
95 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/account.jpg"; ?>" alt="">
|
@@ -98,27 +84,22 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
98 |
</div>
|
99 |
</div>
|
100 |
</div>
|
101 |
-
|
102 |
<div class="col-md-4 feature-div">
|
103 |
<div class="card">
|
104 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/social.jpg"; ?>" alt="">
|
105 |
<div class="card-body">
|
106 |
<h4 class="card-title"><?php esc_html_e( 'Share Tweets on Social Media', 'twitter-tweets' ); ?></h4>
|
107 |
-
</div>
|
108 |
-
|
109 |
</div>
|
110 |
</div>
|
111 |
-
|
112 |
<div class="col-md-4 feature-div">
|
113 |
<div class="card">
|
114 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/update.jpg"; ?>" alt="">
|
115 |
<div class="card-body">
|
116 |
<h4 class="card-title"><?php esc_html_e( 'Update Twitter Status', 'twitter-tweets' ); ?></h4>
|
117 |
-
</div>
|
118 |
-
|
119 |
</div>
|
120 |
</div>
|
121 |
-
|
122 |
<div class="col-md-4 feature-div">
|
123 |
<div class="card">
|
124 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/feedsettings.png"; ?>" alt="">
|
@@ -127,43 +108,16 @@ wp_enqueue_style('heroic-css', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/heroic-features
|
|
127 |
</div>
|
128 |
</div>
|
129 |
</div>
|
130 |
-
|
131 |
-
|
132 |
</div>
|
133 |
<!-- /.row -->
|
134 |
-
|
135 |
</div>
|
136 |
<!-- /.container -->
|
137 |
-
|
138 |
<!-- Footer -->
|
139 |
<footer class="twt_foot">
|
140 |
<div class="container">
|
141 |
-
<
|
|
|
|
|
142 |
</div>
|
143 |
<!-- /.container -->
|
144 |
-
</footer>
|
145 |
-
<style type="text/css">
|
146 |
-
.feature-div{
|
147 |
-
margin-bottom: 40px;
|
148 |
-
}
|
149 |
-
.twt_foot{
|
150 |
-
background-color: #466575 !important;
|
151 |
-
padding: 10px;
|
152 |
-
color: #fff;
|
153 |
-
border-radius: 5px;
|
154 |
-
|
155 |
-
}
|
156 |
-
.twt_anch{
|
157 |
-
color:#fff;
|
158 |
-
text-decoration: none;
|
159 |
-
font-size: 22px;
|
160 |
-
}
|
161 |
-
.twt_anch:hover{
|
162 |
-
color:#fff;
|
163 |
-
text-decoration: none;
|
164 |
-
}
|
165 |
-
h1.display-3 {
|
166 |
-
padding: 0px 0 20px;
|
167 |
-
}
|
168 |
-
</style>
|
169 |
-
</body>
|
1 |
<?php
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
$twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
|
4 |
+
?> <!-- Page Content -->
|
|
|
|
|
|
|
5 |
<div class="container">
|
6 |
<!-- Jumbotron Header -->
|
7 |
<header class="jumbotron my-4">
|
20 |
</div>
|
21 |
</div>
|
22 |
</div>
|
|
|
23 |
<div class="col-md-4 feature-div">
|
24 |
<div class="card">
|
25 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/widget.jpg"; ?>" alt="">
|
28 |
</div>
|
29 |
</div>
|
30 |
</div>
|
|
|
31 |
<div class="col-md-4 feature-div">
|
32 |
<div class="card">
|
33 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/multiuser.jpg"; ?>" alt="">
|
36 |
</div>
|
37 |
</div>
|
38 |
</div>
|
|
|
39 |
<div class="col-md-4 feature-div">
|
40 |
<div class="card">
|
41 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/disp.jpg"; ?>" alt="">
|
42 |
<div class="card-body">
|
43 |
<h4 class="card-title"><?php esc_html_e( 'Display Tweets in Slider', 'twitter-tweets' ); ?></h4>
|
44 |
+
</div>
|
|
|
45 |
</div>
|
46 |
</div>
|
|
|
47 |
<div class="col-md-4 feature-div">
|
48 |
<div class="card">
|
49 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/config.jpg"; ?>" alt="">
|
52 |
</div>
|
53 |
</div>
|
54 |
</div>
|
|
|
55 |
<div class="col-md-4 feature-div">
|
56 |
<div class="card">
|
57 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/loadmore.jpg"; ?>" alt="">
|
58 |
<div class="card-body">
|
59 |
<h4 class="card-title"><?php esc_html_e( 'Load more Tweets', 'twitter-tweets' ); ?></h4>
|
60 |
+
</div>
|
|
|
61 |
</div>
|
62 |
</div>
|
|
|
63 |
<div class="col-md-4 feature-div">
|
64 |
<div class="card">
|
65 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/style.jpg"; ?>" alt="">
|
68 |
</div>
|
69 |
</div>
|
70 |
</div>
|
|
|
71 |
<div class="col-md-4 feature-div">
|
72 |
<div class="card">
|
73 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/googlefonts.jpg"; ?>" alt="">
|
74 |
<div class="card-body">
|
75 |
<h4 class="card-title"><?php esc_html_e( 'Google Fonts', 'twitter-tweets' ); ?></h4>
|
76 |
+
</div>
|
|
|
77 |
</div>
|
78 |
</div>
|
|
|
79 |
<div class="col-md-4 feature-div">
|
80 |
<div class="card">
|
81 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/account.jpg"; ?>" alt="">
|
84 |
</div>
|
85 |
</div>
|
86 |
</div>
|
|
|
87 |
<div class="col-md-4 feature-div">
|
88 |
<div class="card">
|
89 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/social.jpg"; ?>" alt="">
|
90 |
<div class="card-body">
|
91 |
<h4 class="card-title"><?php esc_html_e( 'Share Tweets on Social Media', 'twitter-tweets' ); ?></h4>
|
92 |
+
</div>
|
|
|
93 |
</div>
|
94 |
</div>
|
|
|
95 |
<div class="col-md-4 feature-div">
|
96 |
<div class="card">
|
97 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/update.jpg"; ?>" alt="">
|
98 |
<div class="card-body">
|
99 |
<h4 class="card-title"><?php esc_html_e( 'Update Twitter Status', 'twitter-tweets' ); ?></h4>
|
100 |
+
</div>
|
|
|
101 |
</div>
|
102 |
</div>
|
|
|
103 |
<div class="col-md-4 feature-div">
|
104 |
<div class="card">
|
105 |
<img class="card-img-top" src="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL."images/feature/feedsettings.png"; ?>" alt="">
|
108 |
</div>
|
109 |
</div>
|
110 |
</div>
|
|
|
|
|
111 |
</div>
|
112 |
<!-- /.row -->
|
|
|
113 |
</div>
|
114 |
<!-- /.container -->
|
|
|
115 |
<!-- Footer -->
|
116 |
<footer class="twt_foot">
|
117 |
<div class="container">
|
118 |
+
<a class="twt_anch" target="_blank" href="https://weblizar.com/plugins/twitter-tweets-pro/">
|
119 |
+
<?php esc_html_e( 'Buy Now $19', 'twitter-tweets' ); ?>
|
120 |
+
</a>
|
121 |
</div>
|
122 |
<!-- /.container -->
|
123 |
+
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
=== Customize
|
2 |
Contributors: weblizar
|
3 |
Donate link: https://www.weblizar.com/
|
4 |
Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.2.2
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Customize
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Customize
|
16 |
|
17 |
It is completely customizable, responsive and search engine crawlable versions of your Twitter feed on your website. Completely match the look and feel of your site with tons of customization options!
|
18 |
|
19 |
-
Customize
|
20 |
|
21 |
Using **Twitter Tweets** widget display your least tweets on your WordPress blog site.
|
22 |
|
@@ -100,22 +100,28 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
100 |
|
101 |
== Screenshots ==
|
102 |
|
103 |
-
1. Twitter Tweets Widget Preview
|
104 |
-
2. Twitter Tweets
|
105 |
-
3. Twitter Tweets
|
106 |
-
4. Twitter Tweets
|
107 |
-
5.
|
108 |
-
6. Twitter
|
|
|
|
|
109 |
|
110 |
-
==
|
111 |
|
112 |
For more information, see Weblizar(https://weblizar.com/)
|
113 |
|
|
|
|
|
|
|
|
|
114 |
= 1.8.6 =[26/08/2019]
|
115 |
* Plugin name change
|
116 |
* Updated bootstrap library.
|
117 |
* Updated font awesome library.
|
118 |
-
|
119 |
|
120 |
= 1.8.5 =
|
121 |
- Compatible with wp5.2.2
|
1 |
+
=== Customize Feeds for Twitter ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: https://www.weblizar.com/
|
4 |
Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.2.2
|
7 |
+
Stable tag: 1.8.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Customize Feeds for Twitter plugin for WordPress. You can use this to display real time Twitter feeds on any where on your website by using shortcode or widgets.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Customize Feeds for Twitter plugin is display the real time Twitter feeds on your WordPress website by using shortcode or widgetsg.
|
16 |
|
17 |
It is completely customizable, responsive and search engine crawlable versions of your Twitter feed on your website. Completely match the look and feel of your site with tons of customization options!
|
18 |
|
19 |
+
Customize Feeds for Twitter plugin allows you to set your twitter account widget Id & twitter username. You can customize twitter widget by apply custom height, auto expand tweets images, custom link URL color, On / Off tweets reply etc.
|
20 |
|
21 |
Using **Twitter Tweets** widget display your least tweets on your WordPress blog site.
|
22 |
|
100 |
|
101 |
== Screenshots ==
|
102 |
|
103 |
+
1. Twitter Tweets Feeds Widget Preview
|
104 |
+
2. Twitter Tweets twitter Feeds
|
105 |
+
3. Twitter Tweets need help
|
106 |
+
4. Twitter Tweets widgets area
|
107 |
+
5. Tweets( Feeds) in the sidebar view
|
108 |
+
6. Twitter Tweets in Page
|
109 |
+
7. Twitter Tweet Preview
|
110 |
+
8. Twitter feeds(tweet) on the post
|
111 |
|
112 |
+
== Change-log ==
|
113 |
|
114 |
For more information, see Weblizar(https://weblizar.com/)
|
115 |
|
116 |
+
= 1.8.7 =[27/08/2019]
|
117 |
+
* Plugin name change
|
118 |
+
* Some file text update
|
119 |
+
|
120 |
= 1.8.6 =[26/08/2019]
|
121 |
* Plugin name change
|
122 |
* Updated bootstrap library.
|
123 |
* Updated font awesome library.
|
124 |
+
* Other minor changes
|
125 |
|
126 |
= 1.8.5 =
|
127 |
- Compatible with wp5.2.2
|
twiiter_help.php
CHANGED
@@ -1,41 +1,4 @@
|
|
1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
2 |
-
<style>
|
3 |
-
label { margin-right:10px; }
|
4 |
-
#fb-msg,
|
5 |
-
#wl_twitter_preview {
|
6 |
-
border: 1px #888888 solid; background-color: #FFFAF0; padding: 10px; font-size: inherit; font-weight: bold; font-family: inherit; font-style: inherit; text-decoration: inherit;
|
7 |
-
}
|
8 |
-
.btn-group-lg>.btn, .btn-lg {
|
9 |
-
padding: .2rem 1rem !important;
|
10 |
-
line-height: 1.5;
|
11 |
-
border-radius: .3rem;
|
12 |
-
}
|
13 |
-
.twt_help{
|
14 |
-
border-radius: 5px;
|
15 |
-
background-color: #994681;
|
16 |
-
padding: 10px;
|
17 |
-
color: #fff;
|
18 |
-
font-weight: 600;
|
19 |
-
}
|
20 |
-
.twt_save_btn {
|
21 |
-
padding-left: 25px;
|
22 |
-
background: #994681;
|
23 |
-
font-weight: 600;
|
24 |
-
color: #fff;
|
25 |
-
border-radius: 5px;
|
26 |
-
padding-right: 25px;
|
27 |
-
}
|
28 |
-
.well{
|
29 |
-
min-height: 20px;
|
30 |
-
padding: 19px;
|
31 |
-
margin-bottom: 20px;
|
32 |
-
background-color: #f5f5f5;
|
33 |
-
border: 1px solid #e3e3e3;
|
34 |
-
border-radius: 4px;
|
35 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
36 |
-
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
37 |
-
}
|
38 |
-
</style>
|
39 |
<script type="text/javascript">
|
40 |
function SaveSettings() {
|
41 |
var FbAppId = jQuery("#twitter-page-id-fetch").val();
|
@@ -166,7 +129,7 @@ if ( isset( $_REQUEST['wl_twitter_consumer_key'] ) && isset( $_REQUEST['twitter_
|
|
166 |
<div class="block ui-tabs-panel active" id="option-general">
|
167 |
<div class="row">
|
168 |
<div class="col-md-6">
|
169 |
-
<h2 class="well"><?php esc_html_e( 'Customize
|
170 |
<hr>
|
171 |
<form name='fb-form' id='fb-form'>
|
172 |
<?php
|
@@ -255,8 +218,7 @@ if ( isset( $_REQUEST['wl_twitter_consumer_key'] ) && isset( $_REQUEST['twitter_
|
|
255 |
<option value="no" <?php if($AutoExpandPhotos == "no") echo "selected=selected" ?>>No</option>
|
256 |
</select>
|
257 |
</p>
|
258 |
-
<br>
|
259 |
-
|
260 |
<p>
|
261 |
<label><?php esc_html_e( 'Select Language', 'twitter-tweets' ); ?></label>
|
262 |
<select id="tw_language" name="tw_language">
|
@@ -576,28 +538,28 @@ if ( isset( $_REQUEST['wl_twitter_consumer_key'] ) && isset( $_REQUEST['twitter_
|
|
576 |
<div id="heading">
|
577 |
<h2 class="well"><?php esc_html_e('Shortcode Help Section', 'twitter-tweets'); ?></h2>
|
578 |
</div>
|
579 |
-
<p class="well"><b><?php esc_html_e('Customize
|
580 |
<ol>
|
581 |
<li><?php esc_html_e('Customize feeds Widget', 'twitter-tweets'); ?></li>
|
582 |
<li><?php esc_html_e('Customize feeds Shortcode', 'twitter-tweets'); ?> [TWTR]</li>
|
583 |
<li><?php esc_html_e('Note: Protected tweets will not view', 'twitter-tweets'); ?> <a href="https://help.twitter.com/en/safety-and-security/public-and-protected-tweets" target="_blank"><?php esc_html_e('Help', 'twitter-tweets'); ?></a></li>
|
584 |
</ol>
|
585 |
<br>
|
586 |
-
<p class="well"><strong><?php esc_html_e('Customize
|
587 |
|
588 |
<ol>
|
589 |
<li><?php esc_html_e('You can use the widget to display your Twitter Tweets in any theme Widget Sections.', 'twitter-tweets'); ?></li>
|
590 |
<li><?php esc_html_e('Simple go to your', 'twitter-tweets' ); ?><a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php"><strong><?php esc_html_e('Widgets', 'twitter-tweets'); ?></strong></a><?php esc_html_e(' section and activate available', 'twitter-tweets'); ?> <strong><?php esc_html_e('Twitter By Weblizar', 'twitter-tweets'); ?></strong> <?php esc_html_e('widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar.', 'twitter-tweets'); ?></li>
|
591 |
</ol>
|
592 |
<br>
|
593 |
-
<p class="well"><strong><?php esc_html_e('Feeds
|
594 |
<ol>
|
595 |
<li><strong>[TWTR]</strong> <?php esc_html_e('shortcode give ability to display Twitter Tweets Box in any Page / Post with content', 'twitter-tweets'); ?>.</li>
|
596 |
<li><?php esc_html_e('To use shortcode, just copy', 'twitter-tweets'); ?> <strong>[TWTR]</strong><?php esc_html_e( 'shortcode and paste into content editor of any Page / Post.', 'twitter-tweets'); ?></li>
|
597 |
</ol>
|
598 |
|
599 |
<br>
|
600 |
-
<p class="well"><strong><?php esc_html_e('
|
601 |
<ol>
|
602 |
<li><strong>[WL_TWITTER]</strong><?php esc_html_e( 'shortcode, another shortcode, using API Key to login, give ability to display Twitter Tweets Box in any Page / Post with content.', 'twitter-tweets'); ?></li>
|
603 |
<li><?php esc_html_e('To use shortcode, just copy', 'twitter-tweets'); ?> <strong>[WL_TWITTER]</strong><?php esc_html_e(' shortcode and paste into content editor of any Page / Post.', 'twitter-tweets'); ?></li>
|
@@ -617,31 +579,10 @@ if ( isset( $_REQUEST['wl_twitter_consumer_key'] ) && isset( $_REQUEST['twitter_
|
|
617 |
<div class="row">
|
618 |
<div class="col-md-10">
|
619 |
<div id="heading"><h2>Rate Us</h2></div>
|
620 |
-
<p><?php esc_html_e('If you are enjoying using our', 'twitter-tweets' ); ?> <b><?php esc_html_e('
|
621 |
-
</p>
|
622 |
-
<style>
|
623 |
-
.acl-rate-us span.dashicons{
|
624 |
-
width: 30px;
|
625 |
-
height: 30px;
|
626 |
-
}
|
627 |
-
.acl-rate-us span.dashicons-star-filled:before {
|
628 |
-
content: "\f155";
|
629 |
-
font-size: 30px;
|
630 |
-
}
|
631 |
-
.acl-rate-us {
|
632 |
-
color : #fff !important;
|
633 |
-
padding-top:3px !important;
|
634 |
-
}
|
635 |
-
|
636 |
-
.acl-rate-us span{
|
637 |
-
display:inline-block;
|
638 |
-
}
|
639 |
-
.twt_star{
|
640 |
-
background:#994681;display:inline-block;border-radius: 4px;padding: 4px; margin: 0 auto;
|
641 |
-
}
|
642 |
-
</style>
|
643 |
<div class="twt_star">
|
644 |
-
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;
|
645 |
<span class="dashicons dashicons-star-filled"></span>
|
646 |
<span class="dashicons dashicons-star-filled"></span>
|
647 |
<span class="dashicons dashicons-star-filled"></span>
|
1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<script type="text/javascript">
|
3 |
function SaveSettings() {
|
4 |
var FbAppId = jQuery("#twitter-page-id-fetch").val();
|
129 |
<div class="block ui-tabs-panel active" id="option-general">
|
130 |
<div class="row">
|
131 |
<div class="col-md-6">
|
132 |
+
<h2 class="well"><?php esc_html_e( 'Customize feeds shortcode Settings', 'twitter-tweets'); ?></h2>
|
133 |
<hr>
|
134 |
<form name='fb-form' id='fb-form'>
|
135 |
<?php
|
218 |
<option value="no" <?php if($AutoExpandPhotos == "no") echo "selected=selected" ?>>No</option>
|
219 |
</select>
|
220 |
</p>
|
221 |
+
<br>
|
|
|
222 |
<p>
|
223 |
<label><?php esc_html_e( 'Select Language', 'twitter-tweets' ); ?></label>
|
224 |
<select id="tw_language" name="tw_language">
|
538 |
<div id="heading">
|
539 |
<h2 class="well"><?php esc_html_e('Shortcode Help Section', 'twitter-tweets'); ?></h2>
|
540 |
</div>
|
541 |
+
<p class="well"><b><?php esc_html_e('Customize Feeds for Twitter plugin comes with 2 major feature.', 'twitter-tweets'); ?></b></p>
|
542 |
<ol>
|
543 |
<li><?php esc_html_e('Customize feeds Widget', 'twitter-tweets'); ?></li>
|
544 |
<li><?php esc_html_e('Customize feeds Shortcode', 'twitter-tweets'); ?> [TWTR]</li>
|
545 |
<li><?php esc_html_e('Note: Protected tweets will not view', 'twitter-tweets'); ?> <a href="https://help.twitter.com/en/safety-and-security/public-and-protected-tweets" target="_blank"><?php esc_html_e('Help', 'twitter-tweets'); ?></a></li>
|
546 |
</ol>
|
547 |
<br>
|
548 |
+
<p class="well"><strong><?php esc_html_e('Customize Feeds for Twitter Widget', 'twitter-tweets'); ?></strong></p>
|
549 |
|
550 |
<ol>
|
551 |
<li><?php esc_html_e('You can use the widget to display your Twitter Tweets in any theme Widget Sections.', 'twitter-tweets'); ?></li>
|
552 |
<li><?php esc_html_e('Simple go to your', 'twitter-tweets' ); ?><a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php"><strong><?php esc_html_e('Widgets', 'twitter-tweets'); ?></strong></a><?php esc_html_e(' section and activate available', 'twitter-tweets'); ?> <strong><?php esc_html_e('Twitter By Weblizar', 'twitter-tweets'); ?></strong> <?php esc_html_e('widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar.', 'twitter-tweets'); ?></li>
|
553 |
</ol>
|
554 |
<br>
|
555 |
+
<p class="well"><strong><?php esc_html_e('Feeds Short-code ', 'twitter-tweets'); ?>[TWTR]</strong></p>
|
556 |
<ol>
|
557 |
<li><strong>[TWTR]</strong> <?php esc_html_e('shortcode give ability to display Twitter Tweets Box in any Page / Post with content', 'twitter-tweets'); ?>.</li>
|
558 |
<li><?php esc_html_e('To use shortcode, just copy', 'twitter-tweets'); ?> <strong>[TWTR]</strong><?php esc_html_e( 'shortcode and paste into content editor of any Page / Post.', 'twitter-tweets'); ?></li>
|
559 |
</ol>
|
560 |
|
561 |
<br>
|
562 |
+
<p class="well"><strong><?php esc_html_e('Twitter Short-code', 'twitter-tweets'); ?>[WL_TWITTER]</strong></p>
|
563 |
<ol>
|
564 |
<li><strong>[WL_TWITTER]</strong><?php esc_html_e( 'shortcode, another shortcode, using API Key to login, give ability to display Twitter Tweets Box in any Page / Post with content.', 'twitter-tweets'); ?></li>
|
565 |
<li><?php esc_html_e('To use shortcode, just copy', 'twitter-tweets'); ?> <strong>[WL_TWITTER]</strong><?php esc_html_e(' shortcode and paste into content editor of any Page / Post.', 'twitter-tweets'); ?></li>
|
579 |
<div class="row">
|
580 |
<div class="col-md-10">
|
581 |
<div id="heading"><h2>Rate Us</h2></div>
|
582 |
+
<p><?php esc_html_e('If you are enjoying using our', 'twitter-tweets' ); ?> <b><?php esc_html_e('Customize Feeds for Twitter Widget', 'twitter-tweets'); ?></b><?php esc_html_e( 'plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugin continued development and better user support.', 'twitter-tweets'); ?>
|
583 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
584 |
<div class="twt_star">
|
585 |
+
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/twitter-tweets/#reviews" target="_blank" >
|
586 |
<span class="dashicons dashicons-star-filled"></span>
|
587 |
<span class="dashicons dashicons-star-filled"></span>
|
588 |
<span class="dashicons dashicons-star-filled"></span>
|
twiiter_help_body.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<div class="wrap" id="weblizar_wrap">
|
3 |
<div id="content_wrap">
|
4 |
<div class="weblizar-header">
|
5 |
-
<h2><span class="dashicons dashicons-twitter" style="width: auto;"><?php esc_html_e('Customize
|
6 |
<br>
|
7 |
<div class="weblizar-submenu-links" id="weblizar-submenu-links">
|
8 |
<ul>
|
@@ -18,7 +18,6 @@
|
|
18 |
</div>
|
19 |
</div>
|
20 |
</div>
|
21 |
-
|
22 |
<div id="content">
|
23 |
<div id="options_tabs" class="ui-tabs">
|
24 |
<ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
|
@@ -29,7 +28,7 @@
|
|
29 |
</li>
|
30 |
<li>
|
31 |
<a id="apikey">
|
32 |
-
<div class="dashicons dashicons-admin-generic"></div><?php esc_html_e('
|
33 |
</a>
|
34 |
</li>
|
35 |
<li>
|
2 |
<div class="wrap" id="weblizar_wrap">
|
3 |
<div id="content_wrap">
|
4 |
<div class="weblizar-header">
|
5 |
+
<h2><span class="dashicons dashicons-twitter" style="width: auto;"><?php esc_html_e('Customize Feeds for Twitter', 'twitter-tweets');?></span></h2>
|
6 |
<br>
|
7 |
<div class="weblizar-submenu-links" id="weblizar-submenu-links">
|
8 |
<ul>
|
18 |
</div>
|
19 |
</div>
|
20 |
</div>
|
|
|
21 |
<div id="content">
|
22 |
<div id="options_tabs" class="ui-tabs">
|
23 |
<ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
|
28 |
</li>
|
29 |
<li>
|
30 |
<a id="apikey">
|
31 |
+
<div class="dashicons dashicons-admin-generic"></div><?php esc_html_e('Twitter Feeds','twitter-tweets');?>
|
32 |
</a>
|
33 |
</li>
|
34 |
<li>
|
twitter-tweets.php
CHANGED
@@ -1,293 +1,64 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
* Plugin Name: Customize
|
4 |
-
* Version: 1.8.
|
5 |
-
* Description: Customize
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com/
|
8 |
* Plugin URI: https://wordpress.org/plugins/twitter-tweets/
|
9 |
Domain Path: /lang/
|
10 |
*/
|
11 |
|
12 |
-
|
13 |
-
* Constant Values & Variables
|
14 |
-
*/
|
15 |
|
16 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
17 |
|
18 |
define("WEBLIZAR_TWITTER_PLUGIN_URL", plugin_dir_url(__FILE__));
|
19 |
define("wl_twitter_dir_path", plugin_dir_path( __FILE__ ) );
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
|
|
|
25 |
require_once( wl_twitter_dir_path."vendor/autoload.php" );
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
parent::__construct(
|
30 |
-
'weblizar_twitter', // Base ID
|
31 |
-
esc_html__( 'Customize Twittr feeds Widget', 'twitter-tweets' ), // Name
|
32 |
-
array( 'description' => esc_html__( 'Display latest tweets from your Twitter account', 'twitter-tweets' )));
|
33 |
-
}
|
34 |
-
|
35 |
-
/*
|
36 |
-
* Front-end display of widget.
|
37 |
-
*/
|
38 |
-
public function widget( $args, $instance ) {
|
39 |
-
// Outputs the content of the widget
|
40 |
-
extract($args); // Make before_widget, etc available.
|
41 |
-
$title = apply_filters('title', $instance['title']);
|
42 |
-
echo wp_kses_post($before_widget);
|
43 |
-
if (!empty($title)) { echo wp_kses_post($before_title . $title . $after_title); }
|
44 |
-
$TwitterUserName = apply_filters( 'weblizar_twitter_user_name', $instance['TwitterUserName'] );
|
45 |
-
$Theme = apply_filters( 'weblizar_twitter_theme', $instance['Theme'] );
|
46 |
-
$Height = apply_filters( 'weblizar_twitter_height', $instance['Height'] );
|
47 |
-
$Width = apply_filters( 'weblizar_twitter_width', $instance['Width'] );
|
48 |
-
$LinkColor = apply_filters( 'weblizar_twitter_link_color', $instance['LinkColor'] );
|
49 |
-
$ExcludeReplies = apply_filters( 'weblizar_twitter_exclude_replies', $instance['ExcludeReplies'] );
|
50 |
-
$AutoExpandPhotos = apply_filters( 'weblizar_twitter_auto_expand_photo', $instance['AutoExpandPhotos'] );
|
51 |
-
$TwitterWidgetId = apply_filters( 'weblizar_twitter_widget_id', $instance['TwitterWidgetId'] );
|
52 |
-
$tw_language = apply_filters( 'weblizar_twitter_language', $instance['tw_language'] );
|
53 |
-
?>
|
54 |
-
<div style="display:block;width:100%;float:left;overflow:hidden">
|
55 |
-
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/<?php echo esc_attr($TwitterUserName); ?>"
|
56 |
-
min-width="<?php echo esc_attr($Width); ?>"
|
57 |
-
height="<?php echo esc_attr($Height); ?>"
|
58 |
-
data-theme="<?php echo esc_attr($Theme); ?>"
|
59 |
-
data-lang="<?php echo esc_attr($tw_language); ?>"
|
60 |
-
data-link-color="<?php echo esc_attr($LinkColor); ?>"></a>
|
61 |
-
<script>
|
62 |
-
!function(d,s,id) {
|
63 |
-
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
|
64 |
-
} (document,"script","twitter-wjs");
|
65 |
-
</script>
|
66 |
-
</div>
|
67 |
-
<?php
|
68 |
-
echo wp_kses_post($after_widget);
|
69 |
-
}
|
70 |
-
|
71 |
-
/*
|
72 |
-
* Back-end widget form.
|
73 |
-
*/
|
74 |
-
public function form( $instance ) {
|
75 |
-
if ( isset( $instance[ 'TwitterUserName' ] ) ) {
|
76 |
-
$TwitterUserName = $instance[ 'TwitterUserName' ];
|
77 |
-
} else {
|
78 |
-
$TwitterUserName = "weblizar";
|
79 |
-
}
|
80 |
-
if ( isset( $instance[ 'Theme' ] ) ) {
|
81 |
-
$Theme = $instance[ 'Theme' ];
|
82 |
-
} else {
|
83 |
-
$Theme = "light";
|
84 |
-
}
|
85 |
-
if ( isset( $instance[ 'Height' ] ) ) {
|
86 |
-
$Height = $instance[ 'Height' ];
|
87 |
-
} else {
|
88 |
-
$Height = "450";
|
89 |
-
}
|
90 |
-
|
91 |
-
if ( isset( $instance[ 'Width' ] ) ) {
|
92 |
-
$Width = $instance[ 'Width' ];
|
93 |
-
} else {
|
94 |
-
$Width = "450";
|
95 |
-
}
|
96 |
-
|
97 |
-
if ( isset( $instance[ 'LinkColor' ] ) ) {
|
98 |
-
$LinkColor = $instance[ 'LinkColor' ];
|
99 |
-
} else {
|
100 |
-
$LinkColor = "450";
|
101 |
-
}
|
102 |
-
|
103 |
-
if ( isset( $instance[ 'ExcludeReplies' ] ) ) {
|
104 |
-
$ExcludeReplies = $instance[ 'ExcludeReplies' ];
|
105 |
-
} else {
|
106 |
-
$ExcludeReplies = "yes";
|
107 |
-
}
|
108 |
-
|
109 |
-
if ( isset( $instance[ 'AutoExpandPhotos' ] ) ) {
|
110 |
-
$AutoExpandPhotos = $instance[ 'AutoExpandPhotos' ];
|
111 |
-
} else {
|
112 |
-
$AutoExpandPhotos = "yes";
|
113 |
-
}
|
114 |
-
|
115 |
-
if ( isset( $instance[ 'tw_language' ] ) ) {
|
116 |
-
$tw_language = $instance[ 'tw_language' ];
|
117 |
-
} else {
|
118 |
-
$tw_language = "";
|
119 |
-
}
|
120 |
-
if ( isset( $instance[ 'TwitterWidgetId' ] ) ) {
|
121 |
-
$TwitterWidgetId = $instance[ 'TwitterWidgetId' ];
|
122 |
-
} else {
|
123 |
-
$TwitterWidgetId = "";
|
124 |
-
}
|
125 |
-
|
126 |
-
if ( isset( $instance[ 'title' ] ) ) {
|
127 |
-
$title = $instance[ 'title' ];
|
128 |
-
} else {
|
129 |
-
$title = esc_html__( 'Tweets', 'Widget Title Here', 'twitter-tweets' );
|
130 |
-
} ?>
|
131 |
-
<p>
|
132 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'title' )); ?>"><?php esc_html_e( 'Title:', 'twitter-tweets' ); ?></label>
|
133 |
-
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'title' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'title' )); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" placeholder="<?php esc_attr_e( 'Enter Widget Title','twitter-tweets'); ?>">
|
134 |
-
</p>
|
135 |
-
<p>
|
136 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'TwitterUserName' )); ?>"><?php esc_html_e( 'Twitter Username', 'twitter-tweets' ); ?></label>
|
137 |
-
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'TwitterUserName' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'TwitterUserName' )); ?>" type="text" value="<?php echo esc_attr( $TwitterUserName ); ?>" placeholder="<?php esc_attr_e( 'Enter Your Twitter Account Username', 'twitter-tweets'); ?>">
|
138 |
-
</p>
|
139 |
-
<p>
|
140 |
-
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'TwitterWidgetId' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'TwitterWidgetId' )); ?>" type="hidden" value="<?php echo esc_attr( $TwitterWidgetId ); ?>" placeholder="<?php esc_attr_e( 'Enter Your Twitter Widget ID','twitter-tweets'); ?>">
|
141 |
-
</p>
|
142 |
-
<p>
|
143 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'Theme' )); ?>"><?php esc_html_e( 'Theme', 'twitter-tweets' ); ?></label>
|
144 |
-
<select id="<?php echo esc_attr($this->get_field_id( 'Theme' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'Theme' )); ?>">
|
145 |
-
<option value="light" <?php if($Theme == "light") echo "selected=selected" ?>><?php esc_html_e( 'Light', 'twitter-tweets' ); ?></option>
|
146 |
-
<option value="dark" <?php if($Theme == "dark") echo "selected=selected" ?>><?php esc_html_e( 'Dark', 'twitter-tweets' ); ?></option>
|
147 |
-
</select>
|
148 |
-
</p>
|
149 |
-
<p>
|
150 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'Height' )); ?>"><?php esc_html_e( 'Height', 'twitter-tweets' ); ?></label>
|
151 |
-
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'Height' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'Height' )); ?>" type="text" value="<?php echo esc_attr( $Height ); ?>">
|
152 |
-
</p>
|
153 |
-
<p>
|
154 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'LinkColor' )); ?>"><?php esc_html_e( 'URL Link Color:','twitter-tweets' ); ?></label>
|
155 |
-
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'LinkColor' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'LinkColor' )); ?>" type="text" value="<?php echo esc_attr( $LinkColor ); ?>">
|
156 |
-
<?php esc_html_e( 'Find More Color Codes', 'twitter-tweets' ); ?> <a href="http://html-color-codes.info/" target="_blank"><?php esc_html_e( 'HERE', 'twitter-tweets' ); ?></a>
|
157 |
-
</p>
|
158 |
-
<p>
|
159 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'ExcludeReplies' )); ?>"><?php esc_html_e( 'Exclude Replies on Tweets', 'twitter-tweets' ); ?></label>
|
160 |
-
<select id="<?php echo esc_attr($this->get_field_id( 'ExcludeReplies' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'ExcludeReplies' )); ?>">
|
161 |
-
<option value="yes" <?php if($ExcludeReplies == "yes") echo "selected=selected" ?>><?php esc_html_e( 'Yes', 'twitter-tweets' ); ?></option>
|
162 |
-
<option value="no" <?php if($ExcludeReplies == "no") echo "selected=selected" ?>><?php esc_html_e( 'No', 'twitter-tweets' ); ?></option>
|
163 |
-
</select>
|
164 |
-
</p>
|
165 |
-
<p>
|
166 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'AutoExpandPhotos' )); ?>"><?php esc_html_e( 'Auto Expand Photos in Tweets', 'twitter-tweets' ); ?></label>
|
167 |
-
<select id="<?php echo esc_attr($this->get_field_id( 'AutoExpandPhotos' )); ?>" name="<?php echo esc_attr($this->get_field_name('AutoExpandPhotos' )); ?>">
|
168 |
-
<option value="yes" <?php if($AutoExpandPhotos == "yes") echo "selected=selected" ?>><?php esc_html_e( 'Yes', 'twitter-tweets' ); ?></option>
|
169 |
-
<option value="no" <?php if($AutoExpandPhotos == "no") echo "selected=selected" ?>><?php esc_html_e( 'No', 'twitter-tweets' ); ?></option>
|
170 |
-
</select>
|
171 |
-
</p>
|
172 |
-
|
173 |
-
|
174 |
-
<p>
|
175 |
-
<label for="<?php echo esc_attr($this->get_field_id( 'tw_language' )); ?>"><?php esc_html_e( 'Select Language' ); ?></label>
|
176 |
-
<select id="<?php echo esc_attr($this->get_field_id( 'tw_language' )); ?>" name="<?php echo esc_attr($this->get_field_name('tw_language' )); ?>">
|
177 |
-
<option value=""<?php if($tw_language == "") echo "selected=selected" ?>><?php esc_html_e('Automatic', 'twitter-tweets'); ?></option>
|
178 |
-
<option value="en"<?php if($tw_language == "en") echo "selected=selected" ?>><?php esc_html_e('English (default)', 'twitter-tweets'); ?></option>
|
179 |
-
<option value="ar"<?php if($tw_language == "ar") echo "selected=selected" ?>><?php esc_html_e('Arabic', 'twitter-tweets'); ?></option>
|
180 |
-
<option value="bn"<?php if($tw_language == "bn") echo "selected=selected" ?>><?php esc_html_e('Bengali', 'twitter-tweets'); ?></option>
|
181 |
-
<option value="cs"<?php if($tw_language == "cs") echo "selected=selected" ?>><?php esc_html_e('Czech', 'twitter-tweets'); ?></option>
|
182 |
-
<option value="da"<?php if($tw_language == "da") echo "selected=selected" ?>><?php esc_html_e('Danish', 'twitter-tweets'); ?></option>
|
183 |
-
<option value="de"<?php if($tw_language == "de") echo "selected=selected" ?>><?php esc_html_e('German', 'twitter-tweets'); ?></option>
|
184 |
-
<option value="el"<?php if($tw_language == "el") echo "selected=selected" ?>><?php esc_html_e('Greek', 'twitter-tweets'); ?></option>
|
185 |
-
<option value="es"<?php if($tw_language == "es") echo "selected=selected" ?>><?php esc_html_e('Spanish', 'twitter-tweets'); ?></option>
|
186 |
-
<option value="fa"<?php if($tw_language == "fa") echo "selected=selected" ?>><?php esc_html_e('Persian', 'twitter-tweets'); ?></option>
|
187 |
-
<option value="fi"<?php if($tw_language == "fi") echo "selected=selected" ?>><?php esc_html_e('Finnish', 'twitter-tweets'); ?></option>
|
188 |
-
<option value="fil"<?php if($tw_language == "fil") echo "selected=selected" ?>><?php esc_html_e('Filipino', 'twitter-tweets'); ?></option>
|
189 |
-
<option value="fr"<?php if($tw_language == "fr") echo "selected=selected" ?>><?php esc_html_e('French', 'twitter-tweets'); ?></option>
|
190 |
-
<option value="he"<?php if($tw_language == "he") echo "selected=selected" ?>><?php esc_html_e('Hebrew', 'twitter-tweets'); ?></option>
|
191 |
-
<option value="hi"<?php if($tw_language == "hi") echo "selected=selected" ?>><?php esc_html_e('Hindi', 'twitter-tweets'); ?></option>
|
192 |
-
<option value="hu"<?php if($tw_language == "hu") echo "selected=selected" ?>><?php esc_html_e('Hungarian', 'twitter-tweets'); ?></option>
|
193 |
-
<option value="id"<?php if($tw_language == "id") echo "selected=selected" ?>><?php esc_html_e('Indonesian', 'twitter-tweets'); ?></option>
|
194 |
-
<option value="it"<?php if($tw_language == "it") echo "selected=selected" ?>><?php esc_html_e('Italian', 'twitter-tweets'); ?></option>
|
195 |
-
<option value="ja"<?php if($tw_language == "ja") echo "selected=selected" ?>><?php esc_html_e('Japanese', 'twitter-tweets'); ?></option>
|
196 |
-
<option value="ko"<?php if($tw_language == "ko") echo "selected=selected" ?>><?php esc_html_e('Korean', 'twitter-tweets'); ?></option>
|
197 |
-
<option value="msa"<?php if($tw_language == "msa") echo "selected=selected" ?>><?php esc_html_e('Malay', 'twitter-tweets'); ?></option>
|
198 |
-
<option value="nl"<?php if($tw_language == "nl") echo "selected=selected" ?>><?php esc_html_e('Dutch', 'twitter-tweets'); ?></option>
|
199 |
-
<option value="no"<?php if($tw_language == "no") echo "selected=selected" ?>><?php esc_html_e('Norwegian', 'twitter-tweets'); ?></option>
|
200 |
-
<option value="pl"<?php if($tw_language == "pl") echo "selected=selected" ?>><?php esc_html_e('Polish', 'twitter-tweets'); ?></option>
|
201 |
-
<option value="pt"<?php if($tw_language == "pt") echo "selected=selected" ?>><?php esc_html_e('Portuguese', 'twitter-tweets'); ?></option>
|
202 |
-
<option value="ro"<?php if($tw_language == "ro") echo "selected=selected" ?>><?php esc_html_e('Romanian', 'twitter-tweets'); ?></option>
|
203 |
-
<option value="ru"<?php if($tw_language == "ru") echo "selected=selected" ?>><?php esc_html_e('Russian', 'twitter-tweets'); ?></option>
|
204 |
-
<option value="sv"<?php if($tw_language == "sv") echo "selected=selected" ?>><?php esc_html_e('Swedish', 'twitter-tweets'); ?></option>
|
205 |
-
<option value="th"<?php if($tw_language == "th") echo "selected=selected" ?>><?php esc_html_e('Thai', 'twitter-tweets'); ?></option>
|
206 |
-
<option value="tr"<?php if($tw_language == "tr") echo "selected=selected" ?>><?php esc_html_e('Turkish', 'twitter-tweets'); ?></option>
|
207 |
-
<option value="uk<?php if($tw_language == "uk") echo "selected=selected" ?>"><?php esc_html_e('Ukrainian', 'twitter-tweets'); ?></option>
|
208 |
-
<option value="ur"<?php if($tw_language == "ur") echo "selected=selected" ?>><?php esc_html_e('Urdu', 'twitter-tweets'); ?></option>
|
209 |
-
<option value="vi"<?php if($tw_language == "vi") echo "selected=selected" ?>><?php esc_html_e('Vietnamese', 'twitter-tweets'); ?></option>
|
210 |
-
<option value="zh-cn"<?php if($tw_language == "zh-cn") echo "selected=selected" ?>><?php esc_html_e('Chinese (Simplified)', 'twitter-tweets'); ?></option>
|
211 |
-
<option value="zh-tw"<?php if($tw_language == "zh-tw") echo "selected=selected" ?>><?php esc_html_e('Chinese (Traditional)', 'twitter-tweets'); ?></option>
|
212 |
-
</select>
|
213 |
-
</p>
|
214 |
-
|
215 |
-
<?php
|
216 |
-
}
|
217 |
-
/*
|
218 |
-
Sanitize widget form values as they are saved.
|
219 |
-
@see WP_Widget::update()
|
220 |
-
@param array $new_instance Values just sent to be saved.
|
221 |
-
@param array $old_instance Previously saved values from database.
|
222 |
-
@return array Updated safe values to be saved.
|
223 |
-
*/
|
224 |
-
public function update( $new_instance, $old_instance ) {
|
225 |
-
|
226 |
-
$instance = array();
|
227 |
-
$title= sanitize_text_field( ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : 'Widget Title Here' );
|
228 |
-
$TwitterUserName = sanitize_text_field( ( ! empty( $new_instance['TwitterUserName'] ) ) ? strip_tags( $new_instance['TwitterUserName'] ) : '' );
|
229 |
-
$Theme = sanitize_option( 'theme', ( ! empty( $new_instance['Theme'] ) ) ? strip_tags( $new_instance['Theme'] ) : 'light' );
|
230 |
-
$Height = sanitize_text_field( ( ! empty( $new_instance['Height'] ) ) ? strip_tags( $new_instance['Height'] ) : '450' );
|
231 |
-
$Width = sanitize_text_field( ( ! empty( $new_instance['Width'] ) ) ? strip_tags( $new_instance['Width'] ) : '' );
|
232 |
-
|
233 |
-
$Linkcolor = sanitize_text_field( ( ! empty( $new_instance['LinkColor'] ) ) ? strip_tags( $new_instance['LinkColor'] ) : '#CC0000' );
|
234 |
-
$ExcludeReplies = sanitize_text_field( ( ! empty( $new_instance['ExcludeReplies'] ) ) ? strip_tags( $new_instance['ExcludeReplies'] ) : 'yes' );
|
235 |
-
$AutoExpandPhotos = sanitize_text_field( ( ! empty( $new_instance['AutoExpandPhotos'] ) ) ? strip_tags( $new_instance['AutoExpandPhotos'] ) : 'yes' );
|
236 |
-
$TwitterWidgetId = sanitize_text_field( ( ! empty( $new_instance['TwitterWidgetId'] ) ) ? strip_tags( $new_instance['TwitterWidgetId'] ) : '' );
|
237 |
-
$tw_language = sanitize_text_field( ( ! empty( $new_instance['tw_language'] ) ) ? strip_tags( $new_instance['tw_language'] ) : '' );
|
238 |
-
|
239 |
-
$instance['title'] = $title;
|
240 |
-
$instance['TwitterUserName'] = $TwitterUserName;
|
241 |
-
$instance['Theme'] = $Theme;
|
242 |
-
$instance['Height'] = $Height;
|
243 |
-
$instance['LinkColor'] = $Linkcolor;
|
244 |
-
$instance['ExcludeReplies'] = $ExcludeReplies;
|
245 |
-
$instance['AutoExpandPhotos'] = $AutoExpandPhotos;
|
246 |
-
$instance['TwitterWidgetId'] = $TwitterWidgetId;
|
247 |
-
$instance['tw_language'] = $tw_language;
|
248 |
-
$instance['Width'] = $Width;
|
249 |
-
return $instance;
|
250 |
-
}
|
251 |
-
}
|
252 |
|
253 |
-
|
|
|
254 |
|
255 |
-
// register WeblizarTwitter widget
|
256 |
-
function WeblizarTwitterWidget() {
|
257 |
-
register_widget( 'WeblizarTwitter' );
|
258 |
-
}
|
259 |
-
add_action( 'widgets_init', 'WeblizarTwitterWidget' );
|
260 |
|
261 |
-
|
262 |
-
* Shortcode Settings Menu
|
263 |
-
*/
|
264 |
function Weblizar_Twitter_Menu() {
|
265 |
-
$AdminMenu = add_menu_page( esc_html__('Customize
|
266 |
}
|
267 |
add_action('admin_menu','Weblizar_Twitter_Menu');
|
268 |
function Twitter_by_weblizar_page_function() {
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
wp_enqueue_style('weblizar-option-twiiter-style-css', WEBLIZAR_TWITTER_PLUGIN_URL .'css/weblizar-option-twiiter-style.css');
|
273 |
-
wp_enqueue_style('recom', WEBLIZAR_TWITTER_PLUGIN_URL .'css/recom.css');
|
274 |
wp_enqueue_style('heroic', WEBLIZAR_TWITTER_PLUGIN_URL .'css/heroic-features.css');
|
|
|
|
|
|
|
|
|
|
|
275 |
wp_enqueue_script('weblizar-tab-js',WEBLIZAR_TWITTER_PLUGIN_URL .'js/option-js.js',array('jquery', 'media-upload', 'jquery-ui-sortable'));
|
276 |
wp_enqueue_style('wp-color-picker' );
|
277 |
wp_enqueue_script('wp-color-picker');
|
278 |
require_once("twiiter_help_body.php");
|
279 |
}
|
280 |
|
281 |
-
if( ! is_admin() ){
|
282 |
-
add_action( 'wp_enqueue_scripts', 'wl_enqueue_css_frontend' );
|
283 |
-
}
|
284 |
function wl_enqueue_css_frontend(){
|
285 |
global $post;
|
286 |
if ( is_a( $post, 'WP_Post' ) && has_shortcode( $post->post_content, 'WL_TWITTER' ) ) {
|
287 |
wp_enqueue_style('front-end-css', WEBLIZAR_TWITTER_PLUGIN_URL .'css/front-end-css.css');
|
288 |
wp_enqueue_style('bootstrap', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/bootstrap.min.css');
|
289 |
}
|
290 |
-
|
291 |
}
|
292 |
|
293 |
/*Plugin Setting Link*/
|
@@ -295,20 +66,9 @@ function wl_twitter_settinglinks( $links ) {
|
|
295 |
$twt_go_pro_link = '<a href="https://weblizar.com/plugins/twitter-tweets-pro/" target="_blank">'. esc_html__( 'Go Pro', 'twitter-tweets' ) .'</a>';
|
296 |
$twitter_settings_link = '<a href="admin.php?page=Twitter">' . esc_html__( 'Settings', 'twitter-tweets' ) . '</a>';
|
297 |
array_unshift( $links,$twt_go_pro_link,$twitter_settings_link);
|
298 |
-
|
299 |
return $links;
|
300 |
}
|
301 |
$plugin_wl_twitter = plugin_basename( __FILE__ );
|
302 |
add_filter( "plugin_action_links_$plugin_wl_twitter", 'wl_twitter_settinglinks' );
|
303 |
|
304 |
-
/***
|
305 |
-
* Twitter Shortcode
|
306 |
-
*/
|
307 |
-
require_once("twitter-tweets_shortcode.php");
|
308 |
-
|
309 |
-
|
310 |
-
add_action( 'plugins_loaded', 'weblizar_twitter_tweeets_load_translation' );
|
311 |
-
function weblizar_twitter_tweeets_load_translation() {
|
312 |
-
load_plugin_textdomain( 'twitter-tweets', false, basename( wl_twitter_dir_path ) . '/lang' );
|
313 |
-
}
|
314 |
?>
|
1 |
<?php
|
2 |
/*
|
3 |
+
* Plugin Name: Customize Feeds for Twitter
|
4 |
+
* Version: 1.8.7
|
5 |
+
* Description: Customize Feeds for Twitter plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com/
|
8 |
* Plugin URI: https://wordpress.org/plugins/twitter-tweets/
|
9 |
Domain Path: /lang/
|
10 |
*/
|
11 |
|
12 |
+
/*** Constant Values & Variables ***/
|
|
|
|
|
13 |
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
define("WEBLIZAR_TWITTER_PLUGIN_URL", plugin_dir_url(__FILE__));
|
17 |
define("wl_twitter_dir_path", plugin_dir_path( __FILE__ ) );
|
18 |
|
19 |
+
add_action( 'plugins_loaded', 'weblizar_twitter_tweeets_load_translation' );
|
20 |
+
function weblizar_twitter_tweeets_load_translation() {
|
21 |
+
load_plugin_textdomain( 'twitter-tweets', false, basename( wl_twitter_dir_path ) . '/lang' );
|
22 |
+
}
|
23 |
|
24 |
+
/*** Widget Code ***/
|
25 |
require_once( wl_twitter_dir_path."vendor/autoload.php" );
|
26 |
|
27 |
+
/**** Twitter Shortcode ***/
|
28 |
+
require_once("twitter-tweets_shortcode.php");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
+
/**** Twitter widgets ***/
|
31 |
+
require_once("twitter_tweets_widgets.php");
|
32 |
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
/** Shortcode Settings Menu **/
|
|
|
|
|
35 |
function Weblizar_Twitter_Menu() {
|
36 |
+
$AdminMenu = add_menu_page( esc_html__('Customize Feeds for Twitter', 'twitter-tweets'), esc_html__('Customize Feeds for Twitter', 'twitter-tweets'), 'administrator', 'Twitter', 'Twitter_by_weblizar_page_function', "dashicons-wordpress-alt");
|
37 |
}
|
38 |
add_action('admin_menu','Weblizar_Twitter_Menu');
|
39 |
function Twitter_by_weblizar_page_function() {
|
40 |
+
|
41 |
+
/**CSS**/
|
42 |
+
wp_enqueue_style('weblizar-option-twiiter-style-css', WEBLIZAR_TWITTER_PLUGIN_URL .'css/weblizar-option-twiiter-style.css');
|
|
|
|
|
43 |
wp_enqueue_style('heroic', WEBLIZAR_TWITTER_PLUGIN_URL .'css/heroic-features.css');
|
44 |
+
|
45 |
+
/**JS**/
|
46 |
+
wp_enqueue_script('jquery');
|
47 |
+
wp_enqueue_script('popper', WEBLIZAR_TWITTER_PLUGIN_URL . 'js/popper.min.js', array( 'jquery' ), true, true );
|
48 |
+
wp_enqueue_script('bootstrap', WEBLIZAR_TWITTER_PLUGIN_URL . 'js/bootstrap.min.js', array( 'jquery' ), true, true );
|
49 |
wp_enqueue_script('weblizar-tab-js',WEBLIZAR_TWITTER_PLUGIN_URL .'js/option-js.js',array('jquery', 'media-upload', 'jquery-ui-sortable'));
|
50 |
wp_enqueue_style('wp-color-picker' );
|
51 |
wp_enqueue_script('wp-color-picker');
|
52 |
require_once("twiiter_help_body.php");
|
53 |
}
|
54 |
|
55 |
+
if( ! is_admin() ){ add_action( 'wp_enqueue_scripts', 'wl_enqueue_css_frontend' ); }
|
|
|
|
|
56 |
function wl_enqueue_css_frontend(){
|
57 |
global $post;
|
58 |
if ( is_a( $post, 'WP_Post' ) && has_shortcode( $post->post_content, 'WL_TWITTER' ) ) {
|
59 |
wp_enqueue_style('front-end-css', WEBLIZAR_TWITTER_PLUGIN_URL .'css/front-end-css.css');
|
60 |
wp_enqueue_style('bootstrap', WEBLIZAR_TWITTER_PLUGIN_URL. 'css/bootstrap.min.css');
|
61 |
}
|
|
|
62 |
}
|
63 |
|
64 |
/*Plugin Setting Link*/
|
66 |
$twt_go_pro_link = '<a href="https://weblizar.com/plugins/twitter-tweets-pro/" target="_blank">'. esc_html__( 'Go Pro', 'twitter-tweets' ) .'</a>';
|
67 |
$twitter_settings_link = '<a href="admin.php?page=Twitter">' . esc_html__( 'Settings', 'twitter-tweets' ) . '</a>';
|
68 |
array_unshift( $links,$twt_go_pro_link,$twitter_settings_link);
|
|
|
69 |
return $links;
|
70 |
}
|
71 |
$plugin_wl_twitter = plugin_basename( __FILE__ );
|
72 |
add_filter( "plugin_action_links_$plugin_wl_twitter", 'wl_twitter_settinglinks' );
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
?>
|
twitter_tweets_widgets.php
ADDED
@@ -0,0 +1,224 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class WeblizarTwitter extends WP_Widget {
|
3 |
+
function __construct() {
|
4 |
+
parent::__construct(
|
5 |
+
'weblizar_twitter', // Base ID
|
6 |
+
esc_html__( 'Customize Feeds for Twitter Widget', 'twitter-tweets' ), // Name
|
7 |
+
array( 'description' => esc_html__( 'Display latest tweets from your Twitter account', 'twitter-tweets' )));
|
8 |
+
}
|
9 |
+
|
10 |
+
/*** Front-end display of widget. ***/
|
11 |
+
public function widget( $args, $instance ) {
|
12 |
+
// Outputs the content of the widget
|
13 |
+
extract($args); // Make before_widget, etc available.
|
14 |
+
$title = apply_filters('title', $instance['title']);
|
15 |
+
echo wp_kses_post($before_widget);
|
16 |
+
if (!empty($title)) { echo wp_kses_post($before_title . $title . $after_title); }
|
17 |
+
$TwitterUserName = apply_filters( 'weblizar_twitter_user_name', $instance['TwitterUserName'] );
|
18 |
+
$Theme = apply_filters( 'weblizar_twitter_theme', $instance['Theme'] );
|
19 |
+
$Height = apply_filters( 'weblizar_twitter_height', $instance['Height'] );
|
20 |
+
$Width = apply_filters( 'weblizar_twitter_width', $instance['Width'] );
|
21 |
+
$LinkColor = apply_filters( 'weblizar_twitter_link_color', $instance['LinkColor'] );
|
22 |
+
$ExcludeReplies = apply_filters( 'weblizar_twitter_exclude_replies', $instance['ExcludeReplies'] );
|
23 |
+
$AutoExpandPhotos = apply_filters( 'weblizar_twitter_auto_expand_photo', $instance['AutoExpandPhotos'] );
|
24 |
+
$TwitterWidgetId = apply_filters( 'weblizar_twitter_widget_id', $instance['TwitterWidgetId'] );
|
25 |
+
$tw_language = apply_filters( 'weblizar_twitter_language', $instance['tw_language'] );
|
26 |
+
?>
|
27 |
+
<div style="display:block;width:100%;float:left;overflow:hidden">
|
28 |
+
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/<?php echo esc_attr($TwitterUserName); ?>"
|
29 |
+
min-width="<?php echo esc_attr($Width); ?>"
|
30 |
+
height="<?php echo esc_attr($Height); ?>"
|
31 |
+
data-theme="<?php echo esc_attr($Theme); ?>"
|
32 |
+
data-lang="<?php echo esc_attr($tw_language); ?>"
|
33 |
+
data-link-color="<?php echo esc_attr($LinkColor); ?>"></a>
|
34 |
+
<script>
|
35 |
+
!function(d,s,id) {
|
36 |
+
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
|
37 |
+
} (document,"script","twitter-wjs");
|
38 |
+
</script>
|
39 |
+
</div>
|
40 |
+
<?php
|
41 |
+
echo wp_kses_post($after_widget);
|
42 |
+
}
|
43 |
+
|
44 |
+
/** Back-end widget form. **/
|
45 |
+
public function form( $instance ) {
|
46 |
+
if ( isset( $instance[ 'TwitterUserName' ] ) ) {
|
47 |
+
$TwitterUserName = $instance[ 'TwitterUserName' ];
|
48 |
+
} else {
|
49 |
+
$TwitterUserName = "weblizar";
|
50 |
+
}
|
51 |
+
if ( isset( $instance[ 'Theme' ] ) ) {
|
52 |
+
$Theme = $instance[ 'Theme' ];
|
53 |
+
} else {
|
54 |
+
$Theme = "light";
|
55 |
+
}
|
56 |
+
if ( isset( $instance[ 'Height' ] ) ) {
|
57 |
+
$Height = $instance[ 'Height' ];
|
58 |
+
} else {
|
59 |
+
$Height = "450";
|
60 |
+
}
|
61 |
+
|
62 |
+
if ( isset( $instance[ 'Width' ] ) ) {
|
63 |
+
$Width = $instance[ 'Width' ];
|
64 |
+
} else {
|
65 |
+
$Width = "450";
|
66 |
+
}
|
67 |
+
|
68 |
+
if ( isset( $instance[ 'LinkColor' ] ) ) {
|
69 |
+
$LinkColor = $instance[ 'LinkColor' ];
|
70 |
+
} else {
|
71 |
+
$LinkColor = "450";
|
72 |
+
}
|
73 |
+
|
74 |
+
if ( isset( $instance[ 'ExcludeReplies' ] ) ) {
|
75 |
+
$ExcludeReplies = $instance[ 'ExcludeReplies' ];
|
76 |
+
} else {
|
77 |
+
$ExcludeReplies = "yes";
|
78 |
+
}
|
79 |
+
|
80 |
+
if ( isset( $instance[ 'AutoExpandPhotos' ] ) ) {
|
81 |
+
$AutoExpandPhotos = $instance[ 'AutoExpandPhotos' ];
|
82 |
+
} else {
|
83 |
+
$AutoExpandPhotos = "yes";
|
84 |
+
}
|
85 |
+
|
86 |
+
if ( isset( $instance[ 'tw_language' ] ) ) {
|
87 |
+
$tw_language = $instance[ 'tw_language' ];
|
88 |
+
} else {
|
89 |
+
$tw_language = "";
|
90 |
+
}
|
91 |
+
if ( isset( $instance[ 'TwitterWidgetId' ] ) ) {
|
92 |
+
$TwitterWidgetId = $instance[ 'TwitterWidgetId' ];
|
93 |
+
} else {
|
94 |
+
$TwitterWidgetId = "";
|
95 |
+
}
|
96 |
+
|
97 |
+
if ( isset( $instance[ 'title' ] ) ) {
|
98 |
+
$title = $instance[ 'title' ];
|
99 |
+
} else {
|
100 |
+
$title = esc_html__( 'Tweets', 'Widget Title Here', 'twitter-tweets' );
|
101 |
+
} ?>
|
102 |
+
<p>
|
103 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'title' )); ?>"><?php esc_html_e( 'Title:', 'twitter-tweets' ); ?></label>
|
104 |
+
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'title' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'title' )); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" placeholder="<?php esc_attr_e( 'Enter Widget Title','twitter-tweets'); ?>">
|
105 |
+
</p>
|
106 |
+
<p>
|
107 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'TwitterUserName' )); ?>"><?php esc_html_e( 'Twitter Username', 'twitter-tweets' ); ?></label>
|
108 |
+
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'TwitterUserName' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'TwitterUserName' )); ?>" type="text" value="<?php echo esc_attr( $TwitterUserName ); ?>" placeholder="<?php esc_attr_e( 'Enter Your Twitter Account Username', 'twitter-tweets'); ?>">
|
109 |
+
</p>
|
110 |
+
<p>
|
111 |
+
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'TwitterWidgetId' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'TwitterWidgetId' )); ?>" type="hidden" value="<?php echo esc_attr( $TwitterWidgetId ); ?>" placeholder="<?php esc_attr_e( 'Enter Your Twitter Widget ID','twitter-tweets'); ?>">
|
112 |
+
</p>
|
113 |
+
<p>
|
114 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'Theme' )); ?>"><?php esc_html_e( 'Theme', 'twitter-tweets' ); ?></label>
|
115 |
+
<select id="<?php echo esc_attr($this->get_field_id( 'Theme' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'Theme' )); ?>">
|
116 |
+
<option value="light" <?php if($Theme == "light") echo "selected=selected" ?>><?php esc_html_e( 'Light', 'twitter-tweets' ); ?></option>
|
117 |
+
<option value="dark" <?php if($Theme == "dark") echo "selected=selected" ?>><?php esc_html_e( 'Dark', 'twitter-tweets' ); ?></option>
|
118 |
+
</select>
|
119 |
+
</p>
|
120 |
+
<p>
|
121 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'Height' )); ?>"><?php esc_html_e( 'Height', 'twitter-tweets' ); ?></label>
|
122 |
+
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'Height' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'Height' )); ?>" type="text" value="<?php echo esc_attr( $Height ); ?>">
|
123 |
+
</p>
|
124 |
+
<p>
|
125 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'LinkColor' )); ?>"><?php esc_html_e( 'URL Link Color:','twitter-tweets' ); ?></label>
|
126 |
+
<input class="widefat" id="<?php echo esc_attr($this->get_field_id( 'LinkColor' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'LinkColor' )); ?>" type="text" value="<?php echo esc_attr( $LinkColor ); ?>">
|
127 |
+
<?php esc_html_e( 'Find More Color Codes', 'twitter-tweets' ); ?> <a href="http://html-color-codes.info/" target="_blank"><?php esc_html_e( 'HERE', 'twitter-tweets' ); ?></a>
|
128 |
+
</p>
|
129 |
+
<p>
|
130 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'ExcludeReplies' )); ?>"><?php esc_html_e( 'Exclude Replies on Tweets', 'twitter-tweets' ); ?></label>
|
131 |
+
<select id="<?php echo esc_attr($this->get_field_id( 'ExcludeReplies' )); ?>" name="<?php echo esc_attr($this->get_field_name( 'ExcludeReplies' )); ?>">
|
132 |
+
<option value="yes" <?php if($ExcludeReplies == "yes") echo "selected=selected" ?>><?php esc_html_e( 'Yes', 'twitter-tweets' ); ?></option>
|
133 |
+
<option value="no" <?php if($ExcludeReplies == "no") echo "selected=selected" ?>><?php esc_html_e( 'No', 'twitter-tweets' ); ?></option>
|
134 |
+
</select>
|
135 |
+
</p>
|
136 |
+
<p>
|
137 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'AutoExpandPhotos' )); ?>"><?php esc_html_e( 'Auto Expand Photos in Tweets', 'twitter-tweets' ); ?></label>
|
138 |
+
<select id="<?php echo esc_attr($this->get_field_id( 'AutoExpandPhotos' )); ?>" name="<?php echo esc_attr($this->get_field_name('AutoExpandPhotos' )); ?>">
|
139 |
+
<option value="yes" <?php if($AutoExpandPhotos == "yes") echo "selected=selected" ?>><?php esc_html_e( 'Yes', 'twitter-tweets' ); ?></option>
|
140 |
+
<option value="no" <?php if($AutoExpandPhotos == "no") echo "selected=selected" ?>><?php esc_html_e( 'No', 'twitter-tweets' ); ?></option>
|
141 |
+
</select>
|
142 |
+
</p>
|
143 |
+
<p>
|
144 |
+
<label for="<?php echo esc_attr($this->get_field_id( 'tw_language' )); ?>"><?php esc_html_e( 'Select Language' ); ?></label>
|
145 |
+
<select id="<?php echo esc_attr($this->get_field_id( 'tw_language' )); ?>" name="<?php echo esc_attr($this->get_field_name('tw_language' )); ?>">
|
146 |
+
<option value=""<?php if($tw_language == "") echo "selected=selected" ?>><?php esc_html_e('Automatic', 'twitter-tweets'); ?></option>
|
147 |
+
<option value="en"<?php if($tw_language == "en") echo "selected=selected" ?>><?php esc_html_e('English (default)', 'twitter-tweets'); ?></option>
|
148 |
+
<option value="ar"<?php if($tw_language == "ar") echo "selected=selected" ?>><?php esc_html_e('Arabic', 'twitter-tweets'); ?></option>
|
149 |
+
<option value="bn"<?php if($tw_language == "bn") echo "selected=selected" ?>><?php esc_html_e('Bengali', 'twitter-tweets'); ?></option>
|
150 |
+
<option value="cs"<?php if($tw_language == "cs") echo "selected=selected" ?>><?php esc_html_e('Czech', 'twitter-tweets'); ?></option>
|
151 |
+
<option value="da"<?php if($tw_language == "da") echo "selected=selected" ?>><?php esc_html_e('Danish', 'twitter-tweets'); ?></option>
|
152 |
+
<option value="de"<?php if($tw_language == "de") echo "selected=selected" ?>><?php esc_html_e('German', 'twitter-tweets'); ?></option>
|
153 |
+
<option value="el"<?php if($tw_language == "el") echo "selected=selected" ?>><?php esc_html_e('Greek', 'twitter-tweets'); ?></option>
|
154 |
+
<option value="es"<?php if($tw_language == "es") echo "selected=selected" ?>><?php esc_html_e('Spanish', 'twitter-tweets'); ?></option>
|
155 |
+
<option value="fa"<?php if($tw_language == "fa") echo "selected=selected" ?>><?php esc_html_e('Persian', 'twitter-tweets'); ?></option>
|
156 |
+
<option value="fi"<?php if($tw_language == "fi") echo "selected=selected" ?>><?php esc_html_e('Finnish', 'twitter-tweets'); ?></option>
|
157 |
+
<option value="fil"<?php if($tw_language == "fil") echo "selected=selected" ?>><?php esc_html_e('Filipino', 'twitter-tweets'); ?></option>
|
158 |
+
<option value="fr"<?php if($tw_language == "fr") echo "selected=selected" ?>><?php esc_html_e('French', 'twitter-tweets'); ?></option>
|
159 |
+
<option value="he"<?php if($tw_language == "he") echo "selected=selected" ?>><?php esc_html_e('Hebrew', 'twitter-tweets'); ?></option>
|
160 |
+
<option value="hi"<?php if($tw_language == "hi") echo "selected=selected" ?>><?php esc_html_e('Hindi', 'twitter-tweets'); ?></option>
|
161 |
+
<option value="hu"<?php if($tw_language == "hu") echo "selected=selected" ?>><?php esc_html_e('Hungarian', 'twitter-tweets'); ?></option>
|
162 |
+
<option value="id"<?php if($tw_language == "id") echo "selected=selected" ?>><?php esc_html_e('Indonesian', 'twitter-tweets'); ?></option>
|
163 |
+
<option value="it"<?php if($tw_language == "it") echo "selected=selected" ?>><?php esc_html_e('Italian', 'twitter-tweets'); ?></option>
|
164 |
+
<option value="ja"<?php if($tw_language == "ja") echo "selected=selected" ?>><?php esc_html_e('Japanese', 'twitter-tweets'); ?></option>
|
165 |
+
<option value="ko"<?php if($tw_language == "ko") echo "selected=selected" ?>><?php esc_html_e('Korean', 'twitter-tweets'); ?></option>
|
166 |
+
<option value="msa"<?php if($tw_language == "msa") echo "selected=selected" ?>><?php esc_html_e('Malay', 'twitter-tweets'); ?></option>
|
167 |
+
<option value="nl"<?php if($tw_language == "nl") echo "selected=selected" ?>><?php esc_html_e('Dutch', 'twitter-tweets'); ?></option>
|
168 |
+
<option value="no"<?php if($tw_language == "no") echo "selected=selected" ?>><?php esc_html_e('Norwegian', 'twitter-tweets'); ?></option>
|
169 |
+
<option value="pl"<?php if($tw_language == "pl") echo "selected=selected" ?>><?php esc_html_e('Polish', 'twitter-tweets'); ?></option>
|
170 |
+
<option value="pt"<?php if($tw_language == "pt") echo "selected=selected" ?>><?php esc_html_e('Portuguese', 'twitter-tweets'); ?></option>
|
171 |
+
<option value="ro"<?php if($tw_language == "ro") echo "selected=selected" ?>><?php esc_html_e('Romanian', 'twitter-tweets'); ?></option>
|
172 |
+
<option value="ru"<?php if($tw_language == "ru") echo "selected=selected" ?>><?php esc_html_e('Russian', 'twitter-tweets'); ?></option>
|
173 |
+
<option value="sv"<?php if($tw_language == "sv") echo "selected=selected" ?>><?php esc_html_e('Swedish', 'twitter-tweets'); ?></option>
|
174 |
+
<option value="th"<?php if($tw_language == "th") echo "selected=selected" ?>><?php esc_html_e('Thai', 'twitter-tweets'); ?></option>
|
175 |
+
<option value="tr"<?php if($tw_language == "tr") echo "selected=selected" ?>><?php esc_html_e('Turkish', 'twitter-tweets'); ?></option>
|
176 |
+
<option value="uk<?php if($tw_language == "uk") echo "selected=selected" ?>"><?php esc_html_e('Ukrainian', 'twitter-tweets'); ?></option>
|
177 |
+
<option value="ur"<?php if($tw_language == "ur") echo "selected=selected" ?>><?php esc_html_e('Urdu', 'twitter-tweets'); ?></option>
|
178 |
+
<option value="vi"<?php if($tw_language == "vi") echo "selected=selected" ?>><?php esc_html_e('Vietnamese', 'twitter-tweets'); ?></option>
|
179 |
+
<option value="zh-cn"<?php if($tw_language == "zh-cn") echo "selected=selected" ?>><?php esc_html_e('Chinese (Simplified)', 'twitter-tweets'); ?></option>
|
180 |
+
<option value="zh-tw"<?php if($tw_language == "zh-tw") echo "selected=selected" ?>><?php esc_html_e('Chinese (Traditional)', 'twitter-tweets'); ?></option>
|
181 |
+
</select>
|
182 |
+
</p>
|
183 |
+
<?php
|
184 |
+
}
|
185 |
+
/*
|
186 |
+
Sanitize widget form values as they are saved.
|
187 |
+
@see WP_Widget::update()
|
188 |
+
@param array $new_instance Values just sent to be saved.
|
189 |
+
@param array $old_instance Previously saved values from database.
|
190 |
+
@return array Updated safe values to be saved.
|
191 |
+
*/
|
192 |
+
public function update( $new_instance, $old_instance ) {
|
193 |
+
$instance = array();
|
194 |
+
$title= sanitize_text_field( ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : 'Widget Title Here' );
|
195 |
+
$TwitterUserName = sanitize_text_field( ( ! empty( $new_instance['TwitterUserName'] ) ) ? strip_tags( $new_instance['TwitterUserName'] ) : '' );
|
196 |
+
$Theme = sanitize_option( 'theme', ( ! empty( $new_instance['Theme'] ) ) ? strip_tags( $new_instance['Theme'] ) : 'light' );
|
197 |
+
$Height = sanitize_text_field( ( ! empty( $new_instance['Height'] ) ) ? strip_tags( $new_instance['Height'] ) : '450' );
|
198 |
+
$Width = sanitize_text_field( ( ! empty( $new_instance['Width'] ) ) ? strip_tags( $new_instance['Width'] ) : '' );
|
199 |
+
|
200 |
+
$Linkcolor = sanitize_text_field( ( ! empty( $new_instance['LinkColor'] ) ) ? strip_tags( $new_instance['LinkColor'] ) : '#CC0000' );
|
201 |
+
$ExcludeReplies = sanitize_text_field( ( ! empty( $new_instance['ExcludeReplies'] ) ) ? strip_tags( $new_instance['ExcludeReplies'] ) : 'yes' );
|
202 |
+
$AutoExpandPhotos = sanitize_text_field( ( ! empty( $new_instance['AutoExpandPhotos'] ) ) ? strip_tags( $new_instance['AutoExpandPhotos'] ) : 'yes' );
|
203 |
+
$TwitterWidgetId = sanitize_text_field( ( ! empty( $new_instance['TwitterWidgetId'] ) ) ? strip_tags( $new_instance['TwitterWidgetId'] ) : '' );
|
204 |
+
$tw_language = sanitize_text_field( ( ! empty( $new_instance['tw_language'] ) ) ? strip_tags( $new_instance['tw_language'] ) : '' );
|
205 |
+
|
206 |
+
$instance['title'] = $title;
|
207 |
+
$instance['TwitterUserName'] = $TwitterUserName;
|
208 |
+
$instance['Theme'] = $Theme;
|
209 |
+
$instance['Height'] = $Height;
|
210 |
+
$instance['LinkColor'] = $Linkcolor;
|
211 |
+
$instance['ExcludeReplies'] = $ExcludeReplies;
|
212 |
+
$instance['AutoExpandPhotos'] = $AutoExpandPhotos;
|
213 |
+
$instance['TwitterWidgetId'] = $TwitterWidgetId;
|
214 |
+
$instance['tw_language'] = $tw_language;
|
215 |
+
$instance['Width'] = $Width;
|
216 |
+
return $instance;
|
217 |
+
}
|
218 |
+
}
|
219 |
+
// end of class WeblizarTwitter
|
220 |
+
// register WeblizarTwitter widget
|
221 |
+
function WeblizarTwitterWidget() {
|
222 |
+
register_widget( 'WeblizarTwitter' );
|
223 |
+
}
|
224 |
+
add_action( 'widgets_init', 'WeblizarTwitterWidget' );
|