Login   Register  
PHP Classes
elePHPant
Icontem

File: msgbox_style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Vedanta Barooah  >  Message Box  >  msgbox_style.css  >  Download  
File: msgbox_style.css
Role: Auxiliary data
Content type: text/plain
Description: Required Style Sheet
Class: Message Box
Generate Windows style message boxes in HTML
Author: By
Last change:
Date: 2004-09-23 04:16
Size: 511 bytes
 

Contents

Class file image Download
.msg{
	background: ActiveBorder;	
	padding: 6px;
	border: outset thin;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.msgButton{
	background: ButtonFace;
	color: ButtonText;
	padding: 4px;
	text-decoration: none;
	border: groove thin;
}

.msgTitle{
	background: ActiveCaption;
	color: HighlightText;		
}

.msglinks{
	text-decoration: none;
	color: ButtonText;
}

.msgIcon{
	font-family: Webdings;
	font-weight: bolder;
	font-size: xx-large;
}