-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathjargon.css
67 lines (54 loc) · 1.17 KB
/
jargon.css
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
/* Jargon File stylesheet */
/* background image for all jargon pages */
/*
* Edit by agiacalone:
* removed the background image to give a simpler, more modern
* look to the jargon file pages. I also prefer dark modes,
* so the css file has been altered to have dark background
* on light text.
*/
body {
/* background-image: url(graphics/linen2d.jpg); */
background-color: #1D2127;
color: #CFD9E4;
}
/* default colors used by Mozilla, Galeon, and IE */
a {
color: #CFD9E4;
background-color: #1D2127;
}
a:link {
color: #6599EE;
}
a:visited {
color: #A697E9;
}
a:link:active {
color: #E3776C;
}
h1 {
font-family: 'Courier New', Courier;
/* color: #487C41; */
text-align: center;
}
h2 {
font-family: 'Courier New', Courier;
/* color: #487C41; */
text-align: center;
}
h3 {
font-family: 'Courier New', Courier;
/* color: #487C41; */
text-align: center;
}
/* for the jargon file itself */
div.caption {
text-align: center;
font-weight: bold;
}
p.c2 {
font-weight: bold
}
.mediaobject {
text-align: center;
}