PluginProbe
WP Ultimate Post Grid / 1.7.2
WP Ultimate Post Grid v1.7.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.scss

faq.scss in WP Ultimate Post Grid 1.7.2, at css/faq.scss

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