Files
iD/css/app.css
2012-11-15 10:14:56 -05:00

195 lines
2.9 KiB
CSS

body {
font:normal 13px/20px Helvetica, Arial, sans-serif;
margin:0;
padding:0;
text-rendering: optimizeLegibility;
color:#444;
}
#map {
display:block;
position:absolute;
top:40px;
left:0;
right:0;
bottom:0;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQIW2NkYGD4f+/ePSAFAYxAzn84D1lASUmJAaQSQwUAcxYRaXDVJ6QAAAAASUVORK5CYII=);
}
#about {
position:absolute;
bottom:5px;
right:5px;
background:#fff;
padding:2px 5px;
}
#bar {
background:#fff;
position:absolute;
left:0px;
top:0px;
height:40px;
right:0;
}
input#geocode-location {
position:absolute;
background:#eee;
color:#222;
}
:focus {
outline-color: transparent;
outline-style: none;
}
p {
margin:0;
padding:0;
font-size: x-small;
}
a:visited, a {
color: #345692;
}
input[type=text] {
font:normal 13px/20px Helvetica, Arial, sans-serif;
padding:1px 2px;
}
input[type=text]:focus {
border-color:#222;
}
#zoombuttons {
position:absolute;
right:20px;
top:20px;
}
#bar button {
width:100px;
white-space:nowrap;
cursor:pointer;
display:inline-block;
background:#fff;
color:#222;
font:bold 19px/30px 'Helvetica Neue', sans-serif;
border:0;
border-right:1px solid #eee;
padding:0 10px;
height:40px;
margin:0;
}
#bar .messages {
position:absolute;
right:200px;
top:0;
padding:10px;
}
#bar button:hover {
background:#eee;
}
#bar button.active {
background:#eee;
color:#000;
}
#bar button#save {
position:absolute;
right:100px;
background:#3F5CA5;
color:#eee;
}
#bar button.mini,
#bar button.mini {
width:auto;
}
button small {
display: inline-block;
font-weight: normal;
font-size: 12px;
line-height: 30px;
vertical-align: top;
}
#bar input[type=text] {
width:150px;
height:30px;
border:0;
padding:5px;
margin:0;
}
.zoombuttons {
position:absolute;
right:0;
top:0;
}
#bar .zoombuttons button {
width:50px;
}
.inspector-wrap {
position:absolute;
top:40px;
right:0px;
overflow:auto;
padding:10px;
background:#eee;
border-top:1px solid #000;
color:#222;
width:350px;
}
.inspector-wrap h2 {
font: bold 20px/20px 'Helvetica';
}
.inspector-wrap a.permalink {
text-decoration:none;
margin-right:1em;
font: normal 11px/20px 'Helvetica'
}
.inspector thead th {
font-size:10px;
line-height:15px;
color:#999;
font-weight:normal;
text-transform:uppercase;
}
.inspector tbody td {
border: 1px solid #ccc;
}
.inspector input {
margin:0;
padding:4px;
border:0;
background:#fff;
width:150px;
}
.inspector-wrap table {
border-collapse: collapse;
width:350px;
border-spacing:0;
}
.inspector-wrap table th {
text-align:left;
}
.inspector-wrap table td {
padding:0;
border-spacing:0;
}