File: Style.css

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (41 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (2)
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
<head>
<STYLE TYPE="text/css">  
  <!--
  Body  {
  	font-family : verdana, tahoma, sans-serif;
  	font-size : 9pt;
  	color : black;
  }
  
  Table  {
  	font-family : verdana, tahoma, sans-serif;
  	font-size : 9pt;
  	color : black;
  }
  
  Table, TD  {
        font-family : verdana, tahoma, sans-serif;
        font-size : 9pt;
        color : black; 
        background-repeat : no-repeat;
  }
  
  P {font-family : verdana, tahoma, sans-serif; font-size : 9pt; 
color: black; }

  a {
  	Font-Family : verdana, tahoma, sans-serif;
  	Font-Size : 8pt;
  	Font-Style : normal;
  	text-decoration : none;
  	color : blue;
  }
  
  a:hover  {
  	color : black;
        Font-Style : bold;
  	text-decoration : underline;
  }
  -->
</STYLE>
</head>