Current Directory: /home/astoriaah/www/old15/templates/client/less/joomla
Viewing File: /home/astoriaah/www/old15/templates/client/less/joomla/pagination.less
/* Pagination
-----------------------------------------------------------------------------*/
.pagination,.pagination-wrap {
font-size:90%;
ul {
border:0;
margin-bottom:30px !important;
float:left;
width:100%;
li {
border:0;
a {
background:@pagination-bg;
border:1px solid @pagination-border;
color:#333;
margin:0 0 0 0;
.border-radius(0);
line-height:3em;
-webkit-transition : border 500ms ease-out;
-moz-transition : border 500ms ease-out;
-o-transition : border 500ms ease-out;
&:hover {
color:#fff;
background:@pagination-hover-bg;
}
}
&.active {
a {
background: @pagination-active-bg;
color: @pagination-active-color;
}
}
&.disabled {
a {
background:@tertiary;
color:@pagination-disabled-color;
border:0;
&:hover {
background:@tertiary; }
}
}
}
}
.pagination-list {
background:none;
border:0!important;
.border-radius(0);
padding-right:10px;
margin-bottom:30px !important;
.box-shadow(none)
}
.counter {font-size:90%;font-style:italic;color:#999}
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span,
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
.border-radius(0) !important;
}
/* Joomla 2.5 page nav at bottom of articles
-----------------------------------------------------------------------------*/
ul.pagenav li {
display: inline-table;
width:48%;
background:@tertiary !important;
a {
color:darken(@tertiary, 30%);
font-weight:bold;
padding:20px;
width:100%;
text-align:center;
&:hover {
background:@secondary!important;
border:1px solid darken(@secondary, 4%);
color:#fff
}
}
}
/* Pagenav
-----------------------------------------------------------------------------*/
.pager li > a {
border-radius: 0;
border: 0;
background: none !important;
padding: 0;
&:hover {background:none}
}
.pager a {
background: none;
border-radius: 0
}
/* More links at bottom of the page
-----------------------------------------------------------------------------*/
div.items-more {
background-position: left top !important;
padding-top: 30px;
.nav-tabs {
margin: 0;
li {
margin: 0;
padding: 0;
a {
margin: 0;
padding: 8px 0;
background: none;
color: @link-color !important;
border:0;
border-bottom:1px solid @border-color;
&:hover {
color:@link-hover-color;
border:0 !important;
border-bottom:1px solid @border-color !important;
background:none
}
}
}
}
}
/* Pagenav - Tabs
-----------------------------------------------------------------------------*/
dl.tabs {
padding-bottom:20px;
border:0 !important;
.clearfix;
h3 {
float: left;margin-right: 4%;font-size: 1.7em;font-weight: normal;
}
}