Panoramic Sites: the portfolio of Mike Humphrey.
Panoramic Sites | Panoramic sites. Built with a panoramic set of web skills.
Home Page About Panoramic Web sites Graphics and Flash Other Web Skills References
URL Encoded E-mails
Cascading Style Sheets
Forms

Cascading Style Sheets

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML.

 

 

Here are some CSS butttons

 

 

 


Below are a listing of styles I have used on various web sites.

 

Old Postings

.Postings_Old {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ##FF6600;
	vertical-align:middle;
	text-align: left; 
	 
}

 

New Postings

.Postings_New {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300; 
	font-style:italic;
	color: black;
	vertical-align:middle;
	text-align: left; 
}
                     

Special Postings

.Postings_Special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
     font-weight: 600;
}
Section Title




.SectionTitle { font-size: 16px; font-weight: bold; color: Black; /* Text Dark */ border-bottom-width: 1px; border-bottom-style: dashed; border-color: #000000; /* Border Light */ background-color: White; border: thin dashed Blue; padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; }

 

Back to top