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 flaimo  >  RSS Builder  >  doc.css  >  Download  
File: doc.css
Role: Auxiliary data
Content type: text/plain
Description: css file
Class: RSS Builder
Classes for creating a RSS file
Author: By
Last change:
Date: 2003-05-30 02:24
Size: 578 bytes
 

Contents

Class file image Download
body, samp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F4F4F4;
	font-size: 1em;
	padding: 20px;
}
code, var {
	color: #0000CC;
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
}
samp {
	color: #CC0000;
	padding: 0px
}
var {
	color: #009900;
}
h1 {
	border-bottom: 3px solid #333;
}
h2 {
	border-bottom: 2px solid #333;
}
h3 {
	border-bottom: 1px solid #333;
}
.current {
	color: #339933;
}
.date {
	color: #666;
	font-weight: normal;
}
code > strong, samp > strong {
	background: #fff;
}