Browse Source

Fix broken top bar remaining still pinned on soome themes

fix-catalog-hud
Zankaria 2 weeks 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'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
h1
{
letter-spacing: -2px;
font-size: 20pt;
@ -27,7 +27,7 @@ h1
}
div.title, h1 {
color: #32DD72;
}
div.title p {
font-size: 10px;
@ -141,11 +141,11 @@ span.trip {
color: #AAAAAA;
}
div.pages {
background: #1E1E1E;
background: #1E1E1E;
font-family: sans-serif;
}
.bar.bottom {
bottom: 0px;
@ -185,7 +185,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;

7
stylesheets/dark_red.css

@ -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 {

34
stylesheets/style.css

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

Loading…
Cancel
Save