Change theme to bunker_like and fix up some of the css
This commit is contained in:
parent
46c0784148
commit
aaa60c529a
|
@ -361,7 +361,7 @@ $config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
|
||||||
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
||||||
$config['stylesheets']['Post-Left'] = 'dead.css';
|
$config['stylesheets']['Post-Left'] = 'dead.css';
|
||||||
|
|
||||||
$config['default_stylesheet'] = array('Yotsuba', 'yotsuba.css');
|
$config['default_stylesheet'] = array('Yotsuba', 'bunker_like.css');
|
||||||
/*
|
/*
|
||||||
* ====================
|
* ====================
|
||||||
* Javascript
|
* Javascript
|
||||||
|
|
|
@ -173,3 +173,20 @@ hr {
|
||||||
.options_tab_icon.active {
|
.options_tab_icon.active {
|
||||||
color: #FFB300;
|
color: #FFB300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXES */
|
||||||
|
div.ban {
|
||||||
|
background: #1D1F21;
|
||||||
|
border: 1px dashed #117743;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.ban h2 {
|
||||||
|
background: #282A2E;
|
||||||
|
color: #ACACAC;
|
||||||
|
}
|
||||||
|
|
||||||
|
table thead th {
|
||||||
|
background: #282A2E;
|
||||||
|
color: #ACACAC;
|
||||||
|
border: 1px solid #117743;
|
||||||
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
|
||||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||||
<link rel="stylesheet" media="screen" href="/stylesheets/yotsuba.css">
|
<link rel="stylesheet" media="screen" href="/stylesheets/bunker_like.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.sidebar {
|
.sidebar {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
|
@ -48,9 +48,9 @@
|
||||||
legend {
|
legend {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
background: #FCA;
|
background: #282A2E;
|
||||||
border: 1px solid #800;
|
border: 1px solid #117743;
|
||||||
color: #800;
|
color: #ACACAC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 5px 5px
|
padding: 5px 5px
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<img src="{{ config.logo }}" alt="logo" class="home-logo">
|
<img src="{{ config.logo }}" alt="logo" class="home-logo">
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
|
||||||
<link rel="stylesheet" media="screen" href="/stylesheets/yotsuba.css">
|
<link rel="stylesheet" media="screen" href="/stylesheets/bunker_like.css">
|
||||||
<p class="home-description" >{{ description }}</p>
|
<p class="home-description" >{{ description }}</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue