File: style.css

package info (click to toggle)
fountain-mode 3.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,968 kB
  • sloc: lisp: 3,345; makefile: 60
file content (60 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
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
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	line-height: 1.4;
	max-width: 45em;
	margin: 1em auto;
	padding: 0 1em;
	background-color: #fff;
}

h1, h2, h3, h4, h5 {
	font-family: sans-serif;
}

kbd, kbd.kbd {
	padding: 2px;
	background-color: #f9f9f9;
	border-width: 1px;
	border-style: solid;
	font-style: revert;
	white-space: pre;
}

img {
	width: 100%;
}

sup {
	line-height: 0;
}

div.footnote h5 {
	display: table-cell;
	font-size: initial;
}

div.footnote p {
	display: table-cell;
	padding-left: 1em;
}

pre.menu-comment, pre.menu-preformatted {
	font-family: initial;
	margin: 0;
}


@media (prefers-color-scheme: dark) {
	html, body {
		background-color: #1e1f21;
		color: #eeeff1;
	}
	a { color: #bad7ff; }
	a:visited { color: #d099ff; }
	kbd, kbd.kbd { background-color: #404040 }
}