2017-04-19 04:42:46 +05:00
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
background: #101010;
|
|
|
|
font-family: arial,sans-serif,helvetica;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
/*table {
|
|
|
|
font-size: 10pt;
|
|
|
|
}*/
|
|
|
|
a {
|
|
|
|
color: #f7acb1;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
color: #363636;
|
|
|
|
width: 98%;
|
|
|
|
height: 0px;
|
|
|
|
border-top: 1px solid;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.sitetitle {
|
|
|
|
text-align: center;
|
|
|
|
color: #ABABAB;
|
|
|
|
margin: 10px 20px 20px 20px;
|
|
|
|
}
|
|
|
|
.sitetitle h2 {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.sitetitle a {
|
|
|
|
color: #ABABAB;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.filedescription {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.messageroot .highlightroot{
|
|
|
|
margin-bottom: 1px;
|
|
|
|
border: none;
|
|
|
|
background: #101010;
|
|
|
|
padding: 9px 9px 1em;
|
|
|
|
}
|
|
|
|
.message, .highlight {
|
|
|
|
margin-left: 25px;
|
2017-04-19 19:02:58 +05:00
|
|
|
margin-bottom: 1em;
|
2017-04-19 04:42:46 +05:00
|
|
|
border: 1px solid #363636;
|
|
|
|
background: #1c1c1c;
|
|
|
|
border-radius: 0px;
|
|
|
|
padding: 9px 9px 1.5em;
|
|
|
|
}
|
|
|
|
.highlight .highlightroot {
|
|
|
|
background: #EEDACB;
|
|
|
|
padding: 10px;
|
|
|
|
color: #333333;
|
|
|
|
border: 2px dashed #EE6600;
|
|
|
|
}
|
|
|
|
.image_link {
|
|
|
|
float: left;
|
|
|
|
padding-right: 5px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.image_root {
|
|
|
|
border-radius: 0px;
|
|
|
|
border: 1px solid #363636;
|
|
|
|
}
|
|
|
|
.image {
|
|
|
|
border-radius: 0px;
|
|
|
|
border: 1px solid #363636;
|
2017-11-30 18:04:16 +05:00
|
|
|
max-width: 250px;
|
2017-04-19 04:42:46 +05:00
|
|
|
}
|
|
|
|
.thread {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
.message_span {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
.topicline b{
|
|
|
|
color:#ff1493;
|
|
|
|
}
|
|
|
|
.postform th {
|
|
|
|
background: #1c1c1c;
|
|
|
|
border: 1px solid #363636;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
.posttext {
|
|
|
|
width: 400px;
|
|
|
|
height: 20px;
|
|
|
|
border: 1px solid #363636;
|
2019-02-16 16:41:10 +05:00
|
|
|
background-color:#111;
|
|
|
|
color:#ddd;
|
2017-04-19 04:42:46 +05:00
|
|
|
}
|
|
|
|
.postbutton {
|
|
|
|
width: 100px;
|
|
|
|
border: 1px solid #363636;
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
#newthread {
|
|
|
|
background: #F7ACB1;
|
|
|
|
}
|
|
|
|
.postarea {
|
|
|
|
width: 400px;
|
|
|
|
height: 48px;
|
|
|
|
border: 1px solid #363636;
|
2019-02-16 16:38:04 +05:00
|
|
|
background-color:#111;
|
|
|
|
color:#ddd;
|
2017-04-19 04:42:46 +05:00
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.postfile {
|
|
|
|
}
|
|
|
|
.boards {
|
|
|
|
padding: 0px 2.5em 0px 10px;
|
|
|
|
}
|
|
|
|
.boards a,
|
|
|
|
.pagelist a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.evilstuff {
|
|
|
|
background-color: #333333;
|
|
|
|
border: 1px solid #666666;
|
|
|
|
border-radius: 30px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
position: fixed;
|
|
|
|
right: 0px;
|
|
|
|
top: 20px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.stillevil {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.evilmod {
|
|
|
|
position: fixed;
|
|
|
|
right: 20px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
.evilmod:checked ~ form .evilstuff {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.evilmod:checked ~ form .stillevil {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.stillevil input {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
color: #FF0000;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.purge_root:checked ~ .warning {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.sig_label {
|
|
|
|
color: #00FF00;
|
|
|
|
cursor: pointer;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.sig_chk {
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
.sig_key {
|
|
|
|
padding-left: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sig_chk:checked ~ .sig_key {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.lblhelp {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
right: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.lblhelp, a.lblhelp:hover {
|
|
|
|
color: #C5C8C6;
|
|
|
|
padding: 0px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-04-19 18:21:16 +05:00
|
|
|
.memearrows, .quote {
|
2017-04-19 04:42:46 +05:00
|
|
|
color: #00AA00;
|
|
|
|
}
|
|
|
|
.code {
|
|
|
|
background-color: #303030;
|
|
|
|
border: 1px solid #404040;
|
|
|
|
clear: right;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 9pt;
|
|
|
|
overflow: auto;
|
|
|
|
width: 80%;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.datatable {
|
|
|
|
background: #141414;
|
|
|
|
border: 1px solid #3B3B3B;
|
|
|
|
border-collapse: collapse;
|
2017-06-29 03:15:21 +05:00
|
|
|
width: 100%;
|
2017-04-19 04:42:46 +05:00
|
|
|
}
|
|
|
|
.datatable th {
|
|
|
|
background: #1C1C1C;
|
|
|
|
}
|
|
|
|
.datatable td, .datatable th {
|
|
|
|
border: 1px dotted #3B3B3B;
|
|
|
|
padding: 1px 4px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.mod {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 9pt;
|
|
|
|
margin: 20px 10px 10px;
|
|
|
|
}
|
|
|
|
.mod tr:hover {
|
|
|
|
background-color: #282828 !important;
|
|
|
|
}
|
|
|
|
.mod table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
font-size: 9pt; /* damn you chromium */
|
|
|
|
}
|
|
|
|
.dontwrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.spoiler, .spoiler a:link, .spoiler a:visited {
|
|
|
|
color: black;
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler:hover a:link {
|
|
|
|
color: #FF6600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler:hover a:visited {
|
|
|
|
color: #FF6600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler:hover a:hover {
|
|
|
|
color: #0066FF;
|
|
|
|
}
|
|
|
|
.zoi {
|
|
|
|
color: purple;
|
|
|
|
}
|
|
|
|
.op-kyn {
|
|
|
|
color: skyblue;
|
|
|
|
}
|
|
|
|
.menu-footer {
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0.3em;
|
|
|
|
bottom: 5em;
|
|
|
|
position: fixed
|
|
|
|
}
|
|
|
|
.published {
|
|
|
|
font-size: 0.85em;
|
|
|
|
color: #898E93;
|
|
|
|
}
|
|
|
|
.menu-left {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
.board_description {
|
|
|
|
width: 400px;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 0.75em;
|
|
|
|
font-family: sans-serif;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.play_button {
|
|
|
|
background-image: url("/static/playbutton.png");
|
|
|
|
height: 53px;
|
|
|
|
width: 70px;
|
|
|
|
position: absolute;
|
|
|
|
top: calc(50% - 26px);
|
|
|
|
left: calc(50% - 35px);
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
.news {
|
|
|
|
border: 1px solid #3b3b3b;
|
|
|
|
background: #141414;
|
|
|
|
margin: 10px 20px 10px 20px;
|
|
|
|
}
|
|
|
|
.news .header {
|
|
|
|
background: #1c1c1c;
|
|
|
|
font-style: italic;
|
|
|
|
padding: 3px 5px 0px 5px;
|
|
|
|
text-align: right;
|
|
|
|
border-bottom: 1px dotted #3b3b3b;
|
|
|
|
}
|
|
|
|
.news .author {
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.news .header .topicline .subject {
|
|
|
|
font-style: normal;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.news .message_span {
|
|
|
|
padding: 10px 5px 0px 5px;
|
|
|
|
}
|
|
|
|
.news .footer {
|
|
|
|
text-align: right;
|
|
|
|
font-style: italic;
|
|
|
|
padding: 0px 5px 5px;
|
|
|
|
}
|
|
|
|
.activity {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
.activity td, .activity th {
|
|
|
|
vertical-align: top;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.post_td {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
.post_td td {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.post_td .subject {
|
|
|
|
text-align: left;
|
|
|
|
white-space: normal;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.aa {
|
|
|
|
font-family: "IPAMonaPGothic","Monapo","Mona","MS PGothic";
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-04-19 17:20:55 +05:00
|
|
|
|
2017-04-19 17:22:00 +05:00
|
|
|
.thread {
|
2017-04-19 17:20:55 +05:00
|
|
|
margin-left: 5em;
|
2017-04-19 18:24:17 +05:00
|
|
|
display: inline-block;
|
2017-04-19 17:20:55 +05:00
|
|
|
}
|
2017-04-19 17:58:41 +05:00
|
|
|
|
|
|
|
footer {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-04-19 18:04:22 +05:00
|
|
|
|
|
|
|
|
|
|
|
@keyframes rotate {
|
|
|
|
0% { transform: rotate(0deg); }
|
2017-04-19 18:08:41 +05:00
|
|
|
100% { transform: rotate(360deg); }
|
2017-04-19 18:04:22 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
#logo:hover {
|
|
|
|
animation-name: rotate;
|
|
|
|
animation-duration: 2s;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
}
|
2017-04-19 18:26:23 +05:00
|
|
|
|
|
|
|
#paginator {
|
|
|
|
margin-left: 4em;
|
|
|
|
}
|
2017-04-19 18:33:06 +05:00
|
|
|
|
2017-04-19 18:42:55 +05:00
|
|
|
[data-subject="None"] { display: none; }
|
2017-06-29 03:15:21 +05:00
|
|
|
[data-sage="1"] { filter: saturate(0); }
|
2017-04-19 18:53:03 +05:00
|
|
|
|
|
|
|
.overboard, .threadpage, .boardpage {
|
|
|
|
background-image: url('/static/changolia-logo.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right top;
|
|
|
|
background-attachment: fixed;
|
2017-04-19 18:55:56 +05:00
|
|
|
background-size: 128px;
|
2017-04-19 18:53:03 +05:00
|
|
|
}
|
2017-04-19 19:01:27 +05:00
|
|
|
|
2017-04-19 19:12:53 +05:00
|
|
|
.message {
|
|
|
|
float: left;
|
2017-04-19 19:14:22 +05:00
|
|
|
clear: left;
|
2017-04-19 19:01:27 +05:00
|
|
|
}
|
2017-04-19 20:11:49 +05:00
|
|
|
|
|
|
|
.hider {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-04-19 20:13:48 +05:00
|
|
|
|
|
|
|
.messageroot > .hider {
|
|
|
|
float: left;
|
|
|
|
}
|
2017-04-19 20:19:55 +05:00
|
|
|
|
|
|
|
#faq {
|
|
|
|
margin-left: 3em;
|
|
|
|
width: 75%;
|
|
|
|
}
|
2017-04-20 01:17:08 +05:00
|
|
|
|
|
|
|
.topicline {
|
2017-04-20 01:19:39 +05:00
|
|
|
padding-right: 30px;
|
2017-04-20 01:17:08 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-origin="tor"] {
|
|
|
|
background-image: url('/static/tor.png');
|
|
|
|
background-repeat: no-repeat;
|
2017-04-20 01:19:39 +05:00
|
|
|
background-position: top right;
|
2017-04-20 01:17:08 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-origin="i2p"] {
|
|
|
|
background-image: url('/static/i2p.png');
|
|
|
|
background-repeat: no-repeat;
|
2017-04-20 01:43:30 +05:00
|
|
|
|
2017-04-20 01:19:39 +05:00
|
|
|
background-position: top right;
|
2017-04-20 01:17:08 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-origin="clearnet"] {
|
|
|
|
background-image: url('/static/clearnet.png');
|
|
|
|
background-repeat: no-repeat;
|
2017-04-20 01:19:39 +05:00
|
|
|
background-position: top right;
|
2017-04-20 01:17:08 +05:00
|
|
|
}
|
2017-07-04 03:16:02 +05:00
|
|
|
|
2017-07-30 01:36:27 +05:00
|
|
|
[data-name~="nigger"] {
|
2017-07-04 03:18:38 +05:00
|
|
|
background-image: url('/static/blackface.png');
|
|
|
|
background-size: 25%;
|
2017-07-04 03:33:27 +05:00
|
|
|
background-repeat: repeat;
|
2017-07-04 03:18:38 +05:00
|
|
|
}
|
2017-07-10 17:20:22 +05:00
|
|
|
|
2017-07-31 03:37:39 +05:00
|
|
|
/** change me as needed, admin's pubkey */
|
|
|
|
[data-pubkey~="039a876792db66966241e63140e7df79df488033360064b67d890635814e925e"] {
|
|
|
|
background-image: url('/static/admin.png');
|
|
|
|
background-size: 25%;
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
2017-08-23 16:56:13 +05:00
|
|
|
/** another mod */
|
2017-08-23 16:58:10 +05:00
|
|
|
[data-pubkey~="f59602a8497d21c0bda92c01cf33d1d0b2e41d5065eebcafdcbf99f973d1c105"]{
|
2017-08-23 17:01:42 +05:00
|
|
|
background-image: url('/static/mgs_mod.png');
|
2017-08-23 17:05:19 +05:00
|
|
|
background-size: 20%;
|
2017-08-23 17:00:12 +05:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right bottom;
|
2017-08-23 16:56:13 +05:00
|
|
|
}
|
|
|
|
|
2017-07-30 01:36:27 +05:00
|
|
|
.fagarrows {
|
|
|
|
color: #E0727F;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_span {
|
|
|
|
white-space: pre-line;
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
2017-08-13 03:22:44 +05:00
|
|
|
|
|
|
|
#captcha_img {
|
|
|
|
background-color: white;
|
|
|
|
}
|
2017-10-13 17:09:57 +05:00
|
|
|
|
|
|
|
|
|
|
|
@keyframes ebin {
|
|
|
|
0% {transform: rotate(-10deg);}
|
|
|
|
50% {transform: rotate(10deg);}
|
|
|
|
100% {transform: rotate(-10deg);}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wobble {
|
|
|
|
animation: ebin 0.25s infinite;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes expl {
|
|
|
|
0% { transform: scale(1,1); }
|
|
|
|
50% { transform: scale(1.5,1.5); }
|
|
|
|
100% { transform: scale(1,1); }
|
|
|
|
}
|
|
|
|
|
|
|
|
.explode {
|
|
|
|
animation: expl 0.5s infinite;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes flash {
|
|
|
|
0% { opacity: 1;}
|
|
|
|
49% { opacity: 1; }
|
|
|
|
50% { opacity: 0; }
|
|
|
|
100% { opacity: 0; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.flashy {
|
|
|
|
animation: flash 1s infinite;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tripcode {
|
|
|
|
color: #de04ef;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes psych
|
|
|
|
{
|
|
|
|
0% {background-color: red; color: blue; }
|
|
|
|
10% {background-color: yellow; color: red; }
|
|
|
|
20% {background-color: blue; color: green; }
|
|
|
|
30% {background-color: green; color: yellow; }
|
|
|
|
40% {background-color: red; color: blue; }
|
|
|
|
50% {background-color: yellow; color: green; }
|
|
|
|
60% {background-color: blue; color: yellow; }
|
|
|
|
70% {background-color: green; color: blue; }
|
|
|
|
80% {background-color: red; color: green; }
|
|
|
|
90% {background-color: yellow; color: red; }
|
|
|
|
95% {background-color: blue; color: yellow; }
|
|
|
|
100% {background-color: green; color: white; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.psy {
|
|
|
|
animation: psych 2s linear infinite;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.memearrows {
|
|
|
|
color: #789922;
|
|
|
|
margin-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.redtext {
|
|
|
|
color: #AF0A0F;
|
|
|
|
font-size: 12pt;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: none;
|
|
|
|
}
|
2018-03-09 17:01:33 +05:00
|
|
|
|
|
|
|
.bumplock {
|
2018-03-09 17:15:41 +05:00
|
|
|
background-image: url('/static/sage.png');
|
2018-03-09 17:11:44 +05:00
|
|
|
filter: saturate(0.15);
|
2018-03-09 17:01:33 +05:00
|
|
|
}
|
2018-03-10 01:28:43 +05:00
|
|
|
|
|
|
|
.post {
|
2018-05-03 03:01:55 +05:00
|
|
|
max-width: 90%;
|
2018-03-10 01:28:43 +05:00
|
|
|
}
|
2018-05-03 03:14:26 +05:00
|
|
|
|
|
|
|
.messageroot {
|
|
|
|
border: solid #333 1px;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
2018-10-20 19:27:24 +05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:target {
|
|
|
|
background-color: #493769;
|
|
|
|
}
|
2018-10-20 20:24:30 +05:00
|
|
|
|
2019-02-11 00:35:14 +05:00
|
|
|
.mod {
|
|
|
|
color: red;
|
|
|
|
}
|
2019-03-03 01:13:24 +05:00
|
|
|
|
|
|
|
.post-link {
|
|
|
|
float: right;
|
|
|
|
}
|