Project

General

Profile

1
.uk-label {
2
  border-radius: 15px;
3
  line-height: 15px;
4
  padding: 3px 10px;
5
  text-transform: uppercase;
6
  font-size: 12px;
7
}
8

    
9
.label-community, .label-compatibility, .label-country,
10
.label-dataprovider, .label-dataset, .label-funder, .label-grey,
11
.label-language, .label-orange, .label-organization, .label-orp,
12
.label-other, .label-project, .label-publication, .label-sc39,
13
.label-software, .label-success, .label-type, .label-underCuration, .label-unknown {
14
  background: #fff!important;
15
  color: #666!important;
16
  border: 1px solid #666!important;
17
}
18

    
19
.label-green {
20
  background: #8ad15e;
21
  border: 1px solid #8ad15e !important;
22
  color: #fff;
23
}
24

    
25
.label-open {
26
  background: #fff;
27
  border: 1px solid #8ad15e !important;
28
  color: #8ad15e;
29
}
30

    
31
.label-classified {
32
  border-radius: 4px;
33
  padding: 1px 8px;
34
  background-color: #ABABAB;
35
  color: white;
36
  text-transform: uppercase;
37
  margin-bottom: 5px;
38
  margin-right: 5px;
39
}
40

    
41
.label-blue, .label-compatibility {
42
  background: #d4f3ff;
43
  color: #00a0de
44
}
45

    
46
.label-yellow, .label-underCuration {
47
  background: #fef5d2;
48
  color: #cca607
49
}
50

    
51
.label-red, .label-funder {
52
  background: #fef0ef;
53
  color: #f54f43
54
}
55

    
56
.label-grey, .label-language {
57
  background: #f8f8f8;
58
  color: #666;
59
}
60

    
61
.label-country {
62
  background: #d4f3ff;
63
  color: #00a0de;
64
}
65

    
66
.label-publication {
67
  background: #4687E6;
68
  color: #fff
69
}
70

    
71
.label-dataset {
72
  background: #1e906c;
73
  color: #fff
74
}
75

    
76
.label-software {
77
  background: #b737ff;
78
  color: #fff
79
}
80

    
81
.label-orp, .label-other {
82
  background: #f54f43;
83
  color: #414141 !important;
84
}
85

    
86
.label-project {
87
  background: #d0307f;
88
  color: #fff
89
}
90

    
91
.label-dataprovider {
92
  background: #00a0de;
93
  color: #fff
94
}
95

    
96
.label-organization {
97
  background: #fbcd0d;
98
  color: #414141
99
}
100

    
101
.label-closed {
102
  background: #EBEBEB !important;
103
  color: #6B6B6B !important;
104
  border: 1px solid #DEDEDE !important;
105
}
106

    
107
.label-danger {
108
  color: #ff4000 !important;
109
  border: 1px solid #666666 !important;
110
}
111

    
112
.li-disabled .label-compatibility, .li-disabled .label-dataprovider {
113
  background: white !important;
114
  color: #A9A9A9 !important;
115
  border: 1px solid #A9A9A9 !important;
116
}
(4-4/14)