Просмотр файла style/css/1.css

Размер файла: 3.24Kb
 body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	color:black;
	font-size:12px;
background-image:url(pic/bg.gif);
	 background-repeat: repeat; 
	 background-attachment: fixed;
	font-family:arial;
	width: 100%;
}
hr {
border:1px dotted #E0E0E0;
background:white;

}


.title {
background-image: url(pic/wap.jpg);
 background-repeat: repeat; 
color:black; 
  
 /* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
} 
.tcenter p {font:bold 12px Verdana,sans-serif; color:#333;}


.inputtext {width:200px;}


.comarea{width:400px;}

input.formbutton{
border:2px #ccc solid;
width:150px;color:#fff;
font:11px Verdana, Geneva, sans-serif;background-color:#cc0000;
font-weight:700;
text-transform:uppercase;
height:25px;}


.tcenter input,textarea {font:normal 12px Verdana,sans-serif; color:#333; border:1px solid #ccc;}



#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

.nad1{
font-size:13px;
background-color: Seashell2;
border:1px solid #E0E0E0;
}

.nad1:visited{
font-size:13px;
background-color: Seashell1;
border:1px solid #E0E0E0;
}

.nad{
font-size:16px;
border:1px solid #E0E0E0;

}

#main{
/*text-align: center;*/
	
	width:300px;
	/* Centering it in the middle of the page */
	margin:70px auto;

	
	}

.container{

	margin-top:20px;
	background-color: white;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius:30px;
}


.success{
	color:#00CC00;
}

a:link, a:visited {
color : #000;
text-decoration : none;
}
a:hover {
color : #6d6d6d;
}
.ls {
border-bottom : 0px dotted #fff;
}
.ls:hover {
background-color :pink;
}

.rekl {
border-bottom : 0px dotted #fff;
}
.rekl:hover {
background-color :MistyRose;
}

.vmenu {
text-align: center;
}
.menu {
border-bottom : 0px dotted #fff;
}
.menu:hover {
background-color :LightPink;
}
.post-title{
	clear: both;
	color: black;
	font-weight: normal;
	padding-top: 2px;
	margin-bottom: 10px;
}
.post-title:hover {
font-size: 15px;
}



.tutorial-info{
	text-align:center;
	padding:10px;
}


/*POST!!*/
.example {
 border: dashed 1px #634f36; /* Параметры рамки */
 background: #fffff5; /* Цвет фона */
 font-family: Courier New, Courier, monospace; /* Шрифт текста */
 padding: 7px; /* Поля вокруг текста */
 margin: 1px 1px 1px; /* Отступы вокруг */
 white-space: normal;
 
 /* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}




.examplecom {
 border: solid 1px #634f36; /* Параметры рамки */
 background: #fffff5; /* Цвет фона */
 font-family: Arial; /* Шрифт текста */
 padding: 7px; /* Поля вокруг текста */
 margin: 1px 1px 1px; /* Отступы вокруг */
 
 }
 
 
 
 
 
 
 .code{
 border: dashed 1px black; /* Параметры рамки */
font-size:11px;
background-color: white;
color : black;
}
 
 
 
 
 
 
 
 
 .page{
border-bottom : 2px dotted #fff;
}
.page:hover {
background-color :MistyRose;
font-size :14px ;
}