File Manager

Current Path : /webspace/www.babilon.be/html/install_OLD/
Upload File :
Current File : //webspace/www.babilon.be/html/install_OLD/install.css

/* 
CMS Made Simple - NCleanGrey Theme version 1.3 for installer 
2008 (c) Nuno Costa - dev-team 
*/
body {
	border-radius: 5px;
	font-size: 70%;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	background:#fff url(images/body.jpg) repeat-x scroll left top;
	color: #333;
	margin: 1em auto;
	width: 800px;
	border: 1px solid #D7E0E3;
	text-align:left;
}


.body img {
	display: block;
	margin: 0px;
	padding: 0px;
}

a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
.col2 a.external {	
	text-indent: -999em;
	display: block;
	height: 21px;
	width: 21px;
	margin-right:22px;
}

.error a.external , .failure a.external {
	text-indent: -999em;
	display: block;
	height: 21px;
	width: 21px;
	padding:0;
	margin:10px 0 5px -30px;
}
.col2 img.yellow {
	height: 16px;
	width: 16px;
	margin:0 auto;
}
.col2 img.red {
	height: 16px;
	width: 16px;
	margin:0 auto;
}
a.external:link, a.external:visited, a.external:hover {
	margin: 0 auto;
	background: url(images/info-external.gif) no-repeat 100% 0;
}

.banner {
	height:80px;
	width:auto;
	background: #b9b9b9 url(images/bg_banner.png) repeat-x left top;
	margin:0;
	padding-left: 6px;
	border-radius: 5px 5px 0 0;
}
.banner img {
    float:left;
	padding: 0;
	margin: 0;
	
}
	
img {
	border: none;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #243135;
	padding: 5px 5px 10px;
}
fieldset {
	border: 1px solid #fff;
	padding: 5px;
}	

p {
	color: #333; 
	font-size: 1em; 
	font-family: Verdana, serif; 
	padding:2px;
	margin: 5px 0;
	text-align:left;
}
h1 { 
	font-family: Verdana, serif; 
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	line-height: 2em;
	background: #060606 url(images/bg_titles.png) repeat-x top !important;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;	
}

h2 {
	color: #58595b;
	text-align: center;
	font: bold 1.2em Verdana, serif;
	padding: .5em;
}

h3 {
	color: #243135;
	text-align: left;
	padding-left: 1.5em;
	padding-bottom: 1px;
	margin-top: 2.5em;
	margin-bottom: 2em;
	font: bold 1.2em Verdana, serif;
	background: white url(images/expand.gif) no-repeat;
}

form {
	margin: .5em 0 .8em 0;
}

td, th { 
	padding: .4em; 
	border: 1px solid #b9b9b9;
}
.success {
	margin: 2px 2px 5px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #b9b9b9;
	color: #000;
	width: auto;
	background: #D6E4C5 url(images/accept.gif) no-repeat 5px 5px;
	font-weight: bold;
	height:1%; /*IE6*/	
	border-radius: 10px;
}
.failed {

	font-weight: bold;
	color: #D20000;
}
.done {
	font-weight: bold;
	color: #7C9F04;
}

table {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: .2em;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000;
	font-size: 1em;
	border: 1px solid #b9b9b9;
	border-spacing: 0px;
	border-collapse: collapse;
}

.tbcaption {
	width:auto;
	color: #fff;
	background: #243135 url(images/bg_titles.png) repeat-x left top;
	height: 50px;
	margin-bottom:1px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 1em 0;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #b9b9b9;
	text-align:center;
}
.tbhead {
	color: #FFFFFF;
	font-weight: bold;
	background:  #f79838 !important;
	margin-bottom: 1.5em;
	width: 100%;
	text-align: left;
	
}
table.countdown {
	border-style: none;
}

table.settings {
	width: 80%;
}

table.legend {
	width: 35em;
}

.error , .failure {
	margin: 2px 2px 5px 2px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #FD9999;
	border-radius: 5px;
	color: #000;
	width: auto;
	background: #FEDADA url(images/stop.gif) no-repeat 5px 5px;
	font-weight: bold;
}
.warning {
	margin: 2px 2px 5px 2px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #FDEAD0;
	border-radius: 5px;
	color: #000;
	width: auto;
	background: #FDF166 url(images/warning.gif) no-repeat 5px 10px;
	font-weight: bold;
}

.have {
	float: right;
	color: #30529C;
}

.row1 {
	background: #fff;
}

.row2 {
	background: #e5e5e5;
}

.col2 {
	
	text-align:center;
}

.col2 img {
	margin-right: auto;
	margin-left: auto;
}
a:link, a:active, a:visited {
	color: #464646;
	font-weight: bold;
}

a:hover { 
	color: #e7ab0b; 
	font-weight: bold; 
	text-decoration: none 
}

.main {
	padding-right: 2em;
	padding-left: 2em;
}

.main table {
	margin-left: auto;
	margin-right: auto;
}

.headerish {
	font-family: Verdana, serif;
	font-size: 1.2em;
	text-align: center;
	font-size: 1.6em;
	color: #000;	
}

.countdown td {
	padding: 0;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000;
	font-size: 1.2em;
	border: none;
	width:60px;
}

.countdown .todo {
	background: #aaa;
}
.continue {margin:0.5em 0; text-align:center;}
.continue a, .continue a:link, .continue a:active, .continue a:visited {
	color: #fff; 
	font-weight: normal; 
	font-size: .9em; 
	font-family: Arial; 
	text-decoration: none; 
	text-align: left;
	background-color: #eea351; 
	border: white .4em outset; 
	padding: .2em 1.1em .2em 1em; 
	display: block; 
	margin: 1px; 
}

.continue a:hover {
	color: #ccc; 
	background-color: #ea8618;
	border: white 0.4em inset; 
	padding-left: 1.1em; 
}
.important {
	margin: 2px 2px 5px 2px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #FEF4E7;
	border-radius: 10px;
	color: #000;
	width: auto;
	background: #FDEAD0 url(images/yellow.gif) no-repeat 5px 10px;
	font-weight: bold;
	height:1%;
}
.msg-botton {
	margin: 2px 2px 5px 2px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #FDEAD0;
	border-radius: 10px;
	color: #000;
	width: auto;
	background: #FEF4E7;
	font-weight: bold;
	height:1%;
}
.okmessage { 
    background-color: #ececec;
    border: 1px solid #aaa;
    padding: .5em;
}

input {
	font-size: 1em;
	border: 1px solid #ccc;
	background: #f0f0f0;
	margin-right: 5px;
	
}
input:hover,input:focus, textarea:hover, select:hover, checkbox:hover, textarea:focus
{
	border: 1px solid #a4a4a4;
	background: #fff;
}

input[type="text"],input[type="password"] {
	padding:4px;
}
input[type="button"],input[type="submit"], input[type="reset"]
{
	cursor: pointer;
	background: url(images/nav.png) repeat-x left -50px;
	border-radius: 5px;
	border: none;
	color:#fff;
	padding: 5px 10px 6px;
	margin: 4px 0;
}
input[type="button"]:hover,input[type="submit"]:hover, input[type="reset"]:hover{
	cursor: pointer;
	background: url(images/nav.png) repeat-x left 0px;
}
input[type="checkbox"] {
	background: #f0f0f0;
}

textarea {
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #a4a4a4;
	background: #f0f0f0;
	width: 48em;
	height: 30em;
	overflow: auto;
}
select {
	border: 1px solid #a4a4a4;
	background: #f0f0f0;
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com