Файл: style.css
Строк: 51
body {
background: #fff;
color: #999;
max-width: 460px;
margin:
auto;
font: 14px Tahoma;
}
a {
color: #f04655;
text-decoration:
none;
}
a:hover {
color: #f0adb6;
}
img {
border:
none;
vertical-align: middle;
}
.head {
background:url(dis/hd.png)
repeat-x;
}
.i_bar_t {
background: #f9e9eb;
padding: 10px
15px;
border-bottom: 1px solid #f1d2d6;
border-top: 1px solid
#fcebed;
}
.i_bar_t span {
float: right;
font: 12px;
color:
#f0adb6;
}
.title {
background: #fc5060 url(dis/razd.png)
repeat-x;
padding: 7px;
color: #fff;
}
.titl {
background: #fc5060
repeat-x;
padding: 7px;
color: #fff;
}
.title img { margin-right: 4px;
width: 24px;}
.menu {
background: #fc5060 url(dis/razd.png)
repeat-x;
padding: 4px 10px;
}
.menu img {
height: 30px;
}
.div
{
border-top: 1px solid #777;
text-align: center;
padding:
10px;
}
.text {
overflow: hidden;
display: block;
position:
absolute;
margin-top: 3px;
bottom: 3px;
left: 0;
width: 100%;
height:
98%;
box-sizing: border-box;
color: #FFF;
text-align: left;
padding:
5px 10px;
opacity: 0;
transition: all .2s
ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition:
all .2s ease-in-out;
}
.text:hover {
background-color: rgba(216, 101,
111, .9);
opacity: 1;
}
.img {
display: inline-block;
position:
relative;
}
.screen
{
border-radius: 10px;
margin:
2px;
max-width: 99%;
}