Browse Source

Fix broken top bar remaining still pinned on soome themes

fix-catalog-hud
Zankaria 1 month ago
parent
commit
1da97d77ca
  1. 13
      stylesheets/dark.css
  2. 7
      stylesheets/dark_red.css
  3. 34
      stylesheets/style.css

13
stylesheets/dark.css

@ -18,7 +18,7 @@ body {
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype'); url('./fonts/tojcxo.TTF') format('truetype');
} }
h1 h1
{ {
letter-spacing: -2px; letter-spacing: -2px;
font-size: 20pt; font-size: 20pt;
@ -27,7 +27,7 @@ h1
} }
div.title, h1 { div.title, h1 {
color: #32DD72; color: #32DD72;
} }
div.title p { div.title p {
font-size: 10px; font-size: 10px;
@ -141,11 +141,11 @@ span.trip {
color: #AAAAAA; color: #AAAAAA;
} }
div.pages { div.pages {
background: #1E1E1E; background: #1E1E1E;
font-family: sans-serif; font-family: sans-serif;
} }
.bar.bottom { .bar.bottom {
bottom: 0px; bottom: 0px;
@ -185,7 +185,6 @@ div.boardlist:not(.bottom) {
} }
.desktop-style 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; text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999; color: #999999;
background-color: #1E1E1E; background-color: #1E1E1E;

7
stylesheets/dark_red.css

@ -17,7 +17,7 @@ body {
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype'); url('./fonts/tojcxo.TTF') format('truetype');
} }
h1 h1
{ {
letter-spacing: -2px; letter-spacing: -2px;
font-size: 20pt; font-size: 20pt;
@ -135,7 +135,7 @@ span.trip {
color: #AAAAAA; color: #AAAAAA;
} }
div.pages { div.pages {
background: #1E1E1E; background: #1E1E1E;
font-family: sans-serif; font-family: sans-serif;
} }
.bar.bottom { .bar.bottom {
@ -172,7 +172,6 @@ div.boardlist:not(.bottom) {
} }
.desktop-style 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; text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999; color: #999999;
background-color: #1E1E1E; background-color: #1E1E1E;
@ -228,7 +227,7 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
background: #333333; background: #333333;
} }
/* red accents */ /* 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, 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, 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 { input[type="submit"]:hover, div.ban h2 {

34
stylesheets/style.css

@ -5,7 +5,7 @@
so flags and other data will show. This hides them, but they still exist. */ so flags and other data will show. This hides them, but they still exist. */
tinyboard{ tinyboard{
display:none; display:none;
} }
div.sidearrows{ div.sidearrows{
@ -45,7 +45,7 @@ div.pages{
} }
div.boardlist.bottom { div.boardlist.bottom {
text-align: center!important; text-align: center!important;
display: none!important; display: none!important;
} }
@ -122,7 +122,7 @@ main {
/* Tables */ /* Tables */
table { table {
margin: auto; margin: auto;
} }
table.board-list-table { table.board-list-table {
width: 100%; width: 100%;
@ -130,13 +130,13 @@ table.board-list-table {
table tbody td { table tbody td {
margin: 0; margin: 0;
padding: 4px 15px 4px 4px; padding: 4px 15px 4px 4px;
text-align: left; text-align: left;
} }
table thead th { table thead th {
border: 1px solid #000333; border: 1px solid #000333;
padding: 4px 15px 5px 5px; padding: 4px 15px 5px 5px;
background: #98E; background: #98E;
color: #000333; color: #000333;
text-align: left; text-align: left;
@ -147,7 +147,7 @@ table tbody tr:nth-of-type( even ) {
} }
tr{ tr{
} }
td.minimal,th.minimal { td.minimal,th.minimal {
@ -469,7 +469,7 @@ input.delete {
div.post p { div.post p {
display: block; display: block;
margin: 0; margin: 0;
line-height: 1.16em; line-height: 1.16em;
font-size: 13px; font-size: 13px;
min-height: 1.16em; min-height: 1.16em;
@ -743,7 +743,7 @@ div.blotter {
} }
.desktop-style div.boardlist:not(.bottom) { .desktop-style div.boardlist:not(.bottom) {
position: fixed; position: static;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
@ -1266,10 +1266,10 @@ span.pln {
clear: both; clear: both;
visibility: hidden; visibility: hidden;
overflow: hidden; overflow: hidden;
font-size: 0px; font-size: 0px;
line-height: 0px; line-height: 0px;
box-sizing: border-box; box-sizing: border-box;
border: none; border: none;
height: 0; height: 0;
@ -1284,7 +1284,7 @@ span.pln {
/* Board List */ /* Board List */
div.boardlist { div.boardlist {
margin-top: 3px; margin-top: 3px;
color: #89A; color: #89A;
font-size: 9pt; font-size: 9pt;
word-spacing:-3px; word-spacing:-3px;
@ -1377,7 +1377,7 @@ div.boardlist {
} }
li.mix { li.mix {
display: inline-block; display: inline-block;
} }
/* Mona Font */ /* Mona Font */
.aa { .aa {
@ -1769,12 +1769,12 @@ td.board-tags a.tag-link {
aside.search-container .box { aside.search-container .box {
margin-right: 0; margin-right: 0;
} }
section.board-list { section.board-list {
margin-top: 12px; margin-top: 12px;
width: 100%; width: 100%;
} }
table.board-list-table .board-meta, table.board-list-table .board-meta,
table.board-list-table .board-pph, table.board-list-table .board-pph,
table.board-list-table .board-tags { table.board-list-table .board-tags {
@ -1792,7 +1792,7 @@ td.board-tags a.tag-link {
.announcement { .announcement {
font-size: 75%; font-size: 75%;
padding-bottom: 1%; padding-bottom: 1%;
margin-left: 5%; margin-left: 5%;
margin-right: 5%; margin-right: 5%;
} }
@ -1888,7 +1888,7 @@ table.fileboard .intro a {
text-align: left; text-align: left;
position: absolute; position: absolute;
bottom: 80px; bottom: 80px;
top: 60px; top: 60px;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
} }
@ -1899,7 +1899,7 @@ table.fileboard .intro a {
#rules-popup .rules-popup-bottom { #rules-popup .rules-popup-bottom {
bottom: 0px; bottom: 0px;
height: 80px; height: 80px;
width: 100%; width: 100%;
position: absolute; position: absolute;
} }
#rules-popup .rules-popup-bottom-instructions { #rules-popup .rules-popup-bottom-instructions {

Loading…
Cancel
Save