Merge remote-tracking branch 'origin/dev'

This commit is contained in:
schrumpel 2022-05-19 00:00:52 +00:00
commit dfea411e1b

View File

@ -1,4 +1,4 @@
/* f0ckwork v0.1 alpha */ /* f0ckwork omega */
/* written by sirx for f0ck.me */ /* written by sirx for f0ck.me */
/* use whatever you like */ /* use whatever you like */
/* once upon a time this was a stiefelstrapse! but no more! */ /* once upon a time this was a stiefelstrapse! but no more! */
@ -682,13 +682,8 @@ html[theme="f0ck95"] .metadata {
color: var(--black); color: var(--black);
} }
html[theme="f0ck95"] .container {
padding-top: 10px;
}
html[theme="f0ck95"] .media-object { html[theme="f0ck95"] .media-object {
border-left: inset 2px silver; border-left: inset 2px silver;
/* border-bottom: outset 2px silver; */
border-right: outset 2px silver; border-right: outset 2px silver;
} }
@ -896,10 +891,6 @@ html[theme="f0ck95d"] .embed-responsive-16by9::before {
padding-top: 46.25%; padding-top: 46.25%;
} }
html[theme="f0ck95d"] .container {
padding-top: 10px;
}
html[theme="f0ck95d"] .embed-responsive-image { html[theme="f0ck95d"] .embed-responsive-image {
left: 2px; left: 2px;
right: 2px; right: 2px;
@ -1070,7 +1061,7 @@ html, body {
scrollbar-color: var(--scrollbar-color) transparent; scrollbar-color: var(--scrollbar-color) transparent;
scrollbar-width: thin; scrollbar-width: thin;
overscroll-behavior-y: contain; overscroll-behavior-y: contain;
overflow: overlay; overflow: unset;
font-size: 14px; font-size: 14px;
} }
@ -1116,7 +1107,6 @@ div.posts {
grid-gap: 5px; grid-gap: 5px;
margin: 0; margin: 0;
padding: 0; padding: 0;
/* margin-top: 15px; */
margin-bottom: 35px; margin-bottom: 35px;
} }
@ -1170,7 +1160,7 @@ div.posts > a:hover::after {
} }
.navbar { .navbar {
position: fixed; position: sticky;
top: 0; top: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
@ -1266,7 +1256,6 @@ ul.navbar-nav li.nav-item {
border-radius: 3px; border-radius: 3px;
background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient)); background-image: linear-gradient(to bottom,var(--nav-link-background-linear-gradient));
box-shadow: var(--nav-link-box-shadow); box-shadow: var(--nav-link-box-shadow);
/* color: transparent; */
} }
.navbar-expand-lg .navbar-nav .nav-link, .pagination > a, .pagination > span { .navbar-expand-lg .navbar-nav .nav-link, .pagination > a, .pagination > span {
@ -1294,10 +1283,6 @@ ul.navbar-nav li.nav-item {
visibility: hidden; visibility: hidden;
} }
div#main {
margin-top: 40px;
}
@media (max-width: 444px) { @media (max-width: 444px) {
.mandy { .mandy {
position: fixed; position: fixed;
@ -1335,10 +1320,16 @@ div#main {
} }
} }
@media (max-width: 768px) { @media (max-width: 1056px) {
.nav-link[data-toggle="dropdown"]::after { .nav-link[data-toggle="dropdown"]::after {
content: "" !important; content: "" !important;
} }
}
@media (max-width: 768px) {
/* .nav-link[data-toggle="dropdown"]::after {
content: "" !important;
} */
.navbar { .navbar {
display: grid !important; display: grid !important;
@ -1429,17 +1420,12 @@ span.placeholder {
} }
@media (max-width: 1056px) { @media (max-width: 1056px) {
/* navbar-fix mobile */
.navbar { .navbar {
display: grid; display: grid;
grid-template-rows: 1fr 1fr; grid-template-rows: 1fr 1fr;
grid-template-areas: 'f0ck f0ck f0ck'; grid-template-areas: 'f0ck f0ck f0ck';
} }
div#main {
margin-top: 116px;
}
.navbar-brand { .navbar-brand {
grid-area: f0ck; grid-area: f0ck;
} }
@ -1452,12 +1438,10 @@ span.placeholder {
justify-content: flex-end !important; justify-content: flex-end !important;
} }
/* needs rework!!!! */
.pagination a:nth-last-child(2), .pagination a:nth-last-child(3), .pagination a:nth-last-child(2), .pagination a:nth-last-child(3),
.pagination a:nth-child(2), .pagination a:nth-child(3) { .pagination a:nth-child(2), .pagination a:nth-child(3) {
display: none; display: none;
} }
/* pls */
html, body { html, body {
text-align: center; text-align: center;
@ -1612,6 +1596,10 @@ span.placeholder {
padding: 2px; padding: 2px;
} }
.imageDoor img {
background: var(--accent);
}
._204863 { ._204863 {
content: " "; content: " ";
background: -webkit-linear-gradient(left,#131313,#4f4a4f); background: -webkit-linear-gradient(left,#131313,#4f4a4f);
@ -1864,8 +1852,6 @@ span#tags:empty {
padding-left: 5px; padding-left: 5px;
padding-top: 1.5px; padding-top: 1.5px;
padding-bottom: 1.5px; padding-bottom: 1.5px;
/* box-shadow: var(--pagination-anchor-box-shadow); */
/* fix box shadow blah */
} }
.badge-greentext { .badge-greentext {
color: #789922; color: #789922;
@ -1952,9 +1938,6 @@ span#tags:empty {
.embed-responsive-16by9::before { .embed-responsive-16by9::before {
padding-top: 100%; padding-top: 100%;
} }
div#main {
margin-top: 118px;
}
} }
@media(max-width: 555px) { @media(max-width: 555px) {
@ -2061,13 +2044,6 @@ canvas {
} }
/* tags */ /* tags */
/*span#tags {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
line-height: 1.4;
}*/
span#tags { span#tags {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@ -2121,7 +2097,6 @@ div#flash.warn {
div.posts > a > p { div.posts > a > p {
height: 100%; height: 100%;
width: 100%; width: 100%;
/* possible fix for weird padding */
position: absolute; position: absolute;
bottom: calc(0px - 12px); bottom: calc(0px - 12px);
} }