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.
 
 
 
 
 

211 lines
3.4 KiB

/* +piwnichan style, based on testorange.css from Karachan */
body {
font-family: sans-serif;
font-size: 12px;
color:#bebebe;
background-color: #1e1e1e;
background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.gif'), url('img/testorange_bg.gif');
background-repeat: no-repeat, repeat-x, repeat;
background-attachment: fixed, scroll, scroll;
background-position: right bottom, 0% 0%, 0% 0%;
}
.desktop-style .bl-menu{
background-image: url('img/testorange_bg.gif');
background-repeat: repeat;
}
.boardlist .board a {
background-image: url('img/testorange_bg.gif');
background-repeat: repeat;
}
a:link, a:visited, div.post.reply div.body a {
color:#ff9100;
text-decoration: none;
}
a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
color:#ffff00;
}
a.email span.name {
color:#ff9100 !important;
}
div.post.reply.highlighted {
background: black;
}
input {
color: #000;
background: #fff;
}
textarea {
background: #dedede url('img/testorange_textarea_bg.gif') repeat-x;
}
input, textarea {
border: 1px #fff solid;
}
hr {
width: 100%;
height: 1px;
border: none;
background: #707070;
overflow: hidden;
}
.reflink a:hover{
font-weight: bold;
}
.adminbar {
text-align:right;
clear:both;
float:right;
}
h1 {
clear:both;
text-align:center;
font-size: 2.5em;
color:#ff9100;
width:100%;
}
div.title {
color:#ff9100;
}
div.banner, .replymode, .catalogmode {
text-align:center;
margin: 5px 0 5px 0;
padding: 5px 2px 5px 2px;
color:#000;
font-weight: bold;
width:100%;
}
.postblock, form table th {
color: #000;
font-size: 11px;
font-weight: bold;
text-align: center !important;
}
.postarea {
}
.rules {
width: 468px;
font-size: 10px;
}
.rules li {
margin-left: 1em;
}
.footer {
text-align:center;
font-size:12px;
}
.passvalid {
text-align:center;
width:100%;
color:#ffffff;
}
.dellist {
font-weight: bold;
text-align:center;
}
.delbuttons {
text-align:center;
padding-bottom:4px;
}
.managehead {
background-color: #1e1e1e;
color: #bebebe;
padding:0px;
}
.postlists {
background: #000;
width:100%;
padding:0px;
color: #bebebe;
}
.row1 {
background-color: #1e1e1e;
color: #bebebe;
}
.row2 {
background: #1e1e1e;
color: #bebebe;
}
.unkfunc {
background:inherit;
color:#789922;
}
.filesize {
text-decoration:none;
}
.filetitle {
background:inherit;
font-size:1.2em;
color: #bebebe;
font-weight:800;
}
span.name, .postername {
color:#fff !important;
font-weight:bold;
}
span.trip, .postertrip {
color:#707070;
}
.oldpost {
color:#CC1105;
font-weight:800;
}
.omittedposts {
color:#707070;
}
div.post.reply {
padding: 5px;
border: 1px #707070 solid !important;
background: #282828;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.replyhl {
background-color: #1e1e1e;
color: #bebebe;
}
form table th, div.banner, div.pages, .replymode, .postblock, .passvalid, .catalogmode {
background: #ff9100 url('img/testorange_f_bg.gif') repeat-x !important;
}
div.pages, div.pages a {
color: black;
border: 0;
}
div.boardlist {
background-color: rgba(5%,5%,5%,0.2);
}
div.boardlist.bottom {
background-color:transparent;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #000 1px 1px 1px, #500 -1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(0%, 0%, 0%, 0.45);
}
p.intro span.subject {
color:#ee8100;
}
span.quote {
color: #a8c952;
}