Subversion Repositories bdplot

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 pdel 1
BODY{		background: white;
2
		color: black }
3
 
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%);
11
		font-family: monospace;
12
		font-size: x-large;
13
		text-align: center }
14
 
15
H2{		background: white;
16
		color: rgb(40%, 40%, 40%);
17
		font-family: monospace;
18
		font-size: large;
19
		text-align: center }
20
 
21
H3{		background: white;
22
		color: rgb(40%, 40%, 40%);
23
		font-family: monospace;
24
		font-size: large }
25
 
26
IMG.toplogo{	vertical-align: middle }
27
 
28
IMG.arrow{	width: 30;
29
		height: 30;
30
		border: 0 }
31
 
32
span.acronym{font-size: small}
33
span.env{font-family: monospace}
34
span.file{font-family: monospace}
35
span.option{font-family: monospace}
36
span.pkg{font-weight: bold}
37
span.samp{font-family: monospace}
38
 
39
div.vignettes a:hover {
40
  background: rgb(85%, 85%, 85%);
41
}
42