To już nieważne, teraz mam jeszcze jedno pytanie: znacie jakieś kody do wyglądu formularza komentarzy, bo szukam na necie i nie mogę znaleźć, tylko taki mam, ale chcę np. taki jaki tutaj jest.
#respond{
background: url('images/gray-pattern.png') repeat;
border:solid #eaeaea 1px;
padding:20px;
margin-top:20px;
margin-bottom:10px;
}
#respond #reply-title{
font-size:16px;
font-weight:bold;
color: #0079E8;
}
#respond input[type="text"]{
display:block;
width:350px;
border: solid #ddd 1px;
padding: 5px;
font-size:13px;
line-height:28px;
}
#respond label{
display:block;
font-weight: bold;
padding: 5px;
line-height:30px;
width:200px;
}
#respond textarea{
padding: 5px;
border: solid #ddd 1px;
display:block;
height:150px;
width:350px;
}
#respond input[type=submit]{
-webkit-box-shadow: #c2c2c2 0px 1px 2px;
-moz-box-shadow: #c2c2c2 0px 1px 2px;
font-size:13px;
text-align:center;
margin-top:10px;
display: block;
padding:10px 15px;
border:solid #0079E8 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-weight:bold;
color:#fff;
text-shadow: #0079E8 1px 1px 1px;
border-radius: 3px;
background: #00A3FD;
background: -moz-linear-gradient(top, #00A3FD 0%, #0079E8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A3FD), color-stop(100%,#0079E8));
background: -webkit-linear-gradient(top, #00A3FD 0%,#0079E8 100%);
background: -o-linear-gradient(top, #00A3FD 0%,#0079E8 100%);
background: -ms-linear-gradient(top, #00A3FD 0%,#0079E8 100%);
background: linear-gradient(to bottom, #00A3FD 0%,#0079E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A3FD', ndColorstr='#0079E8',GradientType=0);
}
#column-left input[type=submit]:hover{
background: #0079E8;
background: -moz-linear-gradient(top, #0079E8 0%, #00A3FD 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079E8), color-stop(100%,#00A3FD));
background: -webkit-linear-gradient(top, #0079E8 0%,#00A3FD 100%);
background: -o-linear-gradient(top, #0079E8 0%,#00A3FD 100%);
background: -ms-linear-gradient(top, #0079E8 0%,#00A3FD 100%);
background: linear-gradient(to bottom, #0079E8 0%,#00A3FD 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079E8', ndColorstr='#00A3FD',GradientType=0);
}