ZwiiCMS/module/blog/view/index/index.css

53 lines
678 B
CSS
Raw Normal View History

.rowArticle {
margin-bottom: 10px !important;
}
2018-04-02 08:29:19 +02:00
.blogPicture {
2019-05-31 23:25:31 +02:00
float: none;
border: 1px;
2018-04-02 08:29:19 +02:00
}
2019-02-24 19:11:13 +01:00
.blogPicture img {
width: 100%;
height: auto;
/*
border:1px solid lightgray;
2020-05-27 08:56:20 +02:00
box-shadow: 1px 1px 5px darkgray;
*/
}
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 {
/*background-color: #ECEFF1;*/
padding: 0px;
margin-bottom: 5px;
2019-02-22 22:38:06 +01:00
}
.blogContent {
float: left;
margin-top: 5px;
2019-02-22 22:38:06 +01:00
}
.blogDate {
font-size:0.8em;
font-style: italic;
/*
2019-02-22 22:38:06 +01:00
color: grey;
*/
2019-02-22 22:38:06 +01:00
}
2018-04-02 08:29:19 +02:00
@media (max-width: 768px) {
.blogContent {
display: none;
}
2020-11-15 18:39:03 +01:00
}
#rssIcon {
text-align: right;
2018-04-02 08:29:19 +02:00
}