Update package to send on CRAN
[agghoo.git] / agghoo.Rcheck / agghoo / html / R.css
CommitLineData
97f16440
BA
1@media screen {
2 .container {
3 padding-right: 10px;
4 padding-left: 10px;
5 margin-right: auto;
6 margin-left: auto;
7 max-width: 900px;
8 }
9}
10
11.rimage img { /* from knitr - for examples and demos */
12 width: 96%;
13 margin-left: 2%;
14}
15
16.katex { font-size: 1.1em; }
17
18code {
19 color: inherit;
20 background: inherit;
21}
22
23body {
24 line-height: 1.4;
25 background: white;
26 color: black;
27}
28
29a:link {
30 background: white;
31 color: blue;
32}
33
34a:visited {
35 background: white;
36 color: rgb(50%, 0%, 50%);
37}
38
39h1 {
40 background: white;
41 color: rgb(55%, 55%, 55%);
42 font-family: monospace;
43 font-size: 1.4em; /* x-large; */
44 text-align: center;
45}
46
47h2 {
48 background: white;
49 color: rgb(40%, 40%, 40%);
50 font-family: monospace;
51 font-size: 1.2em; /* large; */
52 text-align: center;
53}
54
55h3 {
56 background: white;
57 color: rgb(40%, 40%, 40%);
58 font-family: monospace;
59 font-size: 1.2em; /* large; */
60}
61
62h4 {
63 background: white;
64 color: rgb(40%, 40%, 40%);
65 font-family: monospace;
66 font-style: italic;
67 font-size: 1.2em; /* large; */
68}
69
70h5 {
71 background: white;
72 color: rgb(40%, 40%, 40%);
73 font-family: monospace;
74}
75
76h6 {
77 background: white;
78 color: rgb(40%, 40%, 40%);
79 font-family: monospace;
80 font-style: italic;
81}
82
83img.toplogo {
84 width: 4em;
85 vertical-align: middle;
86}
87
88img.arrow {
89 width: 30px;
90 height: 30px;
91 border: 0;
92}
93
94span.acronym {
95 font-size: small;
96}
97
98span.env {
99 font-family: monospace;
100}
101
102span.file {
103 font-family: monospace;
104}
105
106span.option{
107 font-family: monospace;
108}
109
110span.pkg {
111 font-weight: bold;
112}
113
114span.samp{
115 font-family: monospace;
116}
117
118div.vignettes a:hover {
119 background: rgb(85%, 85%, 85%);
120}