-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCambR.css
160 lines (129 loc) · 2.29 KB
/
CambR.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
/* css from the R Journal */
body {
margin:20px 50px;
padding: 0 0 10px 0;
min-width:750px;
background-color: white;
}
body, td {
font-family: Verdana,'DejaVu Sans', 'Lucida Grande', 'Bitstream Vera Sans', sans-serif;
font-size:13px;
}
a {
color: black;
text-decoration: none;
outline: none;
}
a:hover, a:active {
outline: gray dotted thin;
}
dl.inline {
padding: 0.1em 0 0.1em 0;
}
dl.inline dt {
float: left;
width: 180px;
text-align: left;
font-weight: bold;
padding: 0.1em 0 0.1em 1em;
}
dl.inline dd {
margin: 0 0 0 200px;
padding: 0.1em 1em 0.1em 0;
}
div#spacer {
height:7px;
width:100%;
background-color:black;
margin: 10px 0px 25px 0px;
font-size:0;
}
div#spacer2 {
height:3px;
width:100%;
background-color:black;
margin: 10px 0px 25px 0px;
font-size:0;
}
div#navigation {
font-size: 0.8em;
float: left;
width: 200px;
text-align:center;
}
div#navigation ul {
margin: 0px;
padding:0px;
}
div#navigation li {
list-style:none;
}
div#navigation a, div#navigation a:visited {
font-size:1.3em;
font-weight:bold;
display:block;
position:relative;
color: #7382ab;
text-decoration:none;
padding:8px 10px 10px 0px;
outline:none;
}
div#navigation a:hover, div#navigation a:active {
color: #3f4865;
}
div#navigation li.current_page_item a, div#navigation li.current_page_item a:visited {
color: black;
}
div#main {
width: 100%;
}
div#smallprint {
font-size: xx-small;
color: #777777;
}
div#content {
margin-left:200px;
}
div#flyercontent {
margin-left:20px;
}
div#content h1 {
font-size:1.45em
}
div#content h2 {
font-size:1.3em
}
div#content h3 {
font-size:1.17em;
margin:0px;
padding:15px 0px;
}
div#content a {
color: #5a6488;
}
div#flyercontent a {
color: #5a6488;
}
div#content blockquote {
font-size:0.9em
}
div#content dl {
padding: 0.2em 0 0 0;
}
div#content dt {
font-weight: bold;
padding: 0.1em 0 0.1em 1em;
}
div#content dd {
padding: 0.1em 0 0.1em 0.2em;
}
/* R colours
#484840 R dark grey
#cacac2 R grey
#3f4865 R extra dark blue
#5a6488 R v dark blue
#7382ab R dark blue
#8d9ecc R blue
#c0cafd R light blue
#e4ecff R very light blue
*/