1
0
mirror of https://github.com/elisspace/pops.git synced 2026-08-29 15:44:05 +00:00
Files
pops/styles.css
Eli d6fea9afbb Initial upload
Initialized with just a mock-up layout of the index page up
2021-04-03 19:03:27 +07:00

22 lines
727 B
CSS

.caption {
width:100%;
bottom: .3rem;
position: absolute;
background:#000;
background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.thumbnail {
border: 0 none;
box-shadow: none;
margin:0;
padding:0;
}
.caption h4 {
color: #fff;
-webkit-font-smoothing: antialiased;
}