Project

General

Profile

1
.comment {
2
  font-size: 70%;
3
}
4

    
5
/********* LOADERS *********/
6

    
7
.loading {
8
  position: relative;
9
  min-height: 200px;
10
}
11

    
12
.loading-medium {
13
  position: relative;
14
  min-height: 400px;
15
}
16

    
17
.loading-big {
18
  position: relative;
19
  min-height: 600px;
20
}
21

    
22
.loader-small {
23
  background: url("../imgs/loader-small.gif") no-repeat center;
24
  z-index: 110;
25
  width: 100%;
26
  height: 100%;
27
  position: absolute;
28
  top: 0;
29
  left: 0;
30
}
31

    
32
.loader-big {
33
  background: url("../imgs/loader-big.gif") no-repeat center;
34
  z-index: 110;
35
  width: 100%;
36
  height: 100%;
37
  position: absolute;
38
  top: 0;
39
  left: 0;
40
}
41

    
42
.whiteFilm {
43
  background: #ffffff;
44
  z-index: 105;
45
  width: 100%;
46
  height: 100%;
47
  opacity: 0.7;
48
  position: absolute;
49
  top: 0;
50
  left: 0;
51
}
52

    
53
.transparentFilm {
54
  background: transparent;
55
  z-index: 105;
56
  width: 100%;
57
  height: 100%;
58
  opacity: 0.7;
59
  position: absolute;
60
  top: 0;
61
  left: 0;
62
}
63
/**************************/
64

    
65
/********* FORM WIZARD *********/
66

    
67
.wizard > .content {
68
  overflow: scroll;
69
  min-height: 480px;
70
}
71

    
72
.wizard .content .body .uk-form-label {
73
  display: block;
74
  font-weight: 500;
75
  font-size: 14px;
76
  margin: -4px 0;
77
  padding-bottom: 8px;
78
}
79

    
80
/*******************************/
81

    
82
.repositoryTypeSelection .uk-card-body {
83
  padding: 20px 20px;
84
}
85

    
86
.repositoryTypeSelection .el-title {
87
  font-size: 16px;
88
}
89

    
90

    
91

    
92
/********* REGISTRATION FORMS *********/
93

    
94
.wizard > .content > .body {
95
  padding: 48px 24px 0px;
96
}
97

    
98
.radioButtonForm .uk-button {
99
  background: none;
100
  border: none;
101
  padding: 4px 0px;
102
}
103

    
104
.visible_uk_links:hover, .visible_uk_links:focus {
105
  color: #128DD5;
106
}
107

    
108
.interface-box.new {
109
  border: 2px dashed #e7eaec;
110
  min-height: 504px;
111
}
112

    
113
.interface-box.new a {
114
  display: block;
115
  text-align: center;
116
  text-decoration: none;
117
}
118

    
119
.interface-box.new i {
120
  color: #c4c4c4;
121
  display: block;
122
  font-size: 60px;
123
  margin-top: 155px;
124
}
125

    
126
.interface-box.new .info {
127
  color: #c4c4c4;
128
  display: inline-block;
129
  font-size: 21px;
130
  padding-top: 10px;
131
  text-align: center;
132
}
133

    
134
/**************************************/
135

    
136

    
137
/********** REPOSITORY LIST/GRID VIEW **********/
138

    
139
.md-card .md-card-head-img {
140
  height: 80%;
141
  margin-top: 5%;
142
}
143

    
144
a.md-card p {
145
  color: #444;
146
}
147

    
148
/***********************************************/
149

    
150
/********** TABS CARD **********/
151

    
152
.md-card.tabs .md-card-content {
153
  padding: 20px 30px;
154
}
155

    
156
/***********************************************/
157

    
158
/********** TIMELINE **********/
159

    
160
.timeline_icon_white {
161
  background: #fff;
162
}
163

    
164
.timeline_item .md-list > li {
165
  border-bottom: none;
166
}
167

    
168
/******************************/
169

    
170
/********* VALIDATION FORMS *********/
171

    
172
.selectAll label {
173
  display: block;
174
  width: 100%;
175
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
176
  border-bottom: 1px solid #dee3ea;
177
  border-top: 1px solid #d4dbe4;
178
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
179
  padding: 5px 5px;
180
  margin-left: -5px;
181
  margin-right: -5px;
182
}
183

    
184
.selectAll span {
185
  letter-spacing: 0.5px;
186
  margin-left: 15px;
187
}
188

    
189
.xPathPanel {
190
  display: block;
191
  width: 100%;
192
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
193
  border-bottom: 1px solid #dee3ea;
194
  border-top: 1px solid #d4dbe4;
195
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
196
  padding: 20px 10px;
197
  margin-left: -5px;
198
  margin-right: -5px;
199
}
200

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

    
203
/********* USAGE STATS *********/
204

    
205
.statsFrame {
206
  border: none;
207
  width: 100%;
208
  height: 400px;
209
}
210

    
211
/************************************/
(13-13/16)