in template:
- Code: Select all
<p class="sideoversikt">{pages}</p>
CSS
- Code: Select all
.sideoversikt a {
padding: 4px;
width: 60px;
margin-right: 5px;
border:1px solid #09478C;
}
.sideoversikt b {
padding: 4px;
width: 60px;
color: #fff;
background: #09478C;
margin-right: 5px;
border:1px solid #09478C;
}
.sideoversikt a:hover {
padding: 4px;
width: 60px;
background: #09478C;
color: #fff;
margin-right: 5px;
border:1px solid #09478C;
}
The theory behind this is simply that an active page in cutenews.ru will be marked by <b></b> instead of <a href=""></a>.
Does not work on front page (1 is not marked as active)
