mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
+piwnichan styles addition - futaba+vichan and testorange
This commit is contained in:
parent
28c2dd9d06
commit
81663b7d86
88
stylesheets/futaba+vichan.css
Normal file
88
stylesheets/futaba+vichan.css
Normal file
@ -0,0 +1,88 @@
|
||||
/* +piwnichan style, based on futaba.css of Tinyboard */
|
||||
|
||||
body {
|
||||
background: #ffe;
|
||||
color: #800000;
|
||||
font-family: sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
div.title h1 {
|
||||
font-size: 24px;
|
||||
}
|
||||
div.title p {
|
||||
font-size: 10px;
|
||||
}
|
||||
div.pages {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
color: #0000ff;
|
||||
font-size: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
a:link:hover {
|
||||
color: #d00;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
span.omitted {
|
||||
color: gray;
|
||||
}
|
||||
a.post_no {
|
||||
color: #800000;
|
||||
}
|
||||
div.post.reply {
|
||||
border: 0px;
|
||||
background: #f0e0d6;
|
||||
}
|
||||
div.post.reply.highlighted {
|
||||
background: #f0c0b0;
|
||||
border-color: #d9bfb7;
|
||||
}
|
||||
div.post.reply p.body a {
|
||||
color: navy;
|
||||
}
|
||||
p.intro span.subject {
|
||||
color: #d00;
|
||||
}
|
||||
form table tr th {
|
||||
background: #EA8;
|
||||
}
|
||||
div.ban h2 {
|
||||
background: #FCA;
|
||||
color: inherit;
|
||||
}
|
||||
div.ban {
|
||||
border-color: #800;
|
||||
}
|
||||
div.ban p {
|
||||
color: black;
|
||||
}
|
||||
div.pages {
|
||||
padding: 7px 5px;
|
||||
color: maroon;
|
||||
font-size: 12pt;
|
||||
|
||||
background: none;
|
||||
border-width: 1px;
|
||||
border-style: inset;
|
||||
|
||||
}
|
||||
div.pages a.selected {
|
||||
color: #800;
|
||||
}
|
||||
hr {
|
||||
border-width: 1px;
|
||||
border-style: inset;
|
||||
}
|
||||
div.boardlist {
|
||||
color: #B86;
|
||||
}
|
||||
div.boardlist a {
|
||||
color: #800;
|
||||
}
|
||||
unimportant, .unimportant * {
|
||||
font-size: 13px;
|
||||
}
|
||||
table.modlog tr th {
|
||||
background: #EA8;
|
||||
}
|
BIN
stylesheets/img/testorange_bg.gif
Normal file
BIN
stylesheets/img/testorange_bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
stylesheets/img/testorange_f_bg.gif
Normal file
BIN
stylesheets/img/testorange_f_bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 B |
BIN
stylesheets/img/testorange_testo.png
Normal file
BIN
stylesheets/img/testorange_testo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
stylesheets/img/testorange_textarea_bg.gif
Normal file
BIN
stylesheets/img/testorange_textarea_bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 292 B |
BIN
stylesheets/img/testorange_top_bg.gif
Normal file
BIN
stylesheets/img/testorange_top_bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
208
stylesheets/testorange.css
Normal file
208
stylesheets/testorange.css
Normal file
@ -0,0 +1,208 @@
|
||||
/* +piwnichan style, based on testorange.css from Karachan */
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
color:#bebebe;
|
||||
|
||||
background-color: #1e1e1e;
|
||||
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-attachment: fixed, scroll, scroll;
|
||||
background-position: right bottom, 0% 0%, 0% 0%;
|
||||
}
|
||||
|
||||
a:link, a:visited, div.post.reply p.body a {
|
||||
color:#ff9100;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:link:hover, a:visited:hover, div.post.reply p.body a:hover {
|
||||
color:#ffff00;
|
||||
}
|
||||
|
||||
a.email span.name {
|
||||
color:#ff9100 !important;
|
||||
|
||||
}
|
||||
|
||||
input {
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
textarea {
|
||||
background: #dedede url('img/testorange_textarea_bg.gif') repeat-x;
|
||||
}
|
||||
input, textarea {
|
||||
border: 1px #fff solid;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border: none;
|
||||
background: #707070;
|
||||
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:#ff9100;
|
||||
width:100%;
|
||||
}
|
||||
div.title {
|
||||
color:#ff9100;
|
||||
}
|
||||
div.banner, .replymode, .catalogmode {
|
||||
text-align:center;
|
||||
margin: 5px 0 5px 0;
|
||||
padding: 5px 2px 5px 2px;
|
||||
color:#000;
|
||||
font-weight: bold;
|
||||
width:100%;
|
||||
}
|
||||
.postblock, form table th {
|
||||
color: #000;
|
||||
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;
|
||||
}
|
||||
span.name, .postername {
|
||||
color:#fff !important;
|
||||
font-weight:bold;
|
||||
}
|
||||
span.trip, .postertrip {
|
||||
color:#707070;
|
||||
}
|
||||
.oldpost {
|
||||
color:#CC1105;
|
||||
font-weight:800;
|
||||
}
|
||||
.omittedposts {
|
||||
color:#707070;
|
||||
}
|
||||
.reply {
|
||||
padding: 5px;
|
||||
border: 1px #707070 solid !important;
|
||||
background: #282828 !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: #ff9100 url('img/testorange_f_bg.gif') repeat-x !important;
|
||||
}
|
||||
div.pages {
|
||||
color: black;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.abbrev {
|
||||
color:#707070;
|
||||
}
|
||||
.highlight {
|
||||
background:#000;
|
||||
border: 1px dashed #ff9100;
|
||||
}
|
||||
|
||||
#watchedthreads {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
|
||||
.reflinkpreview {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user