Merge pull request 'fixing all themes and removing opensans reference' (#35) from dev into master

Reviewed-on: #35
This commit is contained in:
Kibi Kelburton 2022-05-16 20:35:38 +02:00
commit bafb0916e2

View File

@ -44,6 +44,10 @@ html[theme="f0ck"] .admin-search button {
color: var(--black)!important; color: var(--black)!important;
} }
html[theme="f0ck"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme='p1nk'] { html[theme='p1nk'] {
--accent: #ff00d0; --accent: #ff00d0;
--bg: #171717; --bg: #171717;
@ -79,6 +83,10 @@ html[theme='p1nk'] {
--scroller-bg: #424242; --scroller-bg: #424242;
} }
html[theme="p1nk"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme='orange'] { html[theme='orange'] {
--accent: #ff6f00; --accent: #ff6f00;
--bg: #171717; --bg: #171717;
@ -114,6 +122,10 @@ html[theme='orange'] {
--scroller-bg: #424242; --scroller-bg: #424242;
} }
html[theme="orange"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme='amoled'] { html[theme='amoled'] {
--accent: #fff; --accent: #fff;
--bg: #000; --bg: #000;
@ -150,6 +162,10 @@ html[theme='amoled'] {
--scroller-bg: #424242; --scroller-bg: #424242;
} }
html[theme="amoled"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme="amoled"] .admin-search button { html[theme="amoled"] .admin-search button {
color: var(--black)!important; color: var(--black)!important;
} }
@ -203,6 +219,10 @@ html[theme="paper"] {
--scroller-bg: #424242; --scroller-bg: #424242;
} }
html[theme="paper"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme="paper"] body { html[theme="paper"] body {
color: var(--black); color: var(--black);
} }
@ -343,6 +363,10 @@ html[theme="atmos"] {
--scrollbar-color: #2b2b2b; --scrollbar-color: #2b2b2b;
} }
html[theme="atmos"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme="term"] { html[theme="term"] {
--accent: #00DF00; --accent: #00DF00;
--bg: #000; --bg: #000;
@ -380,6 +404,10 @@ html[theme="term"] {
--tooltip-bg: #131212; --tooltip-bg: #131212;
} }
html[theme="term"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme="term"] .metadata { html[theme="term"] .metadata {
text-shadow: 0px 0px 1px var(--accent), 1px 0px 2px var(--accent), 0px 0px 5px var(--black); text-shadow: 0px 0px 1px var(--accent), 1px 0px 2px var(--accent), 0px 0px 5px var(--black);
} }
@ -430,6 +458,10 @@ html[theme="iced"] {
--tooltip-bg: #0a3f53; --tooltip-bg: #0a3f53;
} }
html[theme="iced"] .pagination > a, .pagination > span {
border-radius: 3px;
}
html[theme="iced"] .navbar-brand:hover { html[theme="iced"] .navbar-brand:hover {
background: #1d2941; background: #1d2941;
} }
@ -480,7 +512,7 @@ html[theme="f0ck95"] a {
} }
html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span { html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span {
border-radius: 0; border-radius: 0px;
border-left: inset 1px silver; border-left: inset 1px silver;
border-bottom: outset 1px silver; border-bottom: outset 1px silver;
border-right: outset 1px silver; border-right: outset 1px silver;
@ -492,6 +524,7 @@ html[theme="f0ck95"] .metadata {
border-bottom: outset 2px silver; border-bottom: outset 2px silver;
border-right: outset 2px silver; border-right: outset 2px silver;
border-top: 2px outset #8c8888; border-top: 2px outset #8c8888;
color: var(--black);
} }
html[theme="f0ck95"] .media-object { html[theme="f0ck95"] .media-object {
@ -584,13 +617,6 @@ html[theme="f0ck95"] .about {
/* https://www.dafont.com/vcr-osd-mono.font */ /* https://www.dafont.com/vcr-osd-mono.font */
} }
@font-face {
font-family: 'Open Sans';
src: url('/s/OpenSans.ttf') format('truetype');
size-adjust: 80%;
/* https://fonts.google.com/specimen/Open+Sans */
}
html, body { html, body {
background-color: var(--bg); background-color: var(--bg);
color: var(--white); color: var(--white);
@ -1061,7 +1087,6 @@ span.placeholder {
color: var(--accent); color: var(--accent);
text-align: center; text-align: center;
border: 1px solid var(--black); border: 1px solid var(--black);
border-radius: 3px;
} }
.pagination > span { .pagination > span {