The R Project SVN R

Rev

Rev 88572 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
81950 deepayan 1
@media screen {
2
    .container {
82040 deepayan 3
	padding-right: 10px;
4
	padding-left: 10px;
81950 deepayan 5
	margin-right: auto;
6
	margin-left: auto;
82040 deepayan 7
	max-width: 900px;
81950 deepayan 8
    }
9
}
10
 
82040 deepayan 11
.rimage img { /* from knitr - for examples and demos */
81950 deepayan 12
    width: 96%;
13
    margin-left: 2%;
88160 maechler 14
}
81950 deepayan 15
 
82009 deepayan 16
.katex { font-size: 1.1em; }
81950 deepayan 17
 
82040 deepayan 18
code {
19
    color: inherit;
20
    background: inherit;
21
}
81950 deepayan 22
 
66240 hornik 23
body {
82040 deepayan 24
    line-height: 1.4;
66240 hornik 25
    background: white;
26
    color: black;
27
}
6390 leisch 28
 
66240 hornik 29
a:link {
30
    background: white;
31
    color: blue;
32
}
9940 pd 33
 
66240 hornik 34
a:visited {
35
    background: white;
36
    color: rgb(50%, 0%, 50%);
37
}
6390 leisch 38
 
88797 smeyer 39
a.citation {
40
    color: rgb(10%, 40%, 10%);
41
}
42
 
66240 hornik 43
h1 {
44
    background: white;
45
    color: rgb(55%, 55%, 55%);
46
    font-family: monospace;
82045 deepayan 47
    font-size: 1.4em; /* x-large; */
66240 hornik 48
    text-align: center;
49
}
6390 leisch 50
 
66240 hornik 51
h2 {
52
    background: white;
53
    color: rgb(40%, 40%, 40%);
54
    font-family: monospace;
82045 deepayan 55
    font-size: 1.2em; /* large; */
66240 hornik 56
    text-align: center;
57
}
6390 leisch 58
 
66240 hornik 59
h3 {
60
    background: white;
61
    color: rgb(40%, 40%, 40%);
62
    font-family: monospace;
82045 deepayan 63
    font-size: 1.2em; /* large; */
66240 hornik 64
}
50881 murdoch 65
 
66240 hornik 66
h4 {
67
    background: white;
68
    color: rgb(40%, 40%, 40%);
69
    font-family: monospace;
70
    font-style: italic;
82045 deepayan 71
    font-size: 1.2em; /* large; */
66240 hornik 72
}
50881 murdoch 73
 
66240 hornik 74
h5 {
75
    background: white;
76
    color: rgb(40%, 40%, 40%);
77
    font-family: monospace;
78
}
79
 
80
h6 {
81
    background: white;
82
    color: rgb(40%, 40%, 40%);
83
    font-family: monospace;
84
    font-style: italic;
85
}
81950 deepayan 86
 
88160 maechler 87
/* want small paragraph margins when used _inside_ *.Rd \item <......>
88
   i.e.,   <dd> ... </dd>  and and <li> .... </li> : */
89
dd p, li p {
90
    margin-top:    0px;
91
    margin-bottom: 0px;
92
    padding-top:    0.4ex;
93
    padding-bottom: 0.4ex;
94
}
95
 
66240 hornik 96
img.toplogo {
70153 murdoch 97
    width: 4em;
66240 hornik 98
    vertical-align: middle;
99
}
6390 leisch 100
 
66240 hornik 101
img.arrow {
102
    width: 30px;
103
    height: 30px;
104
    border: 0;
105
}
21928 ripley 106
 
66240 hornik 107
span.acronym {
108
    font-size: small;
109
}
43739 deepayan 110
 
66240 hornik 111
span.env {
112
    font-family: monospace;
113
}
114
 
115
span.file {
116
    font-family: monospace;
117
}
118
 
119
span.option{
120
    font-family: monospace;
121
}
122
 
123
span.pkg {
124
    font-weight: bold;
125
}
126
 
127
span.samp{
128
    font-family: monospace;
129
}
130
 
43739 deepayan 131
div.vignettes a:hover {
66240 hornik 132
    background: rgb(85%, 85%, 85%);
43739 deepayan 133
}
83282 deepayan 134
 
135
tr {
136
    vertical-align: top;
137
}
138
 
139
span.rlang {
140
    font-family: Courier New, Courier;
141
    color: #666666;
142
}