Login   Register  
PHP Classes
elePHPant
Icontem

File: autoformBQ.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Uwe Stein  >  autoformBQ  >  autoformBQ.css  >  Download  
File: autoformBQ.css
Role: Auxiliary data
Content type: text/plain
Description: sample css-definitions used by autoformBQ_sample.php
Class: autoformBQ
Generate Web forms from MySQL query results
Author: By
Last change:
Date: 2005-01-29 12:02
Size: 1,639 bytes
 

Contents

Class file image Download
/* this CSS is an example to demonstrate the use with swemc */
/* you may define different classes for different layouts. */
/*                                                         */
/* The table-class name is the param you can hand over to  */
/* the functions tab_out and  single_out and this          */
/* class-name is used at <table>, <th>, <tr> and <td>.     */
/* So, if you use different layouts you have to define     */
/*                                 table.class_name        */
/* and if needed                   table.class_name th     */
/*                                 table.class_name tr     */
/*                                 table.class_name td     */
/*                                                         */
/*                      < :-) >                            */
/* The class-name never minds, feel free to call your      */
/* class pille_palle, bumble_bee, mathilda or however      */
/* you want                                                */
/*                      </ :-) >                           */


body {

    background-color : #B8E1DC;
	color            : #2A15E9;
}

form.autoformBQ{
	width         : 90%;
	background-color: #00FFE1;
	vertical-align: center;
	border-width  : 4px;
	border-style  : outset;
	border-color  : #C97A20;
}

/*  first layout  */
table.autoformBQ{
	width         : 95%;
	vertical-align: center;
	text-align    : left;
	border-width  : 4px;
	border-style  : outset;
	border-color  : #E56E0D
	background-color: "gold";
}
table.autoformBQ td {

  background-color = #06E9D6;
  border-color : #C20D0D;
  border-style : groove;
  border-width : 3px;
}