chaosc-cosmdisplay/public/stylesheets/style.css

98 lines
1.4 KiB
CSS
Raw Normal View History

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;
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;
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;
height: 98%;
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;
width:236px;
2013-02-18 05:46:15 +00:00
margin-left: auto;
margin-right: auto;
/* margin-top:20px; */
2013-02-18 05:46:15 +00:00
position:absolute;
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;
font-size:18px;
color: red;
2013-02-20 12:41:47 +00:00
}