From aba6f147f73519063011c4f74926de15a30f60bd Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 7 Jul 2011 22:52:53 +1000 Subject: [PATCH] basic futaba stylesheet --- inc/config.php | 1 + stylesheets/futaba.css | 74 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 stylesheets/futaba.css diff --git a/inc/config.php b/inc/config.php index 8e09ce90..e71f3631 100644 --- a/inc/config.php +++ b/inc/config.php @@ -681,6 +681,7 @@ 'Yotsuba B' => 'default.css', 'Yotsuba' => 'yotsuba.css' ); + // $config['stylesheets']['Futaba'] = 'futaba.css'; // The prefix for each stylesheet URI. Defaults to $config['root']/stylesheets/ //$config['uri_stylesheets'] = 'http://static.example.org/stylesheets/'; diff --git a/stylesheets/futaba.css b/stylesheets/futaba.css new file mode 100644 index 00000000..3640afc2 --- /dev/null +++ b/stylesheets/futaba.css @@ -0,0 +1,74 @@ +body { + background: #ffe; + color: #800000; + font-family: serif; + font-size: 16px; +} +div.title h1 { + font-size: 24px; +} +div.title p { + font-size: 10px; +} +a:link, a:visited, p.intro a.email span.name { + color: #0000ff; +} +a:link:hover { + color: #d00; +} +a.post_no { + color: #800000; +} +div.post.reply { + background: #f0e0d6; + border-color: #d9bfb7; +} +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; +}