summaryrefslogtreecommitdiffstats
path: root/VNF_Catalogue/public/stylesheets/style_project.css
blob: 895c8727684029dbd6385fc9fde398921a578222 (plain)
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
231
232
233
234
235
236
237
238
.content
{
  background: #f9f9f9;
  padding: 10px 0;
}
.content-dummy
{
  height: 65px;
}
.content ul.most-menu
{
  list-style: none;
  text-align: center;
  padding-bottom: 10px;
}
.content ul.most-menu li.items
{
  display: inline-block;
  margin-right: 5px;
  padding: 15px 25px;
}
.content ul.most-menu li.active
{
  /*background: #FFF572;*/
}
.content-box
{
    overflow: hidden;
    padding: 20px 0 50px 0;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
    border-bottom: 1px solid #8B19A2;
    margin: 0 8px 50px 8px;
}
.content-data
{
  align-self: center;
}
.content-data h1.content-title
{
  font-size: 25px;
  color: #000000;
  letter-spacing: 1.2px;
}
.content-data .box
{
  padding: 10px 0;
  height: 90px;
  text-align: center;
  border: 2px solid #4D4D4D;
  border-radius: 2px;
}
.content-data .commit-icon
{
  width: 23px;
  height: 16px;
}
.content-data .box h3.commits
{
  text-align: center;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.03px;
}
.content-height-overwrite
{
  height: 110px;
}
.float-center-magic
{
  float: right;
  position: relative;
  left: -30%;
}
nav ul li:hover, nav ul li.active, nav ul li a.active, nav ul li a:hover {
  background-color: rgb(255,245,114);
}
a:hover, a.active {
  background-color: rgb(255,245,114); 
}
footer
{
  font-size: 12px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  padding: 165px;
}
.container-grey
{
  background: #f9f9f9;
}
.container .row
{
  margin-left: 0;
  margin-right: 0;
}
ul.card-highlights
{
  padding: 0;
  margin: 0;
  list-style: disc;
}
ul.card-highlights li
{
    padding: 0px 30px;
    font-weight: 700;
    font-size: 12px;
}
ul.card-highlights .dotted
{
  border-bottom: 1px dotted #8B19A2;
  line-height: 250%;
  color: #8B19A2;
}
.tags
{
    padding: 10px 12px;
    letter-spacing: 0.8px;
    font-weight: 700;
    font-size: 12px;
}
.chip
{
    display: inline-block;
    height: 32px;
    letter-spacing: 1.2px;
    font-size: 10px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    line-height: 33px;
    padding: 0px 12px;
    border-radius: 5px;
    background-color: #e4e4e4;
    margin-bottom: 9px;
    margin-right: 5px;
}
.meta-data
{
    padding: 10px 15px 0px 15px;
    letter-spacing: 0.7px;
    font-size: 12px;
}
.show-more
{
  text-align: center;
}
.show-more a
{
  padding: 12px 15px;
    background: #FFF572;
    color: #393E41;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.6px;
}
.show-more a:hover,
.show-more a:focus
{
  cursor: pointer;
  text-decoration: none;
}
.rating-box
{
  margin: 8px 0 0px 0;
  padding-left: 12px;
  display: inline-block;
}
.count
{
  display: inline-block;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 10px;
}
.profile-picture img
{
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#profile-page .content-title
{
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.8px;
  display: inline;
}
#profile-page .user-content
{
  padding-left: 30px;
  margin-top: -10px;
}
#profile-page .description
{
  letter-spacing: 0.6px;
  line-height: 180%;
  font-size: 14px;
  padding: 10px 10px 0 0;
}
#profile-page .tags
{
  padding: 0;
}
.clearfix
{
  clear: both;
}
.space-10
{
  height: 10px;
}
.space-30
{
  height: 100px;
}
#profile-page .content-box
{
    display: block;
    padding: 10px 0px;
}
#profile-page .content-box img 
{
    display: inline-block;
}
.img-size
{
  max-width:50px;
  max-height:50px;
}
.custom-href
{
  color: #333333 !important;
  font-family: 'Muli', sans-serif !important;
}