Login   Register  
PHP Classes
elePHPant
Icontem

File: template_directory/template01/stylesheet/screen.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Guerrieri Luca  >  PXAServer  >  template_directory/template01/stylesheet/screen.css  >  Download  
File: template_directory/template01/stylesheet/screen.css
Role: Auxiliary data
Content type: text/plain
Description: CSS file
Class: PXAServer
Library to build applications configured with XML
Author: By
Last change:
Date: 2007-03-16 14:02
Size: 1,034 bytes
 

Contents

Class file image Download
body {
	background : White;
	font : 5pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

h1 	{
	background: Silver;
	color: Black;
}

p	{
	color : Red;
	}

ul.tabs{
	float: left;
	width: 100%;
	list-style: none;
    border-bottom: 1px solid #D7D7D7;
    margin: 0;
    padding: 0;
    }

ul.tabs li{
	float: left;
	margin: 0 0.2em 0;
	padding: 0 0 0 8px;
    background: url(../images/tab.png) no-repeat top left
    }

ul.tabs a{
	float: left;
	padding: 0.4em 8px 0.4em 0;
    background: url(../images/tab.png) no-repeat top right;
    text-decoration: none;
    color: #222
    }

ul.tabs a:hover{
	color: #184D8A
	}

ul.tabs li.active{
	background: url(../images/tab2.png) no-repeat top left
	}

ul.tabs li.active a{
	background: url(../images/tab2.png) no-repeat top right;
    color: #184D8A
    }

#contenuto{       
 	background:#f1f1f1;   
 	clear:both;   
 	font-size:11px;   
 	color:#000000;   
 	padding:10px;   
 	font-family:Verdana, Helvetica, sans-serif;
	}