Open m1kc opened 1 year ago
hanabira.css
html, body {
background:#FFFFEE;
color:#800000;
}
a {
color:#0000EE;
}
a:hover {
color:#DD0000;
}
.adminbar {
text-align:right;
clear:both;
float:right;
}
.logo {
clear:both;
text-align:center;
font-size:2em;
color:#800000;
width:100%;
}
.theader {
background:#E04000;
text-align:center;
padding:2px;
color:#FFFFFF;
width:100%;
}
.postarea {
}
.rules {
font-size:0.7em;
}
.postblock {
background:#EEAA88;
color:#800000;
font-weight:800;
}
.footer {
text-align:center;
font-size:12px;
font-family:serif;
}
.passvalid {
background:#EEAA88;
text-align:center;
width:100%;
color:#ffffff;
}
.dellist {
font-weight: bold;
text-align:center;
}
.delbuttons {
text-align:center;
padding-bottom:4px;
}
.managehead {
background:#AAAA66;
color:#400000;
padding:0px;
}
.postlists {
background:#FFFFFF;
width:100%;
padding:0px;
color:#800000;
}
.row1 {
background:#EEEECC;
color:#800000;
}
.row2 {
background:#DDDDAA;
color:#800000;
}
.unkfunc {
background:inert;
color:#789922;
}
.filesize {
text-decoration:none;
}
.filetitle {
background:inherit;
font-size:1.2em;
color:#CC1105;
font-weight:800;
}
.postername {
color:#117743;
font-weight:bold;
}
.postertrip {
color:#228854;
}
.oldpost {
color:#CC1105;
font-weight:800;
}
.omittedposts {
color:#707070;
}
.reply {
background:#F0E0D6;
color:#800000;
padding-bottom: 0.5em; /* mikuso */
}
.doubledash {
vertical-align:top;
clear:both;
float:left;
}
.replytitle {
font-size: 1.2em;
color:#CC1105;
font-weight:800;
}
.commentpostername {
color:#117743;
font-weight:800;
}
.thumbnailmsg {
font-size: small;
color:#800000;
}
.abbrev {
color:#707070;
}
.highlight {
background:#F0E0D6;
color:#800000;
border: 2px dashed #EEAA88;
}
/* customizations by 822-kun */
hr {
border-style: solid none none none;
border-width: 1px;
border-color: #BBBBBB;
}
blockquote {
background: inherit;
margin-left: 20px;
margin-top: 0px;
padding: .3em 0;
}
p {
margin: 0;
margin-top: 0.25em; /* m1kc */
}
.postername {
color: #117743;
font-weight: bold;
}
a {
color: #0000ee;
}
a:hover {
color: #DD0000;
}
.reflink a {
color: inherit;
text-decoration: none;
}
.reflink a:hover {
color: #dd0000;
}
.spoiler {
background: #F0D0B6;
color: #F0D0B6;
}
.spoiler a {
background: #F0D0B6;
color: #F0D0B6;
}
.spoiler a:hover {
color: #600000 !important;
}
.spoiler blockquote {
background: #F0D0B6;
color: #F0D0B6;
}
.spoiler:hover {
background: #F0D0B6 !important;
color: #600000 !important;
}
.file {
float: left;
margin: 0 20px;
}
.filesize {
margin-left: 20px;
font-size: 80%;
}
.reply {
border-color: #DDCCC5;
font-size: 100%;
background-color: #F0E0D6;
color: #600000;
overflow: hidden;
padding-right: 0.25em;
max-width: 100%;
border-width: medium 1px 1px medium;
border-style: none solid solid none;
-webkit-border-radius: 5px;
}
.postblock {
padding-left: 0.5em;
}