Fix broken top bar remaining still pinned on soome themes

This commit is contained in:
Zankaria 2024-04-30 15:46:02 +02:00
parent 8bc9a22920
commit 1da97d77ca
3 changed files with 26 additions and 28 deletions

View file

@ -17,7 +17,7 @@ body {
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
h1
{
letter-spacing: -2px;
font-size: 20pt;
@ -135,7 +135,7 @@ span.trip {
color: #AAAAAA;
}
div.pages {
background: #1E1E1E;
background: #1E1E1E;
font-family: sans-serif;
}
.bar.bottom {
@ -172,7 +172,6 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
position:static;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999;
background-color: #1E1E1E;
@ -228,7 +227,7 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
background: #333333;
}
/* red accents */
div.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover,
div.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover,
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover, p.intro span.name,
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name,
input[type="submit"]:hover, div.ban h2 {