parent
777800c696
commit
90a878f8ee
@ -1,182 +1,215 @@
|
||||
html, body {
|
||||
font-size:12pt;
|
||||
background:#EEF2FF;
|
||||
color:#000000;
|
||||
font-size: 12pt;
|
||||
background: #EEF2FF;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a {
|
||||
background:inherit;
|
||||
color:#34345C;
|
||||
text-decoration:none;
|
||||
font-family:sans-serif;
|
||||
background: inherit;
|
||||
color: #34345C;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
background:inherit;
|
||||
color:#34345C;
|
||||
text-decoration:none;
|
||||
font-family:sans-serif;
|
||||
background: inherit;
|
||||
color: #34345C;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:#DD0000;
|
||||
background:inherit;
|
||||
font-family:sans-serif;
|
||||
color: #DD0000;
|
||||
background: inherit;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.filesize a {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.filesize a:visited {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.adminbar {
|
||||
background:inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.logo {
|
||||
clear:both;
|
||||
text-align:center;
|
||||
background:inherit;
|
||||
font-size:24pt;
|
||||
color:#AF0A0F;
|
||||
width:100%;
|
||||
}
|
||||
clear: both;
|
||||
text-align: center;
|
||||
background: inherit;
|
||||
font-size: 24pt;
|
||||
color: #AF0A0F;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.replymode {
|
||||
background:#0010E0;
|
||||
color:#FFFFFF;
|
||||
width:100%;
|
||||
background: #0010E0;
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.manageinfo {
|
||||
background:#00B930;
|
||||
color:#FFFFFF;
|
||||
width:100%;
|
||||
background: #00B930;
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.catalogmode {
|
||||
background:#0040E0;
|
||||
color:#FFFFFF;
|
||||
width:100%;
|
||||
background: #0040E0;
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.postarea {
|
||||
background:inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.rules {
|
||||
/*font-size:0.7em;*/
|
||||
width: 468px;
|
||||
font-size: 10px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.rules li {
|
||||
margin-left: 1em;
|
||||
/*text-indent: 0em;*/
|
||||
}
|
||||
|
||||
.postblock {
|
||||
background:#9988EE;
|
||||
color:#000000;
|
||||
font-weight:800;
|
||||
background: #9988EE;
|
||||
color: #000000;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size:10px;
|
||||
font-family:sans-serif;
|
||||
font-size: 10px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.passvalid {
|
||||
background:#9988EE;
|
||||
text-align:center;
|
||||
width:100%;
|
||||
color:#ffffff;
|
||||
background: #9988EE;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.dellist {
|
||||
background:inherit;
|
||||
text-align:center;
|
||||
background: inherit;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.delbuttons {
|
||||
background:inherit;
|
||||
text-align:center;
|
||||
padding-bottom:4px;
|
||||
background: inherit;
|
||||
text-align: center;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.managehead {
|
||||
background:#0F8FE1;
|
||||
color:#000000;
|
||||
font-family:sans-serif;
|
||||
font-size:14px;
|
||||
padding:0px;
|
||||
background: #0F8FE1;
|
||||
color: #000000;
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.postlists {
|
||||
background:#FFFFFF;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
color:#000000;
|
||||
background: #FFFFFF;
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.row1 {
|
||||
background:#9AD2F6;
|
||||
font-family:sans-serif;
|
||||
font-size:12px;
|
||||
color:#000000;
|
||||
background: #9AD2F6;
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.row2 {
|
||||
background:#FFFFFF;
|
||||
font-family:sans-serif;
|
||||
font-size:12px;
|
||||
color:#000000;
|
||||
background: #FFFFFF;
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.unkfunc {
|
||||
color:#789922;
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.filesize {
|
||||
font-size:12px;
|
||||
font-family:sans-serif;
|
||||
text-decoration:underline;
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
text-decoration: underline;
|
||||
/*padding-left:3em;*/
|
||||
}
|
||||
|
||||
.filetitle {
|
||||
background:inherit;
|
||||
font-size:18px;
|
||||
font-family:serif;
|
||||
color:#0F0C5D;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 18px;
|
||||
font-family: serif;
|
||||
color: #0F0C5D;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.postername {
|
||||
background:inherit;
|
||||
font-size:12px;
|
||||
font-family:serif;
|
||||
color:#117743;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 12px;
|
||||
font-family: serif;
|
||||
color: #117743;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.oldpost {
|
||||
background:inherit;
|
||||
font-size:18px;
|
||||
font-family:serif;
|
||||
color:#0F0C5D;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 18px;
|
||||
font-family: serif;
|
||||
color: #0F0C5D;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.omittedposts {
|
||||
background:inherit;
|
||||
font-size:18px;
|
||||
font-family:serif;
|
||||
color:#070707;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 18px;
|
||||
font-family: serif;
|
||||
color: #070707;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.reply {
|
||||
background:#D6DAF0;
|
||||
color:#000000;
|
||||
font-family:serif;
|
||||
background: #D6DAF0;
|
||||
color: #000000;
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
.replyhl {
|
||||
background: #D6BAD0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.replytitle {
|
||||
background:inherit;
|
||||
font-size:18px;
|
||||
font-family:serif;
|
||||
color:#0F0C5D;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 18px;
|
||||
font-family: serif;
|
||||
color: #0F0C5D;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.commentpostername {
|
||||
background:inherit;
|
||||
font-size:12px;
|
||||
font-family:serif;
|
||||
color:#117743;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 12px;
|
||||
font-family: serif;
|
||||
color: #117743;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.thumbnailmsg {
|
||||
background:inherit;
|
||||
font-size:9px;
|
||||
font-family:sans-serif;
|
||||
color:#000000;
|
||||
background: inherit;
|
||||
font-size: 9px;
|
||||
font-family: sans-serif;
|
||||
color: #000000;
|
||||
}
|
@ -1,151 +1,182 @@
|
||||
html, body {
|
||||
background:#FFFFEE;
|
||||
color:#800000;
|
||||
background: #FFFFEE;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#0000EE;
|
||||
color: #0000EE;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:#DD0000;
|
||||
color: #DD0000;
|
||||
}
|
||||
.reflink a:hover{
|
||||
|
||||
.reflink a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.logo {
|
||||
clear:both;
|
||||
text-align:center;
|
||||
font-size:2em;
|
||||
color:#800000;
|
||||
width:100%;
|
||||
clear: both;
|
||||
text-align: center;
|
||||
font-size: 2em;
|
||||
color: #800000;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.replymode {
|
||||
background:#E04000;
|
||||
text-align:center;
|
||||
padding:2px;
|
||||
color:#FFFFFF;
|
||||
width:100%;
|
||||
background: #E04000;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.manageinfo {
|
||||
background:#00B930;
|
||||
text-align:center;
|
||||
padding:2px;
|
||||
color:#FFFFFF;
|
||||
width:100%;
|
||||
background: #00B930;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.catalogmode {
|
||||
background:#0040E0;
|
||||
text-align:center;
|
||||
padding:2px;
|
||||
color:#FFFFFF;
|
||||
width:100%;
|
||||
background: #0040E0;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rules {
|
||||
/*font-size:0.7em;*/
|
||||
width: 468px;
|
||||
font-size: 10px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.rules li {
|
||||
margin-left: 1em;
|
||||
/*text-indent: 0em;*/
|
||||
}
|
||||
|
||||
.postblock {
|
||||
background:#EEAA88;
|
||||
color:#800000;
|
||||
font-weight:800;
|
||||
background: #EEAA88;
|
||||
color: #800000;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size:12px;
|
||||
font-family:serif;
|
||||
font-size: 12px;
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
.passvalid {
|
||||
background:#EEAA88;
|
||||
text-align:center;
|
||||
width:100%;
|
||||
color:#ffffff;
|
||||
background: #EEAA88;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.dellist {
|
||||
font-weight: bold;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.delbuttons {
|
||||
text-align:center;
|
||||
padding-bottom:4px;
|
||||
text-align: center;
|
||||
padding-bottom: 4px;
|
||||
|
||||
}
|
||||
|
||||
.managehead {
|
||||
background:#AAAA66;
|
||||
color:#400000;
|
||||
padding:0px;
|
||||
background: #AAAA66;
|
||||
color: #400000;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.postlists {
|
||||
background:#FFFFFF;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
color:#800000;
|
||||
background: #FFFFFF;
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
.row1 {
|
||||
background:#EEEECC;
|
||||
color:#800000;
|
||||
background: #EEEECC;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
.row2 {
|
||||
background:#DDDDAA;
|
||||
color:#800000;
|
||||
background: #DDDDAA;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
.unkfunc {
|
||||
background:inherit;
|
||||
color:#789922;
|
||||
background: inherit;
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.filesize {
|
||||
text-decoration:none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.filetitle {
|
||||
background:inherit;
|
||||
font-size:1.2em;
|
||||
color:#CC1105;
|
||||
font-weight:800;
|
||||
background: inherit;
|
||||
font-size: 1.2em;
|
||||
color: #CC1105;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.postername {
|
||||
color:#117743;
|
||||
font-weight:bold;
|
||||
color: #117743;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.postertrip {
|
||||
color:#228854;
|
||||
color: #228854;
|
||||
}
|
||||
|
||||
.oldpost {
|
||||
color:#CC1105;
|
||||
font-weight:800;
|
||||
color: #CC1105;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.omittedposts {
|
||||
color:#707070;
|
||||
color: #707070;
|
||||
}
|
||||
|
||||
.reply {
|
||||
background: #F0E0D6;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
.replyhl {
|
||||
background: #F0C0B0;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
.replytitle {
|
||||
font-size: 1.2em;
|
||||
color:#CC1105;
|
||||
font-weight:800;
|
||||
color: #CC1105;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.commentpostername {
|
||||
color:#117743;
|
||||
font-weight:800;
|
||||
color: #117743;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.thumbnailmsg {
|
||||
font-size: small;
|
||||
color:#800000;
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
.abbrev {
|
||||
color:#707070;
|
||||
color: #707070;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background:#F0E0D6;
|
||||
color:#800000;
|
||||
background: #F0E0D6;
|
||||
color: #800000;
|
||||
border: 2px dashed #EEAA88;
|
||||
}
|