We've upgraded our Forums to Active Forums
Old Forums can still be accessed here for reference

Forum

Subject: Yahoo Style Paging - Default
Prev Next
You are not authorized to post a reply.

AuthorMessages
Mandeeps.comUser is Offline

Posts:451

01/11/2008 1:01 AM  

This is the default style of paging for Live Content "out of box"

CSS Code:

 .LCPageDiv {
  padding: 3px;
  margin: 3px;
  text-align:center;
  font-family:Tahoma,Helvetica,sans-serif;
  font-size:.85em;
 }
 
 .LCPageDiv a {
  border: 1px solid #ccdbe4;
  margin-right:3px;
  padding:2px 8px;

  background-position:bottom;
  text-decoration: none;

  color: #0061de;  
 }
 .LCPageDiv a:hover, .LCPageDiv a:active {
  border: 1px solid #2b55af;
  background-image:none;
  background-color:#3666d4;
  color: #fff;
 }
 .LCPageDiv span.LCPageNoSelected {
  margin-right:3px;
  padding:2px 6px;
  
  font-weight: bold;
  color: #000;
 }
 .LCPageDiv a.LCPageNext{
  border:2px solid #ccdbe4;
  margin:0 0 0 10px;
 }
 .LCPageDiv a.LCPageNext:hover{
  border:2px solid #2b55af;
 }
 .LCPageDiv a.LCPagePrev{
  border:2px solid #ccdbe4;
  margin:0 10px 0 0;
 }
 .LCPageDiv a.LCPagePrev:hover{
  border:2px solid #2b55af;
 }

You are not authorized to post a reply.
Forums > Modules > Live Content >Paging Control CSS Code > Yahoo Style Paging - Default



ActiveForums 3.7