Файл: public_html/style.css
Строк: 48
body {
max-width: 400px;
font-family: Sans-serif;
font-size:
110%;
color:
#FFF;
background-image:url("/images/bg3.jpeg");
margin: 0
auto;
text-shadow: #000 0 -1px 1px;
}
b {
font-size: 95%;
font-weight:
bold;
}
.red {
color: red;
}
.green {
color: #9bcd69;
}
.center
{
text-align: center;
}
.border {
border-radius: 6px;
border: 1px
solid #353535;
margin-top: 8px;
margin-bottom: 8px;
margin-left:
8px;
margin-right: 8px;
}
.navigation {
list-style:
none;
text-decoration: none;
padding: 2px;
margin: 2px;
background:
#303030;
border-radius: 2px;
border: 1px solid #404040;
}
.link
{
list-style: none;
text-decoration: none;
display: block;
padding:
8px;
border-radius:
2px;
background-image:url("/images/blocks2.png");
}
.link:hover
{
background: #151515;
}
.block
{
background-image:url("/images/blocks2.png");
padding:
6px;
}
.line {
height: 1px;
background: #252525;
}
.title
{
background-image:url("/images/blocks2.png");
padding:
8px;
font-size: 97%;
}
.images
{
background-image:url("/images/blocks2.png");
}
a {
color:
#fd7;
}
hr {
border: 1px solid #303030;
width: 95%;
}