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%;
|
|
|
|
}
|
|
|
|
|
2015-08-04 19:03:44 +05:00
|
|
|
|
|
|
|
.frontend , .subject {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #0F0C5D;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
color: #117743;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2015-11-07 20:43:16 +05:00
|
|
|
pre {
|
2015-11-23 01:59:21 +05:00
|
|
|
white-space: pre-wrap;
|
2015-11-07 20:43:16 +05:00
|
|
|
background: #3f3f3f;
|
|
|
|
color: #d17600;
|
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;
|
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-02-16 01:20:37 +05:00
|
|
|
table tbody td {
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px 15px 4px 4px;
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2015-11-07 21:23:33 +05:00
|
|
|
|
2016-02-16 17:42:28 +05:00
|
|
|
.reply {
|
|
|
|
background: #D6DAF0;
|
2016-02-16 17:59:10 +05:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: none solid solid none;
|
|
|
|
border-color: #B7C5D9;
|
|
|
|
display: inline-block;
|
|
|
|
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 18:48:56 +05:00
|
|
|
margin-right: 40%;
|
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;
|
|
|
|
}
|
|
|
|
|
2015-08-06 20:13:41 +05:00
|
|
|
a:hover , a:visited:hover {
|
2016-02-15 23:04:03 +05:00
|
|
|
color: #ff0000;
|
2015-08-06 20:13:41 +05:00
|
|
|
}
|
|
|
|
|
2016-02-16 00:00:56 +05:00
|
|
|
a, a:visited {
|
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
|
|
|
}
|
|
|
|
|
2015-08-06 20:13:41 +05:00
|
|
|
.navbar {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
z-index: 20;
|
2016-02-15 22:14:22 +05:00
|
|
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
background: #D6DAF0;
|
|
|
|
color: #34345C;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#postform_container {
|
|
|
|
margin-top: 5em;
|
|
|
|
}
|
|
|
|
|
2015-08-06 19:30:54 +05:00
|
|
|
.ukko_thread_header {
|
2016-02-16 03:00:35 +05:00
|
|
|
float: left;
|
2015-08-06 19:30:54 +05:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
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-02-16 17:59:10 +05:00
|
|
|
.ukko_thread_header {
|
2016-02-16 02:29:54 +05:00
|
|
|
border-color: #C0C3D4;
|
|
|
|
border-top-left-radius: 0px
|
|
|
|
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-02-16 03:02:38 +05:00
|
|
|
.reply {
|
2016-02-16 17:59:10 +05:00
|
|
|
|
2016-02-16 03:02:38 +05:00
|
|
|
}
|
|
|
|
|
2015-08-04 19:03:44 +05:00
|
|
|
.frontend {
|
|
|
|
margin-top: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.op {
|
|
|
|
margin-right: 20px;
|
2016-02-15 23:04:03 +05:00
|
|
|
margin-bottom: 1px;
|
2015-08-04 19:03:44 +05:00
|
|
|
}
|
|
|
|
|
2015-09-09 07:20:20 +05:00
|
|
|
.post {
|
|
|
|
display: inline;
|
2015-08-04 19:03:44 +05:00
|
|
|
margin-bottom: 5px;
|
2016-02-16 02:29:54 +05:00
|
|
|
min-height: 10%;
|
2016-02-16 18:48:56 +05:00
|
|
|
min-width: 460px;
|
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-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-thumbnail {
|
|
|
|
display: block;
|
|
|
|
margin: 5px 20px 10px;
|
|
|
|
border: medium none;
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 200px;
|
2015-08-20 06:50:52 +05:00
|
|
|
}
|
|
|
|
|
2015-09-09 07:26:07 +05:00
|
|
|
.reply, .ukko_thread_header , pre {
|
2016-02-15 23:04:03 +05:00
|
|
|
padding: 3px 5px 3px 5px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
2015-09-09 07:04:39 +05:00
|
|
|
display: inline-block;
|
2016-02-15 22:38:32 +05:00
|
|
|
overflow: auto;
|
2016-02-16 18:48:56 +05:00
|
|
|
max-width: 80%;
|
|
|
|
margin-right: 40%;
|
|
|
|
|
2015-09-09 07:04:39 +05:00
|
|
|
}
|
|
|
|
|
2016-02-16 01:20:37 +05:00
|
|
|
.backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover {
|
|
|
|
margin-left: none;
|
|
|
|
color: #D00
|
|
|
|
}
|
|
|
|
|
2016-02-15 22:38:32 +05:00
|
|
|
|
2016-02-16 17:47:30 +05:00
|
|
|
.origin > img{
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
|
2015-11-20 06:21:04 +05:00
|
|
|
#postform_attachment {
|
|
|
|
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:37:18 +05:00
|
|
|
.thread {
|
2016-02-16 17:42:28 +05:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 1px;
|
2016-02-16 18:48:56 +05:00
|
|
|
max-width: 99%;
|
2015-11-07 20:37:18 +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;
|
|
|
|
right: 0;
|
|
|
|
width: 34%
|
2016-02-16 02:29:54 +05:00
|
|
|
}
|
2015-11-07 20:37:18 +05:00
|
|
|
@media (max-width: 100ex) {
|
|
|
|
.replybar, .thread {
|
|
|
|
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
|
|
|
}
|