Размер файла: 1.53Kb
#work, #home { display: block; }
html * {
border: 0;
padding: 0;
margin: 0;
}
body {
background: #1b2126 url("bg.gif") center center;
font: normal 12px/20px "Helvetica Neue", "Arial", sans-serif;
color: #424242;
overflow: hidden;
-webkit-text-size-adjust: none;
}
#wrap {
background: #f5f5f5 url("header.png") repeat-x top center;
width: 510px;
height: auto;
margin-left: -160px;
top: 25%;
left: 40%;
position: absolute;
padding: 0 16px 6px 16px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.75);
}
#toggle {
position: absolute;
top: 5px;
right: 7px;
}
#toggle li {
display: block;
width: 40px;
height: 60px;
float: right;
margin: 0 7px;
}
#toggle li a {
display: block;
height: 45px;
width: 35px;
}
#toggle li#active {
background: transparent url("indicator.png") no-repeat bottom center;
}
.type, .org {
display: none;
}
span, abbr {
display: block;
font-weight: bold;
}
div#work div, div#home div {
background: white;
border: 1px solid #dbdbdb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin: 10px 0;
padding: 7px 0 4px 0;
}
#header {
height: 71px;
}
h1, .title {
color: #212121;
font-weight: normal;
line-height: 18px;
text-shadow: white 0 1px 0;
}
.title {
font-size: 14px;
}
h1 {
font-size: 18px;
padding-top: 14px;
font-weight: bold;
}
a:link, a:visited {
color: #1266bd;
text-decoration: none;
}
a:hover {
color: #0d4680;
text-decoration: none;
}
.locality, .region, .postal-code {
display: inline;
}
.locality, .extended-address, .country-name
{
margin-left: 6.5em;
}