fediembedi-wordpress-widget.../assets/pixelfed.css

69 lines
1.0 KiB
CSS
Raw Normal View History

2019-12-26 22:11:20 +01:00
/* .scrollable {
contain: strict;
} */
.scrollable {
2020-01-30 03:29:45 +01:00
overflow-y: auto;
2019-12-26 22:11:20 +01:00
overflow-x: hidden;
flex: 1 1 auto;
-webkit-overflow-scrolling: touch;
will-change: transform;
2020-01-30 03:50:55 +01:00
background-color: #fff;
2019-12-26 22:11:20 +01:00
}
2020-01-06 05:58:06 +01:00
/**
* Pixelfed Styles
*/
.embed-card a {
text-decoration: none;
2019-12-26 22:11:20 +01:00
}
2020-01-06 05:58:06 +01:00
a.card{
border: none;
2019-12-26 22:11:20 +01:00
}
2020-01-06 05:58:06 +01:00
.card img {
max-width: none;
display: inline;
2019-12-26 22:11:20 +01:00
}
2020-01-06 05:58:06 +01:00
.info-overlay {
2019-12-26 22:11:20 +01:00
position: relative;
}
2020-01-06 05:58:06 +01:00
.info-overlay-text {
2019-12-26 22:11:20 +01:00
width: 100%;
height: 100%;
2020-01-06 05:58:06 +01:00
background-color: rgba(0,0,0,.5);
2019-12-26 22:11:20 +01:00
}
2020-01-06 05:58:06 +01:00
.info-overlay .info-overlay-text {
display: none;
2019-12-26 22:11:20 +01:00
position: absolute;
}
2020-01-06 05:58:06 +01:00
.info-overlay:hover .info-overlay-text {
display: -webkit-box;
2019-12-26 22:11:20 +01:00
display: flex;
}
2020-01-06 05:58:06 +01:00
.square {
2019-12-26 22:11:20 +01:00
position: relative;
2020-01-06 05:58:06 +01:00
width: 100%;
2019-12-26 22:11:20 +01:00
}
2020-01-06 05:58:06 +01:00
.square:after {
content: "";
2019-12-26 22:11:20 +01:00
display: block;
2020-01-06 05:58:06 +01:00
padding-bottom: 100%;
}
.square-content {
position: absolute;
2019-12-26 22:11:20 +01:00
width: 100%;
height: 100%;
2020-01-06 05:58:06 +01:00
background-repeat: no-repeat;
2019-12-26 22:11:20 +01:00
background-size: cover;
background-position: 50%;
}
2020-01-06 05:58:06 +01:00
.embed-card .pixelfed-follow {
font-size: 14px;
color: #fff;
2019-12-26 22:11:20 +01:00
}