/* +----------------------------------------------------------------+ | | | WordPress 2.5 Plugin: WP-PageNavi 2.31 | | Copyright (c) 2008 Lester "GaMerZ" Chan | | | | File Written By: | | - Lester "GaMerZ" Chan | | - http://lesterchan.net | | | | File Information: | | - Page Navigation CSS Style | | - wp-content/plugins/wp-pagenavi/pagenavi-css.css | | | +----------------------------------------------------------------+ */ .wp-pagenavi { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; } .wp-pagenavi a, .wp-pagenavi a:link { padding: 4px 8px 4px 8px; margin: 2px; text-decoration: none; border: 1px solid #006699; color: #006699; font-weight:bold; background: #eeeeee; } .wp-pagenavi a:visited { border: 1px solid #006699; color: #006699; font-weight:bold; background: #eeeeee; } .wp-pagenavi a:hover { border: 1px solid #3366CC; color: #006699; background: #cccccc; } .wp-pagenavi a:active { padding: 4px 8px 4px 8px; margin: 2px; text-decoration: none; border: 1px solid #333; color: #333; font-weight:bold; background: #eeeeee; } .wp-pagenavi span.pages { padding: 4px 8px 4px 8px; margin: 2px; text-decoration: none; border: 1px solid #333; color: #333; font-weight:bold; background: #eeeeee; } .wp-pagenavi span.current { padding: 4px 8px 4px 8px; margin: 2px; text-decoration: none; border: 1px solid #333; color: #333; font-weight:bold; background: #eeeeee; } .wp-pagenavi span.extend { padding: 4px 8px 4px 8px; margin: 2px; text-decoration: none; border: 1px solid #333; color: #333; font-weight:bold; }