-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditorstyle.css
84 lines (71 loc) · 1.25 KB
/
editorstyle.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#editor {
margin: 0;
/* width: 100%; */
height: 32em;
/* font-size: 14px; */
}
.mained {
border: 5px solid #2696ec;
border-radius: 10px;
}
/*Compile Button CSS*/
.btn {
margin: 4px;
box-shadow: 1px 1px 5px #888888;
}
.btn-sky {
color: #fff;
background-color: #0bacd3;
border-bottom: 2px solid #098aa9;
}
.btn-sky:hover,
.btn-sky.active:focus,
.btn-sky:focus {
color: #fff;
background-color: #29b6d8;
border-bottom: 2px solid #2192ad;
outline: none;
}
.btn-sky:active,
.btn-sky.active {
color: #fff;
background-color: #0a97b9;
border-top: 2px solid #087994;
outline-offset: none;
margin-top: 2px;
}
.btn-sky.active:focus {
color: #fff;
background-color: #df6a78;
border-bottom: 2px solid #b25560;
outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: none;
outline-offset: 0px;
}
/*Compile Button CSS End*/
.col-md-12.col-sm-12.codeSide {
/* background: #272822; */
/* height: 40em; */
padding-left: 21px;
border-radius: 10px;
padding-top: 7px;
}
.ace_gutter {
min-width: 50px;
}
.ace_scroller {
margin-left: 5px;
}
button#save {
margin-top: 5px;
float: right;
}
/*Language Select CSS */
button.btn.dropdown-toggle.btn-default {
width: 42%;
margin: 4px 2px 6px 4px;
}