forked from leftypol/leftypol
Convert to UNIX line endings
This commit is contained in:
parent
1f2b4e0181
commit
0f7b252994
8 changed files with 836 additions and 836 deletions
|
@ -1,150 +1,150 @@
|
||||||
/**
|
/**
|
||||||
* dark.css
|
* dark.css
|
||||||
* For AwsumChan by Circlepuller
|
* For AwsumChan by Circlepuller
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
background: #1E1E1E;
|
background: #1E1E1E;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0px;
|
||||||
}
|
}
|
||||||
div.title, h1 {
|
div.title, h1 {
|
||||||
color: lime;
|
color: lime;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
div.title p {
|
div.title p {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
a:link, a:visited, p.intro a.email span.name {
|
a:link, a:visited, p.intro a.email span.name {
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
a:link:hover, a:visited:hover {
|
a:link:hover, a:visited:hover {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
text-decoration: underline overline;
|
text-decoration: underline overline;
|
||||||
}
|
}
|
||||||
a.post_no {
|
a.post_no {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.post_no:hover {
|
a.post_no:hover {
|
||||||
color: maroon;
|
color: maroon;
|
||||||
text-decoration: underline overline;
|
text-decoration: underline overline;
|
||||||
}
|
}
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #555555 1px solid;
|
border: #555555 1px solid;
|
||||||
}
|
}
|
||||||
div.post.reply.highlighted {
|
div.post.reply.highlighted {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: transparent 1px solid;
|
border: transparent 1px solid;
|
||||||
}
|
}
|
||||||
div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
}
|
}
|
||||||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
p.intro span.subject {
|
p.intro span.subject {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: #446655;
|
color: #446655;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
p.intro span.name {
|
p.intro span.name {
|
||||||
color: #00CC00;
|
color: #00CC00;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
p.intro a.capcode, p.intro a.nametag {
|
p.intro a.capcode, p.intro a.nametag {
|
||||||
color: magenta;
|
color: magenta;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
||||||
color: #00CCCC;
|
color: #00CCCC;
|
||||||
}
|
}
|
||||||
input[type="text"], textarea, select {
|
input[type="text"], textarea, select {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
border: #666666 1px solid;
|
border: #666666 1px solid;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: -5px;
|
padding-right: -5px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
input[type="password"] {
|
input[type="password"] {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
border: #666666 1px solid;
|
border: #666666 1px solid;
|
||||||
}
|
}
|
||||||
form table tr th {
|
form table tr th {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
div.banner {
|
div.banner {
|
||||||
background: #00AA00;
|
background: #00AA00;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #888888 1px solid;
|
border: #888888 1px solid;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
}
|
}
|
||||||
input[type="submit"]:hover {
|
input[type="submit"]:hover {
|
||||||
background: #555555;
|
background: #555555;
|
||||||
border: #888888 1px solid;
|
border: #888888 1px solid;
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
p.fileinfo a:hover {
|
p.fileinfo a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
span.trip {
|
span.trip {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
div.pages {
|
div.pages {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #666666 1px solid;
|
border: #666666 1px solid;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
div.pages a.selected {
|
div.pages a.selected {
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: #333333 1px solid;
|
border: #333333 1px solid;
|
||||||
}
|
}
|
||||||
div.boardlist {
|
div.boardlist {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
div.ban {
|
div.ban {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: transparent 0px solid;
|
border: transparent 0px solid;
|
||||||
}
|
}
|
||||||
div.ban h2 {
|
div.ban h2 {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: lime;
|
color: lime;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
table.modlog tr th {
|
table.modlog tr th {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,87 +1,87 @@
|
||||||
/**
|
/**
|
||||||
* miku.css
|
* miku.css
|
||||||
* For AwsumChan by Circlepuller
|
* For AwsumChan by Circlepuller
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
background: #D2FFEE url('img/fade-miku.png') top repeat-x;
|
background: #D2FFEE url('img/fade-miku.png') top repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #0093AB;
|
color: #0093AB;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link:hover, a:visited:hover {
|
a:link:hover, a:visited:hover {
|
||||||
color: #DD0000;
|
color: #DD0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.post_no {
|
a.post_no {
|
||||||
color: #000033;
|
color: #000033;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.intro a.email span.name {
|
p.intro a.email span.name {
|
||||||
color: #0093AB;
|
color: #0093AB;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.intro a.email:hover span.name {
|
p.intro a.email:hover span.name {
|
||||||
color: #DD0000;
|
color: #DD0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, div.title, h1 {
|
h2, div.title, h1 {
|
||||||
color: #800000;
|
color: #800000;
|
||||||
}
|
}
|
||||||
|
|
||||||
form table tr th {
|
form table tr th {
|
||||||
background: #95D2D3;
|
background: #95D2D3;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.banner {
|
div.banner {
|
||||||
background-color: #E04000;
|
background-color: #E04000;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post.op hr {
|
div.post.op hr {
|
||||||
border-color: #B7C9D5;
|
border-color: #B7C9D5;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.intro span.subject {
|
p.intro span.subject {
|
||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.intro span.name {
|
p.intro span.name {
|
||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post.reply.highlighted {
|
div.post.reply.highlighted {
|
||||||
background: #9988EE;
|
background: #9988EE;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #B6DDDE;
|
background: #B6DDDE;
|
||||||
border-color: #8FCCCD;
|
border-color: #8FCCCD;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ban {
|
div.ban {
|
||||||
border: 1px solid #0093AB;
|
border: 1px solid #0093AB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ban h2 {
|
div.ban h2 {
|
||||||
background: #B6DDDE;
|
background: #B6DDDE;
|
||||||
color: #0093AB;
|
color: #0093AB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pages {
|
div.pages {
|
||||||
color: #8899AA;
|
color: #8899AA;
|
||||||
background: #B6DDDE;
|
background: #B6DDDE;
|
||||||
border-right: 1px solid #8FCCCD;
|
border-right: 1px solid #8FCCCD;
|
||||||
border-bottom: 1px solid #8FCCCD;
|
border-bottom: 1px solid #8FCCCD;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-color: #B7D9C5;
|
border-color: #B7D9C5;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.boardlist {
|
div.boardlist {
|
||||||
color: #0093AB;
|
color: #0093AB;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,208 +1,208 @@
|
||||||
/* +piwnichan style, based on testorange.css from Karachan */
|
/* +piwnichan style, based on testorange.css from Karachan */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color:#bebebe;
|
color:#bebebe;
|
||||||
|
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.gif'), url('img/testorange_bg.gif');
|
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-repeat: no-repeat, repeat-x, repeat;
|
||||||
background-attachment: fixed, scroll, scroll;
|
background-attachment: fixed, scroll, scroll;
|
||||||
background-position: right bottom, 0% 0%, 0% 0%;
|
background-position: right bottom, 0% 0%, 0% 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
|
a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
|
||||||
color:#ffff00;
|
color:#ffff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.email span.name {
|
a.email span.name {
|
||||||
color:#ff9100 !important;
|
color:#ff9100 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
background: #dedede url('img/testorange_textarea_bg.gif') repeat-x;
|
background: #dedede url('img/testorange_textarea_bg.gif') repeat-x;
|
||||||
}
|
}
|
||||||
input, textarea {
|
input, textarea {
|
||||||
border: 1px #fff solid;
|
border: 1px #fff solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: none;
|
border: none;
|
||||||
background: #707070;
|
background: #707070;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reflink a:hover{
|
.reflink a:hover{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.adminbar {
|
.adminbar {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
clear:both;
|
clear:both;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
clear:both;
|
clear:both;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
color:#ff9100;
|
color:#ff9100;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
div.title {
|
div.title {
|
||||||
color:#ff9100;
|
color:#ff9100;
|
||||||
}
|
}
|
||||||
div.banner, .replymode, .catalogmode {
|
div.banner, .replymode, .catalogmode {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
margin: 5px 0 5px 0;
|
margin: 5px 0 5px 0;
|
||||||
padding: 5px 2px 5px 2px;
|
padding: 5px 2px 5px 2px;
|
||||||
color:#000;
|
color:#000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
.postblock, form table th {
|
.postblock, form table th {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postarea {
|
.postarea {
|
||||||
}
|
}
|
||||||
.rules {
|
.rules {
|
||||||
width: 468px;
|
width: 468px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
.rules li {
|
.rules li {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
.passvalid {
|
.passvalid {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
width:100%;
|
width:100%;
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
}
|
}
|
||||||
.dellist {
|
.dellist {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
.delbuttons {
|
.delbuttons {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding-bottom:4px;
|
padding-bottom:4px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.managehead {
|
.managehead {
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
.postlists {
|
.postlists {
|
||||||
background: #000;
|
background: #000;
|
||||||
width:100%;
|
width:100%;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
}
|
}
|
||||||
.row1 {
|
.row1 {
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
}
|
}
|
||||||
.row2 {
|
.row2 {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
}
|
}
|
||||||
.unkfunc {
|
.unkfunc {
|
||||||
background:inherit;
|
background:inherit;
|
||||||
color:#789922;
|
color:#789922;
|
||||||
}
|
}
|
||||||
.filesize {
|
.filesize {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
.filetitle {
|
.filetitle {
|
||||||
background:inherit;
|
background:inherit;
|
||||||
font-size:1.2em;
|
font-size:1.2em;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
font-weight:800;
|
font-weight:800;
|
||||||
}
|
}
|
||||||
span.name, .postername {
|
span.name, .postername {
|
||||||
color:#fff !important;
|
color:#fff !important;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
span.trip, .postertrip {
|
span.trip, .postertrip {
|
||||||
color:#707070;
|
color:#707070;
|
||||||
}
|
}
|
||||||
.oldpost {
|
.oldpost {
|
||||||
color:#CC1105;
|
color:#CC1105;
|
||||||
font-weight:800;
|
font-weight:800;
|
||||||
}
|
}
|
||||||
.omittedposts {
|
.omittedposts {
|
||||||
color:#707070;
|
color:#707070;
|
||||||
}
|
}
|
||||||
.reply {
|
.reply {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px #707070 solid !important;
|
border: 1px #707070 solid !important;
|
||||||
background: #282828 !important;
|
background: #282828 !important;
|
||||||
|
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-khtml-border-radius: 10px;
|
-khtml-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.replyhl {
|
.replyhl {
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
}
|
}
|
||||||
.doubledash {
|
.doubledash {
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
clear:both;
|
clear:both;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
.replytitle {
|
.replytitle {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-weight:800;
|
font-weight:800;
|
||||||
}
|
}
|
||||||
.commentpostername {
|
.commentpostername {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight:800;
|
font-weight:800;
|
||||||
}
|
}
|
||||||
.thumbnailmsg {
|
.thumbnailmsg {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: #bebebe;
|
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;
|
||||||
}
|
}
|
||||||
div.pages {
|
div.pages {
|
||||||
color: black;
|
color: black;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.abbrev {
|
.abbrev {
|
||||||
color:#707070;
|
color:#707070;
|
||||||
}
|
}
|
||||||
.highlight {
|
.highlight {
|
||||||
background:#000;
|
background:#000;
|
||||||
border: 1px dashed #ff9100;
|
border: 1px dashed #ff9100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#watchedthreads {
|
#watchedthreads {
|
||||||
background-color: #282828 !important;
|
background-color: #282828 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reflinkpreview {
|
.reflinkpreview {
|
||||||
background-color: #282828 !important;
|
background-color: #282828 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,391 +1,391 @@
|
||||||
/**
|
/**
|
||||||
* wasabi.css
|
* wasabi.css
|
||||||
* For AwsumChan by Circlepuller
|
* For AwsumChan by Circlepuller
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
background: #F7F9B0 url('img/fade-yellow.png') repeat-x 50% 0%;
|
background: #F7F9B0 url('img/fade-yellow.png') repeat-x 50% 0%;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: arial, helvetica, sans-serif;
|
font-family: arial, helvetica, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
table * {
|
table * {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #400040;
|
color: #400040;
|
||||||
}
|
}
|
||||||
a:link:hover, a:visited:hover {
|
a:link:hover, a:visited:hover {
|
||||||
color: limegreen;
|
color: limegreen;
|
||||||
}
|
}
|
||||||
a.post_no {
|
a.post_no {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
p.intro a.post_no, p.intro a.email {
|
p.intro a.post_no, p.intro a.email {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
p.intro a.email span.name {
|
p.intro a.email span.name {
|
||||||
color: #34345C;
|
color: #34345C;
|
||||||
}
|
}
|
||||||
p.intro a.email:hover span.name {
|
p.intro a.email:hover span.name {
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
p.intro label {
|
p.intro label {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
color: #AF0A0F;
|
color: #AF0A0F;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: tahoma;
|
font-family: tahoma;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
h1.logo img {
|
h1.logo img {
|
||||||
display: inline;
|
display: inline;
|
||||||
float: none;
|
float: none;
|
||||||
background-image: url('/static/logo_bg.gif');
|
background-image: url('/static/logo_bg.gif');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
div.title, h1 {
|
div.title, h1 {
|
||||||
color: #AF0A0F;
|
color: #AF0A0F;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.title {
|
div.title {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
margin-bottom: 4em;
|
margin-bottom: 4em;
|
||||||
}
|
}
|
||||||
form table {
|
form table {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
form table input {
|
form table input {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
input[type="text"], input[type="password"], textarea {
|
input[type="text"], input[type="password"], textarea {
|
||||||
border: 1px solid #a9a9a9;
|
border: 1px solid #a9a9a9;
|
||||||
text-indent: 0px;
|
text-indent: 0px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
}
|
}
|
||||||
form table tr td {
|
form table tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
form table tr th {
|
form table tr th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
form table tr th {
|
form table tr th {
|
||||||
background: #D7FE85;
|
background: #D7FE85;
|
||||||
}
|
}
|
||||||
form table tr td div {
|
form table tr td div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
form table tr td div input {
|
form table tr td div input {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2px auto 0 auto;
|
margin: 2px auto 0 auto;
|
||||||
}
|
}
|
||||||
form table tr td div label {
|
form table tr td div label {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
.unimportant, .unimportant * {
|
.unimportant, .unimportant * {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
p.fileinfo {
|
p.fileinfo {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-right: 7em;
|
padding-right: 7em;
|
||||||
}
|
}
|
||||||
div.banner {
|
div.banner {
|
||||||
background-color: #400040;
|
background-color: #400040;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
div.banner, div.banner a {
|
div.banner, div.banner a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
div.banner a:hover {
|
div.banner a:hover {
|
||||||
color: #EEF2FF;
|
color: #EEF2FF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
img.banner {
|
img.banner {
|
||||||
float: none;
|
float: none;
|
||||||
margin: 4px auto 0 auto;
|
margin: 4px auto 0 auto;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px 20px;
|
margin: 10px 20px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
div.post img {
|
div.post img {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px 20px 0 0;
|
margin: 5px 20px 0 0;
|
||||||
}
|
}
|
||||||
div.post img.icon {
|
div.post img.icon {
|
||||||
display: inline;
|
display: inline;
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
div.post.op {
|
div.post.op {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
div.post.op hr {
|
div.post.op hr {
|
||||||
border-color: #D9BFB7;
|
border-color: #D9BFB7;
|
||||||
}
|
}
|
||||||
p.intro {
|
p.intro {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-bottom: 0.2em;
|
padding-bottom: 0.2em;
|
||||||
}
|
}
|
||||||
input.delete {
|
input.delete {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 1px 6px 0 0;
|
margin: 1px 6px 0 0;
|
||||||
}
|
}
|
||||||
p.intro span.subject {
|
p.intro span.subject {
|
||||||
color: #0F0C5D;
|
color: #0F0C5D;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
p.intro span.name {
|
p.intro span.name {
|
||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
p.intro a.capcode, p.intro a.nametag {
|
p.intro a.capcode, p.intro a.nametag {
|
||||||
color: #F00000;
|
color: #F00000;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
p.intro a {
|
p.intro a {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
div.delete {
|
div.delete {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
div.post.reply p {
|
div.post.reply p {
|
||||||
margin: 0.3em 0 0 0;
|
margin: 0.3em 0 0 0;
|
||||||
}
|
}
|
||||||
div.post.reply div.body {
|
div.post.reply div.body {
|
||||||
margin-left: 1.8em;
|
margin-left: 1.8em;
|
||||||
margin-top: 0.8em;
|
margin-top: 0.8em;
|
||||||
padding-right: 3em;
|
padding-right: 3em;
|
||||||
padding-bottom: 0.3em;
|
padding-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
div.post.reply.highlighted {
|
div.post.reply.highlighted {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-color: #CCC;
|
border-color: #CCC;
|
||||||
}
|
}
|
||||||
div.post.reply div.body a {
|
div.post.reply div.body a {
|
||||||
color: #D00;
|
color: #D00;
|
||||||
}
|
}
|
||||||
div.post {
|
div.post {
|
||||||
max-width: 97%;
|
max-width: 97%;
|
||||||
}
|
}
|
||||||
div.post div.body {
|
div.post div.body {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #D7FE85;
|
background: #D7FE85;
|
||||||
margin: 0.2em 16px;
|
margin: 0.2em 16px;
|
||||||
padding: 0.2em 0.3em 0.5em 0.6em;
|
padding: 0.2em 0.3em 0.5em 0.6em;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: none solid solid none;
|
border-style: none solid solid none;
|
||||||
border-color: lightgreen;
|
border-color: lightgreen;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
span.trip {
|
span.trip {
|
||||||
color: #228854;
|
color: #228854;
|
||||||
}
|
}
|
||||||
span.quote {
|
span.quote {
|
||||||
color: #3C6D8A;
|
color: #3C6D8A;
|
||||||
}
|
}
|
||||||
span.omitted {
|
span.omitted {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
br.clear {
|
br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
span.controls {
|
span.controls {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
span.controls.op {
|
span.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
span.controls a {
|
span.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
div#wrap {
|
div#wrap {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
div.ban {
|
div.ban {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid #400040;
|
border: 1px solid #400040;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: 30px auto;
|
margin: 30px auto;
|
||||||
}
|
}
|
||||||
div.ban p, div.ban h2 {
|
div.ban p, div.ban h2 {
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
}
|
}
|
||||||
div.ban h2 {
|
div.ban h2 {
|
||||||
background: #D7FE85;
|
background: #D7FE85;
|
||||||
color: #400040;
|
color: #400040;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
div.ban p {
|
div.ban p {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
div.ban p.reason {
|
div.ban p.reason {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
span.heading {
|
span.heading {
|
||||||
color: #AF0A0F;
|
color: #AF0A0F;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
span.spoiler {
|
span.spoiler {
|
||||||
background: black;
|
background: black;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
div.post.reply div.body span.spoiler a {
|
div.post.reply div.body span.spoiler a {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
|
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
div.styles {
|
div.styles {
|
||||||
float: right;
|
float: right;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
div.styles a {
|
div.styles a {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
div.styles a.selected {
|
div.styles a.selected {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
table.test {
|
table.test {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.test td, table.test th {
|
table.test td, table.test th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
table.test tr.h th {
|
table.test tr.h th {
|
||||||
background: #98E;
|
background: #98E;
|
||||||
}
|
}
|
||||||
table.test td img {
|
table.test td img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
fieldset label {
|
fieldset label {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
div.pages {
|
div.pages {
|
||||||
color: limegreen;
|
color: limegreen;
|
||||||
background: #D7FE85;
|
background: #D7FE85;
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-right: 1px solid limegreen;
|
border-right: 1px solid limegreen;
|
||||||
border-bottom: 1px solid limegreen;
|
border-bottom: 1px solid limegreen;
|
||||||
}
|
}
|
||||||
div.pages a.selected {
|
div.pages a.selected {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
div.pages a:link {
|
div.pages a:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
div.pages form {
|
div.pages form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
div.pages form input {
|
div.pages form input {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
border: none;
|
border: none;
|
||||||
border-top: 1px solid limegreen;
|
border-top: 1px solid limegreen;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
div.boardlist {
|
div.boardlist {
|
||||||
color: limegreen;
|
color: limegreen;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
div.boardlist.bottom {
|
div.boardlist.bottom {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
div.boardlist a {
|
div.boardlist a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
div.report {
|
div.report {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
table.modlog {
|
table.modlog {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.modlog tr td {
|
table.modlog tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 4px 15px 0 0;
|
padding: 4px 15px 0 0;
|
||||||
}
|
}
|
||||||
table.modlog tr th {
|
table.modlog tr th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 4px 15px 5px 5px;
|
padding: 4px 15px 5px 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
table.modlog tr th {
|
table.modlog tr th {
|
||||||
background: #D7FE85;
|
background: #D7FE85;
|
||||||
}
|
}
|
||||||
td.minimal, th.minimal {
|
td.minimal, th.minimal {
|
||||||
width: 1%;
|
width: 1%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
div.top_notice {
|
div.top_notice {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
}
|
}
|
||||||
span.public_ban {
|
span.public_ban {
|
||||||
display: block;
|
display: block;
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
span.toolong {
|
span.toolong {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
div.blotter {
|
div.blotter {
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
0
tools/benchmark.php
Executable file → Normal file
0
tools/benchmark.php
Executable file → Normal file
0
tools/i18n_compile.php
Executable file → Normal file
0
tools/i18n_compile.php
Executable file → Normal file
0
tools/i18n_extract.php
Executable file → Normal file
0
tools/i18n_extract.php
Executable file → Normal file
0
tools/rebuild.php
Executable file → Normal file
0
tools/rebuild.php
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue