commit
237d9d921d
|
@ -283,6 +283,9 @@ $config['stylesheets']['Dark Red'] = 'dark_red.css';
|
||||||
$config['always_noko'] = true;
|
$config['always_noko'] = true;
|
||||||
$config['spoiler_images'] = true;
|
$config['spoiler_images'] = true;
|
||||||
|
|
||||||
|
//Changes made by Coma
|
||||||
|
$config['markup_code'] = ("/\[code\](.*?)\[\/code\]/is");
|
||||||
|
|
||||||
//more themes (issue#26)
|
//more themes (issue#26)
|
||||||
$config['stylesheets']['Burichan'] = 'burichan.css';
|
$config['stylesheets']['Burichan'] = 'burichan.css';
|
||||||
$config['stylesheets']['Futaba'] = 'futaba.css';
|
$config['stylesheets']['Futaba'] = 'futaba.css';
|
||||||
|
|
|
@ -5,6 +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="stylessheets/dark_red.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
@ -30,9 +31,9 @@
|
||||||
legend {
|
legend {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
background: #98E;
|
background: #8B0000;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
color: white;
|
color: #d0d3d4;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 5px 5px
|
padding: 5px 5px
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1>{{ settings.title }}</h1>
|
||||||
<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="stylessheets/dark_red.css">
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="ban">
|
<div class="ban">
|
||||||
|
|
Loading…
Reference in New Issue