Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/atiwari/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/atiwari/css/style.css
    /**
    * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
    * http://cssreset.com
    * Copyright 2012 Yahoo! Inc. All rights reserved.
    * http://yuilibrary.com/license/
    */
    /*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
    */
    html{
    color:#000;
    background:#FFF;
    }
    /*
    TODO remove settings on BODY since we can't namespace it.
    */
    /*
    TODO test putting a class on HEAD.
    - Fails on FF.
    */
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;padding:0;}
    table {border-collapse:collapse;border-spacing:0;}
    fieldset,img {border:0;}
    /*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
    */
    address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
    ol,
    ul {
    list-style:none;
    }
     
    caption,
    th {
    text-align:left;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-size:100%;
    font-weight:normal;
    }
    q:before,
    q:after {
    content:'';
    }
    abbr,
    acronym {
    border:0;
    font-variant:normal;
    }
    /* to preserve line-height and selector appearance */
    sup {
    vertical-align:text-top;
    }
    sub {
    vertical-align:text-bottom;
    }
    input,
    textarea,
    select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    }
    /*to enable resizing for IE*/
    input,
    textarea,
    select {
    *font-size:100%;
    }
    /*because legend doesn't inherit in IE */
    legend {
    color:#000;
    }
    /* YUI CSS Detection Stamp */
    #yui3-css-stamp.cssreset { display: none; }
	
	
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background: #e6e6e6 url(../images/bg.jpg) top repeat-x;
}
.fl{float:left !important;}
.fr{float:right !important}
.clr{
	clear:both;
}
.header{
	width:100%;
	float:left;
}
.container{
	width:1000px;
	margin:0 auto;
}
.header-bg{
	width:100%;
	float:left;
}
.logo{
	width:30%;
	float:left;
}
.top-right{
	float:right; width:256px;height:100px;
	    font-family: 'HelveticaNeueLTCom67MediumCondensed';

}
.top-right h1{ font-size:23px; color:#fff; float:right;padding-top:5%}
.top-right h2{ font-size:19px; color:#000;float:right; font-weight:normal; padding-top:2%}
.top-right h3{ font-size:23px; color:#000; font-weight:bold; float:right ;padding-top:2%}
.top-right img{ float:left}
.nav {
	width:100%;
	float:left;
}
.nav ul {
	width:100%;
	margin:0px;
	padding:0px;
	float:right;
	background:url(../images/btn-bg.jpg) top left repeat-x;
	-moz-border-radius: 4px;/*Firefox*/
	-webkit-border-radius: 4px;/*Safari, Chrome*/
	border-radius: 4px;
}
.nav li {
	width:auto;
	float:left;
	list-style:none;
	display:block;
}
.nav  span{ width:2px; height:40px; float:left;background:url(../images/btn-line.jpg) top right no-repeat;
}
.nav li:hover ul {
	width:190px;
	float:left;
	display:block;
}
.nav li ul {
	width:190px;
	float:left;
	position:absolute;
	z-index:9999;
	background-color:#125599;
	border-radius:0px;
	display:none;
}
.nav li ul li {
	width:100%;
	float:left;
}
.nav li ul li:hover {
	width:100%;
	float:left;
	background:url(../images/btn-over-bg.jpg) top left repeat-x;

}

/*--------new panal-----*/
.middle-panel {
	width: 980px;
	float: left;
	padding: 10px;
	position: relative;
}
.studentlogin-bg {
	width: 328px;
	height: 328px;
	background: url(../images/studentlogin-bg.png) top left no-repeat;
	float: right;
	position: absolute;
	z-index: 999;
	right: -7px;
	top: -81px;
}
.studentlogin-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	height: 67px;
	line-height: 67px;
	text-align: center;
	font-weight: bold;
	text-shadow: #000000;
	text-transform: uppercase;
}
.fome {
	width: 268px;
	float: left;
	padding: 20px;
}






.nav li ul li:last-child{
	width:100%;
	float:left;
/*Firefox*/
-moz-border-top-left-radius: 4px;
-moz-border-top-right-radius: 0px;
-moz-border-bottom-right-radius: 0px;
-moz-border-bottom-left-radius: 4px;
/*Safari, Chrome*/
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 4px;


}
.nav li ul li a {
	width:90%;
	float:left;
	display:block;
	background:none;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:0px 10px;
}
.nav a {
	width:auto;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	height:40px;
	line-height:40px;
	display:block;
    font-family: 'HelveticaNeueLTCom67MediumCondensed';
	padding:0 15.4px;
	text-transform:uppercase;
	letter-spacing:1px;

}
.nav a img {
	margin-top:9px;
}
.nav a:hover, #active {
	display:block;
	height:40px;
	line-height:40px;
	padding:0 15.4px;
	background:url(../images/btn-over-bg.jpg) top left repeat-x;
}
.nav ul li:first-child a{
	padding:0 11px;}
	
.nav ul li:first-child a:hover, #active1{
	background:url(../images/btn-over-bg.jpg) top left repeat-x;
/*Firefox*/
-moz-border-top-left-radius: 4px;
-moz-border-top-right-radius: 0px;
-moz-border-bottom-right-radius: 0px;
-moz-border-bottom-left-radius: 4px;
/*Safari, Chrome*/
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 4px;

}
.nav ul li:last-child a:hover, #active2{

	background:url(../images/btn-over-bg.jpg) top left repeat-x;
