The R Project SVN R

Rev

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

Rev Author Line No. Line
66240 hornik 1
body {
2
    background: white;
3
    color: black;
4
}
6390 leisch 5
 
66240 hornik 6
a:link {
7
    background: white;
8
    color: blue;
9
}
9940 pd 10
 
66240 hornik 11
a:visited {
12
    background: white;
13
    color: rgb(50%, 0%, 50%);
14
}
6390 leisch 15
 
66240 hornik 16
h1 {
17
    background: white;
18
    color: rgb(55%, 55%, 55%);
19
    font-family: monospace;
20
    font-size: x-large;
21
    text-align: center;
22
}
6390 leisch 23
 
66240 hornik 24
h2 {
25
    background: white;
26
    color: rgb(40%, 40%, 40%);
27
    font-family: monospace;
28
    font-size: large;
29
    text-align: center;
30
}
6390 leisch 31
 
66240 hornik 32
h3 {
33
    background: white;
34
    color: rgb(40%, 40%, 40%);
35
    font-family: monospace;
36
    font-size: large;
37
}
50881 murdoch 38
 
66240 hornik 39
h4 {
40
    background: white;
41
    color: rgb(40%, 40%, 40%);
42
    font-family: monospace;
43
    font-style: italic;
44
    font-size: large;
45
}
50881 murdoch 46
 
66240 hornik 47
h5 {
48
    background: white;
49
    color: rgb(40%, 40%, 40%);
50
    font-family: monospace;
51
}
52
 
53
h6 {
54
    background: white;
55
    color: rgb(40%, 40%, 40%);
56
    font-family: monospace;
57
    font-style: italic;
58
}
50881 murdoch 59
 
66240 hornik 60
img.toplogo {
70153 murdoch 61
    width: 4em;
66240 hornik 62
    vertical-align: middle;
63
}
6390 leisch 64
 
66240 hornik 65
img.arrow {
66
    width: 30px;
67
    height: 30px;
68
    border: 0;
69
}
21928 ripley 70
 
66240 hornik 71
span.acronym {
72
    font-size: small;
73
}
43739 deepayan 74
 
66240 hornik 75
span.env {
76
    font-family: monospace;
77
}
78
 
79
span.file {
80
    font-family: monospace;
81
}
82
 
83
span.option{
84
    font-family: monospace;
85
}
86
 
87
span.pkg {
88
    font-weight: bold;
89
}
90
 
91
span.samp{
92
    font-family: monospace;
93
}
94
 
43739 deepayan 95
div.vignettes a:hover {
66240 hornik 96
    background: rgb(85%, 85%, 85%);
43739 deepayan 97
}