friendica-addons/showmore_dyn/showmore_dyn.css

38 lines
620 B
CSS
Raw Permalink Normal View History

2020-03-12 22:24:54 +00:00
.wall-item-body-toggle {
width: 100%;
text-align: center;
2020-03-15 12:34:51 +00:00
background-image: linear-gradient(rgba(0, 0, 0, 0), #f6f6f6);
cursor: pointer;
height: 50px;
position: absolute;
top: auto;
bottom: 0;
z-index: 9;
left: 0;
display: none;
2020-03-12 22:24:54 +00:00
}
2020-03-12 22:24:54 +00:00
.wall-item-body-toggle-text {
width: 100%;
position: absolute;
top: auto;
bottom: 0;
z-index: 12;
left: 0;
text-shadow: 0 0 5px #f6f6f6;
font-weight: bold;
2020-03-15 12:34:51 +00:00
background: none !important;
border: none;
2020-03-15 12:34:51 +00:00
padding: 0 !important;
cursor: pointer;
2020-03-14 21:58:25 +00:00
}
2020-03-14 21:58:25 +00:00
.wall-item-body-toggle-text:hover {
2020-03-15 12:34:51 +00:00
text-decoration: underline;
2020-03-12 22:24:54 +00:00
}
.wall-item-body {
position: relative;
width: 100%;
}