File: gtml.css

package info (click to toggle)
gtml 3.5.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 300 kB
  • ctags: 82
  • sloc: perl: 1,559; makefile: 38
file content (46 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (24)
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
/* $Id: gtml.css..gtm,v 1.1 1999/09/02 02:17:01 beaufils Exp $ */
/* Style for GTML documentation. */

/*
   I do not use them as far as I want until Netscape is so bugged. Nobody will
   be able to render the pages properly. :-(((
*/
BODY
{
  background : #ffffff;
  color : #000033;
}

A:link, A:visited
{
  font-weight : bold;
  color : #990000;
  text-decoration : none;
}

H2
{
  font-family : sans-serif;
  background : #ffffcc;
  color : #000066;
  width : 100%;
  padding : 5;
  border : thin;
  font-size : large;
}

H3
{
  font-family : sans-serif;
  color : #000066;
}

H4
{
  font-family : sans-serif;
  color : #000066;
}

/* Local Variables: */
/* mode: html-helper-mode */
/* End: */