File: custom.css

package info (click to toggle)
pipewire 1.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,892 kB
  • sloc: ansic: 296,152; cpp: 2,815; xml: 407; python: 234; sh: 211; makefile: 168; pascal: 85
file content (60 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (4)
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
:root {
	/* --page-background-color: #729fcf; */
	--primary-color: #729fcf;
	--primary-dark-color: #729fcf;
	--header-background: #729fcf;
	--header-foreground: rgba(255, 255, 255, 0.7);
	--font-family: 'Source Sans Pro', 'Source Sans', sans-serif;
}

@media (prefers-color-scheme: light) {
	:root {
		--code-background: #f5f5f5;
		--code-foreground: #333333;
		--fragment-background: #f5f5f5;
		--fragment-foreground: #333333;
		--fragment-keyword: #c7254e;
		--fragment-link: #729fcf;
	}
}

#nav-tree .arrow {
    opacity: 1;
    padding-right: 0.25em;
}

.textblock h1 {
    font-size: 150%;
    border-bottom: 1px solid var(--page-foreground-color);
    margin-top: 1.5em;
}
.textblock h2 {
    font-size: 120%;
    margin-top: 1.5em;
}
.textblock h3, .textblock h4, .textblock h5, .textblock h6 {
    font-size: 100%;
    font-style: italic;
    font-size: medium;
    margin-top: 1.5em;
}

.textblock dl.section dd {
    margin-left: 2rem;
}

ul.multicol li {
    word-break: break-word;
    padding-left: 3em;
    text-indent: -3em;
}

ul.multicol li a.el {
    font-weight: normal;
}

div.contents div.toc li {
    word-break: break-word;
    padding-left: 2em;
    text-indent: -2em;
}