Browse Source

Update stylesheets/testorange.css

pull/40/head
szalej 11 years ago
parent
commit
f9a907620d
  1. 57
      stylesheets/testorange.css

57
stylesheets/testorange.css

@ -12,6 +12,19 @@ body {
background-position: right bottom, 0% 0%, 0% 0%; 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 { a:link, a:visited, div.post.reply div.body a {
color:#ff9100; color:#ff9100;
text-decoration: none; text-decoration: none;
@ -22,7 +35,10 @@ a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
a.email span.name { a.email span.name {
color:#ff9100 !important; color:#ff9100 !important;
}
div.post.reply.highlighted {
background: black;
} }
input { input {
@ -150,11 +166,10 @@ span.trip, .postertrip {
.omittedposts { .omittedposts {
color:#707070; color:#707070;
} }
.reply { div.post.reply {
padding: 5px; padding: 5px;
border: 1px #707070 solid !important; border: 1px #707070 solid !important;
background: #282828 !important; background: #282828;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
-khtml-border-radius: 10px; -khtml-border-radius: 10px;
-moz-border-radius: 10px; -moz-border-radius: 10px;
@ -164,24 +179,6 @@ span.trip, .postertrip {
background-color: #1e1e1e; background-color: #1e1e1e;
color: #bebebe; color: #bebebe;
} }
.doubledash {
vertical-align:top;
clear:both;
float:left;
}
.replytitle {
font-size: 1.2em;
color:#fff;
font-weight:800;
}
.commentpostername {
color: #fff;
font-weight:800;
}
.thumbnailmsg {
font-size: small;
color: #bebebe;
}
form table th, div.banner, div.pages, .replymode, .postblock, .passvalid, .catalogmode { form table th, div.banner, div.pages, .replymode, .postblock, .passvalid, .catalogmode {
background: #ff9100 url('img/testorange_f_bg.gif') repeat-x !important; background: #ff9100 url('img/testorange_f_bg.gif') repeat-x !important;
} }
@ -189,22 +186,6 @@ div.pages, div.pages a {
color: black; color: black;
border: 0; border: 0;
} }
.abbrev {
color:#707070;
}
.highlight {
background:#000;
border: 1px dashed #ff9100;
}
#watchedthreads {
background-color: #282828 !important;
}
.reflinkpreview {
background-color: #282828 !important;
}
div.boardlist { div.boardlist {
background-color: rgba(5%,5%,5%,0.2); background-color: rgba(5%,5%,5%,0.2);
} }
@ -227,4 +208,4 @@ p.intro span.subject {
span.quote { span.quote {
color: #a8c952; color: #a8c952;
} }

Loading…
Cancel
Save