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 Egorov Stanislav  >  Ministry_Calendar  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: example of using css
Class: Ministry_Calendar
Output month calendars in HTML
Author: By
Last change:
Date: 2004-05-27 21:11
Size: 1,776 bytes
 

Contents

Class file image Download
BODY, TD, TR {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	cursor: default;
}
.inp, select, option, textarea
{
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Courier New", Courier, monospace;
	BACKGROUND-COLOR: #ffffff;
}
.text
{
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Courier New", Courier, monospace;
	BACKGROUND-COLOR: #ffffff;
}
a.clCalLink:active, a.clCalLink:visited,  a.clCalLink:link {
	color: White;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	font-weight: normal;
}
a.clCalLink:hover {
	font-size: 10px;
	color: White;
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	font-weight: normal;
}

.clToday {
	background : #FF8000;
	color : White;
	font-family : "Courier New", Courier, monospace;
}
.clDay {
	background : White;
	color : Black;
	font-family : "Courier New", Courier, monospace;
}
.clDayLink {
	background : White;
	color : Blue;
	font-family : "Courier New", Courier, monospace;
	text-decoration : none;
}
.clDayLink:hover {
	background : White;
	color : Blue;
	font-family : "Courier New", Courier, monospace;
	text-decoration : underline;
}
.clDayNames {
	background : #E4E4E4;
	color : Black;
	font-family : "Courier New", Courier, monospace;
}
.clTop {
	background : #778899;
	color : White;
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
}