Размер файла: 2.47Kb
body
{
background:#FAF2D9;
color:#ACA792;
text-shadow: 2px 2px 3px #fcd05a;
padding:0;
margin:auto;
}
a
{
color:#de4041;
text-shadow: 1px 1px 2px #787878;
text-decoration:none;
padding:0px;
}
a:hover
{
color:#ff2c2e;
text-shadow: 1px 1px 2px #787878;
text-decoration:underline overline;
}
tr
{
display:block;
height:20px;
}
h1,p
{
font-size:24px;
padding:0;
margin:0;
}
h1 p
{
color:#ACA792;
text-shadow: 2px 2px 3px #fcd05a;
}
.ok
{
border-radius:4px;
padding:5px 10px;
font-weight:bold;
font-size:12px;
margin:5px 0;
background:#29c611;
color:#fff;
border:1px solid #84fc5a;
box-shadow:inset 0px 1px 0px #84fc5a;
text-shadow:0px -1px 0px #84fc5a;
}
.error
{
border-radius:4px;
padding:5px 10px;
font-weight:bold;
font-size:12px;
margin:5px 0;
background:#ef7971;
color:#fff;
border:1px solid #e63125;
box-shadow:inset 0px 1px 0px #f4a49f;
text-shadow:0px -1px 0px #e63125;
}
.top
{
background:url('interface/gfx/top.png');
width:100%;
height:31px;
padding-top:5px;
}
.block
{
border-left:3px solid #CFC8AF;
border-right:3px solid #CFC8AF;
color:#606060;
text-shadow: none;
width:95%;
margin-top:-7px;
padding-top:7px;
}
.nt
{
background:url('interface/gfx/nt.png') repeat-x;
width:100%;
height:5px;
padding-top:5px;
}
.nb
{
background:url('interface/gfx/nb.png') repeat-x;
width:100%;
height:15px;
}
.bottom
{
background:url('interface/gfx/bottom.png') repeat-x;
width:100%;
height:10px;
padding-top:5px;
}
.form
{
color:#606060;
}
.px
{
width:30px;
}
input,select
{
background:#FBF5E3;
border:1px solid #E3D6B7;
border-radius:5px;
padding:4px;
margin:4px;
}
input.submit
{
background:#F6F0D3;
border:1px solid #E3D6B7;
border-radius:5px;
padding:4px;
margin:4px;
}
input.submit:hover
{
background:#E2DCBE;
border:1px solid #E3D6B7;
border-radius:5px;
padding:4px;
margin:4px;
}
#left
{
float:left;
width:200px;
height:400px;
border:1px solid black;
border-top-left-radius:5px;
border-top-right-radius:5px;
background:#5a92fc;
}
#center
{
margin: auto;
margin-left:50px;
}
#right
{
float:right;
width:200px;
border:1px solid black;
border-top-left-radius:5px;
border-top-right-radius:5px;
background:#5a92fc;
text-align:right;
position:absolute;
top:80px;
right:200px;
}
#caption_l
{
background:#3075fc;
padding-left:5px;
}
#caption_r
{
background:#3075fc;
padding-right:5px;
text-align:right;
}
#chatbox
{
background:#FFFFFF;
border:3px solid #fcd05a;
border-radius:5px;
padding-right:5px;
text-align:left;
width:70%;
}