Файл: template/main.css
Строк: 53
body {
margin: auto;
max-width: 600px;
font-weight:
normal;
font-family: Arial;
font-size: 12px;
background-color:
#fff;
}
a {
color: #0000FF;
text-decoration: none;
}
a:hover
{
text-decoration: none;
color: #000;
}
input, textarea, select,div
{
border-radius:5px;
border: 1px solid #9aaed6;
padding:
2px;
margin: 2px;
}
div {border-radius:5px;}
.head {
text-align:
center;
padding: 3px;
color: #fff;
background: #0000FF
;
margin-bottom: 1px;
margin-top: 1px;
font-weight:bold;
}
.tools
{
color: #fff;
background: #0000FF ;
text-align:
center;
margin-bottom: 1px;
margin-top: 1px;
}
.tools a {color:
#fff;}
.tools b
{text-decoration:underline;text-transform:uppercase;vertical-align:super;text-indent:40px}
.wr{
font-weight:bold;
text-align:
center;
background: #FF0000;
padding: 3px 0px 5px 0px;
font-size:
12px;
color: #FFFFFF;
}
.cp{
text-align: center;
background:
#0000FF;
color: #FFFFFF;
}
textarea
{
width:100%;
}
.t
img {
padding-right : 8px;
}
.t {
display : block;
background-color
: #EFEFEF;
display : block;
padding : 8px;
border : 1px solid
#C0C0C0;
border-radius:5px;
}
.t:hover {
display :
block;
background-color : #E5E5E5;
background-repeat :
repeat;
display : block;
border-top : 1px solid #C0C0C0;
}
.l
{float: left;padding: 1px; margin : 5px; }
.l img{width: 16; height:
16;border-radius:5px;}
.r {float: right;padding: 1px; margin : 5px; }