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

Размер файла: 3.21Kb
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:16px;
background-image:url(pic/bg.gif);
	 background-repeat: repeat; 
	 background-attachment: fixed;
	font-family:arial;
	width: 100%;
}
hr {
border:1px dotted #E0E0E0;
background:white;

}
.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;
}

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

	
	}

.container{

	margin-top:20px;
	background-image: url(pic/img01.jpg);
	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 {
text-decoration: none;
color: #3D81EE;
}
a:hover {
text-decoration: none;
}
.ls {
border-bottom : 0px dotted #fff;
}
.ls:hover {
background-color :GhostWhite;
}

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

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

BLOCKQUOTE   { 
background-color :GhostWhite;

  }
  

.nad1{
padding:10px;
	background:#E3F6CE;
	/* Rounded corners */
	-moz-border-radius:15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
}
.nad{
font-size:18px;
border:1px solid #E0E0E0;
}

.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; /* Отступы вокруг */
 
 }
 
 
 
 .title {
 color : white;
  padding: 7px;
 font-size: 17px;
background-image: url(pic/web.gif);

 
  
 /* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
} 

 
 
 
 
 
 
 
 
 
  .post-title:hover{
  font-size : 17px;
}
 .post-title{
 margin: 0;
padding: 0;
font-weight: normal;
color: #32639A;
font-family: Georgia, "Times New Roman", Times, serif;
 
 
 }