Login   Register  
PHP Classes
elePHPant
Icontem

File: main.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jannerel Roche  >  Paging Class with AJAX or HREF  >  main.css  >  Download  
File: main.css
Role: Auxiliary script
Content type: text/plain
Description: stylesheet
Class: Paging Class with AJAX or HREF
Browse paginated query results using AJAX or HREF
Author: By
Last change: added page_ASC, page_DESC class
Date: 2010-10-26 07:14
Size: 601 bytes
 

Contents

Class file image Download
body, p, h1, h2 { margin:0; padding:0; text-align:center; font-size:11px; color:#000000; font-family:Geneva, Arial, Helvetica, sans-serif }

#preloader { 
    position:absolute;
    text-align:center;
    width:90px;
    height:45px;
    float:left;
    font-size:10px;
    color:#000;
    border:1px solid #ccc;
    background:#FFFFFF
}

#container {
     
    width:400px;
    height:500px;
    text-align:left;
    font-size:12px;
    margin:25px;
}


.page_ASC { padding-left:10px;background:#f00 url(img/asc.png) top left no-repeat}
.page_DESC {padding-left:10px;background:#00f url(img/desc.png) top left no-repeat}