2013-02-20 12:41:47 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: “DejaVu”;
|
|
|
|
src: url(http://dejavu-fonts.org/files/fonts/dejavu.ttf) format(”truetype”);
|
|
|
|
}
|
|
|
|
|
2013-01-30 14:30:49 +00:00
|
|
|
html, body {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2013-02-20 12:41:47 +00:00
|
|
|
font-family: "DejaVu", sans-serif;
|
|
|
|
font-weight:bold;
|
2013-01-30 14:30:49 +00:00
|
|
|
background-color: black;
|
2013-01-30 23:09:00 +00:00
|
|
|
color: #ffcbb0;
|
2013-01-30 14:30:49 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
/*color: #00B7FF;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
display: table-row;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cell {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kasten {
|
|
|
|
padding: 10px;
|
2013-02-19 01:48:52 +00:00
|
|
|
margin: 5px;
|
|
|
|
/*margin-right: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-right: 10px;*/
|
|
|
|
/* margin-bottom: 10px; */
|
2013-02-20 12:41:47 +00:00
|
|
|
min-width:230px;
|
2013-02-19 01:48:52 +00:00
|
|
|
height: 98%;
|
2013-01-30 23:09:00 +00:00
|
|
|
background-color: #444;
|
|
|
|
border: 1px solid #7b7b7b;
|
2013-01-30 14:30:49 +00:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mapbox {
|
|
|
|
height: 150px;
|
2013-02-19 01:48:52 +00:00
|
|
|
width:236px;
|
2013-02-18 05:46:15 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2013-02-19 01:48:52 +00:00
|
|
|
/* margin-top:20px; */
|
2013-02-18 05:46:15 +00:00
|
|
|
position:absolute;
|
2013-02-19 01:48:52 +00:00
|
|
|
bottom:20px;
|
2013-01-30 14:30:49 +00:00
|
|
|
}
|
|
|
|
|
2013-01-30 14:38:55 +00:00
|
|
|
.kasten img {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 14:30:49 +00:00
|
|
|
td {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2013-02-20 12:41:47 +00:00
|
|
|
|
|
|
|
td {
|
|
|
|
height:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse:collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.value {
|
|
|
|
border: 1px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.value {
|
|
|
|
text-align:left;
|
|
|
|
border-left:1px solid white;
|
2013-02-20 14:50:16 +00:00
|
|
|
font-size:18px;
|
|
|
|
color: red;
|
2013-02-20 12:41:47 +00:00
|
|
|
}
|