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 Ray  >  IdealMySQL Class  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet file
Class: IdealMySQL Class
MySQL database access wrapper
Author: By
Last change:
Date: 2007-06-03 16:57
Size: 745 bytes
 

Contents

Class file image Download
.errortitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #68686A;
	border-right: 1px solid #68686A;
	border-left: 1px solid #68686A;
	width: 400px;
	padding: 4px 4px 4px 4px;
	background-color: #C00000;
	color: White;
	text-align: left;
}
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #68686A;
	background-color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	width: 400px;
	text-align: left;
	background-image: url(error.png);
	background-repeat: no-repeat;
	height: 75px;
	padding-left: 65PX;
	background-position: left;
}
.center {
	vertical-align: middle;
}