clipbucket/upload/admin_area/styles/cbv3/theme/pagination.css
Arslan Hassan 5962836294 Added : template.php as template file
Added : function filters files replacing function hooks
Added : add_admin_menu a whole new function and replaced all existing functions with new
Added : New Admin Area with Bootstrap and new icons
Added : functions for widgets
Added : Sidebars and Widgets
2012-04-28 20:11:43 +00:00

17 lines
No EOL
525 B
CSS

/* Css Document */
.pagination
{
background-image:url(../images/bgs/pagination_bg.png);
background-repeat:repeat-x;
height:23px;
width:100%;
margin:auto;
line-height:23px;
color:#FFF;font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif;
}
.pagination a, .pagination .selected{color:#FFF; font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; margin:0px 3px 0px 3px; }
.pagination .selected{color:#FFFF97; text-decoration:underline;}