Login   Register  
PHP Classes
elePHPant
Icontem

File: exprForm/search-form.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of yo keller  >  metaForm  >  exprForm/search-form.css  >  Download  
File: exprForm/search-form.css
Role: Auxiliary data
Content type: text/plain
Description: form css file
Class: metaForm
Generate and validate forms from XML definitions
Author: By
Last change:
Date: 2005-03-15 13:34
Size: 1,330 bytes
 

Contents

Class file image Download
h1,h2,h3
{
font-family: "lucida calligraphy", arial, 'sans serif'; 
}

p,table,li,
{
font-family: "lucida calligraphy", arial, 'sans serif'; 
margin-left: 10pt;
}

body
{
background-color:#fffaf0;
font-size: 100%;	/*50%;*/
}
input
{
	HEIGHT: 20;	//18;
	FONT-FAMILY: "times new roman",arial;
//font-size: 75%;	//150%;
background-color:#ffafaf;	//#c0c0ff; //#0000ff;	//#0000ff;	//#fffaf0;
color: #3f3f00;	//#ffffff;
//width: 160;	//taille des boutons et champs de saisie
}
p,li,th,td
{
font-size: 80%;
}

.small
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 padding-left: 2px;	//10px;
 color: #333333;
 }
 
.adminsmall
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 padding-left: 2px;	//10px;
 color: #333333;
 }
 
input.admin
{
//font-size: 150%;
background-color:#afafff;	//#fffaf0;
color: #ffffff;
width: 160;	//taille des boutons et champs de saisie
}

input.form
{
//font-size: 150%;
background-color:#8888af;	//#af00af;	//#0f1a8f;	//#fffaf0;
color: #ffffff;
width: 160;	//taille des boutons et champs de saisie
}

h1,h2,h3,hr {color:#483d8b;}

table {border-style:outset}
li {list-style: square;)