Browse Source

Adjustments to main CSS, including stuff for new warning functionality and adjustment to Firefox top bar spacing

pull/40/head
Benjamin Southall 7 years ago
parent
commit
a21a5b86ec
  1. 43
      stylesheets/style.css

43
stylesheets/style.css

@ -78,6 +78,7 @@ img.banner, img.board_image {
.bar.bottom { .bar.bottom {
bottom: 0px; bottom: 0px;
border-top: 1px solid #333333; border-top: 1px solid #333333;
/*background-color: #333333 ;*/
} }
@ -295,7 +296,7 @@ input[type="text"],input[type="password"],textarea {
#upload input[type="file"] { #upload input[type="file"] {
max-width: 230px; max-width: 270px;
} }
form table tr td { form table tr td {
@ -651,8 +652,13 @@ fieldset label {
} }
div.pages { div.pages {
/*! color: #89A; */
/*! background: #D6DAF0; */
display: inline-block; display: inline-block;
padding: 8px; padding: 8px;
/*! margin: 8px 0 4px 0; */
/*! border-right: 1px solid #B7C5D9; */
/*! border-bottom: 1px solid #B7C5D9; */
} }
div.pages.top { div.pages.top {
@ -714,6 +720,13 @@ span.public_ban {
margin-top: 15px; margin-top: 15px;
} }
span.public_warning {
display: block;
color: steelblue;
font-weight: bold;
margin-top: 15px;
}
span.toolong { span.toolong {
display: block; display: block;
margin-top: 15px; margin-top: 15px;
@ -737,6 +750,10 @@ div.blotter {
background-color: #D6DAF0; background-color: #D6DAF0;
} }
/*.desktop-style body {
padding-top: 20px;
}*/
.desktop-style .sub { .desktop-style .sub {
background: inherit; background: inherit;
} }
@ -889,6 +906,13 @@ pre {
} }
@media (max-width: 420px) { @media (max-width: 420px) {
header, img.board_image {
margin-top: 5em;
}
div.boardlist {
word-spacing:-3px;
}
.theme-catalog ul#Grid { .theme-catalog ul#Grid {
padding-left: 18px; padding-left: 18px;
} }
@ -908,7 +932,7 @@ pre {
} }
.compact-boardlist { .compact-boardlist {
padding: 3px; /*padding: 3px;*/
padding-bottom: 0; padding-bottom: 0;
} }
@ -922,13 +946,11 @@ pre {
} }
.compact-boardlist .cb-fa { .compact-boardlist .cb-fa {
font-size: 21px; font-size: 16px;
padding: 2px;
padding-top: 0;
} }
.compact-boardlist .cb-cat { .compact-boardlist .cb-cat {
padding: 5px 6px 8px 6px; padding: 0px 6px 0px 6px;
} }
.cb-menuitem { .cb-menuitem {
@ -1266,6 +1288,7 @@ div.boardlist {
color: #89A; color: #89A;
font-size: 9pt; font-size: 9pt;
word-spacing:-3px;
} }
div.boardlist.bottom { div.boardlist.bottom {
margin-top: 12px; margin-top: 12px;
@ -1275,6 +1298,14 @@ div.boardlist a {
text-decoration: none; text-decoration: none;
} }
@-moz-document url-prefix() {
div.boardlist {
word-spacing:-3px;
}
}
/* Threads */ /* Threads */
/* Thread Footer */ /* Thread Footer */
#thread-interactions { #thread-interactions {

Loading…
Cancel
Save