-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (63 loc) · 1.85 KB
/
style.css
File metadata and controls
63 lines (63 loc) · 1.85 KB
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
@media screen and (max-width: 1024px){
article {
width:100%;
left: -10px;
position: absolute;
}
.navbar, .toc, .toctitle {
display: none;
visibility: hidden;
position: absolute;
top: -999px;
left: -9999px;
}
img.flag{
vertical-align:text-top;
margin-left:3px;
}
}
@media screen and (min-width: 1024px) {
.navbar {
overflow: hidden;
position: fixed;
top: 100;
width: 160px;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: left;
padding: 14px 16px;
text-decoration: none;
font-size: 14px;
}
img.flag{
vertical-align:text-top;
margin-left:3px;
}
}
@media print {
.firstHeading{display:none;}
.sheet {
overflow: hidden;
position: relative;
box-sizing: border-box;
page-break-after: always;
}
.code-block {
background-color: #858789;
padding: 5mm
}
/** Paper sizes **/
body.A4 article { width: 210mm; height: 296mm }
header, content, aside, footer, nav {display:none;}
p {font-size:10pt;color: black;}
h1{font-size:18pt;color: red; font-family:Serif;}
h2{font-size:14pt;color: black;}
h3{font-size:12pt;color: black;}
h4{font-size:11pt;color: black;}
a { color: #000!important; text-decoration: underline!important;}
a[href]:after {content: " (" attr(href) ")"; /* affichage des URL des liens */}
h1, h2, h3 {page-break-after: avoid; /* pas de saut après ces éléments */}
}