mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 02:34:00 +02:00
new version
This commit is contained in:
parent
f891540e66
commit
5fb07fd6b5
21 changed files with 146 additions and 73 deletions
72
style.css
Normal file
72
style.css
Normal file
|
@ -0,0 +1,72 @@
|
|||
html, body {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 1em;
|
||||
padding-top: 48px;
|
||||
}
|
||||
|
||||
ul#navbar {
|
||||
height: 48px;
|
||||
background: #333;
|
||||
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.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue