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:58:57 +02:00
|
|
|
|
|
|
|
/** NEWS **/
|
|
|
|
.news-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:58:57 +02:00
|
|
|
|
|
|
|
.list ul.news-list li .date{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.news-list li .reading-time{
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.news-list li a.title{
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.news-list .tag{
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0.3rem 0.6rem;
|
|
|
|
background-color: #e0e0e0;
|
|
|
|
border-radius: 0.6rem;
|
|
|
|
line-height: 1.4em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.news-list .tag a{
|
|
|
|
color: #212121;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list ul.news-list:not(.pagination) li{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr.light{
|
|
|
|
border: 1px solid #eee;
|
|
|
|
}
|