PHP Classes

File: theme/thm1/style.css

Recommend this page to a friend!
  Classes of Payam Khaninejad   Smarty Template Engine Theme Selection Class   theme/thm1/style.css   Download  
File: theme/thm1/style.css
Role: Example script
Content type: text/plain
Description: stylesheet
Class: Smarty Template Engine Theme Selection Class
Load a Smarty template theme defined in XML
Author: By
Last change:
Date: 13 years ago
Size: 362 bytes
 

Contents

Class file image Download
body {
    background-color: #F90;
}
ul, li {
    display: inline;
}
   
.thumbView{overflow:auto;width:100%;}
.thumbView li{
    float:left;
    width:250px;
    height:300px;
    padding-top:10px;
    font-size:11px;
    text-align:center;
    overflow:hidden;}
.thumbView li:hover{
    background-color:#CCCCCC;
    }
.thumbView li img{color:#fff;border:1px solid #EFEFEF};