File: pub.css

package info (click to toggle)
apoo 2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 444 kB
  • ctags: 264
  • sloc: python: 1,954; perl: 67; makefile: 56; sh: 4
file content (45 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (5)
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
/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }


BODY { 
       background-color:"#FFFFF0";
       color: DARKBLUE;
    }

/*h1,h2,h3 { color: LightBlue; }*/
h1,h2,h3 {  color: #005A9C;}
a { 
    color: red;
 }

a.offsite
{
  font-style: oblique;
}

a:visited
{
  color: darkred;
}

a:hover, a:active, a:focus
{
  background: #FFFFAA;
}

blockquote
{ font-size: small}

dt { font-weight: bold  } 

th {  }