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'} -