leftypol_vichan/stylesheets/style.css

1356 lines
20 KiB
CSS
Raw Normal View History

2010-11-02 10:57:33 +00:00
body {
2014-09-27 05:38:25 +00:00
background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
color: black;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
2014-09-27 05:38:25 +00:00
margin: 0 4px;
padding-left: 4px;
padding-right: 4px;
2010-11-02 10:57:33 +00:00
}
2014-11-03 08:28:04 +00:00
.hidden {
display:none;
}
a,a:visited {
text-decoration: underline;
color: #34345C;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
a:hover,.intro a.post_no:hover {
2014-09-27 05:38:25 +00:00
color: #ff0000;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
a.post_no {
text-decoration: none;
margin: 0;
padding: 0;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
.intro a.post_no {
color: inherit;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
.intro a.post_no,p.intro a.email,p.intro a.post_anchor {
2014-09-27 05:38:25 +00:00
margin: 0;
}
2015-04-22 03:54:48 +00:00
.intro a.email span.name {
color: #34345C;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
.intro a.email:hover span.name {
2014-09-27 05:38:25 +00:00
color: #ff0000;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
.intro label {
display: inline;
}
2015-04-22 03:54:48 +00:00
.intro time,p.intro a.ip-link,p.intro a.capcode {
direction: ltr;
unicode-bidi: embed;
2012-03-31 10:01:55 +00:00
}
2014-09-27 05:38:25 +00:00
h2 {
color: #AF0A0F;
2014-09-27 05:38:25 +00:00
font-size: 11pt;
margin: 0;
padding: 0;
2011-05-25 10:21:00 +00:00
}
2014-09-27 05:38:25 +00:00
header {
margin: 1em 0;
}
h1 {
font-family: tahoma;
letter-spacing: -2px;
font-size: 20pt;
margin: 0;
}
header div.subtitle,h1 {
color: #AF0A0F;
2014-09-27 05:38:25 +00:00
text-align: center;
}
header div.subtitle {
font-size: 8pt;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
form {
margin-bottom: 4em;
2011-05-25 10:21:00 +00:00
}
2011-05-25 10:21:00 +00:00
form table {
margin: auto;
2011-05-25 10:21:00 +00:00
}
2011-05-25 10:21:00 +00:00
form table input {
height: auto;
2010-11-02 10:57:33 +00:00
}
input[type="text"],input[type="password"],textarea {
2014-09-27 05:38:25 +00:00
border: 1px solid #a9a9a9;
text-indent: 0;
text-shadow: none;
text-transform: none;
word-spacing: normal;
2015-03-31 04:55:29 +00:00
max-width: 100%;
2010-11-02 10:57:33 +00:00
}
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
max-width: 100%;
}
2015-03-31 04:55:29 +00:00
textarea {
width: 100%;
}
2011-05-25 10:21:00 +00:00
form table tr td {
text-align: left;
margin: 0;
padding: 0;
2012-04-16 06:40:24 +00:00
}
2012-04-16 06:40:24 +00:00
form table.mod tr td {
padding: 2px;
2011-05-25 10:21:00 +00:00
}
2011-05-25 10:21:00 +00:00
form table tr th {
text-align: left;
padding: 4px;
2014-09-27 05:38:25 +00:00
}
form table tr th {
background: #98E;
2010-11-02 10:57:33 +00:00
}
form table tr td div.center {
text-align: center;
float: left;
padding-left: 3px;
2011-01-02 11:32:38 +00:00
}
2011-01-02 11:32:38 +00:00
form table tr td div input {
display: block;
2014-09-27 05:38:25 +00:00
margin: 2px auto 0 auto;
2011-01-02 11:32:38 +00:00
}
2011-01-02 11:32:38 +00:00
form table tr td div label {
font-size: 10px;
2011-01-02 11:32:38 +00:00
}
.unimportant,.unimportant * {
font-size: 10px;
2010-11-02 10:57:33 +00:00
}
2014-04-27 13:48:47 +00:00
.file {
float: left;
margin-right: 2px;
}
.file:not(.multifile) .post-image {
float: left;
}
.file:not(.multifile) {
float: none;
}
2010-11-02 10:57:33 +00:00
p.fileinfo {
display: block;
margin: 0 0 0 20px;
}
div.post p.fileinfo {
padding-left: 5px;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
div.banner {
background-color: #E04000;
font-size: 12pt;
2014-09-27 05:38:25 +00:00
font-weight: bold;
text-align: center;
margin: 1em 0;
2010-11-02 10:57:33 +00:00
}
div.banner,div.banner a {
2014-09-27 05:38:25 +00:00
color: white;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
div.banner a:hover {
color: #EEF2FF;
text-decoration: none;
2010-11-02 10:57:33 +00:00
}
img.banner,img.board_image {
display: block;
border: 1px solid #a9a9a9;
2014-09-27 05:38:25 +00:00
margin: 12px auto 0 auto;
2011-01-21 02:14:55 +00:00
}
.post-image {
display: block;
float: left;
2014-09-27 05:38:25 +00:00
margin: 5px 20px 10px 20px;
border: none;
2010-11-02 10:57:33 +00:00
}
.full-image {
max-width: 98%;
}
div.post .post-image {
2014-09-27 05:38:25 +00:00
padding: 5px;
margin: 0 20px 0 0;
2010-11-02 10:57:33 +00:00
}
2010-12-16 12:08:52 +00:00
div.post img.icon {
display: inline;
margin: 0 5px;
padding: 0;
2010-12-16 12:08:52 +00:00
}
2014-01-16 23:41:42 +00:00
div.post i.fa {
margin: 0 4px;
font-size: 16px;
}
2010-11-02 10:57:33 +00:00
div.post.op {
margin-right: 20px;
margin-bottom: 5px;
2010-11-02 10:57:33 +00:00
}
2011-02-20 07:28:39 +00:00
div.post.op hr {
border-color: #D9BFB7;
2011-02-20 07:28:39 +00:00
}
2015-04-22 03:54:48 +00:00
.intro {
2014-09-27 05:38:25 +00:00
margin: 0.5em 0;
padding: 0;
padding-bottom: 0.2em;
2010-11-02 10:57:33 +00:00
}
2011-01-21 02:14:55 +00:00
input.delete {
float: left;
margin: 1px 6px 0 0;
2011-01-21 02:14:55 +00:00
}
2015-04-22 03:54:48 +00:00
.intro span.subject {
color: #0F0C5D;
2014-09-27 05:38:25 +00:00
font-weight: bold;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
.intro span.name {
color: #117743;
2014-09-27 05:38:25 +00:00
font-weight: bold;
2010-11-02 10:57:33 +00:00
}
2015-04-22 03:54:48 +00:00
.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
color: #F00000;
margin-left: 0;
2011-01-19 01:37:31 +00:00
}
2015-04-22 03:54:48 +00:00
.intro a {
margin-left: 8px;
2010-11-02 10:57:33 +00:00
}
2011-01-21 02:14:55 +00:00
div.delete {
float: right;
2011-01-21 02:14:55 +00:00
}
2010-11-02 10:57:33 +00:00
div.post.reply p {
2014-09-27 05:38:25 +00:00
margin: 0.3em 0 0 0;
2010-11-02 10:57:33 +00:00
}
div.post.reply div.body {
2014-09-27 05:38:25 +00:00
margin-left: 1.8em;
margin-top: 0.8em;
padding-right: 3em;
padding-bottom: 0.3em;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
div.post.reply.highlighted {
background: #D6BAD0;
2010-11-02 10:57:33 +00:00
}
div.post.reply div.body a {
color: #D00;
2010-11-02 10:57:33 +00:00
}
2011-02-22 00:47:09 +00:00
div.post {
padding-left: 20px;
2011-02-22 00:47:09 +00:00
}
div.post div.body {
word-wrap: break-word;
white-space: pre-wrap;
2011-02-22 00:47:09 +00:00
}
2010-11-02 10:57:33 +00:00
div.post.reply {
background: #D6DAF0;
2014-09-27 05:38:25 +00:00
margin: 0.2em 4px;
padding: 0.2em 0.3em 0.5em 0.6em;
border-width: 1px;
border-style: none solid solid none;
border-color: #B7C5D9;
display: inline-block;
max-width: 94%!important;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
span.trip {
color: #228854;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
span.quote {
color: #789922;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
span.omitted {
display: block;
margin-top: 1em;
2010-11-02 10:57:33 +00:00
}
2010-11-02 10:57:33 +00:00
br.clear {
clear: left;
display: block;
2010-12-16 06:04:52 +00:00
}
2010-12-16 06:04:52 +00:00
span.controls {
float: right;
margin: 0;
padding: 0;
font-size: 80%;
2010-12-16 06:04:52 +00:00
}
2010-12-16 06:04:52 +00:00
span.controls.op {
float: none;
margin-left: 10px;
2010-12-16 06:04:52 +00:00
}
2010-12-16 06:04:52 +00:00
span.controls a {
margin: 0;
2011-01-01 14:52:22 +00:00
}
2011-01-18 13:41:43 +00:00
div#wrap {
width: 900px;
margin: 0 auto;
2011-01-18 13:41:43 +00:00
}
2011-01-01 14:52:22 +00:00
div.ban {
2014-09-27 05:38:25 +00:00
background: white;
border: 1px solid #98E;
max-width: 700px;
margin: 30px auto;
2011-01-01 14:52:22 +00:00
}
div.ban p,div.ban h2 {
padding: 3px 7px;
2011-01-01 14:52:22 +00:00
}
2011-01-01 14:52:22 +00:00
div.ban h2 {
background: #98E;
2014-09-27 05:38:25 +00:00
color: black;
font-size: 12pt;
2011-01-01 14:52:22 +00:00
}
2011-01-01 14:52:22 +00:00
div.ban p {
font-size: 12px;
margin-bottom: 12px;
2011-01-01 14:52:22 +00:00
}
2011-01-01 14:52:22 +00:00
div.ban p.reason {
2014-09-27 05:38:25 +00:00
font-weight: bold;
2011-01-18 13:41:43 +00:00
}
2011-03-02 06:15:37 +00:00
span.heading {
color: #AF0A0F;
font-size: 11pt;
2014-09-27 05:38:25 +00:00
font-weight: bold;
2011-03-02 06:15:37 +00:00
}
2011-01-18 13:41:43 +00:00
span.spoiler {
2014-09-27 05:38:25 +00:00
background: black;
color: black;
padding: 0 1px;
2011-01-18 13:41:43 +00:00
}
div.post.reply div.body span.spoiler a {
2014-09-27 05:38:25 +00:00
color: black;
}
span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
2014-09-27 05:38:25 +00:00
color: white;
2011-01-20 08:35:41 +00:00
}
div.styles {
float: right;
padding-bottom: 20px;
2011-01-20 08:35:41 +00:00
}
2011-01-20 08:35:41 +00:00
div.styles a {
margin: 0 10px;
2011-01-20 08:35:41 +00:00
}
2011-01-20 08:35:41 +00:00
div.styles a.selected {
text-decoration: none;
2011-01-21 02:14:55 +00:00
}
2011-02-16 03:44:34 +00:00
table.test {
width: 100%;
2011-02-16 03:44:34 +00:00
}
table.test td,table.test th {
text-align: left;
padding: 5px;
2011-02-16 03:44:34 +00:00
}
2011-02-16 03:44:34 +00:00
table.test tr.h th {
background: #98E;
2011-02-16 03:44:34 +00:00
}
2011-02-16 03:44:34 +00:00
table.test td img {
margin: 0;
2011-02-16 03:44:34 +00:00
}
2011-02-16 03:44:34 +00:00
fieldset label {
display: block;
2011-02-16 12:32:43 +00:00
}
2011-02-16 12:32:43 +00:00
div.pages {
color: #89A;
background: #D6DAF0;
display: inline-block;
padding: 8px;
margin: 8px 0 4px 0;
border-right: 1px solid #B7C5D9;
border-bottom: 1px solid #B7C5D9;
2011-02-16 12:32:43 +00:00
}
div.pages.top {
display: block;
padding: 5px 8px;
margin-bottom: 5px;
position: fixed;
top: 0;
right: 0;
2014-09-27 05:38:25 +00:00
opacity: 0.9;
}
@media screen and (max-width: 800px) {
div.pages.top {
display: none!important;
}
}
2011-02-16 12:32:43 +00:00
div.pages a.selected {
2014-09-27 05:38:25 +00:00
color: black;
font-weight: bolder;
2011-02-16 12:32:43 +00:00
}
2012-05-03 14:21:16 +00:00
div.pages a {
text-decoration: none;
2011-02-16 12:38:44 +00:00
}
div.pages form {
margin: 0;
padding: 0;
display: inline;
}
div.pages form input {
margin: 0 5px;
display: inline;
}
2011-02-16 12:38:44 +00:00
hr {
border: none;
border-top: 1px solid #B7C5D9;
height: 0;
clear: left;
2011-02-19 09:25:21 +00:00
}
2011-02-20 07:28:39 +00:00
div.report {
color: #333;
2011-03-02 06:51:29 +00:00
}
2011-03-02 06:51:29 +00:00
table.modlog {
margin: auto;
width: 100%;
2011-03-02 06:51:29 +00:00
}
2011-03-02 06:51:29 +00:00
table.modlog tr td {
text-align: left;
margin: 0;
padding: 4px 15px 0 0;
2011-03-02 06:51:29 +00:00
}
2011-03-02 06:51:29 +00:00
table.modlog tr th {
text-align: left;
padding: 4px 15px 5px 5px;
white-space: nowrap;
2014-09-27 05:38:25 +00:00
}
table.modlog tr th {
background: #98E;
2011-03-02 06:51:29 +00:00
}
td.minimal,th.minimal {
width: 1%;
white-space: nowrap;
2011-03-17 05:52:43 +00:00
}
2011-03-17 05:52:43 +00:00
div.top_notice {
text-align: center;
margin: 5px auto;
2011-04-03 08:21:05 +00:00
}
2011-04-03 08:21:05 +00:00
span.public_ban {
display: block;
color: red;
2014-09-27 05:38:25 +00:00
font-weight: bold;
margin-top: 15px;
2011-05-25 07:55:34 +00:00
}
span.public_warning {
display: block;
color: steelblue;
font-weight: bold;
margin-top: 15px;
}
2011-05-27 13:56:20 +00:00
span.toolong {
display: block;
margin-top: 15px;
2011-05-27 13:56:20 +00:00
}
2011-05-25 07:55:34 +00:00
div.blotter {
color: red;
2014-09-27 05:38:25 +00:00
font-weight: bold;
text-align: center;
2011-07-06 19:22:33 +00:00
}
table.announcements {
text-align: center;
width: 480px;
margin-left: auto;
margin-right: auto;
font-size: 0.8em;
}
table.announcements thead td {
border-bottom: 1px solid rgb(63, 63, 63);
border-bottom: 1px solid rgba(0, 0, 0, .4);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
table.announcements tbody {
text-align: left;
}
table.announcements tbody td:first-child {
text-align: right;
vertical-align: top;
}
table.announcements tfoot td {
text-align: right;
}
table.announcements-list {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 80% !important;
border-collapse: collapse;
border-spacing: 0;
}
table.announcements-list tr td, table.announcements-list tr th {
border: 1px solid rgb(63, 63, 63);
border: 1px solid rgba(0, 0, 0, .4);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
padding: 3px;
}
table.announcements-list tr th {
font-weight: bold;
text-align: center;
}
table.announcements-list tbody {
text-align: left;
vertical-align: top;
background: rgb(250, 250, 250);
color: black;
}
table.announcements-list td:first-child, table.announcements-list th:first-child {
text-align: center;
}
table.announcements-list tbody tr td:nth-child(4) :first-child {
float: left;
}
table.announcements-list tbody tr td:nth-child(4) :last-child {
float: right;
}
.announcementForm input[type=text] {
box-sizing: border-box;
width: 100%;
}
table.archive-list {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 80% !important;
border-collapse: collapse;
border-spacing: 0;
font-size: 0.8em;
}
table.archive-list tr td, table.archive-list tr th {
border: 1px solid rgb(63, 63, 63);
border: 1px solid rgba(0, 0, 0, .4);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
padding: 3px;
}
table.archive-list tr th {
font-weight: bold;
text-align: center;
}
table.archive-list tbody {
text-align: left;
vertical-align: top;
background: rgb(250, 250, 250);
color: black;
}
table.archive-list tbody tr td:first-child{
text-align: right;
}
table.archive-list tbody tr td:nth-child(3),
table.archive-list tbody tr td:nth-child(4){
text-align: center;
}
.archiveForm {
margin-bottom: inherit !important;
}
2012-05-20 10:20:50 +00:00
table.mod.config-editor {
font-size: 9pt;
width: 100%;
2012-05-03 14:21:16 +00:00
}
2012-05-20 10:20:50 +00:00
table.mod.config-editor td {
text-align: left;
padding: 5px;
border-bottom: 1px solid #98e;
2012-05-03 14:21:16 +00:00
}
2012-05-20 10:20:50 +00:00
table.mod.config-editor input[type="text"] {
width: 98%;
2012-05-03 14:21:16 +00:00
}
2012-12-22 19:20:18 +00:00
.desktop-style div.boardlist:nth-child(1) {
position: fixed;
top: 0;
left: 0;
right: 0;
margin-top: 0;
z-index: 30;
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
border-bottom: 1px solid;
background: inherit;
2012-12-22 19:20:18 +00:00
}
2012-12-22 19:20:18 +00:00
.desktop-style body {
padding-top: 20px;
}
.desktop-style .sub {
background: inherit;
}
2012-12-22 19:20:18 +00:00
.desktop-style .sub .sub {
display: inline-block;
text-indent: -9000px;
width: 7px;
2014-09-27 05:38:25 +00:00
background: url('img/arrow.png') right center no-repeat;
2012-12-22 19:20:18 +00:00
}
.desktop-style .sub .sub:hover,.desktop-style .sub .sub.hover {
2012-12-22 19:20:18 +00:00
display: inline;
text-indent: 0;
2012-12-22 19:20:18 +00:00
background: inherit;
}
2012-12-24 02:39:47 +00:00
#attention_bar {
height: 1.5em;
2014-01-06 03:14:51 +00:00
max-height: 1.5em;
2012-12-24 02:39:47 +00:00
width: 100%;
2014-01-06 03:14:51 +00:00
max-width: 100%;
2012-12-24 02:39:47 +00:00
text-align: center;
2014-01-06 03:14:51 +00:00
overflow: hidden;
2012-12-24 02:39:47 +00:00
}
2012-12-24 02:39:47 +00:00
#attention_bar_form {
display: none;
padding: 0;
margin: 0;
}
2012-12-24 02:39:47 +00:00
#attention_bar_input {
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}
2012-12-24 02:39:47 +00:00
#attention_bar:hover {
background-color: rgba(100%,100%,100%,0.2);
2012-12-24 02:39:47 +00:00
}
2015-04-22 03:54:48 +00:00
.intro.thread-hidden {
margin: 0;
padding: 0;
2012-12-24 12:04:06 +00:00
}
form.ban-appeal {
margin: 9px 20px;
}
form.ban-appeal textarea {
display: block;
}
.MathJax_Display {
display: inline!important;
}
pre {
margin: 0;
}
2013-12-27 19:09:11 +00:00
.theme-catalog div.thread img {
float: none!important;
margin: auto;
max-height: 150px;
max-width: 200px;
box-shadow: 0 0 4px rgba(0,0,0,0.55);
border: 2px solid rgba(153,153,153,0);
}
.theme-catalog div.thread {
display: inline-block;
vertical-align: top;
text-align: center;
2014-09-27 05:38:25 +00:00
font-weight: normal;
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
2014-09-27 05:38:25 +00:00
height: 300px;
width: 205px;
overflow: hidden;
position: relative;
font-size: 11px;
2014-09-27 05:38:25 +00:00
max-height: 300px;
background: rgba(182,182,182,0.12);
border: 2px solid rgba(111,111,111,0.34);
}
2013-12-27 19:09:11 +00:00
.theme-catalog div.thread strong {
display: block;
}
.theme-catalog div.threads {
text-align: center;
margin-left: -20px;
}
.theme-catalog div.thread:hover {
background: #D6DAF0;
border-color: #B7C5D9;
}
.theme-catalog div.grid-size-vsmall img {
max-height: 33%;
max-width: 95%
}
.theme-catalog div.grid-size-vsmall {
min-width:90px; max-width: 90px;
max-height: 148px;
}
.theme-catalog div.grid-size-small img {
max-height: 33%;
max-width: 95%
}
.theme-catalog div.grid-size-small {
min-width:140px; max-width: 140px;
max-height: 192px;
}
.theme-catalog div.grid-size-large img {
max-height: 40%;
max-width: 95%
}
.theme-catalog div.grid-size-large {
min-width: 256px; max-width: 256px;
max-height: 384px;
}
.theme-catalog img.thread-image {
height: auto;
max-width: 100%;
}
2014-09-27 05:38:25 +00: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;
}
}
.compact-boardlist {
padding: 3px;
padding-bottom: 0;
}
.compact-boardlist .cb-item {
display: inline-block;
vertical-align: middle;
}
.compact-boardlist .cb-icon {
padding-bottom: 1px;
}
.compact-boardlist .cb-fa {
font-size: 21px;
padding: 2px;
padding-top: 0;
}
.compact-boardlist .cb-cat {
2014-09-27 05:38:25 +00:00
padding: 5px 6px 8px 6px;
}
.cb-menuitem {
display: table-row;
}
.cb-menuitem span {
padding: 5px;
display: table-cell;
text-align: left;
border-top: 1px solid rgba(0,0,0,0.5);
}
.cb-menuitem span.cb-uri {
text-align: right;
}
.boardlist:not(.compact-boardlist) #watch-pinned::before {
content: " [ ";
}
.boardlist:not(.compact-boardlist) #watch-pinned::after {
content: " ] ";
}
.boardlist:not(.compact-boardlist) #watch-pinned {
display: inline;
}
.boardlist:not(.compact-boardlist) #watch-pinned a {
margin-left: 3pt;
}
.boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
2014-09-27 05:38:25 +00:00
margin-left: 0pt;
}
.compact-boardlist #watch-pinned {
display: inline-block;
vertical-align: middle;
}
2014-04-06 19:19:32 +00:00
2014-08-10 18:55:37 +00:00
.new-posts {
2014-09-27 05:38:25 +00:00
opacity: 0.6;
2014-08-10 18:55:37 +00:00
margin-top: 1em;
}
2014-08-10 18:55:37 +00:00
.new-threads {
text-align: center;
}
#options_handler, #alert_handler {
position: fixed;
2014-09-27 05:38:25 +00:00
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
text-align: center;
z-index: 9900;
background: inherit;
visibility: hidden;
}
#options_background, #alert_background {
2014-09-27 05:38:25 +00:00
background: black;
opacity: 0.5;
position: absolute;
2014-09-27 05:38:25 +00:00
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
z-index: -1;
visibility: visible;
}
#options_div, #alert_div {
background-color: #d6daf0;
2014-09-27 05:38:25 +00:00
border: 1px solid black;
display: inline-block;
position: relative;
margin-top: 20px;
background: inherit;
visibility: visible;
}
#options_div {
width: 620px;
height: 400px;
resize: both;
overflow: auto;
border: 1px solid;
}
#alert_div {
width: 500px;
}
#alert_message {
text-align: center;
margin: 13px;
font-size: 110%;
}
.alert_button {
margin-bottom: 13px;
}
2014-10-18 13:45:01 +00:00
#options_div textarea {
max-width: 100%;
}
#options_close, #alert_close {
2014-09-27 05:38:25 +00:00
top: 0px;
right: 0px;
position: absolute;
margin-right: 3px;
font-size: 20px;
z-index: 100;
}
#options_tablist {
2014-09-27 05:38:25 +00:00
padding: 0px 5px;
left: 0px;
width: 90px;
2014-09-27 05:38:25 +00:00
top: 0px;
bottom: 0px;
height: 100%;
border-right: 1px solid black;
}
.options_tab_icon {
padding: 5px;
cursor: pointer;
}
.options_tab_icon.active {
color: red;
}
.options_tab_icon i {
font-size: 20px;
}
.options_tab_icon div {
font-size: 11px;
}
2014-09-27 05:38:25 +00:00
.options_tab {
padding: 10px;
position: absolute;
top: 0px;
bottom: 10px;
left: 101px;
2014-09-27 05:38:25 +00:00
right: 0px;
text-align: left;
font-size: 12px;
overflow-y: auto;
2014-09-27 05:38:25 +00:00
}
.options_tab h2 {
text-align: center;
margin-bottom: 5px;
}
.mobile-style #options_div, .mobile-style #alert_div {
2014-09-27 05:38:25 +00:00
display: block;
width: 100%;
height: 100%;
margin-top: 0px;
}
.mentioned {
word-wrap: break-word;
}
.poster_id {
cursor: pointer;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.poster_id:hover {
color: #800000!important;
}
2014-11-03 08:28:04 +00:00
.poster_id::before {
content: " ID: ";
}
pre {
/* Better code tags */
max-width:inherit;
word-wrap:normal;
overflow:auto;
display: block!important;
font-size:9pt;
font-family:monospace;
}
span.pln {
color:grey;
}
@media screen and (min-width: 768px) {
2015-04-22 03:54:48 +00:00
.intro {
clear: none;
}
div.post div.body {
clear: none;
}
}
.clearfix {
display: block;
clear: both;
visibility: hidden;
overflow: hidden;
font-size: 0px;
line-height: 0px;
box-sizing: border-box;
border: none;
height: 0;
margin: 0;
padding: 0;
width: 100%;
zoom: 1;
}
/* === SPECIFIC PAGES & FEATURES === */
/* Board List */
div.boardlist {
margin-top: 3px;
color: #89A;
font-size: 9pt;
}
div.boardlist.bottom {
margin-top: 12px;
clear: both;
}
div.boardlist a {
text-decoration: none;
}
2017-04-24 06:14:56 +00:00
/* Index Footer */
.index-links {
}
.index-links > a {
padding-left: none;
padding-right: 10px;
}
/* Threads */
/* Thread Footer */
#thread-interactions {
margin: 8px 0;
clear: both;
}
2017-04-24 06:14:56 +00:00
.thread-links {
}
2017-04-24 06:14:56 +00:00
.thread-links > a {
padding-left: none;
padding-right: 10px;
}
#thread-quick-reply {
display: none;
position: absolute;
left: 50%;
right: 50%;
text-align: center;
width: 100px;
margin-left: -50px;
}
#thread_stats {
float: right;
}
#post-moderation-fields {
float: right;
text-align: right;
}
#delete-fields {
}
#report-fields {
}
/* threadwatcher */
#watchlist {
display: none;
max-height: 250px;
overflow: auto;
border: 1px solid;
border-style: none solid solid none;
width: 50%;
margin: 0 auto;
margin-bottom: 10px;
}
.watchlist-inner, .watchlist-controls {
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
cursor: pointer;
}
#youtube-size input {
width: 50px;
}
/* File selector */
.dropzone {
color: #000;
cursor: default;
margin: auto;
padding: 0px 4px;
text-align: center;
min-height: 50px;
max-height: 140px;
transition: 0.2s;
background-color: rgba(200, 200, 200, 0.5);
overflow-y: auto;
}
.dropzone-wrap {
width: 100%;
}
.dropzone .file-hint {
color: rgba(0, 0, 0, 0.5);
cursor: pointer;
position: relative;
margin-bottom: 5px;
padding: 10px 0px;
top: 5px;
transition: 0.2s;
border: 2px dashed rgba(125, 125, 125, 0.4);
}
.file-hint:hover, .dropzone.dragover .file-hint {
color: rgba(0, 0, 0, 1);
border-color: rgba(125, 125, 125, 0.8);
}
.dropzone.dragover {
background-color: rgba(200, 200, 200, 1);
}
.dropzone .file-thumbs {
text-align: left;
width: 100%;
}
.dropzone .tmb-container {
padding: 3px;
overflow-x: hidden;
white-space: nowrap;
}
.dropzone .file-tmb {
height: 40px;
width: 70px;
cursor: pointer;
display: inline-block;
text-align: center;
background-color: rgba(187, 187, 187, 0.5);
background-size: cover;
background-position: center;
}
.dropzone .file-tmb span {
font-weight: 600;
position: relative;
top: 13px;
}
.dropzone .tmb-filename {
display: inline-block;
vertical-align: bottom;
bottom: 12px;
position: relative;
margin-left: 5px;
}
.dropzone .remove-btn {
cursor: pointer;
color: rgba(125, 125, 125, 0.5);
display: inline-block;
vertical-align: bottom;
bottom: 10px;
position: relative;
margin-right: 5px;
font-size: 20px
}
.dropzone .remove-btn:hover {
color: rgba(125, 125, 125, 1);
}
2015-04-10 21:17:19 +00:00
#thread_stats {
display: inline;
2015-04-10 21:21:22 +00:00
margin-left: 10px;
margin-right: 10px;
2015-04-10 21:17:19 +00:00
}
2015-04-22 03:54:48 +00:00
/* Fileboard */
table.fileboard th, table.fileboard td {
padding: 2px;
text-align: center;
}
table.fileboard .intro a {
margin-left: 0px;
}
2015-04-23 05:41:36 +00:00
/* Gallery view */
#gallery_images {
position: absolute;
right: 0px;
bottom: 0px;
top: 0px;
width: 12%;
2015-04-23 05:41:36 +00:00
background-color: rgba(0, 0, 0, 0.4);
overflow: auto;
}
#gallery_toolbar {
position: absolute;
right: 12%;
2015-04-23 05:41:36 +00:00
left: 0px;
bottom: 0px;
height: 32px;
background-color: rgba(0, 0, 0, 0.4);
text-align: right;
}
#gallery_images img {
width: 100%;
}
#gallery_toolbar a {
font-size: 28px;
padding-right: 5px;
}
#gallery_main {
position: absolute;
left: 0px;
right: 12%;
2015-04-23 05:41:36 +00:00
bottom: 32px;
top: 0px;
padding: 10px;
}
#gallery_images img {
opacity: 0.6;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
#gallery_images img:hover, #gallery_images img.active {
opacity: 1;
}
#gallery_images img.active {
-webkit-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
z-index: 1;
}
2015-04-23 07:21:16 +00:00
#gallery_main img, #gallery_main video {
2015-04-23 05:41:36 +00:00
max-width: 100%;
max-height: 100%;
position: absolute;
}
2014-10-22 04:08:17 +00:00
.own_post {
font-style: italic;
font-weight: normal;
opacity: .666;
}
div.mix {
display: inline-block;
}
.ban-reason-table .warning-reason-table tr td:first-child {
text-align: right;
padding-right: 10px;
}
.ban-reason-table .warning-reason-table tr:hover td {
cursor: pointer;
background-color: rgba(100%,100%,100%,0.2);
}