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.

328 lines
4.6 KiB
CSS
Raw Normal View History

2015-08-04 10:03:44 -04:00
.frontend , .subject {
2015-09-17 16:50:32 -04:00
color: #928BFF;
2015-08-04 10:03:44 -04:00
}
.name {
color: #117743;
}
.name , .subject {
font-weight: bold;
}
2015-08-06 14:35:44 -04:00
#postform-outer {
text-align: center;
}
input {
width: 70%;
}
input.button {
width: 25%;
}
textarea {
width: 350px;
}
#postform-inner {
display: inline-block;
}
2015-08-04 10:03:44 -04:00
.post {
padding: 10px 10px;
}
2015-11-07 10:43:16 -05:00
pre {
white-space: pre-wrap;
2015-11-07 10:43:16 -05:00
background: #3f3f3f;
color: #d17600;
display: inline-block;
overflow-wrap: break-word;
word-wrap: break-word;
2015-09-23 18:54:26 -04:00
}
2015-11-07 11:23:33 -05:00
td {
2015-11-22 16:16:47 -05:00
background-color: #1C1C1C;
}
.board_td {
position: relative; left: 2px;
}
.posts_td {
position: relative; left: -2px;
}
#overview_graph {
position: relative;
top: 2px;
2015-11-22 16:16:47 -05:00
background: #1C1C1C;
2015-11-07 11:23:33 -05:00
}
2015-11-07 11:21:44 -05:00
.reply, .ukko_thread_header {
2015-09-17 16:46:21 -04:00
background: #202331;
}
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;
}
2015-08-06 11:13:41 -04:00
a:hover , a:visited:hover {
color: #f13333;
}
a {
2015-11-23 16:49:05 -05:00
color: cornflowerblue;
2015-08-06 11:13:41 -04:00
}
a:visited {
2015-11-23 16:49:05 -05:00
color: #0C2FF3;
2015-08-06 11:13:41 -04:00
}
.navbar {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
margin-top: 0px;
z-index: 20;
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
2015-09-17 16:46:21 -04:00
background: #202331;
2015-11-23 16:49:05 -05:00
color: lightgray;
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
}
#postform_container {
margin-top: 5em;
}
.ukko_thread_header {
padding: 5px 5px;
margin: 5px 5px;
display: inline-block;
}
th {
background: #4DA6BD;
font-size: 10pt;
padding-left: 10px;
padding-right: 15px;
2015-08-04 10:03:44 -04:00
}
2015-09-19 13:50:19 -04:00
input, textarea {
color: whitesmoke;
background: #2d2d2d;
border-color: #4D28CA;
border-radius: 3px;
}
2015-09-19 13:33:00 -04:00
html {
2015-09-17 16:46:21 -04:00
color: #ededed;
2015-11-07 11:18:56 -05:00
background: black;
2015-09-19 13:33:26 -04:00
height: 100%;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
margin: 0 4px;
padding-left: 4px;
padding-right: 4px;
2015-08-04 10:03:44 -04:00
}
.reply {
margin-left: 1.8em;
display: inline-block;
border-radius: 3px;
2015-08-04 10:03:44 -04:00
}
.frontend {
margin-top: 0px;
display: inline-block;
}
.op {
margin-right: 20px;
margin-bottom: 10px;
}
2015-09-08 22:20:20 -04:00
.post {
display: inline;
2015-08-04 10:03:44 -04:00
margin-bottom: 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 {
2015-11-07 11:03:06 -05:00
color: #29D029;
}
2015-08-31 16:14:32 -04:00
.redtext {
color: #d50505;
font-weight: bold;
}
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;
}
.file-thumbnail {
display: block;
margin: 5px 20px 10px;
border: medium none;
max-width: 300px;
max-height: 200px;
2015-08-19 21:50:52 -04:00
}
2015-09-08 22:26:07 -04:00
.reply, .ukko_thread_header , pre {
2015-08-19 22:40:44 -04:00
padding: 7px 7px;
border-radius: 5px;
2015-08-19 22:45:56 -04:00
box-shadow: 1px 1px 3px black;
2015-08-19 22:45:07 -04:00
}
2015-09-08 22:30:41 -04:00
.post_body > p {
margin: 0px 0px;
}
2015-09-08 22:04:39 -04:00
.post_body {
2015-09-08 22:27:29 -04:00
display: inline;
2015-09-08 22:20:20 -04:00
}
.post {
2015-09-08 22:04:39 -04:00
display: inline-block;
2015-09-08 22:20:20 -04:00
width: 80%;
2015-09-08 22:04:39 -04: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 {
2015-11-08 11:32:41 -05:00
background: #4DA6BD;
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;
}
figure img {
max-width:256px;
max-height:128px;
max-width:100%;
}
fieldset {
overflow: auto;
2015-11-08 11:37:23 -05:00
border-radius: 5px 0px 5px 0px;
2015-11-07 10:37:18 -05:00
}
2015-11-07 12:39:24 -05:00
fieldset > img {
float: right;
}
2015-11-07 10:37:18 -05:00
.thread {
float: left;
2015-11-07 10:54:57 -05:00
width: 90%;
2015-11-07 12:20:52 -05:00
padding-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
2015-11-07 12:21:30 -05:00
background-color: #252525;
2015-11-07 10:37:18 -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;
right: 0;
width: 34%
}
@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 10:57:37 -05:00
}
hr {
padding-bottom: 20px;
}
2016-01-20 11:52:04 -05:00
#nntpchan_banner {
align: center;
}