Login   Register  
PHP Classes
elePHPant
Icontem

File: whois/css/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Keshav Mishra  >  Domain Lookup  >  whois/css/style.css  >  Download  
File: whois/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: StyleSheet
Class: Domain Lookup
Check whether a domain is registered or available
Author: By
Last change:
Date: 2010-04-19 02:04
Size: 363 bytes
 

Contents

Class file image Download
/* CSS Document */
body {
     height:100%;
     margin:0;
     padding:0;
}
#AjaxBox {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:#fff;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#loading{
	position: absolute;
	left: 45%;
	top: 45%;
}