File: rivescript.css

package info (click to toggle)
librivescript-perl 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,008 kB
  • sloc: perl: 3,118; makefile: 8
file content (39 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (3)
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
body {
 background-color: #FFFFFF;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: small;
 color: #000000
}
a:link, a:visited {
 color: #0000FF;
 text-decoration: underline
}
a:hover, a:active {
 text-decoration: none
}
h1,h2 {
 text-shadow: 2px 2px 2px #000000;
}
h1 {
 font-size: 32pt;
 text-decoration: underline;
 color: #FF0000
}
h2 {
 font-size: 28pt;
 color: #DD0000
}
h3 {
 font-size: x-large;
 font-style: italic;
 color: #660000
}
h4 {
 font-size: medium;
 color: #000000
}
pre,code {
 font-family: "Lucida Console","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace;
 font-size: small;
 color: #000099
}