-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
107 lines (84 loc) · 1.49 KB
/
custom.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@import url(asciidoctor.css);
body {
font-family: "Open Sans";
}
#toc {
border-bottom: none;
}
a {
text-decoration: none !important;
}
body.toc2 #header > h1:nth-last-child(2){
border-bottom: 0;
}
.sect1, .sect1 + .sect1 {
border-top: 1px solid #aaa;
}
h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 {
margin-top: 3rem;
}
#toctitle {
visibility: hidden;
margin-top: 0;
}
h2 {
font-weight: bold;
}
.imageblock img {
box-shadow: 0 1px 4px #e0e0dc;
}
html, body {
font-size: 16px;
}
iframe{
min-width: 900px !important;
}
pre.rouge table.linenotable{
border: 0;
margin-bottom: 0;
background: transparent;
}
pre.rouge table td{
padding: 0px !important;
}
pre.rouge table td.linenos{
border-right: 1px solid white;
}
.listingblock pre.rouge code pre {
border-radius: 0 !important;
}
#toctitle{
display: none;
}
#toc .sectlevel1 > li {
margin-top: 1rem;
list-style-type: none;
}
a[href^="#_übung"]::after{
content: "";
float: right;
width: 10px;
height: 14px;
margin-right: 5px;
background: url(media/pencil.png) no-repeat center center;
background-size: 100%;
opacity: 0.5;
}
#toc a.in-view{
font-weight: bold;
}
.source-code-link {
display: block;
margin-top: -0.5em;
}
details > summary.title{
color: #2156a5;
text-decoration: underline;
cursor: pointer;
}
details[open] > summary {
margin-bottom: 1em;
}
#footer a{
color: white;
}