Файл: С™а®ѓв/design/style.css
Строк: 116
*{
margin: 0;
padding: 0;
}
img {
vertical-align: middle;
}
body{
color: #F6D6AF;
background-color: #F6D5AA;
font-family:
apercu,Helvetica,Arial;
}
#name, #small{
background-color: #5B3F31;
width: 100%;
height: 50px;
font-size: 16px;
display: inline-block;
text-align: center;
line-height: 1.3em;
}
#copy{
display:
inline-block;
}
#name a, #small a{
text-decoration : none;
color:
#F6D6AF;
border-bottom: 1px dotted #F6D6AF;
}
#small{
display:
none;
}
#name #text, #small #text{
padding: 15px 14px;
}
#about{
min-height: 150px;
z-index: 1;
display: inline-block;
background-color:
#832638;
line-height: 1.3em;
}
block{
line-height:
0;
}
block:nth-child(2n) #about{
background-color: #FC7136
!important;
}
#about #left{
width: 30%;
z-index: 2;
float: left;
text-align: center;
display: block;
}
#about #right{
min-height: 150px;
width: 70%;
background-color: #F6D6AF;
z-index: 3;
float: right;
display: block;
}
#about #right #text{
color: #832638;
padding: 3% 2% 2%
2%;
font-size: 17px;
}
#about:nth-child(2n) #right #text{
color: #FC7136
!important;
}
#about #right #text a{
text-decoration : none;
color:
#FC7136;
}
#about:nth-child(2n) #right #text a{
text-decoration : none;
color: #832638 !important;
}
#page{
width: 100%;
z-index: 1;
}
#page
#left{
width: 30%;
height: 150px;
background-color: #832638;
z-index:
2;
float: left;
overflow: visible;
background-image:
url("images/logo.png");
background-repeat: no-repeat;
background-position: center center;
}
#page #right{
position: relative;
width: 70%;
height: 150px;
background-color: #FC7136;
z-index: 3;
float: right;
overflow: visible;
}
#page #right_ya{
position: relative;
width: 100%;
height: 180px;
background-color: #FC7136;
z-index: 3;
float: right;
overflow: visible;
-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;
}
#page
#right #text, #page #right_ya #text{
color: #F6D6AF;
padding: 5%;
font-size: 17px;
}
#page #right_ya #text{
padding-top: 7%;
padding-bottom: 3%;
}
#page #right_ya #text{
padding-top: 2%;
}
#page
#right #text input[type=text], #page #right_ya #text input[type=text]{
color: #F6D6AF;
padding: 4px;
width: 45%;
font-size: 17px;
background-color: #832638;
border: 1px solid #791B2D;
}
#page #right_ya
#text input[type=text]{
width: 95%;
}
#page #right #text #line, #page
#right_ya #text #line{
margin-bottom: 15px;
}
#page #right #text
input[type=submit], #page #right_ya #text input[type=submit]{
color:
#F6D6AF;
padding: 3px;
width: auto;
font-size: 17px;
background-color:
#832638;
border: 1px solid #791B2D;
}
#page #right_ya #text
input[type=submit]{
margin-top: 5px;
width: 95%;
}
@media only screen
and (max-width: 799px) {
#about #left{
display: none !important;
}
#about #right{
width: 100% !important;
height: none !important;
}
#small{
display: inline-block !important;
}
#page{
display: block
!important;
}
#page #left{
width: 100% !important;
display: block
!important;
}
#page #right{
width: 100% !important;
}
}
@media only
screen and (max-width: 477px) {
#copy{
display: none !important;
}
}