Welcome, Guest. Please login or register.
Did you miss your activation email?
July 30, 2010, 12:04:56 PM
Home Help Search Login Register
News: This is the supporting forum for http://www.xippy.co.uk the clan website provider

XippY Clan Website Forum  |  General  |  Howtos/Tutorials  |  Topic: [HOW TO] CSS Code Example 2 - Pagination 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: [HOW TO] CSS Code Example 2 - Pagination  (Read 1009 times)
iamtheoneneo
i
**
Offline Offline

Posts: 66



« on: March 17, 2009, 06:22:01 PM »

 Smiley Hi all,
Ok i am swiftly moving on with my guides, unfortunately i cant really post this in the how to so maybe someone can move this?

Ok, here is the guide for pagination links, again this goes under the main settings.

Here you are defining the pagination links to be edited and then changing their attributes.

Colours are again in hex, you have the border and then the text itself for both when you hover over it and once its used.

You can add more CSS to these but i have been playing around with this code and imo this is what works best in the way xippy has set CSS rules up.

More to come soon, just have to figure out the site code!
again an example of this can be found on the forums of my site.


Code:
<style type="text/css">

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #FFE303; /*border*/
color: #65909A; /*text*/
}

.pagination a:hover, .pagination a:active{
border: 1px solid #FF7722;
background-color: #FF7722;
}
</style>
« Last Edit: March 18, 2009, 12:42:26 PM by iamtheoneneo » Logged

Pages: [1] Go Up Print 
XippY Clan Website Forum  |  General  |  Howtos/Tutorials  |  Topic: [HOW TO] CSS Code Example 2 - Pagination « previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!