2010-11-02 06:57:33 -04:00
|
|
|
body {
|
2014-09-27 01:38:25 -04:00
|
|
|
background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
|
|
|
|
color: black;
|
|
|
|
font-family: arial, helvetica, sans-serif;
|
2014-09-27 05:16:16 -04:00
|
|
|
font-size: 10pt;
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 0 4px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 05:06:45 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
table * {
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 1px;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 05:06:45 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
a, a:visited {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-decoration: underline;
|
|
|
|
color: #34345C;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
a:hover, p.intro a.post_no:hover {
|
|
|
|
color: #ff0000;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
a.post_no {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-decoration: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 05:06:45 -04:00
|
|
|
|
2014-09-26 14:38:08 -04:00
|
|
|
p.intro a.post_no {
|
|
|
|
color: inherit;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
p.intro a.post_no,
|
|
|
|
p.intro a.email,
|
|
|
|
p.intro a.post_anchor {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.intro a.email span.name {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #34345C;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.intro a.email:hover span.name {
|
2014-09-27 01:38:25 -04:00
|
|
|
color: #ff0000;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-17 09:13:56 -05:00
|
|
|
p.intro label {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: inline;
|
2013-08-19 09:47:56 -04:00
|
|
|
}
|
2014-09-26 08:10:29 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
p.intro time, p.intro a.ip-link, p.intro a.capcode {
|
2014-09-26 14:38:08 -04:00
|
|
|
direction: ltr;
|
|
|
|
unicode-bidi: embed;
|
2012-03-31 06:01:55 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
h2 {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #AF0A0F;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-size: 11pt;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2011-05-25 06:21:00 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
header {
|
|
|
|
margin: 1em 0;
|
2014-09-26 14:38:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-family: tahoma;
|
|
|
|
letter-spacing: -2px;
|
|
|
|
font-size: 20pt;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
header div.subtitle, h1 {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #AF0A0F;
|
2014-09-27 01:38:25 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
header div.subtitle {
|
|
|
|
font-size: 8pt;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
form {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin-bottom: 4em;
|
2011-05-25 06:21:00 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-05-25 06:21:00 -04:00
|
|
|
form table {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: auto;
|
2011-05-25 06:21:00 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-05-25 06:21:00 -04:00
|
|
|
form table input {
|
2014-09-26 14:38:08 -04:00
|
|
|
height: auto;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
input[type="text"], input[type="password"], textarea {
|
|
|
|
border: 1px solid #a9a9a9;
|
|
|
|
text-indent: 0;
|
|
|
|
text-shadow: none;
|
|
|
|
text-transform: none;
|
|
|
|
word-spacing: normal;
|
|
|
|
max-width: 75%;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 05:26:30 -04:00
|
|
|
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-05-25 06:21:00 -04:00
|
|
|
form table tr td {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-04-16 02:40:24 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-04-16 02:40:24 -04:00
|
|
|
form table.mod tr td {
|
2014-09-26 14:38:08 -04:00
|
|
|
padding: 2px;
|
2011-05-25 06:21:00 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-05-25 06:21:00 -04:00
|
|
|
form table tr th {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: left;
|
|
|
|
padding: 4px;
|
2014-09-27 01:38:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
form table tr th {
|
2014-09-26 14:38:08 -04:00
|
|
|
background: #98E;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-01-30 17:43:16 -05:00
|
|
|
form table tr td div.center {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
padding-left: 3px;
|
2011-01-02 06:32:38 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-02 06:32:38 -05:00
|
|
|
form table tr td div input {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 2px auto 0 auto;
|
2011-01-02 06:32:38 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-02 06:32:38 -05:00
|
|
|
form table tr td div label {
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 10px;
|
2011-01-02 06:32:38 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
.unimportant, .unimportant * {
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 10px;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-04-27 09:48:47 -04:00
|
|
|
.file {
|
2014-09-26 08:10:29 -04:00
|
|
|
float: left;
|
|
|
|
margin-right: 2px;
|
2014-04-29 20:39:32 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-05-21 03:05:35 -04:00
|
|
|
.file:not(.multifile) .post-image {
|
2014-09-26 08:10:29 -04:00
|
|
|
float: left;
|
2014-05-21 03:05:35 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-05-21 03:05:35 -04:00
|
|
|
.file:not(.multifile) {
|
2014-09-26 08:10:29 -04:00
|
|
|
float: none;
|
2014-05-21 03:05:35 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.fileinfo {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
margin: 0 0 0 20px;
|
2014-08-03 11:56:13 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-08-03 11:56:13 -04:00
|
|
|
div.post p.fileinfo {
|
2014-09-26 14:38:08 -04:00
|
|
|
padding-left: 5px;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
div.banner {
|
2014-09-26 14:38:08 -04:00
|
|
|
background-color: #E04000;
|
|
|
|
font-size: 12pt;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: center;
|
|
|
|
margin: 1em 0;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
div.banner, div.banner a {
|
|
|
|
color: white;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
div.banner a:hover {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #EEF2FF;
|
|
|
|
text-decoration: none;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
img.banner, img.board_image {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
border: 1px solid #a9a9a9;
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 12px auto 0 auto;
|
2011-01-20 21:14:55 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-06-10 14:00:49 -04:00
|
|
|
.post-image {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 5px 20px 10px 20px;
|
2014-09-26 14:38:08 -04:00
|
|
|
border: none;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-06-10 14:00:49 -04:00
|
|
|
div.post .post-image {
|
2014-09-27 01:38:25 -04:00
|
|
|
padding: 5px;
|
|
|
|
margin: 0 20px 0 0;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-12-16 07:08:52 -05:00
|
|
|
div.post img.icon {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: inline;
|
|
|
|
margin: 0 5px;
|
|
|
|
padding: 0;
|
2010-12-16 07:08:52 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-01-16 18:41:42 -05:00
|
|
|
div.post i.fa {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0 4px;
|
|
|
|
font-size: 16px;
|
2013-07-23 09:38:42 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
div.post.op {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin-right: 20px;
|
|
|
|
margin-bottom: 5px;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-20 02:28:39 -05:00
|
|
|
div.post.op hr {
|
2014-09-26 14:38:08 -04:00
|
|
|
border-color: #D9BFB7;
|
2011-02-20 02:28:39 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.intro {
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 0.5em 0;
|
|
|
|
padding: 0;
|
|
|
|
padding-bottom: 0.2em;
|
2014-09-26 14:38:08 -04:00
|
|
|
clear: both;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-20 21:14:55 -05:00
|
|
|
input.delete {
|
2014-09-26 14:38:08 -04:00
|
|
|
float: left;
|
|
|
|
margin: 1px 6px 0 0;
|
2011-01-20 21:14:55 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.intro span.subject {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #0F0C5D;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.intro span.name {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #117743;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #F00000;
|
|
|
|
margin-left: 0;
|
2011-01-18 20:37:31 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
p.intro a {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin-left: 8px;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-20 21:14:55 -05:00
|
|
|
div.delete {
|
2014-09-26 14:38:08 -04:00
|
|
|
float: right;
|
2011-01-20 21:14:55 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
div.post.reply p {
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 0.3em 0 0 0;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-08-27 08:32:04 -04:00
|
|
|
div.post.reply div.body {
|
2014-09-27 01:38:25 -04:00
|
|
|
margin-left: 1.8em;
|
|
|
|
margin-top: 0.8em;
|
|
|
|
padding-right: 3em;
|
|
|
|
padding-bottom: 0.3em;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
div.post.reply.highlighted {
|
2014-09-26 14:38:08 -04:00
|
|
|
background: #D6BAD0;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-08-27 08:32:04 -04:00
|
|
|
div.post.reply div.body a {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #D00;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-21 19:47:09 -05:00
|
|
|
div.post {
|
2014-09-26 14:38:08 -04:00
|
|
|
max-width: 95%;
|
|
|
|
padding-left: 20px;
|
2011-02-21 19:47:09 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-08-27 08:32:04 -04:00
|
|
|
div.post div.body {
|
2014-09-26 14:38:08 -04:00
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
2011-02-21 19:47:09 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
div.post.reply {
|
2014-09-26 14:38:08 -04:00
|
|
|
background: #D6DAF0;
|
2014-09-27 01:38:25 -04:00
|
|
|
margin: 0.2em 4px;
|
|
|
|
padding: 0.2em 0.3em 0.5em 0.6em;
|
2014-09-26 14:38:08 -04:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: none solid solid none;
|
|
|
|
border-color: #B7C5D9;
|
|
|
|
display: inline-block;
|
2014-09-27 01:38:25 -04:00
|
|
|
max-width: 95%;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
span.trip {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #228854;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
span.quote {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #789922;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
span.omitted {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
margin-top: 1em;
|
2010-11-02 06:57:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-11-02 06:57:33 -04:00
|
|
|
br.clear {
|
2014-09-26 14:38:08 -04:00
|
|
|
clear: left;
|
|
|
|
display: block;
|
2010-12-16 01:04:52 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-12-16 01:04:52 -05:00
|
|
|
span.controls {
|
2014-09-26 14:38:08 -04:00
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 80%;
|
2010-12-16 01:04:52 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-12-16 01:04:52 -05:00
|
|
|
span.controls.op {
|
2014-09-26 14:38:08 -04:00
|
|
|
float: none;
|
|
|
|
margin-left: 10px;
|
2010-12-16 01:04:52 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2010-12-16 01:04:52 -05:00
|
|
|
span.controls a {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0;
|
2011-01-01 09:52:22 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-18 08:41:43 -05:00
|
|
|
div#wrap {
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 900px;
|
|
|
|
margin: 0 auto;
|
2011-01-18 08:41:43 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-01 09:52:22 -05:00
|
|
|
div.ban {
|
2014-09-27 01:38:25 -04:00
|
|
|
background: white;
|
2014-09-26 14:38:08 -04:00
|
|
|
border: 1px solid #98E;
|
|
|
|
max-width: 700px;
|
|
|
|
margin: 30px auto;
|
2011-01-01 09:52:22 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
div.ban p, div.ban h2 {
|
2014-09-26 14:38:08 -04:00
|
|
|
padding: 3px 7px;
|
2011-01-01 09:52:22 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-01 09:52:22 -05:00
|
|
|
div.ban h2 {
|
2014-09-26 14:38:08 -04:00
|
|
|
background: #98E;
|
2014-09-27 01:38:25 -04:00
|
|
|
color: black;
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 12pt;
|
2011-01-01 09:52:22 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-01 09:52:22 -05:00
|
|
|
div.ban p {
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 12px;
|
|
|
|
margin-bottom: 12px;
|
2011-01-01 09:52:22 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-01 09:52:22 -05:00
|
|
|
div.ban p.reason {
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2011-01-18 08:41:43 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-03-02 01:15:37 -05:00
|
|
|
span.heading {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #AF0A0F;
|
|
|
|
font-size: 11pt;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2011-03-02 01:15:37 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-18 08:41:43 -05:00
|
|
|
span.spoiler {
|
2014-09-27 01:38:25 -04:00
|
|
|
background: black;
|
|
|
|
color: black;
|
2014-09-26 14:38:08 -04:00
|
|
|
padding: 0 1px;
|
2011-01-18 08:41:43 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-08-27 08:32:04 -04:00
|
|
|
div.post.reply div.body span.spoiler a {
|
2014-09-27 01:38:25 -04:00
|
|
|
color: black;
|
2011-05-19 04:46:57 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
|
|
|
|
color: white;
|
2011-01-20 03:35:41 -05:00
|
|
|
}
|
2012-12-27 23:36:35 -05:00
|
|
|
|
2014-09-26 14:38:08 -04:00
|
|
|
div.styles {
|
|
|
|
float: right;
|
|
|
|
padding-bottom: 20px;
|
2011-01-20 03:35:41 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-20 03:35:41 -05:00
|
|
|
div.styles a {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0 10px;
|
2011-01-20 03:35:41 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-01-20 03:35:41 -05:00
|
|
|
div.styles a.selected {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-decoration: none;
|
2011-01-20 21:14:55 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-15 22:44:34 -05:00
|
|
|
table.test {
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 100%;
|
2011-02-15 22:44:34 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
table.test td, table.test th {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: left;
|
|
|
|
padding: 5px;
|
2011-02-15 22:44:34 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-15 22:44:34 -05:00
|
|
|
table.test tr.h th {
|
2014-09-26 14:38:08 -04:00
|
|
|
background: #98E;
|
2011-02-15 22:44:34 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-15 22:44:34 -05:00
|
|
|
table.test td img {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0;
|
2011-02-15 22:44:34 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-15 22:44:34 -05:00
|
|
|
fieldset label {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
2011-02-16 07:32:43 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-16 07:32:43 -05:00
|
|
|
div.pages {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #89A;
|
|
|
|
background: #D6DAF0;
|
|
|
|
display: inline;
|
|
|
|
padding: 8px;
|
|
|
|
border-right: 1px solid #B7C5D9;
|
|
|
|
border-bottom: 1px solid #B7C5D9;
|
2011-02-16 07:32:43 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-09-14 10:42:20 -04:00
|
|
|
div.pages.top {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
padding: 5px 8px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2014-09-27 01:38:25 -04:00
|
|
|
opacity: 0.9;
|
2013-09-14 10:42:20 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-09-16 01:16:00 -04:00
|
|
|
@media screen and (max-width: 800px) {
|
2014-09-26 14:38:08 -04:00
|
|
|
div.pages.top {
|
2014-09-27 01:38:25 -04:00
|
|
|
display: none !important;
|
2014-09-26 14:38:08 -04:00
|
|
|
}
|
2013-09-16 01:16:00 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-16 07:32:43 -05:00
|
|
|
div.pages a.selected {
|
2014-09-27 01:38:25 -04:00
|
|
|
color: black;
|
2014-09-26 14:38:08 -04:00
|
|
|
font-weight: bolder;
|
2011-02-16 07:32:43 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-05-03 10:21:16 -04:00
|
|
|
div.pages a {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-decoration: none;
|
2011-02-16 07:38:44 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-17 04:04:56 -05:00
|
|
|
div.pages form {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
display: inline;
|
2011-02-17 04:04:56 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-17 04:04:56 -05:00
|
|
|
div.pages form input {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0 5px;
|
|
|
|
display: inline;
|
2011-02-17 04:04:56 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-16 07:38:44 -05:00
|
|
|
hr {
|
2014-09-26 14:38:08 -04:00
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #B7C5D9;
|
|
|
|
height: 0;
|
|
|
|
clear: left;
|
2011-02-19 04:25:21 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-19 04:25:21 -05:00
|
|
|
div.boardlist {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #89A;
|
|
|
|
font-size: 9pt;
|
|
|
|
margin-top: 3px;
|
2011-02-19 20:39:56 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-19 20:39:56 -05:00
|
|
|
div.boardlist.bottom {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin-top: 20px;
|
2011-02-19 04:25:21 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-19 04:25:21 -05:00
|
|
|
div.boardlist a {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-decoration: none;
|
2011-02-20 02:28:39 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-02-20 02:28:39 -05:00
|
|
|
div.report {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: #333;
|
2011-03-02 01:51:29 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-03-02 01:51:29 -05:00
|
|
|
table.modlog {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
2011-03-02 01:51:29 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-03-02 01:51:29 -05:00
|
|
|
table.modlog tr td {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px 15px 0 0;
|
2011-03-02 01:51:29 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-03-02 01:51:29 -05:00
|
|
|
table.modlog tr th {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: left;
|
|
|
|
padding: 4px 15px 5px 5px;
|
|
|
|
white-space: nowrap;
|
2014-09-27 01:38:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
table.modlog tr th {
|
2014-09-26 14:38:08 -04:00
|
|
|
background: #98E;
|
2011-03-02 01:51:29 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
td.minimal, th.minimal {
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 1%;
|
|
|
|
white-space: nowrap;
|
2011-03-17 01:52:43 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-03-17 01:52:43 -04:00
|
|
|
div.top_notice {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: center;
|
|
|
|
margin: 5px auto;
|
2011-04-03 04:21:05 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-04-03 04:21:05 -04:00
|
|
|
span.public_ban {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
color: red;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2014-09-26 14:38:08 -04:00
|
|
|
margin-top: 15px;
|
2011-05-25 03:55:34 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-05-27 09:56:20 -04:00
|
|
|
span.toolong {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
margin-top: 15px;
|
2011-05-27 09:56:20 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2011-05-25 03:55:34 -04:00
|
|
|
div.blotter {
|
2014-09-26 14:38:08 -04:00
|
|
|
color: red;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: bold;
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: center;
|
2011-07-06 15:22:33 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-05-20 06:20:50 -04:00
|
|
|
table.mod.config-editor {
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 9pt;
|
|
|
|
width: 100%;
|
2012-05-03 10:21:16 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-05-20 06:20:50 -04:00
|
|
|
table.mod.config-editor td {
|
2014-09-26 14:38:08 -04:00
|
|
|
text-align: left;
|
|
|
|
padding: 5px;
|
|
|
|
border-bottom: 1px solid #98e;
|
2012-05-03 10:21:16 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-05-20 06:20:50 -04:00
|
|
|
table.mod.config-editor input[type="text"] {
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 98%;
|
2012-05-03 10:21:16 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-12-22 14:20:18 -05:00
|
|
|
.desktop-style div.boardlist:nth-child(1) {
|
|
|
|
position: fixed;
|
2014-08-03 11:56:13 -04:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2014-09-27 01:38:25 -04:00
|
|
|
/*text-shadow: white 1px 0 6px, white 1px 0 6px, black 1px 0 3px;*/
|
2014-08-03 11:56:13 -04:00
|
|
|
margin-top: 0;
|
2013-01-01 23:55:53 -05:00
|
|
|
z-index: 30;
|
2014-09-27 17:58:45 -04:00
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
background-color: #D6DAF0;
|
2012-12-22 14:20:18 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 17:58:45 -04:00
|
|
|
/*.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
|
|
|
>>>>>>> f3d7ef5801ae050ed2338156d888c6ed858789a9
|
2014-09-27 01:38:25 -04:00
|
|
|
background-color: rgba(90%, 90%, 90%, 0.6);
|
2014-09-27 17:58:45 -04:00
|
|
|
}*/
|
2012-12-22 14:20:18 -05:00
|
|
|
|
|
|
|
.desktop-style body {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-style .sub {
|
|
|
|
background: inherit;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-12-22 14:20:18 -05:00
|
|
|
.desktop-style .sub .sub {
|
|
|
|
display: inline-block;
|
|
|
|
text-indent: -9000px;
|
|
|
|
width: 7px;
|
2014-09-27 01:38:25 -04:00
|
|
|
background: url('img/arrow.png') right center no-repeat;
|
2012-12-22 14:20:18 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
.desktop-style .sub .sub:hover, .desktop-style .sub .sub.hover {
|
2012-12-22 14:20:18 -05:00
|
|
|
display: inline;
|
2014-08-03 11:56:13 -04:00
|
|
|
text-indent: 0;
|
2012-12-22 14:20:18 -05:00
|
|
|
background: inherit;
|
|
|
|
}
|
2012-12-23 21:39:47 -05:00
|
|
|
|
|
|
|
#attention_bar {
|
|
|
|
height: 1.5em;
|
2014-01-05 22:14:51 -05:00
|
|
|
max-height: 1.5em;
|
2012-12-23 21:39:47 -05:00
|
|
|
width: 100%;
|
2014-01-05 22:14:51 -05:00
|
|
|
max-width: 100%;
|
2012-12-23 21:39:47 -05:00
|
|
|
text-align: center;
|
2014-01-05 22:14:51 -05:00
|
|
|
overflow: hidden;
|
2012-12-23 21:39:47 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-12-23 21:39:47 -05:00
|
|
|
#attention_bar_form {
|
|
|
|
display: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-12-23 21:39:47 -05:00
|
|
|
#attention_bar_input {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2012-12-23 21:39:47 -05:00
|
|
|
#attention_bar:hover {
|
2014-09-27 01:38:25 -04:00
|
|
|
background-color: rgba(100%, 100%, 100%, 0.2);
|
2012-12-23 21:39:47 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-07-26 15:31:20 -04:00
|
|
|
p.intro.thread-hidden {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-12-24 07:04:06 -05:00
|
|
|
}
|
2013-11-11 15:54:35 -05:00
|
|
|
|
2013-09-20 22:51:23 -04:00
|
|
|
form.ban-appeal {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin: 9px 20px;
|
2013-09-20 22:51:23 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-09-20 22:51:23 -04:00
|
|
|
form.ban-appeal textarea {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-12-27 14:09:11 -05:00
|
|
|
.theme-catalog div.thread img {
|
2014-09-26 14:38:08 -04:00
|
|
|
float: none!important;
|
|
|
|
margin: auto;
|
|
|
|
max-height: 150px;
|
|
|
|
max-width: 200px;
|
2014-09-27 01:38:25 -04:00
|
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
|
|
|
|
border: 2px solid rgba(153, 153, 153, 0);
|
2013-12-25 11:46:13 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-25 11:46:13 -05:00
|
|
|
.theme-catalog div.thread {
|
2014-09-26 14:38:08 -04:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: center;
|
2014-09-27 01:38:25 -04:00
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2014-09-26 07:42:12 -04:00
|
|
|
padding: 2px;
|
2014-09-27 01:38:25 -04:00
|
|
|
height: 300px;
|
|
|
|
width: 205px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 11px;
|
2014-09-27 01:38:25 -04:00
|
|
|
max-height: 300px;
|
|
|
|
background: rgba(182, 182, 182, 0.12);
|
|
|
|
border: 2px solid rgba(111, 111, 111, 0.34);
|
2013-12-25 11:46:13 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-27 14:09:11 -05:00
|
|
|
.theme-catalog div.thread strong {
|
2014-09-26 08:23:25 -04:00
|
|
|
display: block;
|
2013-12-25 11:46:13 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
|
|
|
.theme-catalog div.threads {
|
2014-09-26 08:23:25 -04:00
|
|
|
text-align: center;
|
|
|
|
margin-left: -20px;
|
2014-04-29 18:13:04 -04:00
|
|
|
}
|
|
|
|
|
2014-09-26 07:58:56 -04:00
|
|
|
div.thread:hover {
|
2014-09-26 07:42:12 -04:00
|
|
|
background: #D6DAF0;
|
|
|
|
border-color: #B7C5D9;
|
|
|
|
}
|
|
|
|
|
2014-09-20 00:40:43 -04:00
|
|
|
.theme-catalog div.grid-size-vsmall img {
|
2014-09-27 01:38:25 -04:00
|
|
|
max-height: 64px;
|
|
|
|
max-width: 100px;
|
2014-09-20 00:40:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.grid-size-vsmall {
|
2014-09-27 01:38:25 -04:00
|
|
|
width: 100px;
|
|
|
|
max-width: 100px;
|
|
|
|
max-height: 150px;
|
2014-09-26 08:10:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.grid-size-small img {
|
2014-09-27 01:38:25 -04:00
|
|
|
max-height: 128px;
|
|
|
|
max-width: 225px;
|
2014-09-26 04:41:32 -04:00
|
|
|
}
|
2014-09-20 00:40:43 -04:00
|
|
|
|
2014-04-29 18:13:04 -04:00
|
|
|
.theme-catalog div.grid-size-small {
|
2014-09-27 01:38:25 -04:00
|
|
|
width: 200px;
|
|
|
|
max-width: 225px;
|
|
|
|
max-height: 300px;
|
2014-09-26 08:10:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.grid-size-large img {
|
2014-09-27 01:38:25 -04:00
|
|
|
max-height: 148px;
|
|
|
|
max-width: 300px;
|
2014-09-26 04:41:32 -04:00
|
|
|
}
|
2014-04-29 18:13:04 -04:00
|
|
|
|
|
|
|
.theme-catalog div.grid-size-large {
|
2014-09-27 01:38:25 -04:00
|
|
|
width: 300px;
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 450px;
|
2014-09-26 04:41:32 -04:00
|
|
|
}
|
2014-04-29 18:13:04 -04:00
|
|
|
|
|
|
|
.theme-catalog img.thread-image {
|
2014-09-26 08:10:29 -04:00
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
2014-04-29 18:13:04 -04:00
|
|
|
}
|
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
@media (max-width: 420px) {
|
|
|
|
.theme-catalog ul#Grid {
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.thread {
|
|
|
|
width: auto;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme-catalog div.threads {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.compact-boardlist {
|
2014-09-26 08:10:29 -04:00
|
|
|
padding: 3px;
|
|
|
|
padding-bottom: 0;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.compact-boardlist .cb-item {
|
2014-09-26 08:10:29 -04:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.compact-boardlist .cb-icon {
|
2014-09-26 08:10:29 -04:00
|
|
|
padding-bottom: 1px;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.compact-boardlist .cb-fa {
|
2014-09-26 08:10:29 -04:00
|
|
|
font-size: 21px;
|
|
|
|
padding: 2px;
|
|
|
|
padding-top: 0;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.compact-boardlist .cb-cat {
|
2014-09-27 01:38:25 -04:00
|
|
|
padding: 5px 6px 8px 6px;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
/* styles also used by watch.js */
|
2013-12-29 11:32:12 -05:00
|
|
|
.cb-menuitem {
|
2014-09-26 08:10:29 -04:00
|
|
|
display: table-row;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.cb-menuitem span {
|
2014-09-26 08:10:29 -04:00
|
|
|
padding: 5px;
|
|
|
|
display: table-cell;
|
|
|
|
text-align: left;
|
2014-09-27 01:38:25 -04:00
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 11:32:12 -05:00
|
|
|
.cb-menuitem span.cb-uri {
|
2014-09-26 08:10:29 -04:00
|
|
|
text-align: right;
|
2013-12-29 11:32:12 -05:00
|
|
|
}
|
|
|
|
|
2013-12-29 14:37:11 -05:00
|
|
|
.boardlist:not(.compact-boardlist) #watch-pinned::before {
|
2014-09-26 14:38:08 -04:00
|
|
|
content: " [ ";
|
2013-12-29 14:37:11 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 14:37:11 -05:00
|
|
|
.boardlist:not(.compact-boardlist) #watch-pinned::after {
|
2014-09-26 14:38:08 -04:00
|
|
|
content: " ] ";
|
2013-12-29 14:37:11 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 14:37:11 -05:00
|
|
|
.boardlist:not(.compact-boardlist) #watch-pinned {
|
2014-09-26 08:10:29 -04:00
|
|
|
display: inline;
|
2013-12-29 14:37:11 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 14:37:11 -05:00
|
|
|
.boardlist:not(.compact-boardlist) #watch-pinned a {
|
2014-09-26 14:38:08 -04:00
|
|
|
margin-left: 3pt;
|
2013-12-29 14:37:11 -05:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2013-12-29 14:37:11 -05:00
|
|
|
.boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
|
2014-09-27 01:38:25 -04:00
|
|
|
margin-left: 0pt;
|
2013-12-29 14:37:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.compact-boardlist #watch-pinned {
|
2014-09-26 08:10:29 -04:00
|
|
|
display: inline-block;
|
2014-09-26 14:38:08 -04:00
|
|
|
vertical-align: middle;
|
2013-12-29 14:37:11 -05:00
|
|
|
}
|
2014-04-06 15:19:32 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
/* live-index.js */
|
2014-08-10 14:55:37 -04:00
|
|
|
.new-posts {
|
2014-09-27 01:38:25 -04:00
|
|
|
opacity: 0.6;
|
2014-08-10 14:55:37 -04:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-08-10 14:55:37 -04:00
|
|
|
.new-threads {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-09-20 00:18:37 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
/* options.js */
|
2014-09-20 00:18:37 -04:00
|
|
|
#options_handler {
|
|
|
|
position: fixed;
|
2014-09-27 01:38:25 -04:00
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2014-09-20 00:18:37 -04:00
|
|
|
text-align: center;
|
|
|
|
z-index: 9900;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
#options_background {
|
2014-09-27 01:38:25 -04:00
|
|
|
background: black;
|
|
|
|
opacity: 0.5;
|
2014-09-20 00:18:37 -04:00
|
|
|
position: absolute;
|
2014-09-27 01:38:25 -04:00
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2014-09-20 00:18:37 -04:00
|
|
|
z-index: -1;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
#options_div {
|
|
|
|
background-color: #d6daf0;
|
2014-09-27 01:38:25 -04:00
|
|
|
border: 1px solid black;
|
2014-09-20 00:18:37 -04:00
|
|
|
display: inline-block;
|
2014-09-26 04:41:32 -04:00
|
|
|
position: relative;
|
2014-09-20 00:18:37 -04:00
|
|
|
margin-top: 20px;
|
|
|
|
width: 600px;
|
|
|
|
height: 300px;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
#options_close {
|
2014-09-27 01:38:25 -04:00
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
2014-09-20 00:18:37 -04:00
|
|
|
position: absolute;
|
|
|
|
margin-right: 3px;
|
2014-09-26 14:38:08 -04:00
|
|
|
font-size: 20px;
|
|
|
|
z-index: 100;
|
2014-09-20 00:18:37 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
#options_tablist {
|
2014-09-27 01:38:25 -04:00
|
|
|
padding: 0px 5px;
|
|
|
|
left: 0px;
|
2014-09-26 14:38:08 -04:00
|
|
|
width: 70px;
|
2014-09-27 01:38:25 -04:00
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
height: 100%;
|
|
|
|
border-right: 1px solid black;
|
2014-09-20 00:18:37 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
.options_tab_icon {
|
|
|
|
padding: 5px;
|
2014-09-27 01:38:25 -04:00
|
|
|
color: black;
|
2014-09-25 20:19:49 -04:00
|
|
|
cursor: pointer;
|
2014-09-20 00:18:37 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
.options_tab_icon.active {
|
|
|
|
color: red;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
.options_tab_icon i {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-20 00:18:37 -04:00
|
|
|
.options_tab_icon div {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-27 01:38:25 -04:00
|
|
|
.options_tab {
|
|
|
|
padding: 10px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 81px;
|
|
|
|
right: 0px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.options_tab h2 {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-style #options_div {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mentioned {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
width: 99%;
|
2014-09-26 14:38:08 -04:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2014-09-27 01:38:25 -04:00
|
|
|
overflow:auto;
|
2014-09-20 00:18:37 -04:00
|
|
|
}
|
|
|
|
|
2014-09-27 15:08:59 -04:00
|
|
|
.poster_id{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
code > pre {
|
|
|
|
/* Better code tags */
|
|
|
|
background:black;
|
|
|
|
max-width:inherit;
|
|
|
|
}
|
|
|
|
|
2014-09-26 14:38:08 -04:00
|
|
|
code > pre > span.pln {
|
|
|
|
color: grey;
|
2014-09-20 00:18:37 -04:00
|
|
|
}
|
2014-09-26 14:38:08 -04:00
|
|
|
|
2014-09-26 04:41:32 -04:00
|
|
|
|
2014-09-26 14:38:08 -04:00
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
p.intro {
|
|
|
|
clear: none;
|
|
|
|
}
|
2014-09-26 04:41:32 -04:00
|
|
|
|
2014-09-26 14:38:08 -04:00
|
|
|
div.post div.body {
|
|
|
|
clear: none;
|
|
|
|
}
|
2014-09-27 05:16:16 -04:00
|
|
|
}
|