Project

General

Profile

1
:root {
2
  /* Dashboard variables*/
3
  --sidebar-width: 320px;
4
  --sidebar-font-size: 16px;
5
  --header-height: 70px;
6
  --primary-color: #0d47a1;
7
  --secondary-color: #1CA9D5;
8

    
9
  --monitor-header-menu-height: 100px;
10
}
11

    
12
.clear-style {
13
  padding-left: 0px !important;
14
}
15

    
16

    
17
.comment {
18
  font-size: 70%;
19
}
20

    
21
.uk-width-expand\@m {
22
  flex: 1;
23
  min-width: 1px;
24
}
25

    
26
.uk-grid {
27
  /*margin-left: -50px;*/
28
}
29

    
30
.inline-block {
31
  display: inline-block;
32
}
33

    
34
body.landing {
35
  padding-top: 0px;
36
}
37

    
38
/********* LOADERS *********/
39

    
40
.loading {
41
  position: relative;
42
  min-height: 200px;
43
}
44

    
45
.loading-medium {
46
  position: relative;
47
  min-height: 400px;
48
}
49

    
50
.loading-big {
51
  position: relative;
52
  min-height: 600px;
53
}
54

    
55
.loader-small {
56
  background: url("../imgs/loader-small.gif") no-repeat center;
57
  z-index: 110;
58
  width: 100%;
59
  height: 100%;
60
  position: absolute;
61
  top: 0;
62
  left: 0;
63
}
64

    
65
.loader-big {
66
  background: url("../imgs/loader-big.gif") no-repeat center;
67
  z-index: 110;
68
  width: 100%;
69
  height: 100%;
70
  position: absolute;
71
  top: 0;
72
  left: 0;
73
}
74

    
75
.whiteFilm {
76
  background: #ffffff;
77
  z-index: 105;
78
  width: 100%;
79
  height: 100%;
80
  opacity: 0.7;
81
  position: absolute;
82
  top: 0;
83
  left: 0;
84
}
85

    
86
.transparentFilm {
87
  background: transparent;
88
  z-index: 105;
89
  width: 100%;
90
  height: 100%;
91
  opacity: 0.7;
92
  position: absolute;
93
  top: 0;
94
  left: 0;
95
}
96
/**************************/
97

    
98
/********* FORM WIZARD *********/
99

    
100
.provide .wizard > .content {
101
  overflow: scroll;
102
  min-height: 480px;
103
}
104

    
105
.provide .wizard .content .body .uk-form-label {
106
  display: block;
107
  font-weight: 500;
108
  font-size: 14px;
109
  margin: -4px 0;
110
  padding-bottom: 8px;
111
}
112

    
113
/*******************************/
114

    
115
.repositoryTypeSelection .uk-card-body {
116
  padding: 20px 20px;
117
}
118

    
119
.repositoryTypeSelection .el-title {
120
  font-size: 16px;
121
}
122

    
123

    
124

    
125
/********* REGISTRATION FORMS *********/
126

    
127
.wizard > .content > .body {
128
  padding: 48px 24px 0px;
129
}
130

    
131
.radioButtonForm .uk-button {
132
  background: none;
133
  border: none;
134
  padding: 4px 0px;
135
}
136

    
137
.visible_uk_links:hover, .visible_uk_links:focus {
138
  color: #128DD5;
139
}
140

    
141
.interface-box.new {
142
  border: 2px dashed #e7eaec;
143
  min-height: 504px;
144
}
145

    
146
.interface-box.new a {
147
  display: block;
148
  text-align: center;
149
  text-decoration: none;
150
}
151

    
152
.interface-box.new i {
153
  color: #c4c4c4;
154
  display: block;
155
  font-size: 60px;
156
  margin-top: 155px;
157
}
158

    
159
.interface-box.new .info {
160
  color: #c4c4c4;
161
  display: inline-block;
162
  font-size: 21px;
163
  padding-top: 10px;
164
  text-align: center;
165
}
166

    
167
/**************************************/
168

    
169

    
170
/********** REPOSITORY LIST/GRID VIEW **********/
171

    
172
.provide .md-card .md-card-head-img {
173
  height: 80%;
174
  margin-top: 5%;
175
}
176

    
177
.provide a.md-card p {
178
  color: #444;
179
}
180

    
181
/***********************************************/
182

    
183
/********** TABS CARD **********/
184

    
185
.md-card.tabs .md-card-content {
186
  padding: 20px 30px;
187
}
188

    
189
/***********************************************/
190

    
191
/********** TIMELINE **********/
192

    
193
.timeline_icon_white {
194
  background: #fff;
195
}
196

    
197
.timeline_item .md-list > li {
198
  border-bottom: none;
199
}
200

    
201
/******************************/
202

    
203
/********* VALIDATION FORMS *********/
204

    
205
.selectAll label {
206
  display: block;
207
  width: 100%;
208
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
209
  border-bottom: 1px solid #dee3ea;
210
  border-top: 1px solid #d4dbe4;
211
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
212
  padding: 5px 5px;
213
  margin-left: -5px;
214
  margin-right: -5px;
215
}
216

    
217
.selectAll span {
218
  letter-spacing: 0.5px;
219
  margin-left: 15px;
220
}
221

    
222
.xPathPanel {
223
  display: block;
224
  width: 100%;
225
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
226
  border-bottom: 1px solid #dee3ea;
227
  border-top: 1px solid #d4dbe4;
228
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
229
  padding: 20px 10px;
230
  margin-left: -5px;
231
  margin-right: -5px;
232
}
233

    
234
/************************************/
235

    
236
/********* USAGE STATS *********/
237

    
238
.statsFrame {
239
  border: none;
240
  width: 100%;
241
  height: 400px;
242
}
243

    
244
/************************************/
245

    
246
.md-card.md-card-overlay-active .md-card-content {
247
  height: 500px;
248
}
249

    
250
.md-card.md-card-overlay-active .md-card-overlay-content {
251
  overflow: scroll;
252
}
253

    
254
.md-card.md-card-overlay .md-card-content {
255
  overflow: scroll;
256
}
257

    
258
.heading_a .sub-heading {
259
  display: inline-block;
260
}
    (1-1/1)