-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (77 loc) · 1.24 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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;
}