forked from commando/commando
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadditional-styles.css
More file actions
230 lines (189 loc) · 3.96 KB
/
additional-styles.css
File metadata and controls
230 lines (189 loc) · 3.96 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
/*
# Copyright 2012 NodeSocket, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
.modal-body {
max-height: 400px;
}
.help-inline, .help-block {
font-style: italic;
color: #777777;
}
.grey {
color: #999999;
}
div.box {
word-wrap: break-word;
background-color: #efefef;
background:-moz-linear-gradient(top, #d0d0d0 0%, #efefef 20%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%, #d0d0d0),color-stop(20%, #efefef));
background:-webkit-linear-gradient(top, #d0d0d0 0%, #efefef 20%);
background:-o-linear-gradient(top, #d0d0d0 0%, #efefef 20%);
background:-ms-linear-gradient(top, #d0d0d0 0%, #efefef 20%);
background:linear-gradient(top, #d0d0d0 0%,#efefef 20%);
border-bottom: 1px solid #e0e0e0;
}
div.box:hover {
background-color: #e6e6e6;
background:-moz-linear-gradient(top, #bbbbbb 0%, #e6e6e6 20%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%, #bbbbbb),color-stop(20%, #e6e6e6));
background:-webkit-linear-gradient(top, #bbbbbb 0%, #e6e6e6 20%);
background:-o-linear-gradient(top, #bbbbbb 0%, #e6e6e6 20%);
background:-ms-linear-gradient(top, #bbbbbb 0%, #e6e6e6 20%);
background:linear-gradient(top, #bbbbbb 0%, #e6e6e6 20%);
cursor: pointer;
border-bottom: 1px solid #d0d0d0;
}
div.box.box-green {
border-left: 10px solid #93D993;
}
div.box.box-red {
border-left: 10px solid #E3938F;
}
a.delete-server {
display: none;
}
form.form-horizontal {
background-color: #fbfbfb;
}
.no-bottom-margin {
margin-bottom: 0px;
}
a {
cursor: pointer;
}
.clear {
clear: both;
}
h1.header {
margin-bottom: 15px;
}
div.ssh-progress {
margin-bottom: 10px;
}
a.ssh-status {
margin-top: 8px;
display: none;
float: left;
}
.progress {
margin-bottom: 0px;
}
.table tr:nth-child(odd):hover td {
background-color: #ebebeb;
}
.table tr:nth-child(even):hover td {
background-color: #ebebeb;
}
.aes-key {
float: right;
color: #777;
font-style: italic;
font-size: 10px;
}
#execute-results-container {
display: none;
}
.execute-results {
background-color: #FBFBFB;
}
.red-back {
background-color: #F2DEDE !important;
}
.add-ssh-key-btn {
display: none;
}
#execute-working {
z-index: 9999;
position: fixed;
display: none;
top: 0px;
height: 40px;
}
#execute-working .bar {
position: fixed;
height: 40px;
}
.tags {
margin-top: 6px;
}
.highlight {
background-color: yellow;
font-weight: bold;
}
footer p {
color: gray;
font-style: italic;
font-size: 0.9em;
}
#server-tags_tag {
-webkit-box-shadow: none;
box-shadow: none;
}
div.container-server-add-ssh-key-instructions {
display: none;
margin-top: 8px;
}
div.alert-grey {
background-color: #e6e6e6;
border: 1px solid #cccccc;
color: #333333;
}
h2.headline {
text-align: center;
font-size: 90px;
line-height: 100px;
margin-bottom: 40px;
font-weight: 200;
}
img.logo {
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
}
div#upload-box {
color: #A0C8DB;
border: 2px dashed #A0D1DB;
background-color: #EDF6FA;
padding: 20px;
}
div#upload-box.green {
color: #ADD48C;
border: 2px dashed #BEDEA2;
background-color: #EFFAEB;
}
div#upload-box h3 {
text-align: center;
line-height: normal;
margin: 0px;
}
div#upload-box h5 {
text-align: center;
line-height: normal;
margin: 6px 0px 0px 0px;
}
div.binary-file {
padding: 10px;
text-align: center;
}
.hero-unit {
background-color: #FEFEFE;
padding: 0px;
}
.expand-east {
cursor: e-resize !important;
}
.expand-west {
cursor: w-resize !important;
}