Login   Register  
PHP Classes
elePHPant
Icontem

File: mycss.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Budi Laxono  >  tGrid  >  mycss.css  >  Download  
File: mycss.css
Role: Auxiliary data
Content type: text/plain
Description: css file
Class: tGrid
Display database query results in an HTML table
Author: By
Last change:
Date: 2009-02-17 17:50
Size: 2,262 bytes
 

Contents

Class file image Download
#tabform td {
	border:1px solid #ccc;
}

#tabform .label {		
	/*font-weight:bold;*/
	font:"Courier New", Courier, mono;
	font-size:12px;
	width:40%;
}
.headTable {
	background-image:url(glbnav_background.gif);	
	font-weight:bold;
	font:"Courier New", Courier, mono;
	font-size:12px;
	text-align:center;
	border-bottom:2px solid #ccc;
}
.tab-container{
	border:1px solid #ccc;
	font:"Courier New", Courier, mono;
	font-size:0.9em;
}


<!--
.style3 {font-size: 12px}
.style4 {font-size: 12}
.style6 {font-size: 12px; font-weight: bold; }
.style7 {
	font-size: 18px;
	font-weight: bold;
}
.title {
	background-color : #ccc;
}

table {
	border:1px solid #ccc;
}

.tr-odd {
	background-color:lightyellow;
	border : 1px solid #ccc;
	font-size: 12px;
}

.tr-head {
	background-color:#ccc;
	font-weight:bold;
}

.td-data{
	border : 1px solid #ccc;
	font-size: 12px;
}

#loading{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
#leftNav{
	width:100px;
	/*height:;	*/
	border:1px solid #ccc;
	float:left;
}
#main-cont{
	float:right;
	width:750px;
	border:1px solid #ccc;
	/*height:400px;	*/
	background-color:#fff;	
	padding:4;
	/*overflow:scroll;*/
}

.head-cont {
	width:100%;
	background-image:url(glbnav_background.gif);
	border-bottom:2px solid #ccc;
	text-align:center;
	font:"Courier New", Courier, mono;
	font-size:14px;
	font-weight:bold;
	height:20px;
}

#content-cont{
	position:relative;
	top:0px;
	left:10;
	width:99%;
	
	font:"Courier New", Courier, mono;
	
	margin:2px;
	vertical-align:middle;
}

.linkLeft {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	border:1px solid #fff;
	text-align:center;
	background-color: #CCCCCC
}
a:link,a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover,a:active {		
	font-weight:bold;
}

#container {
	/*display:none;*/
	border:1px solid #ccc;
	width:350px;
	position:absolute;
	left:300px;top:200px;
	overflow:scroll;
	height:200px;
	background-color:#FFFFCC;
	z-index:1000;	
}

#gridPaginationContainer {
	font : 10px;
	font-weight:bold;
	font-family : arial;
	color : '#333';
}