mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 09:44:02 +02:00
93 lines
1.2 KiB
CSS
93 lines
1.2 KiB
CSS
html, body {
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
a {
|
|
color: #00f;
|
|
}
|
|
|
|
.content {
|
|
padding: 1em;
|
|
padding-top: 48px;
|
|
}
|
|
|
|
ul#navbar {
|
|
background: #2c2c2c;
|
|
background-image: -webkit-linear-gradient(top, #333333, #222222);
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
ul#navbar li {
|
|
display: block;
|
|
float: left;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
}
|
|
|
|
ul#navbar li.separator {
|
|
background: #f00;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
ul#navbar li.logo {
|
|
background: url('img/brmlab.png') no-repeat;
|
|
margin-left: 8px;
|
|
width: 150px;
|
|
}
|
|
|
|
ul#navbar li a {
|
|
color: #888;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
ul#navbar li.active a, ul#navbar li a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
table#table24h {
|
|
border-collapse: collapse;
|
|
border: 1px solid #c4c4c4;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
table#legend24h {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
table#table24h th, table#table24h td {
|
|
border: 1px solid #c4c4c4;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
table#table24h th {
|
|
background: #28326f;
|
|
color: #eff0ef;
|
|
}
|
|
|
|
#doprava {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.footer {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
#pomocnici li {
|
|
line-height: 2em;
|
|
}
|
|
|
|
#kontakty li {
|
|
line-height: 2em;
|
|
}
|