-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathother.css
44 lines (35 loc) · 855 Bytes
/
other.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
.emph {
color: #ff5500;
font-weight: 500;
}
.pack {
color: #C93312; /*darkred*/
font-weight: 500;
}
.func { /*Not needed, just use ``*/
color: #C93312;
font-weight: 500;
}
.objclass {
color: #006400; /*darkgreen*/
font-weight: 500;
}
a {
color: #1e90ff; /*dodgerblue*/
}
pre {
box-sizing: border-box;
left: 0; /* This changes where the code chunk box actually starts */
/* padding: 10px 0 10px 60px; /* Change the last value here to move the text left or right */
position: relative;
width: 100%; /* This changes where the code chunk box ends on the right side */
font-size: 75%; /*changes output size; and comments*/
/*border: 10px solid #ff5500;*/ /*code block and results border*/
/*background-color:#ff5500;*/ /* results background*/
}
#TOC{
font-size: 75%;
}
.table {
margin: 0 auto;
}