Some updates for the bulletproof template.

This commit is contained in:
Matthias Mees 2007-09-04 13:14:02 +00:00
parent da8ff0d06d
commit e69bbc7dbb
9 changed files with 26 additions and 22 deletions

@ -1,10 +1,10 @@
<?php
// Colorsets
@define('THEME_COLORSET', 'Farbwahl');
@define('BP_COLORSET_DEF', 'Leer');
@define('BP_COLORSET_OPT1', 'Violett');
@define('BP_COLORSET_OPT2', 'Blau');
@define('BP_COLORSET_OPT3', 'Grün');
@define('BP_COLORSET_DEF', 'leer');
@define('BP_COLORSET_OPT1', 'violett');
@define('BP_COLORSET_OPT2', 'blau');
@define('BP_COLORSET_OPT3', 'grün');
// Layout
@define('LAYOUT_TYPE','Layout des Blogs (B = Blogeinträge, S = Seitenleiste, CF = Content first)');
@define('LAYOUT_SBS','Dreispaltig S-B-S');

@ -1,10 +1,10 @@
<?php
// Colorsets
@define('THEME_COLORSET', 'Colorset');
@define('BP_COLORSET_DEF', 'Blank');
@define('BP_COLORSET_OPT1', 'Purple');
@define('BP_COLORSET_OPT2', 'Blue');
@define('BP_COLORSET_OPT3', 'Green');
@define('BP_COLORSET_DEF', 'blank');
@define('BP_COLORSET_OPT1', 'purple');
@define('BP_COLORSET_OPT2', 'blue');
@define('BP_COLORSET_OPT3', 'green');
// Layout
@define('LAYOUT_TYPE','Blog layout (B = Blog entriee, S = Sidebar, CF = Content first)');
@define('LAYOUT_SBS','Three columns S-B-S');

@ -104,13 +104,13 @@ body {
}
#footer {
float: left;
position: relative;
clear: both;
margin: 0;
padding: 0!important;
width: 100%;
height: 100%;
float:left;
}
/*** Accessibility styles ***/

@ -6,6 +6,8 @@
/* */
/* http://s9y-bulletproof.com */
/**********************************************************************/
#footer {
float: none;
float: none!important;
}

@ -6,6 +6,8 @@
/* */
/* http://s9y-bulletproof.com */
/**********************************************************************/
#footer {
float: none;
float: none!important;
}

@ -7,8 +7,8 @@
"http://www.w3.org/TR/html4/loose.dtd">
{/if}
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -->
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
<head>
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />

@ -1,4 +1,4 @@
Name: Bulletproof v1.0 (s9y-bulletproof.com)
Author: Bulletproof development team
Date: 2007-08-23
Date: 2007-09-04
Require Serendipity: 1.2

@ -1,10 +1,10 @@
<?php
// Colorsets
@define('THEME_COLORSET', 'Farbwahl');
@define('BP_COLORSET_DEF', 'Leer');
@define('BP_COLORSET_OPT1', 'Violett');
@define('BP_COLORSET_OPT2', 'Blau');
@define('BP_COLORSET_OPT3', 'Grün');
@define('BP_COLORSET_DEF', 'leer');
@define('BP_COLORSET_OPT1', 'violett');
@define('BP_COLORSET_OPT2', 'blau');
@define('BP_COLORSET_OPT3', 'grün');
// Layout
@define('LAYOUT_TYPE','Layout des Blogs (B = Blogeinträge, S = Seitenleiste, CF = Content first)');
@define('LAYOUT_SBS','Dreispaltig S-B-S');

@ -1,10 +1,10 @@
<?php
// Colorsets
@define('THEME_COLORSET', 'Colorset');
@define('BP_COLORSET_DEF', 'Blank');
@define('BP_COLORSET_OPT1', 'Purple');
@define('BP_COLORSET_OPT2', 'Blue');
@define('BP_COLORSET_OPT3', 'Green');
@define('BP_COLORSET_DEF', 'blank');
@define('BP_COLORSET_OPT1', 'purple');
@define('BP_COLORSET_OPT2', 'blue');
@define('BP_COLORSET_OPT3', 'green');
// Layout
@define('LAYOUT_TYPE','Blog layout (B = Blog entriee, S = Sidebar, CF = Content first)');
@define('LAYOUT_SBS','Three columns S-B-S');