Hi NCs,
This tip explains how to design a youtube like pagination for video page, photo page etc. or more in general to split a long list of contents in more pages. I hope it's a perfect pagination style.
Instruction: Just copy and paste the code into Advanced CSS box.
The Code
.pagination li{
text-shadow: 0 1px 0 #fff;
background-color: #e0e0e0;
-moz-box-shadow: inset 0 0 1px #fff;
-ms-box-shadow: inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px #fff;
box-shadow: inset 0 0 1px #fff;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
background-image: -moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
background-image: -ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
background-image: -o-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc));
background-image: -webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%);
background-image: linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);
}
.pagination li a {
border-color: #ccc #ccc #aaa!important;
color: #333333;
}
.pagination li span {
border: solid 1px;
padding: 5px 10px;
color: #333333;
border-color: #888 #aaa #ccc;
-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
-ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
background-image: -moz-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
background-image: -ms-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
background-image: -o-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8c8c8),color-stop(100%,#e6e6e6));
background-image: -webkit-linear-gradient(top,#c8c8c8 0,#e6e6e6 100%);
background-image: linear-gradient(to bottom,#c8c8c8 0,#e6e6e6 100%);
}
Want to give a different look to your ning site? Mail me at bernardmax2@gmail.com
Live Example: Here
Example:
Tags: Cool, Tip:, Youtube, like, pagination
Permalink Reply by shrawan bomjan on August 12, 2012 at 9:40pm thx bro.....very cool...nice

You are most welcome...

Thanks Dave....

thanks for liking it Solo.
Permalink Reply by Jordon McGee (Jords) on August 13, 2012 at 1:51pm Amazing!!
Permalink Reply by Dr Husky (Emalejandro) on August 15, 2012 at 4:34am IS Perfect!!!
thank you very much!!!

Glad you liked it..
Permalink Reply by Michael Thompson on August 16, 2012 at 8:19am Nice tip Bernard!
Is the grey shading area around each video included in this tip? Or is this tip just include the pagination at the bottom?

This tip explains how to design a youtube like pagination for video page, photo page etc. Thanks
Permalink Reply by Pastor Donald C. Garner Jr. on August 16, 2012 at 2:18pm Thank You Bernard!!! I've been waiting on this exact tip for months, with no luck. I have been offline for 2 months, just got back to changing and upgrading thing. So thanks a bunch for this great tip. Blessings. Pastor G.
Kos replied to SM's discussion 'How to Target the First Page of your Site with CSS'
soaringeagle replied to Phil McCluskey's discussion 'Introducing the Spam Folder'
soaringeagle replied to Phil McCluskey's discussion 'Introducing the Spam Folder'© 2013 Created by Ning.
