-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
28 lines (23 loc) · 1.01 KB
/
style.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
/*
* Steel ideas from doc/pyqwt.css
*/
a:active { color: #ff0000; }
a[href]:hover { background-color: #99ccff; }
#a:visited { color: #551a8b; }
#a:link { color: #0000bb; }
h1, h2, h3, h4, h5, h6 { font-family: avantgarde,
sans-serif;
font-weight: bold; }
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3, h4 { font-size: 120%; }
h5, h6 { font-size: 100%; }
pre.cli { background-color: #99ccff;
color: #00008b;
font-family: lucida typewriter,
lucidatypewriter,
monospace; }
tt { color: #00008b;
font-family: lucida typewriter,
lucidatypewriter,
monospace; }