leftypol/stylesheets/style.css

774 lines
13 KiB
CSS
Raw Normal View History

html {
width: 100%!important;
}
2010-11-02 10:57:33 +00:00
body {
background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
2010-11-02 10:57:33 +00:00
color: black;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
2014-09-28 19:42:50 +00:00
margin: 0px;
2010-11-02 10:57:33 +00:00
padding-left: 5px;
padding-right: 5px;
}
2014-09-28 19:42:50 +00:00
img[alt="mascot"] {
display: block;
margin: 0 auto 0 auto;
position: relative;
z-index: -1;
}
2010-11-02 10:57:33 +00:00
table * {
margin: 0;
}
table {
margin: 0px auto;
}
tr:not(:nth-child(4)) {
height: 22px;
}
tr *{
padding: 0px;
}
th {
width: 64px;
text-align: left;
padding: 0px 5px;
border: 1px solid #000;
color: #000;
background-color: #98E;
}
textarea{
width: 100%;
min-width: 308px;
}
input:not([type="checkbox"]) {
height: 22px;
}
textarea, input {
box-sizing: border-box;
border: 1px solid #AAA;
padding: 2px 4px 3px 4px;
background-color: white;
}
input[name="post"] {
width: 72px;
}
[name="post"] [type="text"]:not([name="subject"]){
width: 100%;
min-width: 236px;
}
[name="post"] textarea {
min-height: 22px;
}
[name="post"] [type="text"][name="subject"] {
width: calc(100% - 74px);
min-width: 162px;
}
input#upload_file {
width: 180px;
}
@media (max-width: 321px) {
[name="post"] [type="text"]:not([name="subject"]), [name="post"] textarea {
width: 236px;
min-width: 236px;
}
input#upload_file {
width: 160px;
}
}
#spoilercontainer {
display: inline-block;
float: right;
position: relative;
top: 3px;
right: 4px;
}
2012-05-03 14:21:16 +00:00
a, a:visited {
2010-11-02 10:57:33 +00:00
text-decoration: underline;
color: #34345C;
}
2014-09-28 19:42:50 +00:00
p.intro a.post_no, p.intro a.email, p.intro a.post_anchor {
2010-11-02 10:57:33 +00:00
color: #ff0000;
}
a.post_no {
text-decoration: none;
margin: 0;
padding: 0;
}
2012-05-10 14:17:49 +00:00
p.intro a.post_no {
color: inherit;
2012-05-03 14:21:16 +00:00
}
2014-09-28 19:42:50 +00:00
p.intro a.post_no, p.intro a.email {
2010-11-02 10:57:33 +00:00
margin: 0;
}
p.intro a.email span.name {
color: #34345C;
}
p.intro a.email:hover span.name {
color: #ff0000;
}
2011-02-17 14:13:56 +00:00
p.intro label {
display: inline;
}
p.intro time, p.intro a.ip-link, p.intro a.capcode {
direction: ltr;
unicode-bidi: embed;
}
2014-09-28 19:42:50 +00:00
.badges {
text-align: center;
}
2010-11-02 10:57:33 +00:00
h2 {
color: #AF0A0F;
font-size: 11pt;
2012-03-31 10:01:55 +00:00
margin: 0;
padding: 0;
}
header {
margin: 1em 0;
2011-05-25 10:21:00 +00:00
}
2014-09-28 19:42:50 +00:00
@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
2012-04-22 06:52:24 +00:00
h1 {
2014-09-28 19:42:50 +00:00
font-family: 'lain', tahoma;
2011-05-25 10:21:00 +00:00
letter-spacing: -2px;
2014-09-28 19:42:50 +00:00
font-size: 18pt;
2012-03-31 10:01:55 +00:00
margin: 0;
2011-05-25 10:21:00 +00:00
}
2012-03-31 10:01:55 +00:00
header div.subtitle, h1 {
color: #AF0A0F;
2011-05-25 10:21:00 +00:00
text-align: center;
}
2012-03-31 10:01:55 +00:00
header div.subtitle {
2014-09-28 19:42:50 +00:00
margin: 0px calc(50% - 192px);
2010-11-02 10:57:33 +00:00
font-size: 8pt;
}
[name="post"] * {
-moz-appearance: none!important;
2011-01-02 11:32:38 +00:00
}
2010-11-02 10:57:33 +00:00
.unimportant, .unimportant * {
font-size: 10px;
}
2014-09-28 19:42:50 +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
}
div.banner {
2011-10-05 05:34:03 +00:00
background-color: #E04000;
border: 1px solid #E04000;
2010-11-02 10:57:33 +00:00
font-size: 12pt;
font-weight: bold;
text-align: center;
margin: 0 auto;
width: 384px;
height: 20px;
2010-11-02 10:57:33 +00:00
}
div.banner, div.banner a {
color: white;
}
div.banner a:hover {
color: #EEF2FF;
text-decoration: none;
}
img.banner, img.board_image {
2013-08-16 11:34:28 +00:00
display: block;
2014-09-28 19:42:50 +00:00
border: 1px solid #666;
2011-09-29 12:29:55 +00:00
margin: 12px auto 0 auto;
2014-09-28 19:42:50 +00:00
max-width: 100%!important;
2011-01-21 02:14:55 +00:00
}
2014-09-28 19:42:50 +00:00
img.post-image {
2010-11-02 10:57:33 +00:00
display: block;
float: left;
2014-10-06 20:47:37 +00:00
margin: 10px;
2010-11-02 10:57:33 +00:00
border: none;
}
2014-09-28 19:42:50 +00:00
div.post img.post-image {
2010-11-02 10:57:33 +00:00
padding: 5px;
2014-09-28 19:42:50 +00:00
margin: 5px 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;
}
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;
}
2011-02-20 07:28:39 +00:00
div.post.op hr {
border-color: #D9BFB7;
}
2010-11-02 10:57:33 +00:00
p.intro {
margin: 0.5em 0;
padding: 0;
padding-bottom: 0.2em;
}
2011-01-21 02:14:55 +00:00
input.delete {
float: left;
margin: 1px 6px 0 0;
}
2010-11-02 10:57:33 +00:00
p.intro span.subject {
color: #0F0C5D;
font-weight: bold;
}
p.intro span.name {
color: #117743;
font-weight: bold;
}
2012-05-03 14:21:16 +00:00
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
2011-01-19 01:37:31 +00:00
color: #F00000;
margin-left: 0;
}
2010-11-02 10:57:33 +00:00
p.intro a {
margin-left: 8px;
}
2011-01-21 02:14:55 +00:00
div.delete {
float: right;
2014-09-28 19:42:50 +00:00
margin-bottom: 2px;
}
div.delete :not([type="submit"]):not([type="checkbox"]) {
width: 166px;
}
div.delete [type="submit"] {
margin-left: 2px;
2011-01-21 02:14:55 +00:00
}
2010-11-02 10:57:33 +00:00
div.post.reply p {
margin: 0.3em 0 0 0;
}
div.post.reply div.body {
2010-11-02 10:57:33 +00:00
margin-left: 1.8em;
margin-top: 0.8em;
padding-right: 3em;
padding-bottom: 0.3em;
}
2014-09-28 19:42:50 +00:00
pre {
overflow: auto;
}
2010-11-02 10:57:33 +00:00
div.post.reply.highlighted {
background: #D6BAD0;
}
div.post.reply div.body a {
2010-11-02 10:57:33 +00:00
color: #D00;
}
2011-02-22 00:47:09 +00:00
div.post {
max-width: 97%;
}
div.post div.body {
2011-02-22 00:47:09 +00:00
word-wrap: break-word;
2014-09-28 19:42:50 +00:00
white-space: ppre-wrap;
2011-02-22 00:47:09 +00:00
}
2010-11-02 10:57:33 +00:00
div.post.reply {
background: #D6DAF0;
2014-09-28 19:42:50 +00:00
margin: 1.5px 16px;
padding: 0.2em 0.6em 0.5em 0.6em;
2010-11-02 10:57:33 +00:00
border-width: 1px;
border-style: none solid solid none;
border-color: #B7C5D9;
2011-07-06 19:22:33 +00:00
display: inline-block;
2010-11-02 10:57:33 +00:00
}
span.trip {
color: #228854;
}
span.quote {
color: #789922;
}
span.omitted {
display: block;
margin-top: 1em;
}
br.clear {
clear: left;
display: block;
2010-12-16 06:04:52 +00:00
}
span.controls {
float: right;
margin: 0;
padding: 0;
font-size: 80%;
}
span.controls.op {
float: none;
margin-left: 10px;
}
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-01 14:52:22 +00:00
div.ban {
background: white;
border: 1px solid #98E;
2014-09-28 19:42:50 +00:00
max-width: 766px;
margin: -2px auto 30px auto;
2011-01-01 14:52:22 +00:00
}
div.ban p, div.ban h2 {
padding: 3px 7px;
}
div.ban h2 {
background: #98E;
color: black;
font-size: 12pt;
}
div.ban p {
font-size: 12px;
margin-bottom: 12px;
}
div.ban p.reason {
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;
font-weight: bold;
}
2011-01-18 13:41:43 +00:00
span.spoiler {
background: black;
2011-02-20 01:39:56 +00:00
color: black;
padding: 0 1px;
2011-01-18 13:41:43 +00:00
}
div.post.reply div.body span.spoiler a {
color: black;
}
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
2011-01-18 13:41:43 +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
}
div.styles a {
margin: 0 10px;
}
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%;
}
table.test td, table.test th {
text-align: left;
padding: 5px;
}
table.test tr.h th {
background: #98E;
}
table.test td img {
margin: 0;
}
fieldset label {
display: block;
2011-02-16 12:32:43 +00:00
}
div.pages {
color: #89A;
background: #D6DAF0;
display: inline;
padding: 8px;
border-right: 1px solid #B7C5D9;
border-bottom: 1px solid #B7C5D9;
}
@media screen and (max-width: 800px) {
div.pages.top {
display: none !important;
}
}
2011-02-16 12:32:43 +00:00
div.pages a.selected {
color: black;
font-weight: bolder;
}
2012-05-03 14:21:16 +00:00
div.pages a {
2011-02-16 12:32:43 +00:00
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;
2012-04-16 06:40:24 +00:00
height: 0;
2012-03-06 10:29:04 +00:00
clear: left;
2011-02-19 09:25:21 +00:00
}
div.boardlist {
color: #89A;
font-size: 9pt;
2011-02-20 01:39:56 +00:00
margin-top: 3px;
2014-09-28 19:42:50 +00:00
text-align: center;
2011-02-20 01:39:56 +00:00
}
div.boardlist.bottom {
margin-top: 20px;
2011-02-19 09:25:21 +00:00
}
div.boardlist a {
text-decoration: none;
2011-02-20 07:28:39 +00:00
}
div.report {
color: #333;
2011-03-02 06:51:29 +00:00
}
table.modlog {
margin: auto;
width: 100%;
}
table.modlog tr td {
text-align: left;
2012-04-16 06:40:24 +00:00
margin: 0;
2011-03-02 06:51:29 +00:00
padding: 4px 15px 0 0;
}
table.modlog tr th {
text-align: left;
padding: 4px 15px 5px 5px;
white-space: nowrap;
}
table.modlog tr th {
background: #98E;
}
2011-04-05 07:36:00 +00:00
td.minimal, th.minimal {
2011-03-02 06:51:29 +00:00
width: 1%;
white-space: nowrap;
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
}
span.public_ban {
display: block;
color: red;
font-weight: bold;
margin-top: 15px;
2011-05-25 07:55:34 +00:00
}
2011-05-27 13:56:20 +00:00
span.toolong {
display: block;
margin-top: 15px;
}
2011-05-25 07:55:34 +00:00
div.blotter {
color: red;
font-weight: bold;
text-align: center;
2011-07-06 19:22:33 +00:00
}
2014-09-28 19:42:50 +00:00
div.blotter img {
max-width: 100%!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 .sub {
background: inherit;
}
.desktop-style .sub .sub {
display: inline-block;
text-indent: -9000px;
width: 7px;
background: url('img/arrow.png') right center no-repeat;
}
.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
}
#attention_bar_form {
display: none;
padding: 0;
margin: 0;
}
#attention_bar_input {
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}
#attention_bar:hover {
2014-01-06 03:14:51 +00:00
background-color: rgba(100%, 100%, 100%, 0.2);
2012-12-24 02:39:47 +00:00
}
p.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;
}
2013-12-27 19:09:11 +00:00
.theme-catalog div.thread img {
float:none!important;
margin: auto;
margin-bottom: 12px;
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;
margin-bottom:25px;
margin-left: 20px;
margin-right: 15px;
text-align:center;
font-weight:normal;
2014-09-28 19:42:50 +00:00
width:205px;
overflow:hidden;
position: relative;
font-size:11px;
padding: 15px;
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.grid-size-small {
width: 200px;
max-width: 200px;
max-height: 350px;
2014-09-28 19:42:50 +00:00
}
.theme-catalog div.grid-size-large {
width: 300px;
max-width: 300px;
max-height: 450px;
2014-09-28 19:42:50 +00:00
}
.theme-catalog img.thread-image {
height: auto;
max-width: 100%;
}
@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;
}
}
@include url("tooltipster/tooltipster.css");
.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 {
padding: 5px 6px 8px 6px;
}
/* styles also used by watch.js */
.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 {
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
/* live-index.js */
.new-posts {
opacity: 0.6;
margin-top: 1em;
}
.new-threads {
text-align: center;
}
/* options.js */
#options_handler {
position: fixed;
top: 0px; left: 0px; right: 0px; bottom: 0px;
width: 100%; height: 100%;
text-align: center;
z-index: 9900;
}
#options_background {
background: black;
opacity: 0.5;
position: absolute;
top: 0px; left: 0px; right: 0px; bottom: 0px;
width: 100%; height: 100%;
z-index: -1;
}
#options_div {
background-color: #d6daf0;
border: 1px solid black;
display: inline-block;
position: relative;
margin-top: 20px;
width: 600px;
height: 300px;
}
#options_close {
top: 0px; right: 0px;
position: absolute;
margin-right: 3px;
font-size: 20px; z-index: 100;
}
#options_tablist {
padding: 0px 5px;
left: 0px;
width: 70px;
top: 0px;
bottom: 0px;
height: 100%;
border-right: 1px solid black;
}
.options_tab_icon {
padding: 5px;
color: black;
}
.options_tab_icon.active {
color: red;
}
.options_tab_icon i {
font-size: 20px;
}
.options_tab_icon div {
font-size: 11px;
}
.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;
}
2014-09-28 19:42:50 +00:00
/* Containerchan */
video.post-image {
display: block;
float: left;
margin: 10px 20px;
border: none;
}
div.post video.post-image {
padding: 0px;
margin: 10px 25px 5px 5px;
}
.pulse {
animation: pulse 0.53452115812918s linear 90;
-webkit-animation: pulse 0.53452115812918s linear 90;
}
@keyframes pulse {
0% { height: 450px; margin-bottom: -25px; margin-top: -25px;}
100% { height: 350px; margin-bottom: 25px; margin-top: 25px;}
}
@-webkit-keyframes pulse {
0% { height: 450px; margin-bottom: -25px; margin-top: -25px;}
100% { height: 350px; margin-bottom: 25px; margin-top: 25px;}
}
/*#threadbody .boardlist .sub:last-child, .recentbody .boardlist .sub:last-child, .donatebody .boardlist .sub:last-child {
float: right;
}*/
span.sub {
white-space: nowrap;
}