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