2024-02-10 14:45:53 +00:00
|
|
|
div.sidearrows {
|
|
|
|
color: #117743;
|
|
|
|
}
|
|
|
|
|
2021-01-17 21:17:37 +00:00
|
|
|
body {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #1D1F21;
|
|
|
|
color: #ACACAC;
|
|
|
|
font-family: Courier, monospace;
|
2024-12-01 12:42:21 +00:00
|
|
|
font-size: 15px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
2024-11-27 19:18:25 +00:00
|
|
|
.theme-catalog .replies {
|
|
|
|
font-family: serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.post div.body {
|
|
|
|
font-family: serif;
|
|
|
|
}
|
|
|
|
|
2024-12-01 12:42:21 +00:00
|
|
|
span.heading {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2024-11-27 19:18:25 +00:00
|
|
|
.theme-catalog .replies .meta,
|
|
|
|
.theme-catalog .replies .intro,
|
|
|
|
div.post div.body a,
|
|
|
|
div.post div.body .toolong {
|
|
|
|
font-family: Courier, monospace;
|
|
|
|
}
|
|
|
|
|
2021-01-17 21:17:37 +00:00
|
|
|
/* LINKS */
|
|
|
|
a, a:link, a:visited, .intro a.email span.name {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FFB300;
|
|
|
|
text-decoration: none;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
a:link:hover, a:visited:hover {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FFB300;
|
|
|
|
text-shadow: 0px 0px 5px #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
div.pages a.selected {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FFB300;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* INTRO */
|
|
|
|
h1, div.title, header div.subtitle {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FFB300;
|
|
|
|
font-family: Courier, monospace;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
h1 {
|
2024-12-01 13:07:37 +00:00
|
|
|
font-size: 18pt;
|
2024-11-27 23:29:32 +00:00
|
|
|
font-weight: bold;
|
|
|
|
letter-spacing: 0px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
header div.subtitle {
|
2024-12-01 13:07:37 +00:00
|
|
|
font-size: 10pt;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* FORMS AND BUTTONS */
|
|
|
|
div.banner {
|
2024-11-27 23:29:32 +00:00
|
|
|
background-color: inherit;
|
|
|
|
color: #ACACAC;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
form table {
|
2024-11-27 23:29:32 +00:00
|
|
|
border: 1px dashed #117743;
|
|
|
|
padding-right: 1px;
|
2024-11-27 19:18:25 +00:00
|
|
|
border-radius: 3px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
form table tr th {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #282A2E;
|
|
|
|
border: 1px solid #117743;
|
|
|
|
border-radius: 2px;
|
2024-11-27 23:16:32 +00:00
|
|
|
padding: 3px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
2024-11-27 23:02:21 +00:00
|
|
|
|
2021-01-17 21:17:37 +00:00
|
|
|
input[type="text"], input[type="password"], textarea, select {
|
2024-11-27 23:29:32 +00:00
|
|
|
border: 1px double #07371F;
|
|
|
|
border-radius: 2px;
|
|
|
|
background: #282A2E;
|
|
|
|
color: #ACACAC;
|
|
|
|
font-family: Courier, monospace;
|
2024-11-28 00:12:41 +00:00
|
|
|
margin: 0 1px;
|
2024-11-28 00:17:23 +00:00
|
|
|
padding: 3px !important;
|
2024-11-29 09:24:54 +00:00
|
|
|
box-sizing: border-box;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
2024-11-27 23:31:17 +00:00
|
|
|
|
2021-01-17 21:17:37 +00:00
|
|
|
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
2024-11-27 23:31:17 +00:00
|
|
|
box-shadow: 0px 0px 5px 2px #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
2024-11-27 23:31:17 +00:00
|
|
|
|
2021-01-17 21:17:37 +00:00
|
|
|
input[type="submit"] {
|
2024-11-27 23:29:32 +00:00
|
|
|
border: 3px double #07371F;
|
|
|
|
border-radius: 2px;
|
2024-11-28 00:21:31 +00:00
|
|
|
background-color: #07371F;
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
|
|
|
font-family: Courier, monospace;
|
|
|
|
font-weight: bold;
|
2024-12-01 12:42:21 +00:00
|
|
|
font-size: 16px;
|
2024-11-27 23:55:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="submit"]:hover {
|
|
|
|
border-color: #117743;
|
|
|
|
background-color: #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
2024-11-27 23:55:25 +00:00
|
|
|
|
2021-01-17 21:17:37 +00:00
|
|
|
.dropzone {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #16171A;
|
2024-11-27 23:55:25 +00:00
|
|
|
border: 1px solid #07371F;
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
2024-11-27 23:31:17 +00:00
|
|
|
border-radius: 2px;
|
2024-11-27 23:55:25 +00:00
|
|
|
margin: 0 2px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.dropzone .file-hint {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
|
|
|
font-weight: bold;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
#quick-reply table {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #1D1F21 !important;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
fieldset {
|
2024-11-27 23:29:32 +00:00
|
|
|
border: 1px dashed #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* POST IDENTIFIERS */
|
|
|
|
.intro span.subject {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #34ED3A;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.intro span.name {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.intro span.trip {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.intro a.capcode, p.intro a.nametag {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FF0000;
|
|
|
|
font-weight: bold;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #34ED97;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.intro time {
|
2024-11-27 23:29:32 +00:00
|
|
|
font-weight: bold;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.intro a.post_no {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
|
|
|
font-weight: bold;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* POST BOXES */
|
|
|
|
div.post.reply {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #282A2E;
|
|
|
|
border: 1px solid #117743;
|
|
|
|
border-radius: 2px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
div.post.reply.highlighted {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: rgba(59, 22, 43, 0.4);
|
|
|
|
border: 1px solid #117743;
|
|
|
|
border-radius: 2px;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* POST CONTENT */
|
|
|
|
div.post.reply div.body a {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FFB300;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.quote {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #789922;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* BARS */
|
|
|
|
.bar {
|
2024-11-27 23:29:32 +00:00
|
|
|
background-color: #151515;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.bar.top {
|
2024-11-27 23:29:32 +00:00
|
|
|
border-bottom: 1px solid #B0790A;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.bar.bottom {
|
2024-11-27 23:29:32 +00:00
|
|
|
border-top: 1px solid #B0790A;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
div.boardlist {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
hr {
|
2024-11-27 23:29:32 +00:00
|
|
|
border: none;
|
|
|
|
border-top: 1pt solid #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* CATALOG */
|
|
|
|
.theme-catalog h1 {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
|
|
|
font-size: 18pt;
|
|
|
|
font-weight: bold;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.theme-catalog h1 a {
|
2024-11-27 23:29:32 +00:00
|
|
|
font-weight: normal;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.theme-catalog div.thread, .theme-catalog div.thread:hover {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #282A2E;
|
|
|
|
border: 1px solid #117743;
|
|
|
|
border-radius: 2px;
|
2024-12-01 12:42:21 +00:00
|
|
|
font-size: 11pt;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* OPTIONS */
|
|
|
|
#options_div, #alert_div {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #1D1F21;
|
|
|
|
border: 1px dashed #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
#options_tablist {
|
2024-11-27 23:29:32 +00:00
|
|
|
border-right: 1px dashed #117743;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.options_tab_icon {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #ACACAC;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
|
|
|
.options_tab_icon.active {
|
2024-11-27 23:29:32 +00:00
|
|
|
color: #FFB300;
|
2021-01-17 21:17:37 +00:00
|
|
|
}
|
2022-04-30 21:47:11 +00:00
|
|
|
|
|
|
|
/* FIXES */
|
|
|
|
div.ban {
|
2024-11-27 23:29:32 +00:00
|
|
|
background: #1D1F21;
|
2022-04-30 21:47:11 +00:00
|
|
|
border: 1px dashed #117743;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ban h2 {
|
|
|
|
background: #282A2E;
|
|
|
|
color: #ACACAC;
|
|
|
|
}
|
|
|
|
|
|
|
|
table thead th {
|
|
|
|
background: #282A2E;
|
|
|
|
color: #ACACAC;
|
|
|
|
border: 1px solid #117743;
|
|
|
|
}
|
2024-02-11 21:11:02 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* catalog view fixes
|
|
|
|
*/
|
|
|
|
|
|
|
|
.theme-catalog div.thread {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.grid-size-small {
|
|
|
|
width: 140px;
|
|
|
|
max-width: 140px;
|
2024-02-13 13:21:03 +00:00
|
|
|
min-width: 140px;
|
2024-02-11 21:11:02 +00:00
|
|
|
height: 192px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.grid-size-small img,
|
|
|
|
.theme-catalog div.grid-size-vsmall img {
|
|
|
|
max-height: 33%;
|
|
|
|
max-width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.grid-size-vsmall img {
|
|
|
|
max-height: 49px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog .thread .meta {
|
2024-12-01 12:42:21 +00:00
|
|
|
font-size: 13px;
|
2024-02-11 21:11:02 +00:00
|
|
|
}
|
2024-02-12 08:03:55 +00:00
|
|
|
|
|
|
|
.theme-catalog .thread.grid-size-small .replies {
|
|
|
|
padding: 0;
|
|
|
|
}
|