File tree 3 files changed +16
-11
lines changed
3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 12
12
13
13
/**********************/
14
14
15
+ .alert-danger {
16
+ margin-bottom : 0px ;
17
+ }
18
+
15
19
.btn {
16
20
border-radius : 0 ;
17
21
margin-bottom : 10px ;
Original file line number Diff line number Diff line change 31
31
.header {
32
32
font-family : sans-serif;
33
33
font-size : 18px ;
34
- background-color : # 3fb0ac ;
34
+ background-color : # 3fb0ac ;
35
+ padding : 5px 20px 15px 20px ;
35
36
}
36
37
37
38
.menu {
38
39
list-style-type : none;
39
- padding : 15px 0px 10px 0px ;
40
40
overflow : hidden;
41
41
margin-bottom : 0 ;
42
42
}
50
50
.logo h1 {
51
51
float : left;
52
52
font-size : 24px ;
53
- margin-top : 26 px ;
53
+ margin-top : 32 px ;
54
54
}
55
55
56
56
.menu-link h2 {
57
57
font-size : 16px ;
58
58
font-weight : bold;
59
59
float : right;
60
- margin-top : 24 px ;
61
- padding : 10px ;
60
+ margin-top : 30 px ;
61
+ padding : 10px 10 px 0 10 px ;
62
62
}
63
63
64
64
a h2 : hover {
@@ -74,12 +74,12 @@ a h2:hover {
74
74
margin-bottom : 140px ;
75
75
}
76
76
77
- . page a {
78
- color : # 239995 ;
77
+ a {
78
+ color : # 008580 ;
79
79
}
80
80
81
- . page a : hover {
82
- color : # 026C68 ;
81
+ a : hover {
82
+ color : # 3fb0ac ;
83
83
text-decoration : none;
84
84
}
85
85
Original file line number Diff line number Diff line change 21
21
< link rel ="stylesheet " href ="{{url_for('static', filename='css/body.css')}} ">
22
22
< link rel ="stylesheet " href ="{{url_for('static', filename='css/pygments-lovelace-style.css')}} ">
23
23
< link rel ="stylesheet " href ="{{url_for('static', filename='css/ipython.css')}} ">
24
+
24
25
{% if var('book-style') %}
25
26
< link rel ="stylesheet " href ="{{url_for('static', filename='css/book-style.css')}} ">
26
27
{% endif %}
48
49
{% if page_wip is defined and page_wip %}
49
50
< div class ="content ">
50
51
< div class ="alert alert-danger " role ="alert ">
51
- Tato stránka je momentálně v rekonstrukci.
52
+ < div class =" container " > Tato stránka je momentálně v rekonstrukci.
52
53
Pokud se chcete podílet na vylepšování těchto stránek,
53
54
navštivte repozitář na
54
- < a href ="https://github.com/pyvec/naucse.python.cz "> GitHubu</ a > .
55
+ < a href ="https://github.com/pyvec/naucse.python.cz "> GitHubu</ a > .</ div >
55
56
</ div >
56
57
</ div >
57
58
{% endif %}
You can’t perform that action at this time.
0 commit comments