-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom.css
118 lines (100 loc) · 1.74 KB
/
custom.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.body-custom {
background-color: #7aa584;
}
.custom-text {
color: #fff;
}
.area-holder {
height: 600px;
padding: 10px;
/*change color*/
}
.col-xml-holder {
border-color: #114d6a;
border-width: 5px;
margin: 10px;
height: 100%;
border-radius: 10px;
}
.io-holder {
background-color: #fff;
border-width: 5px;
height: 100%;
border-radius: 10px;
}
.col-io {
height: 100%;
}
.col-output-holder {
margin: 10px;
border-color: #114d6a;
height: 100%;
border-radius: 10px;
border-width: 5px;
}
.io-header {
width: 100%;
background-color: #67896f;
height: 10%;
border-radius: 10px 10px 0px 0px;
text-align: center;
vertical-align: center;
}
.output-text-area {
width: 100%;
height: 80%;
background-color: #fff;
resize: none;
}
.input-text-area {
width: 100%;
height: 90%;
background-color: #fff;
border-radius: 0px 0px 10px 10px;
resize: none;
}
.io-header-text {
font-size: 30px;
line-height: 100%;
vertical-align: middle;
padding: 10px;
}
.nav-custom {
padding-top: 10px;
height: 10%;
}
.li-custom {
height: 100%;
margin-left: 10px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
color: #fff;
background-color: #67896f;
}
a {
color: #06651c;
text-decoration: none;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #d9ecde;
color: green;
}
.div-add-prefix {
vertical-align: middle;
margin-left: 5px;
}
.gravity_bottom {
height: 7%;
position: absolute;
vertical-align: middle;
width: 100%;
bottom: 0px;
border-radius: 0px 0px 10px 10px;
}
.intro-panel {
margin: 10px;
}