View file wapfup.ru/design/style.css

File size: 2.15Kb
body {
    font-family: Tahoma;
    font-size: 13px;
    background: url(img/.png) #101010;
    max-width : 400px;
    color: #575757;
    margin: 0 auto;
    padding: 0;
	}
	
input, textarea, select{
	background: #585858 url(img/head.png) repeat-x top;
	text-align: left;
	color: #c7c8c8;
	padding: 6px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #000000;
		
}


h1{
	 font-size: 14px;
	 text-align: center;
	
}
a{
	   color: #7b7a7b;
	   text-decoration: none;
}
a:hover{
	   color: #959595;
}
img {
       vertical-align: middle;
}

.head {
background: url(img/head.png) repeat-x bottom #030303;
      padding: 0;
      height: 73px;
}
.ft4 {
      background:  url(img/ft4.png) repeat-x bottom #030303;
      padding: 0;
      height: 33px;
}
.title a{
     color: #c7c8c8;	
}
.title a:hover{
	 color: #c7c8c8;
}
.title{
     background: #030303 url(img/title.png) repeat-x top;
     color: #999898;
     padding: 10px;
     border-top:1px solid #4a4a4a;
     border-bottom: 1px solid #000;
}
.title4{
     background: #030303 url(img/title4.png) repeat-x top;
     color: #999898;
     padding: 0px;
     border-top:0px solid #4a4a4a;
     border-bottom: 1px solid #000;
}

.ads a:hover{
	 color: #959595;
}
.ads {
     background: #1e1e1e;
     color: #3cff02;
     padding: 8px;
     border-bottom: 1px solid #0a0a0a;
}
.menu{
     background:#171717; 
     color: 3d45706;
     padding: 8px;
     border-top:1px solid #2e2e2e;
     border-bottom: 1px solid #0a0a0a;
}
.m{
     background:#171717; 
     color: 3d45706;
     padding: 8px;
     border-top:1px solid #2e2e2e;
     border-bottom: 1px solid #0a0a0a;
}


.link a{
     background:#171717; 
     color: 3d45706;
     padding: 8px;
     border-top:1px solid #2e2e2e;
     border-bottom: 1px solid #0a0a0a;
     display: block;
}
.link a:hover{
   background:#141414; 
     color: 3d45706;
     padding: 8px;
     border-top:1px solid #2e2e2e;
     border-bottom: 1px solid #0a0a0a;
     display: block;
}



.foot {
     background: #030303 url(img/title.png) repeat-x top;
     color: #999898;
     padding: 10px;
     border-top:1px solid #4a4a4a;
     border-bottom: 1px solid #000;
	 
}
.copy{
	 text-align: right;
}