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

153 lines
1.9 KiB
CSS
Raw Normal View History

.rowArticle {
margin-bottom: 10px !important;
}
2023-03-24 16:56:04 +01:00
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
}
2023-03-24 16:56:04 +01: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;
*/
}
2022-03-15 09:16:42 +01:00
#sectionTitle {
margin-top: 0;
margin-bottom: 5px;
}
2023-03-24 16:56:04 +01:00
2022-03-15 09:16:42 +01:00
.blogArticlePicture {
height: auto;
2023-03-24 16:56:04 +01:00
border: 1px solid lightgray;
2022-03-15 09:16:42 +01:00
box-shadow: 1px 1px 5px;
}
2023-03-24 16:56:04 +01:00
2022-03-15 09:16:42 +01:00
.blogArticlePictureleft {
float: left;
2023-03-24 16:56:04 +01:00
margin: 15px 10px 5px 0;
2022-03-15 09:16:42 +01:00
}
2023-03-24 16:56:04 +01:00
2022-03-15 09:16:42 +01:00
.blogArticlePictureright {
float: right;
2023-03-24 16:56:04 +01:00
margin: 15px 0 5px 10px;
2022-03-15 09:16:42 +01:00
}
2018-04-02 08:29:19 +02:00
.blogPicture:hover {
opacity: .7;
}
2023-03-24 16:56:04 +01:00
2019-02-22 22:38:06 +01:00
.row:after {
2018-04-02 08:29:19 +02:00
content: " ";
display: table;
clear: both;
}
2023-03-24 16:56:04 +01:00
2018-04-02 08:29:19 +02:00
.blogComment {
2019-02-22 22:38:06 +01:00
padding-right: 10px;
2018-04-02 08:29:19 +02:00
float: right;
}
2023-03-24 16:56:04 +01:00
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
}
2023-03-24 16:56:04 +01:00
2019-02-22 22:38:06 +01:00
.blogContent {
2023-03-24 08:48:30 +01:00
position: relative;
2019-02-22 22:38:06 +01:00
float: left;
margin-top: 5px;
2019-02-22 22:38:06 +01:00
}
2023-03-24 16:56:04 +01:00
.blogDate,
.blogEdit {
font-size: 0.8em;
2019-02-22 22:38:06 +01:00
font-style: italic;
/*
2019-02-22 22:38:06 +01:00
color: grey;
*/
2019-02-22 22:38:06 +01:00
}
2023-03-24 16:56:04 +01:00
2018-04-02 08:29:19 +02:00
@media (max-width: 768px) {
.blogContent {
display: none;
}
2023-03-24 16:56:04 +01:00
2020-12-04 17:06:42 +01:00
.blogPicture img {
2023-03-24 16:56:04 +01:00
width: 50%;
2020-12-04 17:06:42 +01:00
display: block;
margin-left: auto;
margin-right: auto;
}
2020-11-15 18:39:03 +01:00
}
2023-03-24 16:56:04 +01:00
.pict20 {
2022-03-15 09:16:42 +01:00
width: 20%;
}
2023-03-24 16:56:04 +01:00
.pict30 {
2022-03-15 09:16:42 +01:00
width: 30%;
}
2023-03-24 16:56:04 +01:00
.pict40 {
2022-03-15 09:16:42 +01:00
width: 40%;
}
2023-03-24 16:56:04 +01:00
.pict50 {
2022-03-15 09:16:42 +01:00
width: 50%;
}
2023-03-24 16:56:04 +01:00
.pict100 {
2022-03-15 09:16:42 +01:00
width: 100%;
2023-03-24 16:56:04 +01:00
margin: 15px 0 20px 0;
2022-03-15 09:16:42 +01:00
}
2020-11-16 14:55:46 +01:00
/*
* Flux RSS
*/
#rssFeed {
2023-03-24 16:56:04 +01:00
text-align: right;
2020-11-16 14:55:46 +01:00
}
2023-03-24 16:56:04 +01:00
2020-11-16 14:55:46 +01:00
#rssFeed p {
2023-03-24 16:56:04 +01:00
display: inline;
vertical-align: top;
2023-03-23 07:56:45 +01:00
}
2023-03-24 16:56:04 +01:00
.rowArticle,
article {
2023-03-23 07:56:45 +01:00
position: relative;
/* Autres styles pour les articles coupés */
2023-03-24 16:56:04 +01:00
}
2023-03-24 08:48:30 +01:00
2023-03-24 16:56:04 +01:00
.readMoreContainer {
2023-03-24 08:48:30 +01:00
position: absolute;
2023-03-24 16:56:04 +01:00
}
.readMoreContainer,
.readMoreModernContainer {
2023-03-24 08:48:30 +01:00
bottom: 0px;
width: 100%;
height: 45%;
2023-03-24 16:56:04 +01:00
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #f6f6f6 100%, #f6f6f6);
2023-03-24 08:48:30 +01:00
}
2023-03-24 16:56:04 +01:00
2023-03-24 08:48:30 +01:00
.readMoreButton {
2023-03-23 07:56:45 +01:00
position: absolute;
2023-03-24 08:48:30 +01:00
width: 20%;
bottom: 0px;
2023-03-24 16:56:04 +01:00
left: 0;
right: 0;
margin-left: auto;
2023-03-24 08:48:30 +01:00
margin-right: auto;
z-index: 99;
2023-03-24 16:56:04 +01:00
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #f6f6f6 100%, #f6f6f6);
2023-03-23 07:56:45 +01:00
/* Autres styles pour le bouton */
2023-03-24 16:56:04 +01:00
}