2016-02-15 18:14:22 +01: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 09:13:04 -04:00
|
|
|
.hover {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2016-04-26 09:23:38 -04:00
|
|
|
.notfound-hover {
|
|
|
|
background: #EEF2FF;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2016-04-30 13:08:38 -04:00
|
|
|
#postform_container {
|
|
|
|
background-color: #EEF2FF;
|
2016-05-04 13:10:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.shadow {
|
2016-04-30 13:08:38 -04:00
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.55);
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover > div > .post , .notfound-hover {
|
2016-04-26 09:36:02 -04:00
|
|
|
background-color: #D6DAF0;
|
2016-04-26 09:13:04 -04:00
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.55);
|
|
|
|
}
|
2015-08-04 10:03:44 -04:00
|
|
|
|
2016-02-19 16:48:41 +01:00
|
|
|
.frontend , .subject, .catalog_subject {
|
2016-02-15 19:04:03 +01:00
|
|
|
color: #0F0C5D;
|
2015-08-04 10:03:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
color: #117743;
|
|
|
|
}
|
|
|
|
|
2016-04-30 16:18:08 -04:00
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2015-08-04 10:03:44 -04:00
|
|
|
.name , .subject {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-08-06 14:35:44 -04:00
|
|
|
#postform-outer {
|
2015-08-06 10:30:54 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postform-inner {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-08-04 10:03:44 -04:00
|
|
|
.post {
|
2015-08-06 10:30:54 -04:00
|
|
|
padding: 10px 10px;
|
|
|
|
}
|
|
|
|
|
2016-05-22 22:51:26 +02:00
|
|
|
.download_link,.fname_link {
|
2016-05-22 20:22:12 +02:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 90%;
|
|
|
|
height: auto
|
|
|
|
padding: 0.5em 0;
|
2016-05-22 22:51:26 +02:00
|
|
|
margin: auto;
|
|
|
|
max-width: 200px;
|
2016-05-22 20:22:12 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-05-22 22:51:26 +02:00
|
|
|
max-height: 2.4em;
|
2016-05-22 20:22:12 +02:00
|
|
|
}
|
|
|
|
|
2015-11-07 10:43:16 -05:00
|
|
|
pre {
|
2015-11-22 15:59:21 -05:00
|
|
|
white-space: pre-wrap;
|
2016-02-17 14:51:25 +01:00
|
|
|
align: center;
|
|
|
|
font-size: 13pt;
|
|
|
|
background: #98E;
|
|
|
|
color: black;
|
2015-11-07 19:09:34 -05:00
|
|
|
display: inline-block;
|
2015-11-22 15:59:21 -05:00
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
2016-02-17 14:51:25 +01:00
|
|
|
font-weight: bold;
|
|
|
|
padding: 20px 20px 20px 20px;
|
|
|
|
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2015-09-23 18:54:26 -04:00
|
|
|
}
|
|
|
|
|
2016-02-15 21:20:37 +01:00
|
|
|
table {
|
|
|
|
margin: auto;
|
2015-11-22 15:59:21 -05:00
|
|
|
}
|
2016-02-15 21:20:37 +01:00
|
|
|
table.board-list-table {
|
|
|
|
width: 100%;
|
2015-11-22 15:59:21 -05:00
|
|
|
}
|
2016-02-15 21:20:37 +01:00
|
|
|
table tbody td {
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px 15px 4px 4px;
|
2016-02-17 14:51:25 +01:00
|
|
|
vertical-align: top;
|
2016-02-15 21:20:37 +01:00
|
|
|
text-align: left;
|
2015-11-22 15:59:21 -05:00
|
|
|
}
|
2016-02-15 21:20:37 +01: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 11:23:33 -05:00
|
|
|
}
|
2016-02-15 21:20:37 +01:00
|
|
|
table tbody tr:nth-of-type( even ) {
|
|
|
|
background-color: #D6DAF0;
|
|
|
|
}
|
|
|
|
|
2016-04-30 12:51:20 -04:00
|
|
|
.postform > tr, th {
|
2016-02-17 14:51:25 +01:00
|
|
|
background: #98E;
|
|
|
|
font-size: 10pt;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2016-05-17 16:33:14 +02:00
|
|
|
.postform td{
|
|
|
|
padding: 0px 15px 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
max-width: 10em;
|
|
|
|
height: 2em;
|
|
|
|
}
|
|
|
|
|
2016-04-30 13:00:27 -04:00
|
|
|
tr {
|
2016-02-17 14:51:25 +01: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 11:23:33 -05:00
|
|
|
|
2016-02-17 11:30:19 +01:00
|
|
|
.reply, .pagelist {
|
2016-02-16 13:42:28 +01:00
|
|
|
background: #D6DAF0;
|
2016-02-16 13:59:10 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: none solid solid none;
|
|
|
|
border-color: #B7C5D9;
|
|
|
|
max-width: 94%!important;
|
2016-02-16 13:42:28 +01:00
|
|
|
}
|
|
|
|
|
2016-02-15 16:55:36 -05:00
|
|
|
.reply, .ukko_thread_header {
|
2016-02-15 18:14:22 +01:00
|
|
|
background: #D6DAF0;
|
2016-02-16 13:42:28 +01:00
|
|
|
margin-left: 24px;
|
2015-08-06 10:30:54 -04:00
|
|
|
}
|
|
|
|
|
2015-11-07 10:58:53 -05:00
|
|
|
legend {
|
2015-11-07 11:17:54 -05:00
|
|
|
/* background-color: #525252; */
|
2015-11-07 10:58:53 -05:00
|
|
|
}
|
|
|
|
|
2015-08-06 10:50:39 -04:00
|
|
|
hr {
|
|
|
|
height: 0px;
|
|
|
|
border-width: 1px medium medium;
|
|
|
|
border-color: #b7c5d9;
|
|
|
|
border-style: solid none none;
|
2016-02-16 16:37:02 +01:00
|
|
|
clear: both;
|
2015-08-06 10:50:39 -04:00
|
|
|
}
|
|
|
|
|
2016-02-17 15:31:28 +01: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 16:48:41 +01:00
|
|
|
.board_header_catalog {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.catalog_thread {
|
2016-02-20 11:16:54 +01: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 16:48:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.catalog_header, .catalog_subject {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-02-20 11:16:54 +01: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 08:34:07 -05:00
|
|
|
a:hover , a:visited:hover, .navbar-link > label:hover {
|
2016-02-15 19:04:03 +01:00
|
|
|
color: #ff0000;
|
2015-08-06 11:13:41 -04:00
|
|
|
}
|
|
|
|
|
2016-03-08 08:31:12 -05:00
|
|
|
a, a:visited, .navbar-link > label {
|
2016-02-15 19:04:03 +01:00
|
|
|
color: #34345C;
|
2015-08-06 11:13:41 -04:00
|
|
|
}
|
|
|
|
|
2016-02-15 16:29:54 -05:00
|
|
|
.postno {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2016-02-15 20:00:56 +01:00
|
|
|
.postno, .postnol, .postnol:visited {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postno:hover, .postnol:hover, .postnol:visited:hover {
|
|
|
|
color: #ff0000;
|
2016-02-15 16:29:54 -05:00
|
|
|
text-decoration: underline;
|
2016-02-15 20:00:56 +01:00
|
|
|
}
|
|
|
|
|
2015-08-06 11:13:41 -04:00
|
|
|
.navbar {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
z-index: 20;
|
2016-02-15 18:14:22 +01:00
|
|
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
background: #D6DAF0;
|
|
|
|
color: #34345C;
|
2015-08-06 11:13:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-sep {
|
2015-11-23 16:49:05 -05:00
|
|
|
color: darkgray;
|
2015-08-06 11:13:41 -04:00
|
|
|
}
|
|
|
|
|
2016-03-08 08:35:34 -05:00
|
|
|
.navbar-link > label {
|
2016-03-08 08:31:12 -05:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2015-08-06 11:13:41 -04:00
|
|
|
#postform_container {
|
2016-02-17 15:31:28 +01:00
|
|
|
margin-top: 1em;
|
2015-08-06 11:13:41 -04:00
|
|
|
}
|
|
|
|
|
2016-02-17 10:53:20 +01:00
|
|
|
.navLinks {
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2015-08-06 10:30:54 -04:00
|
|
|
.ukko_thread_header {
|
2016-02-15 17:00:35 -05:00
|
|
|
float: left;
|
2016-02-16 16:52:20 +01:00
|
|
|
clear: both;
|
2015-08-06 10:30:54 -04:00
|
|
|
display: inline-block;
|
2016-02-16 16:52:20 +01:00
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
2015-08-06 10:30:54 -04:00
|
|
|
}
|
|
|
|
|
2015-08-04 10:03:44 -04:00
|
|
|
|
2015-09-19 13:50:19 -04:00
|
|
|
input, textarea {
|
2016-02-15 21:20:37 +01:00
|
|
|
|
2015-09-19 13:50:19 -04:00
|
|
|
}
|
|
|
|
|
2016-02-16 13:59:10 +01:00
|
|
|
.ukko_thread_header {
|
2016-02-15 16:29:54 -05:00
|
|
|
border-color: #C0C3D4;
|
2016-02-16 16:52:20 +01:00
|
|
|
border-top-left-radius: 0px;
|
2016-02-15 16: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 10:03:44 -04:00
|
|
|
}
|
|
|
|
|
2016-02-15 17:02:38 -05:00
|
|
|
.reply {
|
2016-02-16 13:59:10 +01:00
|
|
|
|
2016-02-15 17:02:38 -05:00
|
|
|
}
|
|
|
|
|
2015-08-04 10:03:44 -04:00
|
|
|
.frontend {
|
|
|
|
margin-top: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.op {
|
2016-02-15 19:04:03 +01:00
|
|
|
margin-bottom: 1px;
|
2016-02-16 16:37:02 +01:00
|
|
|
float: left;
|
|
|
|
clear: both;
|
2015-08-04 10:03:44 -04:00
|
|
|
}
|
|
|
|
|
2016-04-26 09:43:11 -04:00
|
|
|
.post:target {
|
2016-04-26 09:13:04 -04:00
|
|
|
background-color: #A99AFF;
|
|
|
|
}
|
|
|
|
|
2015-09-08 22:20:20 -04:00
|
|
|
.post {
|
2015-08-04 10:03:44 -04:00
|
|
|
margin-bottom: 5px;
|
2016-02-17 10:53:20 +01:00
|
|
|
min-width: 500px;
|
2016-02-15 16:29:54 -05:00
|
|
|
}
|
2015-08-06 10:30:54 -04:00
|
|
|
|
2016-02-15 16:29:54 -05:00
|
|
|
.postheader {
|
2016-02-16 13:59:10 +01:00
|
|
|
padding-top: 3px;
|
2016-02-16 14:48:56 +01:00
|
|
|
padding-right: 5px
|
2015-08-04 10:03:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.tripcode {
|
|
|
|
color: #de04ef;
|
|
|
|
}
|
|
|
|
|
2015-08-31 16:58:30 -04: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-12 22:13:09 -05:00
|
|
|
.psy {
|
2015-08-31 16:58:30 -04:00
|
|
|
animation: psych 2s linear infinite;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-08-04 10:03:44 -04:00
|
|
|
.memearrows {
|
2016-02-15 19:04:03 +01:00
|
|
|
color: #789922;
|
2016-02-15 21:20:37 +01:00
|
|
|
margin-left: none;
|
2015-08-06 10:30:54 -04:00
|
|
|
}
|
|
|
|
|
2015-08-31 16:14:32 -04:00
|
|
|
.redtext {
|
2016-02-15 19:04:03 +01:00
|
|
|
color: #AF0A0F;
|
2016-02-15 20:00:56 +01:00
|
|
|
font-size: 12pt;
|
2015-08-31 16:14:32 -04:00
|
|
|
font-weight: bold;
|
2016-02-15 21:20:37 +01:00
|
|
|
margin-left: none;
|
2015-08-31 16:14:32 -04:00
|
|
|
}
|
|
|
|
|
2015-08-31 16:41:25 -04:00
|
|
|
.spoiler {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler > p {
|
|
|
|
background: black;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spoiler:hover > p {
|
|
|
|
background: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2015-08-06 10:30:54 -04:00
|
|
|
.intro {
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file:not(.multiple) .file-thumbnail {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2016-04-30 08:51:01 -04:00
|
|
|
.expanded-thumbnail {
|
|
|
|
display: inline;
|
2016-04-30 08:26:14 -04:00
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
2016-04-30 08:48:28 -04:00
|
|
|
margin: 10px 10px 10px;
|
2016-04-30 08:26:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail {
|
2016-04-30 09:11:33 -04:00
|
|
|
display: block;
|
2016-05-22 22:51:26 +02:00
|
|
|
margin: 5px 20px;
|
2015-08-06 10:30:54 -04:00
|
|
|
border: medium none;
|
|
|
|
max-width: 300px;
|
|
|
|
max-height: 200px;
|
2015-08-19 21:50:52 -04:00
|
|
|
}
|
|
|
|
|
2016-02-16 16:52:20 +01:00
|
|
|
.reply {
|
2016-02-16 16:37:02 +01:00
|
|
|
padding: 3px 5px 3px 5px;
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
2015-08-19 22:45:07 -04:00
|
|
|
}
|
|
|
|
|
2015-09-08 22:04:39 -04:00
|
|
|
.post_body {
|
2016-02-15 21:20:37 +01:00
|
|
|
margin-left: 15px;
|
2016-02-16 13:59:10 +01:00
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 10px;
|
2016-02-15 21:20:37 +01:00
|
|
|
}
|
|
|
|
.post_body_line {
|
|
|
|
margin-left: inherit;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2015-09-08 22:20:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
2016-04-30 09:11:33 -04:00
|
|
|
display: inline-block;
|
2016-02-16 16:37:02 +01:00
|
|
|
overflow: hidden;
|
2015-09-08 22:04:39 -04:00
|
|
|
}
|
|
|
|
|
2016-02-17 11:30:19 +01: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-25 15:57:49 -04:00
|
|
|
.backlink_rewritten {
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover, .backlink_rewritten {
|
2016-02-15 21:20:37 +01:00
|
|
|
margin-left: none;
|
|
|
|
color: #D00
|
|
|
|
}
|
|
|
|
|
2016-02-15 18:38:32 +01:00
|
|
|
|
2016-02-16 13:47:30 +01:00
|
|
|
.origin > img{
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|
|
|
|
|
2016-02-29 08:14:19 -05:00
|
|
|
.postform_attachment {
|
2015-11-19 20:21:04 -05:00
|
|
|
max-width: 330px;
|
|
|
|
}
|
|
|
|
|
2015-08-25 09:21:18 -04:00
|
|
|
#faq > div {
|
|
|
|
margin-left: 20%;
|
|
|
|
width: 50%;
|
|
|
|
padding: 10px;
|
2015-09-19 16:21:22 -04:00
|
|
|
}
|
2015-09-22 07:28:26 -04:00
|
|
|
|
|
|
|
#captcha_img {
|
2016-02-15 21:20:37 +01:00
|
|
|
background: white;
|
2015-10-31 07:57:19 -04:00
|
|
|
}
|
2015-11-01 12:15:15 -05:00
|
|
|
|
2015-11-07 10:37:18 -05:00
|
|
|
figure {
|
|
|
|
float: left;
|
|
|
|
margin: 1ex;
|
|
|
|
}
|
2016-02-15 15:51:17 -05:00
|
|
|
img.thumbnail {
|
|
|
|
max-width: 350px;
|
|
|
|
max-height: 350px;
|
2015-11-07 10:37:18 -05:00
|
|
|
}
|
2015-11-07 12:39:24 -05:00
|
|
|
|
2015-11-07 10:55:50 -05:00
|
|
|
|
2015-11-07 10:37:18 -05:00
|
|
|
.replybar {
|
|
|
|
float: left;
|
|
|
|
position: fixed;
|
|
|
|
top: 2ex;
|
2016-05-03 15:10:26 -04:00
|
|
|
width: 500px;
|
2016-02-15 16:29:54 -05:00
|
|
|
}
|
2015-11-07 10:37:18 -05:00
|
|
|
@media (max-width: 100ex) {
|
2016-02-16 16:37:02 +01:00
|
|
|
.replybar {
|
2015-11-07 10: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 10:57:37 -05:00
|
|
|
}
|
|
|
|
|
2016-01-20 11:52:04 -05:00
|
|
|
#nntpchan_banner {
|
|
|
|
align: center;
|
2016-02-15 18:14:22 +01:00
|
|
|
}
|
2016-02-17 14:13:58 -05:00
|
|
|
|
|
|
|
.legal {
|
|
|
|
font-size: 10px;
|
|
|
|
text-align: center;
|
2016-02-19 16:48:41 +01:00
|
|
|
}
|
2016-02-29 09:07:42 -05:00
|
|
|
|
|
|
|
.attachments {
|
|
|
|
float: left;
|
2016-05-22 22:51:26 +02:00
|
|
|
margin-bottom: 5px;
|
2016-05-17 16:33:14 +02:00
|
|
|
}
|