Login   Register  
PHP Classes
elePHPant
Icontem

File: datamanage/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 Mathew  >  Data Manager  >  datamanage/css/style.css  >  Download  
File: datamanage/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: css
Class: Data Manager
Retrieve and store MySQL records using Web forms
Author: By
Last change:
Date: 2013-11-06 01:42
Size: 4,373 bytes
 

Contents

Class file image Download
/* CSS Document */
html, body {margin:0;padding:0; height:100%;}/* commented backslash hack v2 \*/ 

*{ margin:0; padding:0; list-style-type:none; font-weight:normal; border:0; outline:none; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#353535;}
p{ clear:both; margin-bottom:10px;}
a{ color:#353535;}
a:hover{ color:#1A79C9;}
h1{ font-size:18px; font-weight:bold; margin-bottom:10px; clear:both;}
h2{ font-size:12px; font-weight:bold; margin-bottom:10px;}

label{ width:35%; text-align:left; clear:both; float:left; margin-top:4px;}


textarea, select{ float:left; display:inline; border:1px #E3E3E3 solid; width:60%; margin-bottom:4px; padding:1px 2px;}
.myinput{ float:left; display:inline; border:1px #E3E3E3 solid; width:60%; margin-bottom:4px; padding:1px 2px;}

select{ width:100%;}
textarea{ height:100px;}

.label-1{ width:110px; text-align:left; clear:both; float:left;}
.input-1{ float:left; border:1px #E3E3E3 solid; width:180px; margin-bottom:4px; padding:3px 2px;}

.button{ float:left; background-color:#1A79C9; border:1px #B0D8FA solid;width:60px; color:#FFFFFF; font-weight:bold; margin-right:10px;}

#header-wrap {position:fixed;top:0px;left:0px;width:100%;z-index:999; background-color:#FFFFFF}
#header-container{padding:20px; height:58px; overflow:hidden;}

#footer-wrap {position:fixed;bottom:0;width:100%;z-index:999;}
#footer-container {padding:5px 20px; background-color:#FFFFFF;border-top:1px #E3E3E3 solid; text-align:center;}
 
#container{ height:100%; overflow:auto;padding:160px 20px 30px 20px;}
.content {/* padding height same as footer/header to preserve space*/ width: 100%;   right:0; float:left; }
.content-ind {padding:160px 0 24px 0;1/* padding height same as footer/header to preserve space*/position:relative; width: 100%;   right:0; }

#logo{ float:left; font-size:0; line-height:0; border:1px;}
#header-menu{ float:right; margin-top:59px;}

#login {
	display: inline-block;
	position: absolute;
	border:1px #E3E3E3 solid;
	background-color:#F6F6F6;
	left: 380px;
	top: 331px;
	margin-left: -35px;
	margin-top: -50px;
	padding:20px;
	width:265px;
	height: 124px;
}

.red-text{ color:#FF0000; float:left; margin-left:4px;}

#menu-wrap{  width:auto;padding:20px; clear:both; }
.jqueryslidemenu{background: #F1F1F1;width: 100%; height:23px;}


.leftColumn { float: left; width: 49%;}
.rightColumn { float: left; width: 49%; margin-left:10px;}
.leftT{ float: left; width: 89%;}
labelT{ width:15%; text-align:left; clear:both; float:left; margin-top:4px;}

.d-title { float:left; width:35%; margin-right:5px; margin-top:5px;}
.d-data { float:left; width:49%; margin-top:5px;}


.search{ float:right;color:#1A79C9; margin-bottom:10px; width:100%; text-align:right;}
.link-blue{ color:#1A79C9; text-decoration:none;}
.link-blue:hover{ color:#353535; text-decoration:underline;}

.div-outer{ width:100%; float:left;  overflow:hidden;margin-bottom:20px;}
.field-list{border:1px #E6E6E6 solid; width:70%; float:left; height:110px; }
*html .field-list{ height:94px;}

.select-arr1{ float:left; width:20%; text-align:center;margin-bottom:20px;}
.select-arr{ float:left; width:100px; text-align:center; margin:25px 10px; }


.label-2,.select-2{ width:55%; }


.tab-outer{ width:752px;border:1px #D0D0D0 solid;  height:118px; overflow-y:scroll;overflow-x:hidden; clear:both; margin-bottom:20px;margin-top:10px; float:left;}
.button-1{ background-image:url(../images/button.gif); border:1px #122857 solid; color:#FFFFFF; font-weight:bold; padding:2px 14px; margin-right:10px; width:80px;}
.search-div{ width:754px; clear:both; margin-top:10px; }
.label-1{ width:auto; padding-right:10px;margin-top:2px;}
.mid{overflow: hidden;zoom: 1; border-bottom:1px #E6E6E6 solid;padding-bottom:3px; } /* zoom fix for ie6 */
.mid:hover{ background-color:#F9F9F9; cursor:pointer; } /* zoom fix for ie6 */

.ldiva{ width:35%; text-align:left; clear:both; float:left; margin-top:4px; float:left; font-weight:bold;}
.ldivb{ width:60%; text-align:left; float:left; margin-top:4px; float:left;  margin-left:5px;}
.ldivab{width:95%; text-align:left; clear:both; float:left; margin-top:4px; }


#sample{ border:1px #CCCCCC solid; border-bottom:0; border-right:0;}
.red_color{ color:#FF0000;}
.green_color{ color:#006600;}
.blue_color{ color:#000066;}