Login   Register  
PHP Classes
elePHPant
Icontem

File: winki.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  PHTML::Template v2  >  winki.css  >  Download  
File: winki.css
Role: Auxiliary data
Content type: text/plain
Description: css/winki.css
Class: PHTML::Template v2
PHP template compiler engine
Author: By
Last change:
Date: 2005-02-18 07:51
Size: 526 bytes
 

Contents

Class file image Download
body {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	margin-left: 64px;
	}

a { 
	border-bottom: #003399 1px dashed;
	text-decoration: none;
	color: #003399;
	}

a:hover {
	border-bottom: 0px;
	text-decoration: none;
	color: #f00000; 
	}

#main {
	width: 600px;
	text-align: justify;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	padding: 20px;
	padding-top: 0px;
	}
#copy {
	color: #999;
	font: 8pt Georgia, "Times New Roman", Times, serif;
	}