/*Firefox*/
-moz-border-top-left-radius: 0px;
-moz-border-top-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
-moz-border-bottom-left-radius: 0px;
/*Safari, Chrome*/
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 0px;


}


.banner{ background:#FFF; padding:8px; margin-top:10px; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#333333)";/*IE 8*/
-moz-box-shadow: 0px 0px 3px #333333;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 3px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 3px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color=#333333); /*IE 5.5-7*/
overflow:hidden;
}

.welcome_arriya{width:645px;padding-top:20px; float:left;}
.welcome_arriya img{ float:left; margin-top:1% 2% 2% 2%}
.welcome_arriya_text{width:54%; padding:1% 2% 2% 2%; float:right;}

.welcome_arriya h1{font-size:27px; color:#ac0803; font-family: 'HelveticaNeueLTCom67MediumCondensed';
}
p{font-family:Arial, Helvetica, sans-serif;
 font-size:13px; color:#000; line-height:20px; text-align:justify;}
p span{ float:right; width:100%; text-align:right; }
p span a{ color:#ac0803; font-weight:bold; line-height:25px; text-transform:uppercase; }


.search_arriya{width:310px; height:336px; float:right; background:#FFF; border:solid 1px #CCCCCC;}
.search_arriya h1{width:100%; float:left; background:#df3c41; height:52px; line-height:52px; text-align:center; color:#FFF; font-size:18px;}






.footer-bg{
	width:100%;
	float:left;
	background:url(../images/footer.jpg) top left repeat-x;
	height:327px;
	padding-top:2%;
}
.frm{ float:right !important; margin-right:0px !important;}
.footer-link{
	width:22%;
	float:left;
	margin-right:4%;
	
}
.footer-link li{
	width:auto;
	list-style:none;
	background:url(../images/footer-linkarow.jpg) left no-repeat;
	padding-left:15px;
	
}
.footer-link a{
	width:auto;
	text-decoration:none;
	color:#333;
	line-height:25px;
}
.footer-link a:hover{
	color:#ed1b24;
	text-decoration:underline;
}

.footer-link h1{
	font-size:20px;
	line-height:40px;
	color:#e45454;
	font-family: 'HelveticaNeueLTCom67MediumCondensed';
	border-bottom:solid 2px #e45454;

}







/*-----------------------------------------
    	Main Container + Columns
 -------------------------------------------*/

#contentBk {
	width:100%;
	margin-top:148px;
	z-index:10;
}
#content {
	margin:auto;
	width:980px;
	z-index:1;
	display:block;
}

.column {
	float:left;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.column h3 {
	font-size:18px;
	color:#5d6f8d;
	padding-bottom:7px;
	font-weight:600;
	border-bottom:1px solid #E8EAEE;
}

.wrapper {
	width:1020px;
	margin-left:-20px;
}
.c-25 {
	width:25%;
}
.c-30 {
	width:30%;
}
.c-33 {
 	width:33.33%;
}
.c-40 {
	width:40%;
}
.c-45 {
	width:45%;
}
.c-50 {
	width:50%;
}
.c-67 {
 	width:66.66%;
}
.c-75 {
	width:75%;
}
.c-100 {
	width:100%;
}

.right {
	float:right;
}



/*-----------------------------------------
    	Custom Search Box
 -------------------------------------------*/

.searchCourseHome {
	position:relative;
	background-color:#ffffff;
	padding:0!important;
	/*margin:-333px 10px 0 10px;*/
	margin:-200px 0px 0 10px;
	z-index:99;
	float:right !important;
}
.searchCourseHome:after {
	content:"." !important;
	height:7px !important;
}
.searchCourse p {
	font-size:18px;
	color:#ffffff;
	background-color:#df3c41;
	padding:13px 0px 15px 20px;
	font-family: 'HelveticaNeueLTCom67MediumCondensed';
	text-align:center;
	text-transform:uppercase;

}
.searchCourse form {
	border-top:none;
	position:relative;
	padding:10px;
	float:left;
	width:90%;
}

.select-replace-cover, .searchCourse input, .searchCourse select {
   color:#F25D28;
   border:1px solid #D6DCE1;
   font-family:'Open Sans', sans-serif;
   font-size:13px;
   color:#ABAEB4;
   height:40px;
   width:100% !important;
   cursor:pointer;
   padding:2px;
   margin:auto;
   display:block !important;
   margin:0 auto 15px !important;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   box-shadow:0 0 2px rgba(0,0,0,.05);
   /* beautiful background below :) */
	background:#f7f7f7;

}
.select-replace {
   background:url(../images/cc.png) no-repeat right 13px transparent;
   padding:5px 10px;
   cursor:pointer;
}
.searchCourse input {
	cursor:text;
	padding-left:8px;
	padding-right:10px;
	padding-top:0;
}
.searchCourse select {
	margin-top:0;
}

.submit, .searchCourse .submit {
	width:95px !important;
	height:33px !important;
	color:#ffffff;
	border-radius:4px;
	border:none;
background: -moz-linear-gradient(90deg, #a80302 0%, #ee530f 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 90deg, color-stop(0%, #a80302), color-stop(100%, #ee530f));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(90deg, #a80302 0%, #ee530f 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(90deg, #a80302 0%, #ee530f 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(90deg, #a80302 0%, #ee530f 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a80302', endColorstr='#ee530f', GradientType='0'); /* for IE */
background: linear-gradient(360deg, #a80302 0%, #ee530f 100%);/* W3C */
	padding-bottom:3px;
	float:left;
	margin-bottom:0px !important;
	cursor:pointer;
	font-size:15px;
		font-family: 'HelveticaNeueLTCom67MediumCondensed';

}
.submit:hover, .searchCourse .submit:hover {
	opacity:.9;
}
.contact_arriya {width:100%; float:left; padding:4% 0;}
.blog .box {
	margin-bottom:40px;
}
.box {
	border:1px solid #e8eaee;
	color:#5D6F8D;
	font-size:18px;
	overflow:hidden;
	width:100%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	background:#FFF;
	 opacity: 0.8;
	 padding:2%;
}

.box h1{font-size:27px; color:#ac0803; font-family: 'HelveticaNeueLTCom67MediumCondensed';}

/*-----------------------------------------
    	Contact
 -------------------------------------------*/

.contactForm {
	padding:25px;
}
.contactUs h6 {
	line-height:20px;
}
.contactForm input, .contactForm textarea {
	width:355px;
	height:33px;
	float:right;
	border:1px solid;
	padding:0;
	border-color:#E6E6E6;
	font-family:'Open Sans';
	font-size:13px;
}
.contactForm textarea {
	height:123px;
	overflow:hidden;
	padding-top:4px;
}
.contactForm .contactErrorBorder {
	border-color:#F37373;
}
#contactSubmit {
	border:none !important;
	position:static !important;
}
.contactForm label {
	font-size:13px;
	color:#A0958A;
	margin:10px 10px 0 0; 
	float:left;

}
.contactForm div {
	display:inline;
	float:right;
	margin-bottom:15px;
}
.contactForm div:last-child {
	margin:0;
}


.hidden {
	display:none;
}

.contact_add{width:100%; float:left;}

.contact_add h1{ width:100%; float:left; text-align:center;    color:#ac0803; font-family: 'HelveticaNeueLTCom67MediumCondensed'; font-size:18px;
 margin:10px 0;
}


.contact_add h2{ width:100%; float:left; text-align:center; font-family:Arial, Helvetica, sans-serif;
 color:#333; font-size:13px;
 margin:10px 0;
}
.map{ width:100%; float:left; padding-top:4%;



















ZeroDay Forums Mini