Login   Register  
PHP Classes
elePHPant
Icontem

File: doc.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andrioli Darvin  >  SpoolTemplate  >  doc.css  >  Download  
File: doc.css
Role: Auxiliary data
Content type: text/plain
Description: Documentation CSS
Class: SpoolTemplate
Database report generation based on templates
Author: By
Last change:
Date: 2003-09-21 08:38
Size: 779 bytes
 

Contents

Class file image Download
.SectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.grouptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
}
.BoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.CodeComment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #009966;
}
.CodeText {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}