-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpkgreadme.css
77 lines (60 loc) · 953 Bytes
/
pkgreadme.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
68
69
70
71
72
73
74
75
/* CSS 2.0 style sheet for GAP package information pages, Frank Lübeck */
BODY {
background-color:#FFFFFF;
color:black;
font-family:Helvetica, Arial, Geneva, Times, sans-serif;
margin:2em;
}
H1, H2, H3 {
font-family:Helvetica, Arial, Geneva, Times, sans-serif;
font-weight:bold;
background-color:transparent;
}
H2, H3 {
color:#993333;
}
H1 {
text-align: center;
color:#191970;
font-size:200%;
}
H2 {
text-align:left;
font-size:144%;
}
H3 {
text-align:left;
font-size:120%;
}
TABLE {
border:2pt solid #444444;
padding:3pt;
}
P {
text-indent:1em;
text-align:left;
}
P.maininfo {
text-indent:0em;
line-height:144%;
}
P.foot {
text-indent:0em;
font-size:80%;
}
PRE {
background-color:#CCCCCC;
}
A:hover {
background-color:#7777AA;
color:WindowText;
}
SPAN.pkg {
font-family:sans-serif;
font-weight:bold;
background-color:transparent;
}
HR {
width:85%;
text-align:center;
}