Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.

820 lines
12 KiB
CSS
Raw Normal View History

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);
}
2017-01-16 11:56:54 -05:00
.shadow-box {
background-color: #D6DAF0;
}
2016-04-30 13:08:38 -04:00
.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-06-12 13:52:24 -04:00
padding-left: 5px;
2015-08-04 10:03:44 -04:00
}
2016-06-12 13:52:24 -04:00
.postno {
2016-06-12 13:46:28 -04:00
padding-right: 5px;
}
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 {
text-align: center;
}
textarea {
width: 350px;
}
#postform-inner {
display: inline-block;
}
2015-08-04 10:03:44 -04:00
.post {
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
}
2016-07-30 08:02:05 -04:00
.post_body > pre {
2016-09-06 19:05:52 -04:00
font-size: 10pt;
2016-07-30 08:02:05 -04:00
font-weight: unset;
2017-01-20 10:50:59 -05:00
word-break: break-word;
2016-07-30 08:02:05 -04:00
}
2015-11-07 10:43:16 -05:00
pre {
white-space: pre-wrap;
2016-02-17 14:51:25 +01:00
align: center;
2016-09-06 19:05:52 -04:00
font-size: 12pt;
2016-02-17 14:51:25 +01:00
color: black;
display: inline-block;
overflow-wrap: break-word;
word-wrap: break-word;
2016-02-17 14:51:25 +01:00
font-weight: bold;
2016-09-06 19:05:52 -04:00
font-family: sans;
2017-02-05 11:18:06 -05:00
2016-02-17 14:51:25 +01:00
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;
}
2016-02-15 21:20:37 +01:00
table.board-list-table {
width: 100%;
}
2016-06-30 09:01:11 -04: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;
}
2016-02-15 21:20:37 +01:00
table thead th {
border: 1px solid #000333;
padding: 4px 15px 5px 5px;
2017-02-05 11:18:06 -05:00
2016-02-15 21:20:37 +01:00
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-06-12 14:19:07 -04:00
.reply, .pagelist, .op {
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-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
}
.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;
text-decoration: underline;
2016-02-15 20:00:56 +01:00
}
2016-12-26 12:07:35 -05:00
.navbar, .search-navbar {
2015-08-06 11:13:41 -04:00
position: fixed;
top: 0px;
left: 0px;
right: 0px;
margin-top: 0px;
z-index: 20;
2016-06-12 13:46:28 -04:00
box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.15);
2016-02-15 18:14:22 +01:00
border-bottom: 1px solid;
background: #D6DAF0;
color: #34345C;
2016-06-12 14:19:07 -04:00
min-height: 20px;
padding-top: 2px;
2015-08-06 11:13:41 -04:00
}
2016-12-26 12:07:35 -05:00
.search-navbar {
2016-12-26 12:08:10 -05:00
padding-left: 10px;
2016-12-26 12:07:35 -05:00
}
2016-12-26 12:05:14 -05:00
.searchresult {
2016-12-26 12:06:35 -05:00
margin-top: 20px;
2016-12-26 12:05:14 -05:00
}
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
}
.navbar-link > label {
2016-12-31 08:36:28 -05:00
text-decoration: underline;
2016-03-08 08:31:12 -05:00
}
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-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-11-02 15:41:39 -04:00
.thread_header {
2017-02-05 11:18:06 -05:00
2016-11-02 15:41:39 -04:00
}
2016-11-02 16:11:43 -04:00
/*
2016-02-16 13:59:10 +01:00
.ukko_thread_header {
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 10:03:44 -04:00
}
2016-11-02 16:11:43 -04:00
*/
2015-08-04 10:03:44 -04:00
.frontend {
margin-top: 0px;
display: inline-block;
2016-07-18 07:57:25 -04:00
margin-right: 5px;
2015-08-04 10:03:44 -04:00
}
2016-11-02 15:44:01 -04:00
/*
2016-07-18 07:51:15 -04:00
.op , .reply {
float: left;
clear: both;
}
2016-11-02 15:44:01 -04:00
*/
2015-08-04 10:03:44 -04:00
.op {
2016-06-12 14:19:07 -04:00
margin-top: 5px;
2016-02-15 19:04:03 +01:00
margin-bottom: 1px;
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;
}
2016-07-18 08:08:03 -04:00
.postreply {
float: right;
}
2016-11-02 15:41:39 -04:00
2015-09-08 22:20:20 -04:00
.post {
2016-09-06 19:05:52 -04:00
background-color: #D6DAF0;
2017-02-05 11:18:06 -05:00
2016-09-06 19:05:52 -04:00
border: 1px solid #B7C5D9;
border-left: none;
border-top: none;
2016-11-02 15:42:53 -04:00
padding: 2px;
margin: 2px;
2017-02-05 11:35:47 -05:00
border-radius: 5px;
2016-09-06 19:05:52 -04:00
display: table;
padding: 2px;
margin: 2px;
2017-02-06 04:40:24 -05:00
display: inline-block;
2017-04-02 14:15:19 -04:00
float: left;
2016-09-06 19:05:52 -04:00
clear: both;
2016-02-17 10:53:20 +01:00
min-width: 500px;
}
.postheader {
2016-07-18 08:26:41 -04:00
width: 100%;
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-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;
}
.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 {
2017-02-05 11:18:06 -05:00
display: block;
2016-05-22 22:51:26 +02:00
margin: 5px 20px;
border: medium none;
max-width: 300px;
max-height: 200px;
2015-08-19 21:50:52 -04:00
}
.reply {
2016-02-16 16:37:02 +01:00
padding: 3px 5px 3px 5px;
2016-11-02 15:41:39 -04:00
/*
2016-02-16 16:37:02 +01:00
float: left;
clear: both;
2016-11-02 15:41:39 -04:00
*/
2017-02-05 11:40:27 -05:00
margin-left: 5%;
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
}
.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-16 13:47:30 +01:00
.origin > img{
2016-06-12 13:50:38 -04:00
height: 25px;
2016-02-16 13:47:30 +01:00
vertical-align: text-top;
2016-06-12 13:50:38 -04:00
margin-right: 5px;
2016-02-16 13:47:30 +01:00
}
.postform_attachment {
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;
}
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;
}
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
}
2016-06-12 13:46:28 -04:00
.navbar-links, .navbar-link, .navbar-name {
padding-left: 2px;
padding-right: 2px;
}
2016-06-12 13:55:07 -04:00
.board_title {
2016-06-12 14:19:07 -04:00
padding-right: 4px;
2016-06-12 13:54:31 -04:00
}
2016-06-12 14:19:07 -04:00
2017-04-02 14:15:19 -04:00
#threads_container {
margin: 1em;
}
.thread{
word-wrap: break-word;
clear: left;
}
2016-09-06 19:05:52 -04:00
@keyframes rotate {
0% { transform:rotate(0deg); }
25% { transform:rotate(-1deg); }
50% { transform:rotate(0deg); }
75% { transform:rotate(1deg); }
2016-11-02 15:50:53 -04:00
}
2016-11-02 15:58:43 -04:00
.truncated_post {
2016-11-02 15:50:53 -04:00
max-width: 75%;
2017-04-02 14:15:19 -04:00
word-wrap: break-word;
2016-11-02 15:50:53 -04:00
}
2016-11-02 15:58:43 -04:00
2017-01-12 09:26:49 -05:00
/** mod stuff */
[type=checkbox] {
display: none;
}
2017-03-30 09:42:34 -04:00
:checked + div {
2017-01-12 09:26:49 -05:00
display: block !important;
}
#censor-toggle {
font-style: italic;
text-decoration: underline;
font-weight: normal;
}
2017-01-12 09:48:13 -05:00
th > label {
2017-01-12 09:47:14 -05:00
text-decoration: underline;
}
2017-01-12 09:26:49 -05:00
#censor-toggle, a {
color: #34345C;
}
2017-01-28 11: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 11:36:00 -05:00
text-align: center;
2017-01-28 14: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 10:02:17 -05:00
animation: expl 0.5s infinite;
text-align: center;
2017-01-28 14:39:31 -05:00
}
2017-01-29 09: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 10:25:41 -05:00
}
@keyframes flash {
0% { opacity: 1;}
2017-02-05 13:14:12 -05:00
49% { opacity: 1; }
2017-01-29 10:25:41 -05:00
50% { opacity: 0; }
100% { opacity: 0; }
}
.flashy {
2017-01-29 10:27:33 -05:00
animation: flash 1s infinite;
2017-01-29 10:25:41 -05:00
animation-timing-function: linear;
2017-02-05 11:30:26 -05:00
}
.thread {
display: flex;
flex-direction: column;
2017-02-05 11:32:15 -05:00
}
2017-02-06 04:40:24 -05:00
[data-subject~="None"] { display: none; }
2017-04-02 14:15:19 -04: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 14:26:06 -04:00
/* border-bottom: 1px solid #B7C5D9; */
2017-04-02 14:15:19 -04: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%;
}