Newer
Older
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
/* @theme tum */
@import 'default';
section {
/*background-color: #fff;
color: #000;
background-image: url('images/TUM_Logo_blau_rgb_s.svg');
background-repeat: no-repeat;
background-position: right 40px top 40px;
background-size: 8%;*/
}
section.lead {
/*background-image: url('images/TUM_Uhrenturm.png');
background-position: right;
background-size: 45%;*/
}
section h1,
section h2 {
color: #1f315c;
}
section a {
color: #5fb2e6;
}
section footer,
section::after {
color: #9cb7d4;
}
section.invert {
background-color: #003359;
color: #fff;
/*background-image: url('images/TUM_Logo_weiss_rgb_s.svg');*/
}
section.lead.invert {
/*background-image: url('images/TUM_Uhrenturm_w.png');*/
}
section.invert h1,
section.invert footer,
section.invert::after {
color: #fff;
}
section.invert a {
color: #e37222;
}
/* Add "Page" prefix and total page number */
section::after {
content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
}