committed by
Michael Foster
3 changed files with 210 additions and 0 deletions
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 1023 B |
@ -0,0 +1,210 @@ |
|||
/* nowy styl */ |
|||
|
|||
body { |
|||
font-family: sans-serif; |
|||
font-size: 12px; |
|||
color: #C4C4C4; |
|||
|
|||
background-color: #1e1e1e; |
|||
background-image: url('img/szalet_bg.png'); |
|||
background-repeat: repeat; |
|||
|
|||
} |
|||
|
|||
div.pages a.selected { |
|||
color: #FFFCFC !important;} |
|||
|
|||
|
|||
a:link, a:visited, div.post.reply p.body a { |
|||
color: #86472F; |
|||
text-decoration: none; |
|||
} |
|||
a:link:hover, a:visited:hover, div.post.reply p.body a:hover { |
|||
color: rgb(138, 138, 35); |
|||
} |
|||
|
|||
a.email span.name { |
|||
color: #ECDDCA !important; |
|||
|
|||
} |
|||
|
|||
input { |
|||
color: #8A7656; |
|||
background: none !important; |
|||
} |
|||
textarea { |
|||
background: #dedede url('img/testorange_textarea_bg.gif') repeat-x; |
|||
} |
|||
input, textarea { |
|||
} |
|||
|
|||
hr { |
|||
height: 3px; |
|||
border-width: 0px; |
|||
background: url('img/szalet_hr.png') center no-repeat; |
|||
background-size: 100% 100%; |
|||
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: sandybrown; |
|||
width:100%; |
|||
} |
|||
div.title { |
|||
color: #AF8C5D; |
|||
} |
|||
div.banner, .replymode, .catalogmode { |
|||
text-align:center; |
|||
margin: 5px 0 5px 0; |
|||
padding: 5px 2px 5px 2px; |
|||
color: sandybrown; |
|||
font-weight: bold; |
|||
width:100%; |
|||
} |
|||
.postblock, form table th { |
|||
color: sandybrown; |
|||
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; |
|||
} |
|||
|
|||
p.intro span.subject { |
|||
color: #D11C2A; |
|||
font-weight: bold; |
|||
} |
|||
|
|||
|
|||
span.name, .postername { |
|||
color: #DAAD66 !important; |
|||
font-weight:bold; |
|||
} |
|||
span.trip, .postertrip { |
|||
color: #B88146; |
|||
} |
|||
.oldpost { |
|||
color:#CC1105; |
|||
font-weight:800; |
|||
} |
|||
span.omitted, .omittedposts { |
|||
color: #A39E96; |
|||
} |
|||
.reply { |
|||
padding: 5px; |
|||
border: 1px sandyBrown solid !important; |
|||
background: #200000 !important; |
|||
|
|||
-webkit-border-radius: 10px; |
|||
-khtml-border-radius: 10px; |
|||
-moz-border-radius: 10px; |
|||
border-radius: 10px; |
|||
} |
|||
.replyhl { |
|||
background-color: #1e1e1e; |
|||
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 { |
|||
background: #200000!important; |
|||
border: 1px solid sandyBrown; |
|||
} |
|||
div.pages { |
|||
color: rgb(143, 139, 139); |
|||
border: 0; |
|||
background: none !important; |
|||
} |
|||
|
|||
.abbrev { |
|||
color:#707070; |
|||
} |
|||
.highlight { |
|||
background:#000; |
|||
border: 1px dashed #ff9100; |
|||
} |
Loading…
Reference in new issue