Login   Register  
PHP Classes
elePHPant
Icontem

File: example/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Helmut Daschnigrum  >  DirecTemplate  >  example/style.css  >  Download  
File: example/style.css
Role: Auxiliary data
Content type: text/plain
Description: Example script stylesheet
Class: DirecTemplate
Template engine based on regular expressions
Author: By
Last change:
Date: 2006-05-15 17:24
Size: 446 bytes
 

Contents

Class file image Download
body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: #CCCCCC;
}
.heading {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.info td {
	border-bottom: 1px dashed #999999;
}
.info {
	border-top: 1px dashed #999999;
}
.price {
	text-align: right;
}
.row_odd {
	background-color: #EEEEEE;
}
.row_even {
	background-color: #F5F5F5;
}