Размер файла: 1.79Kb
@import url('site.css');
* {
margin: 0;
padding: 0;
}
a:link, a:visited { color: #0683ab; text-decoration: none; }
a:active, a:hover { color: #0683ab; text-decoration: underline; text-shadow: 0 0 10px #0683ab; }
#content_page {
width: 714px;
background: #eee url('content-bg.jpg');
float: left;
margin-top: 5px;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
}
#block_left {
width: 160px;
background: #eee url('content-bg.jpg');
border: 1px solid #eeeeee;
float: left;
margin-top: 5px;
margin-right: 4px;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
}
#block_center {
width: 486px;
background: #eee url('content-bg.jpg');
border: 1px solid #eeeeee;
float: left;
margin-top: 5px;
margin-right: 4px;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
}
#block_right {
width: 200px;
background: #eee url('content-bg.jpg');
border: 1px solid #eeeeee;
float: left;
margin-top: 5px;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
}
#top_auth {
top: 0px;
left: 10px;
position: fixed;
background: #aa44aa;
height: 20px;
border-radius: 0 0 6px 6px;
padding: 2px 6px;
float: left;
}
#top_auth a {
color: #ffffff;
font-size: 14px;
text-shadow: 0 0 10px #ffffff;
}
#top_registr {
top: 0px;
left: 67px;
position: fixed;
background: #aa44aa;
height: 20px;
border-radius: 0 0 6px 6px;
padding: 2px 6px;
float: left;
}
#top_registr a {
color: #ffffff;
font-size: 14px;
text-shadow: 0 0 10px #ffffff;
}