Your IP : 216.73.216.40


Current Path : /var/www/html/kpsingh/kpsingh/css/
Upload File :
Current File : /var/www/html/kpsingh/kpsingh/css/base.css

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);

ul {
  list-style-type: none;
}
body{
	background-color: #F5F5F5;
}
.wrapper{
	position: relative;
	width: 99%;
	height: 100px;
	background-color: #00304e;
	/*background: -webkit-linear-gradient(top left, #A0A0A0 0%, #787878 100%);
  	background: linear-gradient(to bottom right, #A0A0A0 0%, #787878 100%);*/
	font: 6rem/100% Georgia, "Times New Roman", Times, serif;
	border-radius: 20px;
	box-shadow: 0px 13px 10px black;
}

.container{
	position: fixed;
	text-align: right;
	width: 75%;
	height: 20%;
	top: 15px;
	font-size: 50px;
	color: white;
}

.logo{
	position: fixed;
	width: 75px;
	height: 75px;
	background: url(x.gif);
	background-size: 75px 75px;
	border-radius: 20px;
	top: 20px;
	left: 30px;
}

.sidebar{
	position: fixed;
	height: 270px;
	width: 210px;
	top: 160px;
	border-radius: 20px;
	background-color: #787878;
	/*background: -webkit-linear-gradient(top left, #5F9EA0 0%, #00304e 100%);
  	background: linear-gradient(to bottom right, #5F9EA0 0%, #00304e 100%);*/
}

.temp{
	position: absolute;
	background-color: #F5F5F5;
	width: 75%;
	top: 140px;
	left: 240px;
	height: auto;
	/*overflow-y:scroll;
    overflow-x:hidden;*/
}

#color{
	color: white;
	text-decoration: none;
	font-weight:bold;
}

#color:hover{
	transition:  color 0.5s;
	color: purple;
	text-decoration: none;
}