Changeset 1592908 – WordPress Plugin Repository (original) (raw)

Timestamp:

02/10/2017 12:45:30 AM (9 years ago)

seancjones

Message:

CSS style tweaks

Location:

featured-image-pro

Files:

Legend:

Unmodified

Added

Removed

r1592898 r1592908
6 6 Requires at least: 4.4
7 7 Tested up to: 4.7
8 Stable tag: 2.0.1
8 Stable tag: 2.0.2
9 9 License: GPLv2 or later
10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
r1592898 r1592908
6 6
7 7
8 .proto_masonry_container .proto_masonry_figure,
8 .proto_masonry_container figure.proto_masonry_figure,
9 9
10 10 {
24 24 }
25 25
26 .proto_masonry_item img, .proto_masonry_item img, .proto_masonry_item .proto_masonry_figure, .proto_masonry_item .proto_masonry_caption, .proto_masonry_item p {
26 .proto_masonry_item img, .proto_masonry_item img, .proto_masonry_item figure.proto_masonry_figure, .proto_masonry_item figcaption.proto_masonry_caption, .proto_masonry_item p {
27 27 max-width: 100%;
28 28 }
29 29
30 .proto_masonry_item .proto_masonry_figure > a {
30 .proto_masonry_item figure.proto_masonry_figure > a {
31 31 display: block;
32 32 overflow: hidden;
70 70
71 71 .proto_masonry_gallery /* caption centered. Override with !important*/
72 .proto_masonry_caption {
72 figcaption.proto_masonry_caption {
73 73 text-align:center;
74 74 z-index:99;
77 77
78 78 .proto_masonry_gallery /* caption text. Override with !important*/
79 .proto_masonry_caption .proto_title {
79 figcaption.proto_masonry_caption .proto_title {
80 80 font-size:14px;
81 81 font-weight:400;
146 146
147 147 .proto_masonry_gallery
148 .proto_masonry_figure
148 figure.proto_masonry_figure
149 149 img {
150 150 display:inline-block;
193 193
194 194 .proto_masonry_gallery
195 .proto_masonry_figure {
195 figure.proto_masonry_figure {
196 196 position:relative;
197 197 }
198 198
199 .proto_masonry_figure:hover
199 figure.proto_masonry_figure:hover
200 200 .proto_hover_caption {
201 201 opacity:1;
202 202 }
203 203
204 .proto_masonry_figure
204 figure.proto_masonry_figure
205 205 {
206 206 margin:auto;
264 264 }
265 265
266 .panel-grid-cell::after,.fixed:after,.proto_masonry_item:after,.proto_masonry_container:after,.proto_masonry_top:after,.proto_masonry_figure:after,.proto_masonry_excerpt:after {
266 .panel-grid-cell::after,.fixed:after,.proto_masonry_item:after,.proto_masonry_container:after,.proto_masonry_top:after,figure.proto_masonry_figure:after,.proto_masonry_excerpt:after {
267 267 content:".";
268 268 display:block;
r1592884 r1592908
39 39 function featured_image_pro_post_masonry_register_scripts() //Register scripts
40 40 {
41 wp_register_style( 'featured_image_pro_masonry_style', plugins_url( 'assets/css/proto-masonry.css', __FILE__ ), array(), '7.02' );
41 wp_register_style( 'featured_image_pro_masonry_style', plugins_url( 'assets/css/proto-masonry.css', __FILE__ ), array(), '7.1' );
42 42 do_action( 'featured_image_pro_masonry_register_scripts' );
43 43 }
r1592884 r1592908
143 143 if ($link_colortext) {
144 144 $style .= "
145 {$itemid} a {
145 {$itemid} a, {$itemid} a:visited {
146 146 {$link_colortext};
147 147 }
151 151 if ($link_hovercolortext) {
152 152 $style .= "
153 {$itemid} a:hover {
153 {$itemid} a:hover, {$itemid} a:active {
154 154 {$link_hovercolortext};
155 155 }
r1592898 r1592908
4 4 Plugin URI: http://plugins.protoframework.com/featured-image-pro/
5 5 Description: Flexible, Free Featued Image Masonry Widget & Shortcode
6 Version: 2.0.1
6 Version: 2.0.2
7 7 Author: A. R. Jones
8 8 Author URI: http://shooflysolutions.com
r1592898 r1592908
6 6 Requires at least: 4.4
7 7 Tested up to: 4.7
8 Stable tag: 2.0.1
8 Stable tag: 2.0.2
9 9 License: GPLv2 or later
10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
r1592898 r1592908
6 6
7 7
8 .proto_masonry_container .proto_masonry_figure,
8 .proto_masonry_container figure.proto_masonry_figure,
9 9
10 10 {
24 24 }
25 25
26 .proto_masonry_item img, .proto_masonry_item img, .proto_masonry_item .proto_masonry_figure, .proto_masonry_item .proto_masonry_caption, .proto_masonry_item p {
26 .proto_masonry_item img, .proto_masonry_item img, .proto_masonry_item figure.proto_masonry_figure, .proto_masonry_item figcaption.proto_masonry_caption, .proto_masonry_item p {
27 27 max-width: 100%;
28 28 }
29 29
30 .proto_masonry_item .proto_masonry_figure > a {
30 .proto_masonry_item figure.proto_masonry_figure > a {
31 31 display: block;
32 32 overflow: hidden;
70 70
71 71 .proto_masonry_gallery /* caption centered. Override with !important*/
72 .proto_masonry_caption {
72 figcaption.proto_masonry_caption {
73 73 text-align:center;
74 74 z-index:99;
77 77
78 78 .proto_masonry_gallery /* caption text. Override with !important*/
79 .proto_masonry_caption .proto_title {
79 figcaption.proto_masonry_caption .proto_title {
80 80 font-size:14px;
81 81 font-weight:400;
146 146
147 147 .proto_masonry_gallery
148 .proto_masonry_figure
148 figure.proto_masonry_figure
149 149 img {
150 150 display:inline-block;
193 193
194 194 .proto_masonry_gallery
195 .proto_masonry_figure {
195 figure.proto_masonry_figure {
196 196 position:relative;
197 197 }
198 198
199 .proto_masonry_figure:hover
199 figure.proto_masonry_figure:hover
200 200 .proto_hover_caption {
201 201 opacity:1;
202 202 }
203 203
204 .proto_masonry_figure
204 figure.proto_masonry_figure
205 205 {
206 206 margin:auto;
264 264 }
265 265
266 .panel-grid-cell::after,.fixed:after,.proto_masonry_item:after,.proto_masonry_container:after,.proto_masonry_top:after,.proto_masonry_figure:after,.proto_masonry_excerpt:after {
266 .panel-grid-cell::after,.fixed:after,.proto_masonry_item:after,.proto_masonry_container:after,.proto_masonry_top:after,figure.proto_masonry_figure:after,.proto_masonry_excerpt:after {
267 267 content:".";
268 268 display:block;
r1592884 r1592908
39 39 function featured_image_pro_post_masonry_register_scripts() //Register scripts
40 40 {
41 wp_register_style( 'featured_image_pro_masonry_style', plugins_url( 'assets/css/proto-masonry.css', __FILE__ ), array(), '7.02' );
41 wp_register_style( 'featured_image_pro_masonry_style', plugins_url( 'assets/css/proto-masonry.css', __FILE__ ), array(), '7.1' );
42 42 do_action( 'featured_image_pro_masonry_register_scripts' );
43 43 }
r1592884 r1592908
143 143 if ($link_colortext) {
144 144 $style .= "
145 {$itemid} a {
145 {$itemid} a, {$itemid} a:visited {
146 146 {$link_colortext};
147 147 }
151 151 if ($link_hovercolortext) {
152 152 $style .= "
153 {$itemid} a:hover {
153 {$itemid} a:hover, {$itemid} a:active {
154 154 {$link_hovercolortext};
155 155 }
r1592898 r1592908
4 4 Plugin URI: http://plugins.protoframework.com/featured-image-pro/
5 5 Description: Flexible, Free Featued Image Masonry Widget & Shortcode
6 Version: 2.0.1
6 Version: 2.0.2
7 7 Author: A. R. Jones
8 8 Author URI: http://shooflysolutions.com

Note: See TracChangeset for help on using the changeset viewer.