The R Project SVN R

Rev

Rev 49493 | Rev 70153 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6390 leisch 1
BODY{		background: white;
2
		color: black }
3
 
9940 pd 4
A:link{         background: white;
5
                color: blue }
6
A:visited{	background: white;
7
		color: rgb(50%, 0%, 50%) }
8
 
9
H1{		background: white;
10
		color: rgb(55%, 55%, 55%);
6390 leisch 11
		font-family: monospace;
12
		font-size: x-large;
9940 pd 13
		text-align: center }
6390 leisch 14
 
9940 pd 15
H2{		background: white;
16
		color: rgb(40%, 40%, 40%);
6390 leisch 17
		font-family: monospace;
18
		font-size: large;
9940 pd 19
		text-align: center }
6390 leisch 20
 
9940 pd 21
H3{		background: white;
22
		color: rgb(40%, 40%, 40%);
6390 leisch 23
		font-family: monospace;
24
		font-size: large }
25
 
50881 murdoch 26
H4{		background: white;
27
		color: rgb(40%, 40%, 40%);
28
		font-family: monospace;
29
		font-style: italic;
30
		font-size: large }
31
 
32
H5{		background: white;
33
		color: rgb(40%, 40%, 40%);
34
		font-family: monospace }
35
 
36
H6{		background: white;
37
		color: rgb(40%, 40%, 40%);
38
		font-family: monospace;
39
		font-style: italic }
40
 
9940 pd 41
IMG.toplogo{	vertical-align: middle }
6390 leisch 42
 
49493 ripley 43
IMG.arrow{	width: 30px;
44
		height: 30px;
21928 ripley 45
		border: 0 }
46
 
41364 ripley 47
span.acronym{font-size: small}
48
span.env{font-family: monospace}
49
span.file{font-family: monospace}
50
span.option{font-family: monospace}
51
span.pkg{font-weight: bold}
52
span.samp{font-family: monospace}
43739 deepayan 53
 
54
div.vignettes a:hover {
55
  background: rgb(85%, 85%, 85%);
56
}
57