PluginProbe
WP Ultimate Post Grid / 4.0.1
WP Ultimate Post Grid v4.0.1
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 / templates / grid / ruled / ruled.css

ruled.css in WP Ultimate Post Grid 4.0.1, at templates/grid/ruled/ruled.css

31 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-template-ruled {
2 background-color: #333333; /* wpupg_background type=color */
3 color: #ffffff; /* wpupg_main_text type=color */
4 }
5 .wpupg-template-ruled .wpupg-image-container {
6 position: relative;
7 }
8 .wpupg-template-ruled .wpupg-image-container-outline {
9 position: absolute;
10 left: 5px; /* wpupg_outline_padding type=size */
11 right: 5px; /* wpupg_outline_padding type=size */
12 top: 5px; /* wpupg_outline_padding type=size */
13 bottom: 0;
14 border-style: solid; /* wpupg_border_style type=border */
15 border-width: 1px; /* wpupg_border_width type=size */
16 border-color: #ffffff; /* wpupg_border type=color */
17 border-top-left-radius: 0px; /* wpupg_border_radius type=size */
18 border-top-right-radius: 0px; /* wpupg_border_radius type=size */
19 border-bottom: 0;
20 }
21 .wpupg-template-ruled .wpupg-meta-container {
22 padding: 5px; /* wpupg_overlay_padding type=size */
23 border-style: solid; /* wpupg_border_style type=border */
24 border-width: 1px; /* wpupg_border_width type=size */
25 border-color: #ffffff; /* wpupg_border type=color */
26 border-bottom-left-radius: 0px; /* wpupg_border_radius type=size */
27 border-bottom-right-radius: 0px; /* wpupg_border_radius type=size */
28 border-top: 0;
29 margin: 5px; /* wpupg_outline_padding type=size */
30 margin-top: 0;
31 }