-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecode.css
58 lines (50 loc) · 967 Bytes
/
codecode.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
.acodecode {
cursor: pointer;
}
.acodecodeactive {
cursor: default;
}
.codecodecode {
position: fixed;
z-index: 100;
left: 2%;
bottom: -30px;
width: 96%;
height: 0;
max-height: 270px;
text-align: left;
}
.codecodecode > div {
box-shadow: 0 0 3px #444;
}
.codecodecontrols {
height: 30px;
margin-top: -30px;
background-color: #fff;
background-color: rgba(255, 255, 255, .8);
border-radius: 8px 8px 0 0;
}
.codecodecontrols a {
float: left;
line-height: 30px;
margin-left: 6px;
font-family: Arial;
font-size: 12px;
}
.codecodecontrols .closeCodeCode {
float: right;
margin-right: 6px;
}
.codecode,
.acodecode.codecode {
border-radius: 0 !important;
position: relative !important;
width: 100% !important;
margin: 0 !important;
overflow: auto !important;
cursor: default !important;
}
div.codecode [id^=highlighter] div.bar.show,
div.codecode [id^=highlighter] div.toolbar {
display: none !important;
};