Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

83 lines
1.3 KiB

body {
background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
color: #800000;
}
a:link, a:visited, .intro a.email span.name {
color: #0000ff;
}
a:link:hover {
color: #d00;
}
a.post_no {
color: #800000;
}
div.post.reply {
background: #f0e0d6;
border-color: #d9bfb7;
}
div.post.reply.highlighted {
background: #f0c0b0;
border-color: #d9bfb7;
}
div.post.reply div.body a {
color: navy;
}
.intro span.subject {
color: #d00;
}
form table tr th {
background: #EA8;
color: #800000;
border: 1px solid #800000;
}
[type="submit"] {
border: 1px solid #9A9A9A;
}
textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
border: 1px solid #EA8;
}
div.ban h2 {
background: #FCA;
color: inherit;
}
div.ban {
border-color: #800;
}
div.ban p {
color: black;
}
.bar {
background-color: #F0E0D6;
border-color: #D9BFB7!important;
-moz-box-shadow: 0 0 40px #fed6af;
-webkit-box-shadow: 0 0 40px #fed6af;
box-shadow: 0 0 40px #fed6af;
}
div.pages {
background: #F0E0D6;
border-color: #D9BFB7;
}
div.pages a.selected {
color: #800;
}
hr {
border-color: #D9BFB7;
}
div.boardlist {
color: #B86;
}
div.boardlist a {
color: #800;
}
table.modlog tr th {
background: #EA8;
}
/* options.js */
#options_div, #alert_div {
background: #f0e0d6;
}
.desktop-style div.boardlist:nth-child(1) {
background-color: #F0E0D6;
}