mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Redchanit CSS
This commit is contained in:
parent
7495e68fc2
commit
488f8e2648
@ -143,11 +143,13 @@
|
||||
$config['additional_javascript'][] = 'js/twemoji/twemoji.js';
|
||||
$config['additional_javascript'][] = 'js/flag-previews.js';
|
||||
$config['additional_javascript'][] = 'js/post-filter.js';
|
||||
$config['additional_javascript'][] = 'js/image-hover.js';
|
||||
|
||||
//$config['font_awesome_css'] = '/netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css';
|
||||
|
||||
$config['stylesheets']['Dark'] = 'dark.css';
|
||||
$config['stylesheets']['Photon'] = 'photon.css';
|
||||
$config['stylesheets']['Redchanit'] = 'redchanit.css';
|
||||
|
||||
$config['stylesheets_board'] = true;
|
||||
$config['markup'][] = array("/^[ |\t]*==(.+?)==[ |\t]*$/m", "<span class=\"heading\">\$1</span>");
|
||||
|
60
stylesheets/redchanit.css
Normal file
60
stylesheets/redchanit.css
Normal file
@ -0,0 +1,60 @@
|
||||
body {
|
||||
background: #3B4357;
|
||||
color: white;
|
||||
font-family: verdana,arial,sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
background-color: #7F8CA8;
|
||||
}
|
||||
|
||||
.desktop-style .sub {
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
header div.subtitle, h1 {
|
||||
font-family: verdana,arial,sans-serif;
|
||||
}
|
||||
|
||||
div.banner {
|
||||
background-color: #7F8CA8;
|
||||
}
|
||||
|
||||
form table tr th {
|
||||
background: #7F8CA8;
|
||||
}
|
||||
|
||||
div.blotter {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.thread {
|
||||
background: #7F8CA8;
|
||||
}
|
||||
|
||||
div.post.reply {
|
||||
background: #343C4E;
|
||||
border: none;
|
||||
display: table;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
img.post-image {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
color: #5C5484;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
color: #8080FF;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #8020FF;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user