File: racket-mode.css

package info (click to toggle)
racket-mode 20250711~git.8a80578-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,024 kB
  • sloc: lisp: 17,215; makefile: 106
file content (95 lines) | stat: -rw-r--r-- 1,597 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
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
body {
    margin: 0px auto;
    max-width: 768px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI","Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 18px;
    background-color: #fff;
    color: #333
}

h1, h2, h3, h4 {
    font-weight: 500;
    margin-top: 1.5em
}
h1 {
    font-size: 3em;
    color: #666
}
h1.top {
    margin-top: 0;
}
h2, h4.footnotes-heading {
    font-size: 3em;
    color: #666;
    border-top: 4px solid #666;
}
h3 {
    font-size: 2em;
    color: #666;
    border-top: 1px solid #ddd;
}
h4 {
    font-size: 2em;
    color: #444;
    margin-bottom: 0;
}

p, ol, ul {
    line-height: 1.6
}

a {
    text-decoration: none;
    color: #6e57c4;
}
a:hover {
    text-decoration:underline;
}

td {
    padding: 0.25em;
}

code, tt {
    font-family: monospace;
    font-size: 90%;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 0px 2px;
}

pre {
    font-family: monospace;
    font-size: 90%;
    color: #333;
    background-color: #f7f7f7;
    padding: 8px;
}

kbd {
    font-family: monospace;
    font-size: 90%;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background-color: #666;
    padding: 1px 4px;
    border: 1px solid #CCC;
    border-radius: 5px;
    white-space: nowrap
}

div.footnote h3 {
    font-size: 1em;
    margin-bottom: 0;
}

/* Hide some elements produced by `makeinfo' that I find redundant or noisy. */
hr {
    display: none;
}
h2.contents-heading {
    display: none;
}