Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/living-room into main

This commit is contained in:
cellarspoon 2022-01-05 10:30:06 +01:00
commit 36d5d2c976
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
3 changed files with 254 additions and 255 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.lock
.env
.venv/
/content/
/public/

View File

@ -57,7 +57,6 @@ body {
}
.card {
border: 2px solid var(--border-color);
box-shadow:1em 1em 0 #d2d1c8;
background-color: #fff09d;
@ -255,6 +254,7 @@ footer.post-footer {
border-top: 2px solid var(--border-color);
flex-grow: 1;
}
.read-more {
border-top: 2px solid var(--border-color);
border-left: 2px solid var(--border-color);
@ -266,7 +266,6 @@ footer.post-footer {
/* network cards */
.card.network {
border: 2px solid darkcyan;
box-shadow:1em 1em 0 #d2d1c8;
background-color: lightgreen;
@ -551,7 +550,6 @@ ul.pagination{
.page-item {
display: block;
text-align: center;
vertical-align: middle;
font-size: 38px;
border: 2px solid #1B4C8A;
box-shadow:0.4em 0.4em 0 #d2d1c8;

View File

@ -145,11 +145,11 @@
}
.video-thumbnail:hover {
text-decoration:none!important
text-decoration:none !important;
}
.video-thumbnail:hover .play-overlay {
opacity:1
opacity: 1;
}
.video-thumbnail:hover .play-overlay .play-icon {
transform:translate(-50%,-50%) scale(1)
transform:translate(-50%,-50%) scale(1);
}