Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael A. Peters  >  docType  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Style Sheet
Class: docType
Create HTML or XHTML depending on the user browser
Author: By
Last change:
Date: 2009-12-19 20:54
Size: 1,857 bytes
 

Contents

Class file image Download
body	{	
	font-size: 1em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: serif;
	background-color: #eeeeee;
	margin-top: 30px;
   margin-left: 80px;
   width: 50em;
	}	

h1	{	
	font-family: Helvetica, sans-serif;
	font-size-adjust: .46;
	font-size: 2.33em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	}
	
h2 {
	font-family: Helvetica, sans-serif;
	font-size-adjust: .46;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	}
	
h3 {
	font-family: Helvetica, sans-serif;
	font-size-adjust: .46;
	font-size: 1.50em;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	}
	
pre.code {
   font-size: 0.8em;
   font-family: LucidaMonoEFOP, LucidaMonoEF, "Lucida Mono", Monaco, LucidaSansTypewriter, "Lucida Sans Typewriter", "DejaVu Sans Mono", "Courier New", monospace;
   color: blue;
   }
	
.mono {
	font-family: LucidaMonoEFOP, LucidaMonoEF, "Lucida Mono", Monaco, LucidaSansTypewriter, "Lucida Sans Typewriter", "DejaVu Sans Mono", "Courier New", monospace;
	}
	
#pagenav {
   width:100%;
   height:30px;
   background: #DDCCEE;
   font-variant: small-caps;
/*   background:#999; */
   }

#pagenav ul {
   margin:0px; padding:0px;
   }

#pagenav ul li {
   display:inline;
   float:left; 
   list-style:none;
   margin-left:15px;
   margin-top: 5px;
   position:relative;
   height:30px;
   }

#pagenav li a {
/*   color:#fff; */
   color: #7B68EE;
   text-decoration:none;
   }

#pagenav li a:hover {
/*   color:#fff; */
   color: #C00;
	background: #FC0;
   text-decoration:underline;
   text-decoration:none;
   }