This commit is contained in:
towards-a-new-leftypol 2024-11-27 18:29:32 -05:00
parent 929e00675f
commit 958a58f016
1 changed files with 76 additions and 76 deletions

View File

@ -3,10 +3,10 @@ div.sidearrows {
} }
body { body {
background: #1D1F21; background: #1D1F21;
color: #ACACAC; color: #ACACAC;
font-family: Courier, monospace; font-family: Courier, monospace;
font-size: 13px; font-size: 13px;
} }
.theme-catalog .replies { .theme-catalog .replies {
@ -26,45 +26,45 @@ div.post div.body .toolong {
/* LINKS */ /* LINKS */
a, a:link, a:visited, .intro a.email span.name { a, a:link, a:visited, .intro a.email span.name {
color: #FFB300; color: #FFB300;
text-decoration: none; text-decoration: none;
} }
a:link:hover, a:visited:hover { a:link:hover, a:visited:hover {
color: #FFB300; color: #FFB300;
text-shadow: 0px 0px 5px #117743; text-shadow: 0px 0px 5px #117743;
} }
div.pages a.selected { div.pages a.selected {
color: #FFB300; color: #FFB300;
} }
/* INTRO */ /* INTRO */
h1, div.title, header div.subtitle { h1, div.title, header div.subtitle {
color: #FFB300; color: #FFB300;
font-family: Courier, monospace; font-family: Courier, monospace;
} }
h1 { h1 {
font-size: 24pt; font-size: 24pt;
font-weight: bold; font-weight: bold;
letter-spacing: 0px; letter-spacing: 0px;
} }
header div.subtitle { header div.subtitle {
font-size: 12pt; font-size: 12pt;
} }
/* FORMS AND BUTTONS */ /* FORMS AND BUTTONS */
div.banner { div.banner {
background-color: inherit; background-color: inherit;
color: #ACACAC; color: #ACACAC;
} }
form table { form table {
border: 1px dashed #117743; border: 1px dashed #117743;
padding-right: 1px; padding-right: 1px;
border-radius: 3px; border-radius: 3px;
} }
form table tr th { form table tr th {
background: #282A2E; background: #282A2E;
border: 1px solid #117743; border: 1px solid #117743;
border-radius: 2px; border-radius: 2px;
padding: 3px; padding: 3px;
} }
@ -75,136 +75,136 @@ select {
} }
input[type="text"], input[type="password"], textarea, select { input[type="text"], input[type="password"], textarea, select {
border: 1px double #07371F; border: 1px double #07371F;
border-radius: 2px; border-radius: 2px;
background: #282A2E; background: #282A2E;
color: #ACACAC; color: #ACACAC;
font-family: Courier, monospace; font-family: Courier, monospace;
} }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
box-shadow: 0px 0px 5px 2px #117743; box-shadow: 0px 0px 5px 2px #117743;
} }
input[type="submit"] { input[type="submit"] {
border: 3px double #07371F; border: 3px double #07371F;
border-radius: 2px; border-radius: 2px;
background: #16171A; background: #16171A;
color: #ACACAC; color: #ACACAC;
font-family: Courier, monospace; font-family: Courier, monospace;
font-weight: bold; font-weight: bold;
} }
.dropzone { .dropzone {
background: #16171A; background: #16171A;
border: 3px double #07371F; border: 3px double #07371F;
color: #ACACAC; color: #ACACAC;
} }
.dropzone .file-hint { .dropzone .file-hint {
color: #ACACAC; color: #ACACAC;
font-weight: bold; font-weight: bold;
} }
#quick-reply table { #quick-reply table {
background: #1D1F21 !important; background: #1D1F21 !important;
} }
fieldset { fieldset {
border: 1px dashed #117743; border: 1px dashed #117743;
} }
/* POST IDENTIFIERS */ /* POST IDENTIFIERS */
.intro span.subject { .intro span.subject {
color: #34ED3A; color: #34ED3A;
} }
.intro span.name { .intro span.name {
color: #117743; color: #117743;
} }
.intro span.trip { .intro span.trip {
color: #117743; color: #117743;
} }
.intro a.capcode, p.intro a.nametag { .intro a.capcode, p.intro a.nametag {
color: #FF0000; color: #FF0000;
font-weight: bold; font-weight: bold;
} }
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name { .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
color: #34ED97; color: #34ED97;
} }
.intro time { .intro time {
font-weight: bold; font-weight: bold;
} }
.intro a.post_no { .intro a.post_no {
color: #ACACAC; color: #ACACAC;
font-weight: bold; font-weight: bold;
} }
/* POST BOXES */ /* POST BOXES */
div.post.reply { div.post.reply {
background: #282A2E; background: #282A2E;
border: 1px solid #117743; border: 1px solid #117743;
border-radius: 2px; border-radius: 2px;
} }
div.post.reply.highlighted { div.post.reply.highlighted {
background: rgba(59, 22, 43, 0.4); background: rgba(59, 22, 43, 0.4);
border: 1px solid #117743; border: 1px solid #117743;
border-radius: 2px; border-radius: 2px;
} }
/* POST CONTENT */ /* POST CONTENT */
div.post.reply div.body a { div.post.reply div.body a {
color: #FFB300; color: #FFB300;
} }
.quote { .quote {
color: #789922; color: #789922;
} }
/* BARS */ /* BARS */
.bar { .bar {
background-color: #151515; background-color: #151515;
} }
.bar.top { .bar.top {
border-bottom: 1px solid #B0790A; border-bottom: 1px solid #B0790A;
} }
.bar.bottom { .bar.bottom {
border-top: 1px solid #B0790A; border-top: 1px solid #B0790A;
} }
div.boardlist { div.boardlist {
color: #ACACAC; color: #ACACAC;
} }
hr { hr {
border: none; border: none;
border-top: 1pt solid #117743; border-top: 1pt solid #117743;
} }
/* CATALOG */ /* CATALOG */
.theme-catalog h1 { .theme-catalog h1 {
color: #ACACAC; color: #ACACAC;
font-size: 18pt; font-size: 18pt;
font-weight: bold; font-weight: bold;
} }
.theme-catalog h1 a { .theme-catalog h1 a {
font-weight: normal; font-weight: normal;
} }
.theme-catalog div.thread, .theme-catalog div.thread:hover { .theme-catalog div.thread, .theme-catalog div.thread:hover {
background: #282A2E; background: #282A2E;
border: 1px solid #117743; border: 1px solid #117743;
border-radius: 2px; border-radius: 2px;
font-size: 10pt; font-size: 10pt;
} }
/* OPTIONS */ /* OPTIONS */
#options_div, #alert_div { #options_div, #alert_div {
background: #1D1F21; background: #1D1F21;
border: 1px dashed #117743; border: 1px dashed #117743;
} }
#options_tablist { #options_tablist {
border-right: 1px dashed #117743; border-right: 1px dashed #117743;
} }
.options_tab_icon { .options_tab_icon {
color: #ACACAC; color: #ACACAC;
} }
.options_tab_icon.active { .options_tab_icon.active {
color: #FFB300; color: #FFB300;
} }
/* FIXES */ /* FIXES */
div.ban { div.ban {
background: #1D1F21; background: #1D1F21;
border: 1px dashed #117743; border: 1px dashed #117743;
} }