diff --git a/templates/bulletproof/blue_style.css b/templates/bulletproof/blue_style.css index c19f7837..cac08034 100644 --- a/templates/bulletproof/blue_style.css +++ b/templates/bulletproof/blue_style.css @@ -150,6 +150,30 @@ body { margin: 5px 0 10px; } +/* pagination links */ +div.pagination{ + margin-top: 1em; +} + +.pagination a:link, +.pagination a:visited{ + border: 1px solid #CFCFCF; + padding: 2px 6px; +} + +span#thispage { + background-color: #3D98C5; + border: 1px solid #3D98C5; + color: #ffffff; + padding: 2px 6px; +} + +.pagination a:hover, +.pagination a:active { + background-color: #EDF8FD; + border: 1px solid #3D98C5; +} + .serendipitySideBarItem { margin: 10px; padding: 0; diff --git a/templates/bulletproof/default_style.css b/templates/bulletproof/default_style.css index 252b67b5..25e24511 100644 --- a/templates/bulletproof/default_style.css +++ b/templates/bulletproof/default_style.css @@ -221,6 +221,34 @@ a.homelink2:link, a.homelink2:visited, background-color: #ecf3fd; } +/* pagination links */ +div.pagination{ + margin-top: 1em; +} + +.pagination a:link, +.pagination a:visited{ + background: #DDECFB url(img/default_sitenav_back.png) center left repeat-x; + border: 1px solid #CFCFCF; + padding: 2px 6px; + text-decoration: none; +} + +span#thispage { + background: #235587; + border: 1px solid #235587; + color: #ffffff; + padding: 2px 6px; +} + +.pagination a:hover, +.pagination a:active { + background: #5F90BA; + border: 1px solid #235587; + color: #ffffff; + padding: 2px 6px; +} + img.serendipity_entryIcon { float: right; border: 0px; diff --git a/templates/bulletproof/entries.tpl b/templates/bulletproof/entries.tpl index 2d68d41f..f1ce4c07 100644 --- a/templates/bulletproof/entries.tpl +++ b/templates/bulletproof/entries.tpl @@ -417,27 +417,43 @@ {/if} {if $template_option.show_pagination == 'true'} - + {/if} + {serendipity_hookPlugin hook="entries_footer"} diff --git a/templates/bulletproof/green_style.css b/templates/bulletproof/green_style.css index e50781f3..f5093b25 100644 --- a/templates/bulletproof/green_style.css +++ b/templates/bulletproof/green_style.css @@ -145,6 +145,31 @@ body { margin: 5px 0 10px; } +/* pagination links */ +div.pagination{ + margin-top: 1em; +} + +.pagination a:link, +.pagination a:visited{ + border: 1px solid #AFA283; + padding: 2px 6px; + +} + +span#thispage { + background-color: #224C03; + border: 1px solid #224C03; + color: #ffffff; + padding: 2px 6px; +} + +.pagination a:hover, +.pagination a:active { + background-color: #E7D9B7; + border: 1px solid #224C03; +} + .serendipitySideBarItem { margin: 10px; padding: 0; diff --git a/templates/bulletproof/info.txt b/templates/bulletproof/info.txt index 7cb766b0..25fe2c85 100644 --- a/templates/bulletproof/info.txt +++ b/templates/bulletproof/info.txt @@ -1,4 +1,4 @@ Name: Bulletproof v1.4 beta (s9y-bulletproof.com) Author: Bulletproof development team -Date: 2008-08-08 +Date: 2008-09-29 Require Serendipity: 1.2 diff --git a/templates/bulletproof/purple_style.css b/templates/bulletproof/purple_style.css index d6d72804..62d34d61 100644 --- a/templates/bulletproof/purple_style.css +++ b/templates/bulletproof/purple_style.css @@ -147,6 +147,30 @@ body { margin: 5px 0 10px; } +/* pagination links */ +div.pagination{ + margin-top: 1em; +} + +.pagination a:link, +.pagination a:visited{ + border: 1px solid #EDBCF9; + padding: 2px 6px; +} + +span#thispage { + background-color: #823995; + border: 1px solid #823995; + color: #ffffff; + padding: 2px 6px; +} + +.pagination a:hover, +.pagination a:active { + background-color: #EDBCF9; + border: 1px solid #823995; +} + .serendipitySideBarItem { margin: 10px; padding: 0;