mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
add sischan style, adjust boardlist/options background
This commit is contained in:
parent
fd9a3c07dd
commit
4fd93f490f
BIN
stylesheets/img/kinoshita.png
Normal file
BIN
stylesheets/img/kinoshita.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
stylesheets/img/sisbg.png
Normal file
BIN
stylesheets/img/sisbg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
94
stylesheets/sis.css
Normal file
94
stylesheets/sis.css
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
/**
|
||||||
|
* sis.css
|
||||||
|
* for sischan by anonymau5 & timotei-chan & xenu
|
||||||
|
* based on stripes.css by klaczy
|
||||||
|
*/
|
||||||
|
body {
|
||||||
|
background: url('img/sisbg.png');
|
||||||
|
color: #e3adff;
|
||||||
|
font-family: 'Hevletica', sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
a:link, a:visited, p.intro a.email span.name {
|
||||||
|
color: #e3adff;
|
||||||
|
}
|
||||||
|
div.boardlist:nth-child(1):hover {
|
||||||
|
background: #222 !important;
|
||||||
|
}
|
||||||
|
div.boardlist:nth-child(1) .boardlist {
|
||||||
|
background: #222 !important;
|
||||||
|
}
|
||||||
|
div.reply, div.pages, div.ban {
|
||||||
|
background: -moz-linear-gradient(bottom, #2B073D 40%, #2E2E2E 75%) !important;
|
||||||
|
background: linear-gradient(to top, #34084c 25%, #430a61 95%) !important;
|
||||||
|
border: 2px solid #430a61 !important;
|
||||||
|
box-shadow: 5px 5px 10px #1c0428;
|
||||||
|
color: #e3adff !important;
|
||||||
|
}
|
||||||
|
.reply {
|
||||||
|
margin-top: 0.5em !important;
|
||||||
|
}
|
||||||
|
.body a, a:hover, a:visited:hover {
|
||||||
|
color: #FF6666;
|
||||||
|
}
|
||||||
|
table th { background: none !important }
|
||||||
|
a, a:visited {
|
||||||
|
color: #BBB;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
border: 0 !important;
|
||||||
|
height: 1px !important;
|
||||||
|
background-color: #430a61 !important;
|
||||||
|
margin: 1.5em 0 1.5em !important;
|
||||||
|
}
|
||||||
|
.name, .body a {
|
||||||
|
color: #ff7df1 !important;
|
||||||
|
}
|
||||||
|
.subject, h1, .subtitle, .selected {
|
||||||
|
color: #FF6699 !important;
|
||||||
|
}
|
||||||
|
.capcode {
|
||||||
|
color: #FF66CC !important;
|
||||||
|
}
|
||||||
|
input, textarea {
|
||||||
|
background-color: #e3adff;
|
||||||
|
border: 1px #CCC;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
input[type="text"] { width: 200px }
|
||||||
|
textarea {
|
||||||
|
background-size: 100% 100%;
|
||||||
|
background-color: #e3adff;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
width: 100%;
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
input[type="submit"] {
|
||||||
|
border: 1px solid rgb(204, 204, 204);
|
||||||
|
background: url('img/stripes_submit.png');
|
||||||
|
height: 23px;
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
.delete {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
body::after {
|
||||||
|
position: fixed !important;
|
||||||
|
content: url('img/kinoshita.png');
|
||||||
|
bottom: 0px !important;
|
||||||
|
right: 10px !important;
|
||||||
|
opacity:0.5;
|
||||||
|
z-index:-1;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.ban h2 {
|
||||||
|
background: none;
|
||||||
|
color: rgb(227, 173, 255);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Default Values
|
||||||
|
bottom: -17px !important;
|
||||||
|
right: 0px !important;
|
||||||
|
*/
|
@ -549,7 +549,7 @@ table.mod.config-editor input[type="text"] {
|
|||||||
z-index: 30;
|
z-index: 30;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
background-color: #D6DAF0;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desktop-style body {
|
.desktop-style body {
|
||||||
@ -795,6 +795,8 @@ pre {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 9900;
|
z-index: 9900;
|
||||||
|
background: inherit;
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#options_background, #alert_background {
|
#options_background, #alert_background {
|
||||||
@ -808,6 +810,7 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
#options_div, #alert_div {
|
#options_div, #alert_div {
|
||||||
@ -816,6 +819,8 @@ pre {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
background: inherit;
|
||||||
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
#options_div {
|
#options_div {
|
||||||
@ -823,6 +828,7 @@ pre {
|
|||||||
height: 400px;
|
height: 400px;
|
||||||
resize: both;
|
resize: both;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -866,7 +872,6 @@ pre {
|
|||||||
|
|
||||||
.options_tab_icon {
|
.options_tab_icon {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: black;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user