File: my-styles.css

package info (click to toggle)
python-autoray 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,708 kB
  • sloc: python: 5,490; makefile: 20
file content (56 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (2)
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
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&display=swap');

h1 {
	font-size: 2.0rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

.toctree-l2 {
	font-size: 0.85rem;
}

article {
	font-size: 0.9rem;
}

div.cell div.cell_input {
	padding-left: 0em;
	padding-right: 0em;
	border: 1px rgba(127, 127, 127, 0.1) solid;
	background-color: rgba(127, 127, 127, 0.1);
	border-left-color: hsl(126, 25%, 45%);
	border-left-width: medium;
}

.cell_output .output.text_plain, .cell_output .output.traceback, .cell_output .output.stream {
	border: 1px solid rgba(127, 127, 127, 0.0);
    background: rgba(127, 127, 127, 0.0);
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	box-shadow: none;
}

.cell_output .output.stderr {
	border: 1px solid rgba(127, 127, 127, 0.0);
    background: rgba(127, 127, 127, 0.0);
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0.25em;
	box-shadow: none;
    border-left-color: #cc7766;
    border-left-width: medium;
}

.cell_output {
	padding-left: 1em;
	padding-right: 0em;
	margin-top: 0em;
}