author | František Kučera <franta-hg@frantovo.cz> |
Tue, 27 Aug 2019 13:50:37 +0200 | |
branch | v_0 |
changeset 268 | 1b8576c9640c |
parent 241 | f71d300205b7 |
child 304 | 95add699346d |
permissions | -rw-r--r-- |
137 | 1 |
.logo { |
2 |
background-color: black; |
|
3 |
height: 64px; |
|
4 |
width: 1240px; |
|
5 |
margin-left: -20px; |
|
6 |
margin-right: -20px; |
|
7 |
margin-top: -5px; |
|
8 |
border-top-right-radius: 8px; |
|
9 |
border-top-left-radius: 8px; |
|
10 |
} |
|
11 |
||
12 |
.logo img { |
|
13 |
margin-top: 8px; |
|
14 |
margin-left: 16px; |
|
15 |
} |
|
16 |
||
17 |
#zápatí p { |
|
18 |
background-color: black; |
|
19 |
width: 1240px; |
|
20 |
min-height: 24px; |
|
21 |
padding-top: 4px; |
|
22 |
margin-left: -20px; |
|
23 |
margin-right: -20px; |
|
24 |
margin-bottom: -10px; |
|
25 |
border-bottom-right-radius: 8px; |
|
26 |
border-bottom-left-radius: 8px; |
|
27 |
color: grey; |
|
28 |
} |
|
29 |
||
30 |
#zápatí a { |
|
31 |
color: grey; |
|
181
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
32 |
text-decoration: none; |
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
33 |
} |
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
34 |
|
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
35 |
#zápatí a[href^="http"]:hover { |
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
36 |
color: white; |
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
37 |
text-shadow: none; |
72cc1a9dbfca
footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents:
143
diff
changeset
|
38 |
text-decoration: none; |
137 | 39 |
} |
40 |
||
41 |
#tělo { |
|
42 |
width: 1200px; |
|
43 |
background-color: #ccc; |
|
44 |
} |
|
45 |
||
46 |
#nabídka { |
|
47 |
width: 14em; |
|
48 |
} |
|
49 |
||
50 |
#nabídka a:hover { |
|
51 |
color: #d71635; |
|
52 |
text-shadow: none; |
|
53 |
} |
|
54 |
||
55 |
#text { |
|
56 |
margin-left: 15em; |
|
57 |
} |
|
58 |
||
59 |
@media (max-width: 1300px) { |
|
60 |
#tělo { width: auto; } |
|
61 |
.logo { width: auto; } |
|
62 |
#zápatí p { width: auto; } |
|
63 |
#text { margin-left: auto; } |
|
64 |
} |
|
65 |
||
189
47907749817f
screenshots: Haiku
František Kučera <franta-hg@frantovo.cz>
parents:
181
diff
changeset
|
66 |
.img-container img { max-width: 820px; } |
137 | 67 |
|
68 |
p.flattr { |
|
69 |
text-align: right; |
|
70 |
} |
|
71 |
||
143 | 72 |
#text p { |
73 |
text-align: justify; |
|
74 |
} |
|
236
d29970e8b7c9
different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents:
189
diff
changeset
|
75 |
|
d29970e8b7c9
different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents:
189
diff
changeset
|
76 |
#text code { |
d29970e8b7c9
different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents:
189
diff
changeset
|
77 |
color: #066; |
d29970e8b7c9
different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents:
189
diff
changeset
|
78 |
} |
241 | 79 |
|
80 |
.already-implemented { |
|
81 |
color: grey; |
|
82 |
} |