-
Notifications
You must be signed in to change notification settings - Fork 1
/
Tutorial.css
53 lines (45 loc) · 1.02 KB
/
Tutorial.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
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro);
tt, pre {
font-family: 'Source Code Pro','Courier New';
color:grey;
background-color: #FFFFFF;
margin-left: 25px;
text-indent:0px;
}
code{
font-family: 'Source Code Pro', 'Courier New';
/* background-color: #ffffff; */
}
pre code {
font-family: 'Source Code Pro', 'Courier New';
display: block;
/* padding: 0.5em; */
font-size: 1.0em;
line-height: 1.1em;
/* background-color: #FBFADA; */
overflow: visible;
max-height: none;
word-wrap: normal;
}
.r {
font-family: 'Source Code Pro', 'Courier New';
background-color: #FBFADA;
}
table, th, td {
border: 2px solid white;
padding-top: 3px;
padding-bottom: 13px;
padding-right: 15px;
padding-left: 10px;
background-color: #F5F5F5;
vertical-align: top;
line-height: 1em;
}
th.good {
vertical-align: center;
background: #BCEE68;
}
th.bad {
vertical-align: center;
background: #FFDAB9;
}