2022-06-05 12:10:31 +02:00
|
|
|
.projects-list{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.projects-list > li{
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.projects-list > li > img{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.tags,
|
|
|
|
.page ul.tags{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.tags > li{
|
|
|
|
display: inline;
|
2022-07-03 15:18:48 +02:00
|
|
|
color: #ddd;
|
2022-06-05 12:10:31 +02:00
|
|
|
font-size: 80%;
|
2022-07-03 15:18:48 +02:00
|
|
|
padding: 5px;
|
|
|
|
background: rgb(16, 104, 192);
|
|
|
|
border-radius: 6px;
|
2022-06-05 12:10:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.list ul.projects-list li .title{
|
|
|
|
font-size: 1.5em;
|
|
|
|
line-height: 1.3em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2022-06-05 15:32:24 +02:00
|
|
|
.list ul.projects-list li .date{
|
2022-06-05 12:10:31 +02:00
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 15px;
|
|
|
|
right: -5px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 0em .5em;
|
|
|
|
background: rgb(16, 104, 192);
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
2022-06-05 15:32:24 +02:00
|
|
|
.list ul.projects-list li .new{
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
left: -10px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 0em .5em;
|
|
|
|
background: rgb(207, 9, 105);
|
|
|
|
}
|
|
|
|
|
2022-07-03 15:07:40 +02:00
|
|
|
.list ul.projects-list li .wip{
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
left: -10px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 0em .5em;
|
|
|
|
background: rgb(210, 119, 50);
|
|
|
|
}
|
|
|
|
|
2022-06-12 15:26:54 +02:00
|
|
|
.list ul.projects-list li .completed{
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
left: -10px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 0em .5em;
|
|
|
|
background: rgb(16, 134, 28);
|
|
|
|
}
|
|
|
|
|
2022-06-05 15:32:24 +02:00
|
|
|
.project-image{
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2022-06-05 12:10:31 +02:00
|
|
|
|
2022-07-03 15:18:48 +02:00
|
|
|
.hashtag{
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
2022-06-05 12:10:31 +02:00
|
|
|
}
|