Файл: css/wap/style.css
Строк: 71
html, div, span, h1, h2, h3, form, p, img {padding: 0;margin:
0;font-size:medium;font-weight:normal;}
h1, h2 { display: inline }
body
{margin: 0 auto;max-width:640px;font-family: Verdana, Arial,
sans-serif;color: #FFFFFF;background-color:#303030;}
input, textarea
{font-family: Verdana, Arial, sans-serif; margin-top:0.3em;}
img {border:
0;vertical-align: middle;}
a {color:#DDDDDD;text-decoration:
none;}
a:hover {
text-decoration: underline; /*добавляем
подчеркивание при наведении курсора*/
}
.page {background-color:#000000;word-wrap:break-word}
.p
{padding-top:12px;}
.s {font-size:small;}
.title
{background-color:#555555;}
.title_light
{background-color:#777777;}
.block_2 {padding:4px;}
.warning
{background-color:#777777;padding:4px;}
.status{height:14px}
.status_in_2{
padding-left:20px;
float:left;
text-align:
left;
font-size:10px}
.image-radius {-webkit-border-radius:
10px;-moz-border-radius: 10px;border-radius: 10px;display:
inline-block;}
.status_in{padding-left:20px;float:left;font-size:10px}
/*
Статус
*/
#active
.dialog_window {
border:2px solid
#252520;
background:#fff;
color:#222;
padding:5px 20px;
margin: 0
20px;
-webkit-border-radius: 10px;
-moz-border-radius:
10px;
border-radius:
10px;
line-height:1.15;
position:relative;
z-index:4;
bottom:-4px;
text-align:center;
display:
inline-block;
}
#active .dialog_window::before,
#active
.dialog_window::after {
position: absolute;
content:
'';
height:0;
width:0;
left:10%;
bottom:-20px;
border-top:20px
solid #252520;
border-left:12px solid transparent;
border-right:0px
solid transparent;
}
#active .dialog_window::after {
border-top:14px
solid #fff;
bottom:-13px;
border-left:8px solid
transparent;
border-right:0px solid transparent;
margin-left:2px;
}