PluginProbe
WP Ultimate Post Grid / 2.2
WP Ultimate Post Grid v2.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / css / faq.css

faq.css in WP Ultimate Post Grid 2.2, at css/faq.css

29 lines 710 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-badge {
2 background: #ffffff url(../img/icon_128.png) no-repeat;
3 background-position: center 20px;
4 -webkit-background-size: 128px 128px;
5 background-size: 128px 128px;
6 color: #333;
7 font-size: 14px;
8 text-align: center;
9 font-weight: 600;
10 margin: 5px 0 0;
11 padding-top: 155px;
12 height: 25px;
13 display: inline-block;
14 width: 150px;
15 text-rendering: optimizeLegibility;
16 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
17 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
18
19 .about-wrap .wpupg-badge {
20 position: absolute;
21 top: 0;
22 right: 0; }
23
24 @media only screen and (max-width: 500px) {
25 .about-wrap .wpupg-badge {
26 position: relative;
27 margin-bottom: 1.5em;
28 width: 100%; } }
29