PluginProbe
WP Sort Order / trunk
WP Sort Order vtrunk
trunk 1.0 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 All 29 releases
wp-sort-order / css / admin.css

admin.css in WP Sort Order trunk, at css/admin.css

219 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* CSS Document */
2 .wpso{
3 }
4 .wpso h2:not(.nav-tab-wrapper) a{
5 background-color:#1269AE;
6 color:#fff;
7 padding:16px 20px !important;
8 }
9 .wpso h3,
10 .wpso h4{
11 padding:0;
12 margin:0;
13 }
14 .wpso .hide{
15 display:none;
16 }
17 .wpso label{
18 height: 34px;
19 font-size: 14px;
20 }
21 .wpso label.clickable{
22
23 background-image: url("../images/uncheck.png");
24 background-repeat: no-repeat;
25 background-position: 12px 8px;
26 float: right;
27 position: relative;
28 top: 44px;
29 border-radius: 20px 0 0 20px;
30 padding: 14px 50px 0;
31 background-color:#fff;
32 border-right:3px solid #1269ae;
33 color: #1269ae;
34
35 }
36 .wpso label.clickable.check{
37
38 background-image: url("../images/check.png");
39 background-repeat: no-repeat;
40 color: #F00;
41 border-right:3px solid #F00;
42 }
43 .wpso_menu a {
44 background: url("../images/menu.png");
45 background-position: 108px center;
46 background-repeat: no-repeat;
47 background-size: 20px auto;
48 }
49 .wpso_menu a:hover {
50 background: url("../images/menu-over.png") !important;
51 background-position: 108px center !important;
52 background-repeat: no-repeat !important;
53 background-size: 20px auto !important;
54 color:#1269ae !important;
55
56 }
57 .wpso .button-primary {
58 background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll 154px 10px;
59 height: 50px;
60 padding: 0 58px;
61 background-color:#1269ae;
62 }
63 .wpso .button-primary:hover {
64 background: rgba(0, 0, 0, 0) url("../images/menu-over.png") no-repeat scroll 154px 10px;
65 height: 50px;
66 padding: 0 58px;
67 color:#0085ba;
68 text-shadow:none;
69 background-color:#fff;
70 }
71 .wpso .options1,
72 .wpso .options2{
73
74 height:246px;
75 vertical-align:top;
76 }
77 .wpso .form-table{
78 background: url("../images/bamboo.png");
79 background-repeat:no-repeat;
80 background-position:right bottom;
81 }
82 .wpso input[type="checkbox"]{
83 }
84 .wpso .form-table th,
85 .wpso .form-table td,
86 .wpso ul,
87 .wpso ul li,
88 .wpso .submit{
89 padding:0;
90 margin:0;
91 }
92 .wpso ul li label{
93 font-size:12px;
94 }
95 .wpso .form-table th{
96 background-color: #1269ae;
97 padding:10px 0;
98 }
99 .wpso .form-table td{
100 padding:0 30px;
101 }
102 .wpso .form-table th h4{
103 color:#fff;
104 text-align:center;
105 }
106 .wpso h2:not(.nav-tab-wrapper) a{
107 float:right;
108 color:#fff;
109 text-decoration:none;
110 font-size:14px;
111 background:url("../images/menu.png");
112 background-repeat:no-repeat;
113 background-position:right center;
114 padding-right:24px;
115 background-size:18px;
116 }
117 .wpso small.premium{
118 color:#F00;
119 font-style: italic;
120 cursor:pointer;
121 padding-left:20px;
122 }
123 .wpso .more_features{
124 padding:20px 0 0;
125 }
126 .wpso .more_features ul li label{
127 font-size:14px;
128 cursor:text;
129 }
130 .wpso .more_features small{
131
132 }
133 .wpso .more_features span{
134 color:#F00;
135 font-weight:bold;
136 }
137 .wpso .more_features b{
138 color:#90F;
139 }
140
141 .wpso h2.nav-tab-wrapper .nav-tab,
142 .wpso h2.nav-tab-wrapper .nav-tab:hover{
143 cursor : pointer;
144 text-decoration:none;
145 }
146
147 .wpso .hide{
148
149 display : none;
150 }
151
152 /*Accordion Style Begins*/
153 .wpso .premium_content .accordion {
154 background-color: #eee;
155 color: #444;
156 cursor: pointer;
157 padding: 18px;
158 width: 100%;
159 text-align: left;
160 border: none;
161 outline: none;
162 transition: 0.4s;
163 position: relative;
164 border-bottom: 1px solid lightgrey;
165 }
166
167 .wpso .premium_content .accordion .dashicons {
168
169 position: absolute;
170 right: 15px;
171 top: 20px;
172 }
173
174
175 .wpso .premium_content .accordion.first .plus {
176
177 display: none;
178 }
179
180 .wpso .premium_content .accordion:not(.first) .minus {
181
182 display: none;
183 }
184
185 /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
186 .wpso .premium_content .active, .wpso .premium_content .accordion:hover {
187 background-color: #ccc;
188 }
189
190 /* Style the accordion panel. Note: hidden by default */
191 .wpso .premium_content .panel {
192 padding: 0 18px;
193 background-color: #f1f1f1;
194 overflow: hidden;
195 border: 1px solid lightgrey;
196 }
197
198 .wpso .premium_content .panel:not(.first){
199 display: none;
200
201 }
202
203 .wpso .premium_content .accordion_wrapper{
204
205 margin : 25px;
206 box-shadow: 0 0 10px #b7b7b7;
207
208 }
209 .wpso .form-table th small {
210 text-align: center;
211 display: block;
212 color: yellow;
213 font-family: courier;
214 margin: 10px 0;
215 }
216 /*Accordion Style End*/
217
218
219