-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·54 lines (47 loc) · 965 Bytes
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
box-shadow: 5px 5px 10px 0px lightgrey;
}
pre code {
white-space: inherit;
}
pre.sourceCode.r{
border-left: solid #F0F0F0 2px !important;
box-shadow: inset 0px -5px 10px 0px #FAFAFA !important;
margin-bottom: 0px !important;
}
pre.sourceCode.r:hover {
border-left: solid #4070a0 2px !important;
transition: all 0.3s ease !important;
}
div.sourceCode{
box-shadow: 5px 5px 10px 0px lightgrey;
overflow: hidden !important;
margin-bottom: 10px !important;
}
pre.outputcode{
margin-top: -10px !important;
padding-top: -10px !important;
line-height: 1.2;
background-color: #F0F0F0 !important;
box-shadow: 5px 5px 10px 0px lightgrey;
font-style: italic;
}
/*
@media screen and (min-width: 800px) {
pre {
overflow: hidden !important;
}
pre:hover {
overflow-x: auto !important;
}
}
*/