If you're like me, getting the details of your ning network just right is an ongoing process.  For example, I think that the default pagination styles attached to ning themes are BOR-ING.  So I'm going to quickly show you how to add a little style to your pagination and make your pages just a little more unique.

First, for those who don't know, this is pagination

 

 

What You will Be Making is This on the right:

 

You can see the finished product on any page on my network with pagination-for example, the Surveying Photos Page as pictured to the right.

 

 

 

 

Let's begin.  First you want to find a style that you like and you can find these all over the web.  !'ve found that some offered by blogs which help with blogger design have pretty good ones.  For this exercise, try picking one of the many styles from this page.  I used this one: Meneame Style   You can see from the image below that there are plenty to choose from:

You'll want to download the CSS style sheet for the style you want and if there is an image involved grab that too.  If there is an image, you'll want to upload it to a blog post on your network and paste that image URL into the CSS style sheet wherever you see something like url:(image/whatever.jpg)

 

 


Next, you're gonna want to look at the style sheet and find any instance where it says something similar to   div.pagination  and replace every instance of div.    with  ul.  because what you are changing is not the div itself, but the unordered list.

 

Finally, you're gonna want to copy and paste the entire CSS from the  stylesheet and add it to the bottom of your Advanced CSS in dashboard.

 

Bonus Tip:  If you want to style it even further, head over to the CSS3Generator and use the Transform property.  Play around with that a little bit and grab the new code it generates.  Place that code within the ul.pagination hover state and you will get something similar to what you see on bottom of LSU Photos page.

 

 

Good luck!

 

Need help with your Ning Network?  Message me.  I don't bite.

 

 

 

Tags: CSS, advanced, customize, pagination, style, tweak

Views: 1334

Reply to This

Replies to This Discussion

Freaking brilliant! Thanks Justin! Just installed it on my network.

Hi justin,

Have come up with the following code to place in appearance>advanced (at the end) but it is not working. What am I missing? Thanks for your help.

Maybe  because you have a different theme, but I don' have any of that other code between -moz-transform and (0deg,0deg).

Hey Thunder thanks for taking a look. I've taken all the transform code out and it still doesn't display the new "style". I'll go back and re-copy and place the code~ all fresh!

Thanks, 

James

You're welcome James.

 

Best to you.

thanks...im glad you all are getting use of this...

Hi JFarrow , i want to put like your style and emotion of numbers in your website.when I click in number it is  move littel.Can you give me the css for it .

?

As I said in the post Ahmad you need to go to http://css3generator.com and generate that code then add it to your advanced css box...

I do not know generated
You can generate for me?

add this bit of code in red to your selector which is bolded

ul.pagination a:hover, div.meneame a:active {
border: 1px solid #ff9600;
background-image:none;
background-color:#ffc794;
color: #ff6500;
-moz-transform: scale(1.3) rotate(5deg) translate(1px, 1px) skew(0deg, 0deg);
-webkit-transform: scale(1.3) rotate(5deg) translate(1px, 1px) skew(0deg, 0deg);
-o-transform: scale(1.3) rotate(5deg) translate(1px, 1px) skew(0deg, 0deg);
-ms-transform: scale(1.3) rotate(5deg) translate(1px, 1px) skew(0deg, 0deg);
transform: scale(1.3) rotate(5deg) translate(1px, 1px) skew(0deg, 0deg);
}

it is work. thank you

RSS

Latest Activity

Fire-Tech replied to soaringeagle's discussion '3.0 feature request'
"+1"
1 hour ago
Allison Leahy replied to soaringeagle's discussion '3.0 feature request'
"Thanks. I'll make sure this is filed as a feature improvement for 3.0."
3 hours ago
Kos replied to SweetPotato's discussion 'Simple, Responsive Slider for Ning 3.0'
"Ha!  Nevermind.  Suddenly it's back to normal again.  Gremlins in the hardware,…"
3 hours ago
Kos replied to SweetPotato's discussion 'Simple, Responsive Slider for Ning 3.0'
"Hey SP is your slide still running alright?  Came back from dinner and saw this.  idk if…"
4 hours ago
FedMedic replied to soaringeagle's discussion '3.0 feature request'
"+1"
6 hours ago
Kos replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
"It's a glitch on Ning's end; plain and simple"
7 hours ago
John Bizley replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
"Thanks Riccardo, it took a bit of moving the mouse about to find it but my mouse does change to the…"
7 hours ago
Riccardo Rossini replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
"John, actually the button is only hidden, more or less you'll find it here your pointer will…"
8 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service