2016-02-15 22:14:22 +05:00
|
|
|
body {
|
|
|
|
background: #EEF2FF url('bg.png') repeat-x 50% 0%;
|
|
|
|
color: black;
|
|
|
|
font-family: arial,helvetica,sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
margin: 0 4px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
main,
|
|
|
|
aside,
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-04-26 18:13:04 +05:00
|
|
|
.hover {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2016-04-26 18:23:38 +05:00
|
|
|
.notfound-hover {
|
|
|
|
background: #EEF2FF;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2016-04-30 22:08:38 +05:00
|
|
|
#postform_container {
|
|
|
|
background-color: #EEF2FF;
|
2016-05-04 22:10:46 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.shadow {
|
2016-04-30 22:08:38 +05:00
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.55);
|
|
|
|
}
|
|
|
|
|
2017-01-16 21:56:54 +05:00
|
|
|
.shadow-box {
|
|
|
|
background-color: #D6DAF0;
|
|
|
|
}
|
|
|
|
|
2016-04-30 22:08:38 +05:00
|
|
|
.hover > div > .post , .notfound-hover {
|
2016-04-26 18:36:02 +05:00
|
|
|
background-color: #D6DAF0;
|
2016-04-26 18:13:04 +05:00
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.55);
|
|
|
|
}
|
2015-08-04 19:03:44 +05:00
|
|
|
|
2016-02-19 20:48:41 +05:00
|
|
|
.frontend , .subject, .catalog_subject {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #0F0C5D;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
color: #117743;
|
2016-06-12 22:52:24 +05:00
|
|
|
padding-left: 5px;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
|
|
|
|
2016-06-12 22:52:24 +05:00
|
|
|
.postno {
|
2016-06-12 22:46:28 +05:00
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2016-05-01 01:18:08 +05:00
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2015-08-04 19:03:44 +05:00
|
|
|
.name , .subject {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-08-06 23:35:44 +05:00
|
|
|
#postform-outer {
|
2015-08-06 19:30:54 +05:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postform-inner {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-08-04 19:03:44 +05:00
|
|
|
.post {
|
2015-08-06 19:30:54 +05:00
|
|
|
padding: 10px 10px;
|
|
|
|
}
|
|
|
|
|
2016-05-23 01:51:26 +05:00
|
|
|
.download_link,.fname_link {
|
2016-05-22 23:22:12 +05:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 90%;
|
|
|
|
height: auto
|
|
|
|
padding: 0.5em 0;
|
2016-05-23 01:51:26 +05:00
|
|
|
margin: auto;
|
|
|
|
max-width: 200px;
|
2016-05-22 23:22:12 +05:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-05-23 01:51:26 +05:00
|
|
|
max-height: 2.4em;
|
2016-05-22 23:22:12 +05:00
|
|
|
}
|
|
|
|
|
2016-07-30 17:02:05 +05:00
|
|
|
.post_body > pre {
|
2016-09-07 04:05:52 +05:00
|
|
|
font-size: 10pt;
|
2016-07-30 17:02:05 +05:00
|
|
|
font-weight: unset;
|
2017-01-20 20:50:59 +05:00
|
|
|
word-break: break-word;
|
2016-07-30 17:02:05 +05:00
|
|
|
}
|
|
|
|
|
2015-11-07 20:43:16 +05:00
|
|
|
pre {
|
2015-11-23 01:59:21 +05:00
|
|
|
white-space: pre-wrap;
|
2016-02-17 18:51:25 +05:00
|
|
|
align: center;
|
2016-09-07 04:05:52 +05:00
|
|
|
font-size: 12pt;
|
2016-02-17 18:51:25 +05:00
|
|
|
color: black;
|
2015-11-08 05:09:34 +05:00
|
|
|
display: inline-block;
|
2015-11-23 01:59:21 +05:00
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
2016-02-17 18:51:25 +05:00
|
|
|
font-weight: bold;
|
2016-09-07 04:05:52 +05:00
|
|
|
|
|
|
|
font-family: sans;
|
2017-02-05 21:18:06 +05:00
|
|
|
|
2016-02-17 18:51:25 +05:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2015-09-24 03:54:26 +05:00
|
|
|
}
|
|
|
|
|
2016-02-16 01:20:37 +05:00
|
|
|
table {
|
|
|
|
margin: auto;
|
2015-11-23 01:59:21 +05:00
|
|
|
}
|
2016-02-16 01:20:37 +05:00
|
|
|
table.board-list-table {
|
|
|
|
width: 100%;
|
2015-11-23 01:59:21 +05:00
|
|
|
}
|
2016-06-30 18:01:11 +05:00
|
|
|
|
2016-02-16 01:20:37 +05:00
|
|
|
table tbody td {
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px 15px 4px 4px;
|
2016-02-17 18:51:25 +05:00
|
|
|
vertical-align: top;
|
2016-02-16 01:20:37 +05:00
|
|
|
text-align: left;
|
2015-11-23 01:59:21 +05:00
|
|
|
}
|
2016-02-16 01:20:37 +05:00
|
|
|
table thead th {
|
|
|
|
border: 1px solid #000333;
|
|
|
|
padding: 4px 15px 5px 5px;
|
2017-02-05 21:18:06 +05:00
|
|
|
|
2016-02-16 01:20:37 +05:00
|
|
|
background: #98E;
|
|
|
|
color: #000333;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
2015-11-07 21:23:33 +05:00
|
|
|
}
|
2016-02-16 01:20:37 +05:00
|
|
|
table tbody tr:nth-of-type( even ) {
|
|
|
|
background-color: #D6DAF0;
|
|
|
|
}
|
|
|
|
|
2016-04-30 21:51:20 +05:00
|
|
|
.postform > tr, th {
|
2016-02-17 18:51:25 +05:00
|
|
|
background: #98E;
|
|
|
|
font-size: 10pt;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2016-05-17 19:33:14 +05:00
|
|
|
.postform td{
|
|
|
|
padding: 0px 15px 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
max-width: 10em;
|
|
|
|
height: 2em;
|
|
|
|
}
|
|
|
|
|
2016-04-30 22:00:27 +05:00
|
|
|
tr {
|
2016-02-17 18:51:25 +05:00
|
|
|
background-color: transparent!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"],input[type="password"],textarea {
|
|
|
|
border: 1px solid #a9a9a9;
|
|
|
|
text-indent: 0;
|
|
|
|
text-shadow: none;
|
|
|
|
text-transform: none;
|
|
|
|
word-spacing: normal;
|
|
|
|
font-size: inherit;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
#board_td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2015-11-07 21:23:33 +05:00
|
|
|
|
2016-06-12 23:19:07 +05:00
|
|
|
.reply, .pagelist, .op {
|
2016-02-16 17:42:28 +05:00
|
|
|
background: #D6DAF0;
|
2016-02-16 17:59:10 +05:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: none solid solid none;
|
|
|
|
border-color: #B7C5D9;
|
|
|
|
max-width: 94%!important;
|
2016-02-16 17:42:28 +05:00
|
|
|
}
|
|
|
|
|
2016-02-16 02:55:36 +05:00
|
|
|
.reply, .ukko_thread_header {
|
2016-02-15 22:14:22 +05:00
|
|
|
background: #D6DAF0;
|
2016-02-16 17:42:28 +05:00
|
|
|
margin-left: 24px;
|
2015-08-06 19:30:54 +05:00
|
|
|
}
|
|
|
|
|
2015-11-07 20:58:53 +05:00
|
|
|
legend {
|
2015-11-07 21:17:54 +05:00
|
|
|
/* background-color: #525252; */
|
2015-11-07 20:58:53 +05:00
|
|
|
}
|
|
|
|
|
2015-08-06 19:50:39 +05:00
|
|
|
hr {
|
|
|
|
height: 0px;
|
|
|
|
border-width: 1px medium medium;
|
|
|
|
border-color: #b7c5d9;
|
|
|
|
border-style: solid none none;
|
2016-02-16 20:37:02 +05:00
|
|
|
clear: both;
|
2015-08-06 19:50:39 +05:00
|
|
|
}
|
|
|
|
|
2016-02-17 19:31:28 +05:00
|
|
|
.board_header {
|
|
|
|
font-family: tahoma;
|
|
|
|
letter-spacing: -2px;
|
|
|
|
font-size: 20pt;
|
|
|
|
margin: 0;
|
|
|
|
color: #AF0A0F;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2016-02-19 20:48:41 +05:00
|
|
|
.board_header_catalog {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catalog_thread {
|
2016-02-20 15:16:54 +05:00
|
|
|
display: inline-block;
|
|
|
|
width: 180px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.25em;
|
|
|
|
height: 240px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: rgba(182, 182, 182 ,0.12);
|
|
|
|
margin: 0.1em;
|
|
|
|
border: 2px solid rgba(111, 111, 111, 0.34);
|
|
|
|
}
|
|
|
|
|
|
|
|
.catalog_thread:hover {
|
|
|
|
background-color: #D6DAF0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#catalog_container {
|
|
|
|
width: 95%;
|
|
|
|
margin: 1em auto;
|
|
|
|
text-align: center;
|
2016-02-19 20:48:41 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.catalog_header, .catalog_subject {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-02-20 15:16:54 +05:00
|
|
|
.linkThumb img {
|
|
|
|
max-height: 128px;
|
|
|
|
max-width: 128px;
|
|
|
|
box-shadow: 0 0 4px rgba(0,0,0,0.55);
|
|
|
|
border: 2px solid rgba(153,153,153,0);
|
|
|
|
}
|
|
|
|
|
2016-03-08 18:34:07 +05:00
|
|
|
a:hover , a:visited:hover, .navbar-link > label:hover {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #ff0000;
|
2015-08-06 20:13:41 +05:00
|
|
|
}
|
|
|
|
|
2016-03-08 18:31:12 +05:00
|
|
|
a, a:visited, .navbar-link > label {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #34345C;
|
2015-08-06 20:13:41 +05:00
|
|
|
}
|
|
|
|
|
2016-02-16 02:29:54 +05:00
|
|
|
.postno {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2016-02-16 00:00:56 +05:00
|
|
|
.postno, .postnol, .postnol:visited {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postno:hover, .postnol:hover, .postnol:visited:hover {
|
|
|
|
color: #ff0000;
|
2016-02-16 02:29:54 +05:00
|
|
|
text-decoration: underline;
|
2016-02-16 00:00:56 +05:00
|
|
|
}
|
|
|
|
|
2016-12-26 22:07:35 +05:00
|
|
|
.navbar, .search-navbar {
|
2015-08-06 20:13:41 +05:00
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
z-index: 20;
|
2016-06-12 22:46:28 +05:00
|
|
|
box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15);
|
2016-02-15 22:14:22 +05:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
background: #D6DAF0;
|
|
|
|
color: #34345C;
|
2016-06-12 23:19:07 +05:00
|
|
|
min-height: 20px;
|
|
|
|
padding-top: 2px;
|
2015-08-06 20:13:41 +05:00
|
|
|
}
|
|
|
|
|
2016-12-26 22:07:35 +05:00
|
|
|
.search-navbar {
|
2016-12-26 22:08:10 +05:00
|
|
|
padding-left: 10px;
|
2016-12-26 22:07:35 +05:00
|
|
|
}
|
|
|
|
|
2016-12-26 22:05:14 +05:00
|
|
|
.searchresult {
|
2016-12-26 22:06:35 +05:00
|
|
|
margin-top: 20px;
|
2016-12-26 22:05:14 +05:00
|
|
|
}
|
|
|
|
|
2015-08-06 20:13:41 +05:00
|
|
|
.navbar-sep {
|
2015-11-24 02:49:05 +05:00
|
|
|
color: darkgray;
|
2015-08-06 20:13:41 +05:00
|
|
|
}
|
|
|
|
|
2016-03-08 18:35:34 +05:00
|
|
|
.navbar-link > label {
|
2016-12-31 18:36:28 +05:00
|
|
|
text-decoration: underline;
|
2016-03-08 18:31:12 +05:00
|
|
|
}
|
|
|
|
|
2015-08-06 20:13:41 +05:00
|
|
|
#postform_container {
|
2016-02-17 19:31:28 +05:00
|
|
|
margin-top: 1em;
|
2015-08-06 20:13:41 +05:00
|
|
|
}
|
|
|
|
|
2016-02-17 14:53:20 +05:00
|
|
|
.navLinks {
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2015-08-04 19:03:44 +05:00
|
|
|
|
2015-09-19 22:50:19 +05:00
|
|
|
input, textarea {
|
2016-02-16 01:20:37 +05:00
|
|
|
|
2015-09-19 22:50:19 +05:00
|
|
|
}
|
|
|
|
|
2016-11-03 00:41:39 +05:00
|
|
|
.thread_header {
|
2017-02-05 21:18:06 +05:00
|
|
|
|
2016-11-03 00:41:39 +05:00
|
|
|
}
|
|
|
|
|
2016-11-03 01:11:43 +05:00
|
|
|
/*
|
2016-02-16 17:59:10 +05:00
|
|
|
.ukko_thread_header {
|
2016-02-16 02:29:54 +05:00
|
|
|
border-color: #C0C3D4;
|
2016-02-16 20:52:20 +05:00
|
|
|
border-top-left-radius: 0px;
|
2016-02-16 02:29:54 +05:00
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-style: dashed;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
2016-11-03 01:11:43 +05:00
|
|
|
*/
|
2015-08-04 19:03:44 +05:00
|
|
|
.frontend {
|
|
|
|
margin-top: 0px;
|
|
|
|
display: inline-block;
|
2016-07-18 16:57:25 +05:00
|
|
|
margin-right: 5px;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
2016-11-03 00:44:01 +05:00
|
|
|
/*
|
2016-07-18 16:51:15 +05:00
|
|
|
.op , .reply {
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
|
|
|
}
|
2016-11-03 00:44:01 +05:00
|
|
|
*/
|
2015-08-04 19:03:44 +05:00
|
|
|
.op {
|
2016-06-12 23:19:07 +05:00
|
|
|
margin-top: 5px;
|
2016-02-15 23:04:03 +05:00
|
|
|
margin-bottom: 1px;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
|
|
|
|
2016-04-26 18:43:11 +05:00
|
|
|
.post:target {
|
2016-04-26 18:13:04 +05:00
|
|
|
background-color: #A99AFF;
|
|
|
|
}
|
|
|
|
|
2016-07-18 17:08:03 +05:00
|
|
|
.postreply {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2016-11-03 00:41:39 +05:00
|
|
|
|
2015-09-09 07:20:20 +05:00
|
|
|
.post {
|
2016-09-07 04:05:52 +05:00
|
|
|
background-color: #D6DAF0;
|
2017-02-05 21:18:06 +05:00
|
|
|
|
2016-09-07 04:05:52 +05:00
|
|
|
border: 1px solid #B7C5D9;
|
|
|
|
border-left: none;
|
|
|
|
border-top: none;
|
2016-11-03 00:42:53 +05:00
|
|
|
padding: 2px;
|
|
|
|
margin: 2px;
|
2017-02-05 21:35:47 +05:00
|
|
|
border-radius: 5px;
|
2016-09-07 04:05:52 +05:00
|
|
|
display: table;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 2px;
|
2017-02-06 14:40:24 +05:00
|
|
|
display: inline-block;
|
2017-04-02 23:15:19 +05:00
|
|
|
float: left;
|
2016-09-07 04:05:52 +05:00
|
|
|
clear: both;
|
2016-02-17 14:53:20 +05:00
|
|
|
min-width: 500px;
|
2016-02-16 02:29:54 +05:00
|
|
|
}
|
2015-08-06 19:30:54 +05:00
|
|
|
|
2016-02-16 02:29:54 +05:00
|
|
|
.postheader {
|
2016-07-18 17:26:41 +05:00
|
|
|
width: 100%;
|
2016-02-16 17:59:10 +05:00
|
|
|
padding-top: 3px;
|
2016-02-16 18:48:56 +05:00
|
|
|
padding-right: 5px
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.tripcode {
|
|
|
|
color: #de04ef;
|
|
|
|
}
|
|
|
|
|
2015-09-01 01:58:30 +05:00
|
|
|
@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; }
|
|
|
|
}
|
|
|
|
|
2015-11-13 08:13:09 +05:00
|
|
|
.psy {
|
2015-09-01 01:58:30 +05:00
|
|
|
animation: psych 2s linear infinite;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-08-04 19:03:44 +05:00
|
|
|
.memearrows {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #789922;
|
2016-02-16 01:20:37 +05:00
|
|
|
margin-left: none;
|
2015-08-06 19:30:54 +05:00
|
|
|
}
|
|
|
|
|
2015-09-01 01:14:32 +05:00
|
|
|
.redtext {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #AF0A0F;
|
2016-02-16 00:00:56 +05:00
|
|
|
font-size: 12pt;
|
2015-09-01 01:14:32 +05:00
|
|
|
font-weight: bold;
|
2016-02-16 01:20:37 +05:00
|
|
|
margin-left: none;
|
2015-09-01 01:14:32 +05:00
|
|
|
}
|
|
|
|
|
2015-09-01 01:41:25 +05:00
|
|
|
.spoiler {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler > p {
|
|
|
|
background: black;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler:hover > p {
|
|
|
|
background: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2015-08-06 19:30:54 +05:00
|
|
|
.intro {
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file:not(.multiple) .file-thumbnail {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2016-04-30 17:51:01 +05:00
|
|
|
.expanded-thumbnail {
|
|
|
|
display: inline;
|
2016-04-30 17:26:14 +05:00
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
2016-04-30 17:48:28 +05:00
|
|
|
margin: 10px 10px 10px;
|
2016-04-30 17:26:14 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail {
|
2017-02-05 21:18:06 +05:00
|
|
|
display: block;
|
2016-05-23 01:51:26 +05:00
|
|
|
margin: 5px 20px;
|
2015-08-06 19:30:54 +05:00
|
|
|
border: medium none;
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 200px;
|
2015-08-20 06:50:52 +05:00
|
|
|
}
|
|
|
|
|
2016-02-16 20:52:20 +05:00
|
|
|
.reply {
|
2016-02-16 20:37:02 +05:00
|
|
|
padding: 3px 5px 3px 5px;
|
2016-11-03 00:41:39 +05:00
|
|
|
/*
|
2016-02-16 20:37:02 +05:00
|
|
|
float: left;
|
|
|
|
clear: both;
|
2016-11-03 00:41:39 +05:00
|
|
|
*/
|
2017-02-05 21:40:27 +05:00
|
|
|
margin-left: 5%;
|
2015-08-20 07:45:07 +05:00
|
|
|
}
|
|
|
|
|
2015-09-09 07:04:39 +05:00
|
|
|
.post_body {
|
2016-02-16 01:20:37 +05:00
|
|
|
margin-left: 15px;
|
2016-02-16 17:59:10 +05:00
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 10px;
|
2016-02-16 01:20:37 +05:00
|
|
|
}
|
|
|
|
.post_body_line {
|
|
|
|
margin-left: inherit;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2015-09-09 07:20:20 +05:00
|
|
|
}
|
|
|
|
|
2016-02-17 15:30:19 +05:00
|
|
|
.pagelist {
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
padding: 10px 10px 10px 10px;
|
|
|
|
font-size: 12pt;
|
|
|
|
font-weight: medium;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-04-26 00:57:49 +05:00
|
|
|
.backlink_rewritten {
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover, .backlink_rewritten {
|
2016-02-16 01:20:37 +05:00
|
|
|
margin-left: none;
|
|
|
|
color: #D00
|
|
|
|
}
|
|
|
|
|
2016-02-15 22:38:32 +05:00
|
|
|
|
2016-02-16 17:47:30 +05:00
|
|
|
.origin > img{
|
2016-06-12 22:50:38 +05:00
|
|
|
height: 25px;
|
2016-02-16 17:47:30 +05:00
|
|
|
vertical-align: text-top;
|
2016-06-12 22:50:38 +05:00
|
|
|
margin-right: 5px;
|
2016-02-16 17:47:30 +05:00
|
|
|
}
|
|
|
|
|
2016-02-29 18:14:19 +05:00
|
|
|
.postform_attachment {
|
2015-11-20 06:21:04 +05:00
|
|
|
max-width: 330px;
|
|
|
|
}
|
|
|
|
|
2015-08-25 18:21:18 +05:00
|
|
|
#faq > div {
|
|
|
|
margin-left: 20%;
|
|
|
|
width: 50%;
|
|
|
|
padding: 10px;
|
2015-09-20 01:21:22 +05:00
|
|
|
}
|
2015-09-22 16:28:26 +05:00
|
|
|
|
|
|
|
#captcha_img {
|
2016-02-16 01:20:37 +05:00
|
|
|
background: white;
|
2015-10-31 16:57:19 +05:00
|
|
|
}
|
2015-11-01 22:15:15 +05:00
|
|
|
|
2015-11-07 20:37:18 +05:00
|
|
|
figure {
|
|
|
|
float: left;
|
|
|
|
margin: 1ex;
|
|
|
|
}
|
2016-02-16 01:51:17 +05:00
|
|
|
img.thumbnail {
|
|
|
|
max-width: 350px;
|
|
|
|
max-height: 350px;
|
2015-11-07 20:37:18 +05:00
|
|
|
}
|
2015-11-07 22:39:24 +05:00
|
|
|
|
2015-11-07 20:55:50 +05:00
|
|
|
|
2015-11-07 20:37:18 +05:00
|
|
|
.replybar {
|
|
|
|
float: left;
|
|
|
|
position: fixed;
|
|
|
|
top: 2ex;
|
2016-05-04 00:10:26 +05:00
|
|
|
width: 500px;
|
2016-02-16 02:29:54 +05:00
|
|
|
}
|
2015-11-07 20:37:18 +05:00
|
|
|
@media (max-width: 100ex) {
|
2016-02-16 20:37:02 +05:00
|
|
|
.replybar {
|
2015-11-07 20:37:18 +05:00
|
|
|
width: 100%;
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-reply:checked ~ div {
|
|
|
|
width: 100%;
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea#reply-text {
|
|
|
|
width: 100%;
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-reply {
|
|
|
|
float: right;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2015-11-07 20:57:37 +05:00
|
|
|
}
|
|
|
|
|
2016-01-20 21:52:04 +05:00
|
|
|
#nntpchan_banner {
|
|
|
|
align: center;
|
2016-02-15 22:14:22 +05:00
|
|
|
}
|
2016-02-18 00:13:58 +05:00
|
|
|
|
|
|
|
.legal {
|
|
|
|
font-size: 10px;
|
|
|
|
text-align: center;
|
2016-02-19 20:48:41 +05:00
|
|
|
}
|
2016-02-29 19:07:42 +05:00
|
|
|
|
|
|
|
.attachments {
|
|
|
|
float: left;
|
2016-05-23 01:51:26 +05:00
|
|
|
margin-bottom: 5px;
|
2016-05-17 19:33:14 +05:00
|
|
|
}
|
2016-06-12 22:46:28 +05:00
|
|
|
|
|
|
|
.navbar-links, .navbar-link, .navbar-name {
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
|
2016-06-12 22:55:07 +05:00
|
|
|
.board_title {
|
2016-06-12 23:19:07 +05:00
|
|
|
padding-right: 4px;
|
2016-06-12 22:54:31 +05:00
|
|
|
}
|
2016-06-12 23:19:07 +05:00
|
|
|
|
2017-04-02 23:15:19 +05:00
|
|
|
#threads_container {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thread{
|
|
|
|
word-wrap: break-word;
|
|
|
|
clear: left;
|
2016-07-18 18:49:44 +05:00
|
|
|
}
|
|
|
|
|
2016-09-07 04:05:52 +05:00
|
|
|
@keyframes rotate {
|
|
|
|
0% { transform:rotate(0deg); }
|
|
|
|
25% { transform:rotate(-1deg); }
|
|
|
|
50% { transform:rotate(0deg); }
|
|
|
|
75% { transform:rotate(1deg); }
|
2016-11-03 00:50:53 +05:00
|
|
|
}
|
|
|
|
|
2016-11-03 00:58:43 +05:00
|
|
|
.truncated_post {
|
2016-11-03 00:50:53 +05:00
|
|
|
max-width: 75%;
|
2017-04-02 23:15:19 +05:00
|
|
|
word-wrap: break-word;
|
2016-11-03 00:50:53 +05:00
|
|
|
}
|
2016-11-03 00:58:43 +05:00
|
|
|
|
2017-01-12 19:26:49 +05:00
|
|
|
/** mod stuff */
|
|
|
|
[type=checkbox] {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-03-30 18:42:34 +05:00
|
|
|
:checked + div {
|
2017-01-12 19:26:49 +05:00
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#censor-toggle {
|
|
|
|
font-style: italic;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-01-12 19:48:13 +05:00
|
|
|
th > label {
|
2017-01-12 19:47:14 +05:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2017-01-12 19:26:49 +05:00
|
|
|
|
|
|
|
#censor-toggle, a {
|
|
|
|
color: #34345C;
|
|
|
|
}
|
2017-01-28 21:29: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;
|
2017-01-28 21:36:00 +05:00
|
|
|
text-align: center;
|
2017-01-29 00:39:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes expl {
|
|
|
|
0% { transform: scale(1,1); }
|
|
|
|
50% { transform: scale(1.5,1.5); }
|
|
|
|
100% { transform: scale(1,1); }
|
|
|
|
}
|
|
|
|
|
|
|
|
.explode {
|
2017-01-29 20:02:17 +05:00
|
|
|
animation: expl 0.5s infinite;
|
|
|
|
text-align: center;
|
2017-01-29 00:39:31 +05:00
|
|
|
}
|
|
|
|
|
2017-01-29 19:34:18 +05:00
|
|
|
.code {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: smaller;
|
|
|
|
background-color: #313131;
|
|
|
|
color: #fb9f26;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nazi {
|
|
|
|
padding: 10px;
|
2017-01-29 20:25:41 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes flash {
|
|
|
|
0% { opacity: 1;}
|
2017-02-05 23:14:12 +05:00
|
|
|
49% { opacity: 1; }
|
2017-01-29 20:25:41 +05:00
|
|
|
50% { opacity: 0; }
|
|
|
|
100% { opacity: 0; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.flashy {
|
2017-01-29 20:27:33 +05:00
|
|
|
animation: flash 1s infinite;
|
2017-01-29 20:25:41 +05:00
|
|
|
animation-timing-function: linear;
|
2017-02-05 21:30:26 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.thread {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2017-02-05 21:32:15 +05:00
|
|
|
}
|
|
|
|
|
2017-02-06 14:40:24 +05:00
|
|
|
[data-subject~="None"] { display: none; }
|
2017-04-02 23:15:19 +05:00
|
|
|
|
2017-07-04 03:14:47 +05:00
|
|
|
[data-name~="nigger"] { background: url('/static/blackface.png') 100% 100% ; }
|
2017-07-04 03:04:02 +05:00
|
|
|
|
2017-04-02 23:15:19 +05:00
|
|
|
.navbar + hr,
|
|
|
|
.thread > hr,
|
|
|
|
#ukko_threads > hr,
|
|
|
|
#postform_container + hr,
|
|
|
|
.postheader-outer + hr,
|
|
|
|
.post_body + hr{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#nntpchan_banner {
|
|
|
|
margin: 20px 0 0;
|
|
|
|
}
|
|
|
|
.navbar{
|
|
|
|
padding: 3px 5px 2px;
|
|
|
|
border-bottom:1px solid #89b;
|
|
|
|
box-shadow:0 0 3px rgba(0,0,0,0.25);
|
|
|
|
}
|
|
|
|
.navbar-links .navbar-link{
|
|
|
|
padding:0;
|
|
|
|
font-size:80%;
|
|
|
|
}
|
|
|
|
.board_header {
|
|
|
|
margin: 0.5em 0 0;
|
|
|
|
}
|
|
|
|
#postform_container{
|
|
|
|
border-bottom:1px solid #B7C5D9;
|
|
|
|
padding-bottom:20px;
|
|
|
|
}
|
|
|
|
#ukko_threads{
|
|
|
|
border-top:1px solid #B7C5D9;
|
|
|
|
}
|
|
|
|
#ukko_paginator,
|
|
|
|
#ukko_threads > pre:first-child{
|
|
|
|
margin:0 2%;
|
|
|
|
}
|
|
|
|
.thread_header {
|
|
|
|
margin:0 1% 1em;
|
|
|
|
}
|
|
|
|
.thread > .truncated_post:first-child > div:first-child{
|
|
|
|
margin:0 1%;
|
|
|
|
}
|
|
|
|
.thread {
|
|
|
|
width: auto;
|
|
|
|
padding:0;
|
2017-04-02 23:26:06 +05:00
|
|
|
/* border-bottom: 1px solid #B7C5D9; */
|
2017-04-02 23:15:19 +05:00
|
|
|
padding:15px 0;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.thread_exclude_info{
|
|
|
|
font-style:italic;
|
|
|
|
clear:both;
|
|
|
|
margin:0 1%;
|
|
|
|
}
|
|
|
|
.ukko_boardname{
|
|
|
|
font-size:1.5em;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post{
|
|
|
|
position:relative!important;
|
|
|
|
border-top:none;
|
|
|
|
border-left:none;
|
|
|
|
border-radius:0;
|
|
|
|
padding: 0;
|
|
|
|
margin:0;
|
|
|
|
min-width:400px;
|
|
|
|
max-width:100%!important;
|
|
|
|
}
|
|
|
|
.op{
|
|
|
|
display:block;
|
|
|
|
background:none;
|
|
|
|
border:none;
|
|
|
|
margin:0 1%;
|
|
|
|
}
|
|
|
|
.op:target {
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
.reply{
|
|
|
|
margin:4px 2%;
|
|
|
|
}
|
|
|
|
.truncated_post {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.postheader-outer{
|
|
|
|
font-size:80%;
|
|
|
|
margin:4px 4px 0 2px;
|
|
|
|
opacity:0.75;
|
|
|
|
}
|
|
|
|
.origin {
|
|
|
|
font-size:0;
|
|
|
|
}
|
|
|
|
.origin > img {
|
|
|
|
height: 16px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.postreply {
|
|
|
|
float:none;
|
|
|
|
}
|
|
|
|
.post_body{
|
|
|
|
margin:0.75em 1.5em 1em;
|
|
|
|
}
|
|
|
|
.post_body > pre{
|
|
|
|
margin:0;
|
|
|
|
font-family:Arial,Helvetica,sans-serif;
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
.hider{
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
font-size:80%;
|
|
|
|
opacity:0.2;
|
|
|
|
}
|
|
|
|
.hider:hover{
|
|
|
|
opacity:1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachments{
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
.attachments figure{
|
|
|
|
margin:0 20px 6px 10px;
|
|
|
|
}
|
|
|
|
.thumbnail,
|
|
|
|
.expanded-thumbnail{
|
|
|
|
margin:4px 0;
|
|
|
|
}
|
|
|
|
.download_link,
|
|
|
|
.fname_link{
|
|
|
|
opacity:0.66;
|
|
|
|
font-size:80%;
|
|
|
|
}
|
2017-07-10 17:20:22 +05:00
|
|
|
|
|
|
|
.fagarrows {
|
|
|
|
color: #E0727F;
|
|
|
|
}
|