2020-04-23 19:55:47 +02:00
|
|
|
.rowArticle {
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
}
|
2018-04-02 08:29:19 +02:00
|
|
|
.blogPicture {
|
2019-05-31 23:25:31 +02:00
|
|
|
float: none;
|
2020-04-23 19:55:47 +02:00
|
|
|
border: 1px;
|
2018-04-02 08:29:19 +02:00
|
|
|
}
|
2019-02-24 19:11:13 +01:00
|
|
|
.blogPicture img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2020-05-30 17:55:06 +02:00
|
|
|
/*
|
2020-04-23 19:55:47 +02:00
|
|
|
border:1px solid lightgray;
|
2020-05-27 08:56:20 +02:00
|
|
|
box-shadow: 1px 1px 5px darkgray;
|
2020-05-30 17:55:06 +02:00
|
|
|
*/
|
2020-04-23 19:55:47 +02:00
|
|
|
}
|
|
|
|
|
2018-04-02 08:29:19 +02:00
|
|
|
.blogPicture:hover {
|
|
|
|
opacity: .7;
|
|
|
|
}
|
2019-02-22 22:38:06 +01:00
|
|
|
.row:after {
|
2018-04-02 08:29:19 +02:00
|
|
|
content: " ";
|
|
|
|
display: table;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.blogComment {
|
2019-02-22 22:38:06 +01:00
|
|
|
padding-right: 10px;
|
2018-04-02 08:29:19 +02:00
|
|
|
float: right;
|
|
|
|
}
|
2019-02-22 22:38:06 +01:00
|
|
|
.blogTitle {
|
2020-03-20 15:59:52 +01:00
|
|
|
/*background-color: #ECEFF1;*/
|
2020-04-23 19:55:47 +02:00
|
|
|
padding: 0px;
|
|
|
|
margin-bottom: 5px;
|
2019-02-22 22:38:06 +01:00
|
|
|
}
|
|
|
|
.blogContent {
|
|
|
|
float: left;
|
2020-04-23 19:55:47 +02:00
|
|
|
margin-top: 5px;
|
2019-02-22 22:38:06 +01:00
|
|
|
}
|
|
|
|
.blogDate {
|
|
|
|
font-size:0.8em;
|
|
|
|
font-style: italic;
|
2020-05-30 17:55:06 +02:00
|
|
|
/*
|
2019-02-22 22:38:06 +01:00
|
|
|
color: grey;
|
2020-05-30 17:55:06 +02:00
|
|
|
*/
|
2019-02-22 22:38:06 +01:00
|
|
|
}
|
2018-04-02 08:29:19 +02:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
.blogContent {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-12-04 17:06:42 +01:00
|
|
|
|
|
|
|
.blogPicture img {
|
|
|
|
width: 50% ;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2020-11-15 18:39:03 +01:00
|
|
|
}
|
|
|
|
|
2020-11-16 14:55:46 +01:00
|
|
|
/*
|
|
|
|
* Flux RSS
|
|
|
|
*/
|
|
|
|
#rssFeed {
|
2020-11-15 18:39:03 +01:00
|
|
|
text-align: right;
|
2020-11-16 14:55:46 +01:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#rssFeed p {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: top;
|
2018-04-02 08:29:19 +02:00
|
|
|
}
|