-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathextra.css
More file actions
39 lines (34 loc) · 685 Bytes
/
extra.css
File metadata and controls
39 lines (34 loc) · 685 Bytes
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
.reveal pre.interact {
background: #6F6F6F;
}
.reveal pre.smallCode code {
max-height: 250px;
font-size: 0.65em !important;
line-height: 1.1em !important;
}
.reveal pre.interact div {
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 0;
margin: 0;
box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.5);
}
.reveal canvas {
position: relative;
}
.reveal input {
outline: none;
border: 0;
width: 90%;
position: relative;
margin-right: 0;
display: block;
margin-left: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal;
background: transparent;
color: #ECECEC; }