Файл: style.css
Строк: 50
body {
background: #FFFFFF;
margin: auto;
}
.logo {
background:
#44b58c;
background: -webkit-gradient(linear, left top, left bottom,
from(#44b58c), to(#2f9570));
background: -webkit-linear-gradient(top,
#44b58c, #2f9570);
background: -moz-linear-gradient(top, #44b58c,
#2f9570);
background: -o-linear-gradient(top, #44b58c,
#2f9570);
border-bottom: 2px solid #258b66;
font-size:
24px;
font-weight: bold;
padding: 15px;
text-align: center;
color:
#f5f5f5;
text-shadow: 0 -2px 0 #258b66;
}
.content {
background:
#f2f2f2;
padding: 10px;
color: #444;
border-bottom: 1px solid
#e5e5e5;
font-size: 14px;
font-weight: bold;
}
.copy {
background:
#444;
background: -webkit-gradient(linear, left top, left bottom,
from(#666), to(#333));
background: -webkit-linear-gradient(top, #666,
#333);
background: -moz-linear-gradient(top, #666, #333);
background:
-o-linear-gradient(top, #666, #333);
padding: 10px;
color:
#fff;
border-bottom: 1px solid #e5e5e5;
font-size: 14px;
font-weight:
bold;
text-align: center;
text-shadow: 0 -2px 0 #222;
}
textarea
{
background: #fff;
padding: 10px;
color: #444;
border: 1px solid
#999;
font-size: 14px;
font-weight: bold;
width: 95%;
height:
200px;
display: block;
margin: 5px;
}