2ef6cd60930e9e3a8ceaeba27764a8778e95f463
[agghoo.git] / agghoo.Rcheck / agghoo / html / R.css
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
18 code {
19 color: inherit;
20 background: inherit;
21 }
22
23 body {
24 line-height: 1.4;
25 background: white;
26 color: black;
27 }
28
29 a:link {
30 background: white;
31 color: blue;
32 }
33
34 a:visited {
35 background: white;
36 color: rgb(50%, 0%, 50%);
37 }
38
39 h1 {
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
47 h2 {
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
55 h3 {
56 background: white;
57 color: rgb(40%, 40%, 40%);
58 font-family: monospace;
59 font-size: 1.2em; /* large; */
60 }
61
62 h4 {
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
70 h5 {
71 background: white;
72 color: rgb(40%, 40%, 40%);
73 font-family: monospace;
74 }
75
76 h6 {
77 background: white;
78 color: rgb(40%, 40%, 40%);
79 font-family: monospace;
80 font-style: italic;
81 }
82
83 img.toplogo {
84 width: 4em;
85 vertical-align: middle;
86 }
87
88 img.arrow {
89 width: 30px;
90 height: 30px;
91 border: 0;
92 }
93
94 span.acronym {
95 font-size: small;
96 }
97
98 span.env {
99 font-family: monospace;
100 }
101
102 span.file {
103 font-family: monospace;
104 }
105
106 span.option{
107 font-family: monospace;
108 }
109
110 span.pkg {
111 font-weight: bold;
112 }
113
114 span.samp{
115 font-family: monospace;
116 }
117
118 div.vignettes a:hover {
119 background: rgb(85%, 85%, 85%);
120 }