| 1 |
.wpupg-template-hover-with-date { |
| 2 |
border-style: solid; /* wpupg_border_style type=border */ |
| 3 |
border-width: 1px; /* wpupg_border_width type=size */ |
| 4 |
border-color: #000000; /* wpupg_border type=color */ |
| 5 |
border-radius: 0px; /* wpupg_border_radius type=size */ |
| 6 |
padding: 0; |
| 7 |
text-align: center; |
| 8 |
} |
| 9 |
|
| 10 |
.wpupg-template-hover-with-date .wpupg-hover { |
| 11 |
padding: 5px; /* wpupg_overlay_padding type=size */ |
| 12 |
} |
| 13 |
|
| 14 |
.wpupg-template-hover-with-date.wpupg-item-has-image .wpupg-hover { |
| 15 |
position: absolute; |
| 16 |
|
| 17 |
left: 0; |
| 18 |
right: 0; |
| 19 |
bottom: 0; |
| 20 |
top: 0; |
| 21 |
|
| 22 |
background-color: rgba(0, 0, 0, 0.5); /* wpupg_overlay_color type=color */ |
| 23 |
color: #ffffff; /* wpupg_overlay_text_color type=color */ |
| 24 |
} |
| 25 |
|
| 26 |
.wpupg-template-hover-with-date.wpupg-item-no-image .wpupg-hover { |
| 27 |
display: block; |
| 28 |
} |