Merge pull request 'hopefully last one for tonigh 👀' (#42) from dev into master

Reviewed-on: #42
This commit is contained in:
Kibi Kelburton 2022-05-17 02:55:38 +02:00
commit 5be4670ba3
2 changed files with 23 additions and 26 deletions

View File

@ -613,11 +613,10 @@ html[theme="f0ck95"] ._204863 {
color: white;
height: 20px;
display: block;
border-left: inset 2px silver;
border-left: inset 2px silver;
border-top: inset 2px silver;
border-right: outset 2px silver;
border-bottom: outset 2px silver;
z-index: 1;
border-bottom: outset 2px silver;
}
html[theme="f0ck95"] .container {
@ -626,12 +625,12 @@ html[theme="f0ck95"] .container {
html[theme="f0ck95"] .media-object {
border-left: inset 2px silver;
border-bottom: outset 2px silver;
/* border-bottom: outset 2px silver; */
border-right: outset 2px silver;
}
html[theme="f0ck95"] .embed-responsive.embed-responsive-16by9 {
background: black;
background: black;
}
html[theme="f0ck95"] .embed-responsive-image {
@ -639,7 +638,7 @@ html[theme="f0ck95"] .embed-responsive-image {
}
html[theme="f0ck95"] #f0ck-image {
padding-bottom: 2px;
padding: 5px;
}
html[theme="f0ck95"] span.placeholder {
@ -647,11 +646,11 @@ html[theme="f0ck95"] span.placeholder {
}
html[theme="f0ck95"] #prev {
color: white !important;
color: white !important;
}
html[theme="f0ck95"] #next {
color: white !important;
color: white !important;
}
html[theme="f0ck95"] .navbar-brand:hover {
@ -660,37 +659,37 @@ html[theme="f0ck95"] .navbar-brand:hover {
html[theme="f0ck95"] span.f0ck::after {
content: "95";
font-size: 14px;
font-family: vcr;
vertical-align: super;
color: black;
content: "95";
font-size: 14px;
font-family: vcr;
vertical-align: super;
color: black;
}
html[theme="f0ck95"] .pagination > span {
border: 1px dashed black !important;
color: black;
text-shadow: none;
border: 1px dashed black !important;
color: black;
text-shadow: none;
}
html[theme="f0ck95"] .dropdown-menu {
border-color: gray;
border-color: gray;
}
html[theme="f0ck95"] .err span {
text-shadow: 0px 0px transparent;
text-shadow: 0px 0px transparent;
}
html[theme="f0ck95"] .err {
background: #3f9595;
background: #3f9595;
}
html[theme="f0ck95"] div#posts > a::after {
color: var(--white);
color: var(--white);
}
html[theme="f0ck95"] .about {
color: black;
color: black;
}
html[theme="f0ck95"] .badge-dark, #themeselector {
@ -763,12 +762,11 @@ html[theme="f0ck95d"] .container {
html[theme="f0ck95d"] .media-object {
border-left: inset 2px silver;
border-bottom: outset 2px silver;
border-right: outset 2px silver;
}
html[theme="f0ck95d"] .embed-responsive.embed-responsive-16by9 {
background: black;
background: black;
}
html[theme="f0ck95d"] .embed-responsive-image {
@ -776,7 +774,7 @@ html[theme="f0ck95d"] .embed-responsive-image {
}
html[theme="f0ck95d"] #f0ck-image {
padding-bottom: 1px;
padding: 5px;
}
html[theme="f0ck95d"] html, body {
@ -811,7 +809,6 @@ html[theme="f0ck95d"] .metadata {
html[theme="f0ck95d"] .media-object {
border-left: inset 1px silver;
border-bottom: outset 1px silver;
border-right: outset 1px silver;
}

View File

@ -58,7 +58,7 @@
: f0ckimagescroll.setAttribute("style", "overflow-y: scroll");
f0ckimage.hasAttribute("style")
? f0ckimage.removeAttribute("style")
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0; padding: 0px 2px 0px 2px;");
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0; padding: 5px;");
});
}
// </image-responsive>