2020-11-15 18:39:03 +01:00
|
|
|
/**
|
|
|
|
* This file is part of Zwii.
|
|
|
|
*
|
|
|
|
* For full copyright and license information, please see the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*
|
|
|
|
* @author Rémi Jean <remi.jean@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
|
|
|
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
2023-01-09 10:23:32 +01:00
|
|
|
* @copyright Copyright (C) 2018-2023, Frédéric Tempez
|
2022-12-29 17:02:20 +01:00
|
|
|
* @license CC Attribution-NonCommercial-NoDerivatives 4.0 International
|
2020-11-15 18:39:03 +01:00
|
|
|
* @link http://zwiicms.fr/
|
|
|
|
*/
|
|
|
|
|
2021-04-05 08:59:24 +02:00
|
|
|
/*
|
2023-03-06 15:23:25 +01:00
|
|
|
* Module news TRUC
|
2021-03-19 13:43:12 +01:00
|
|
|
*/
|
|
|
|
|
2021-04-05 08:59:24 +02:00
|
|
|
.newsContent {
|
|
|
|
overflow: hidden; /* les dépassements seront masqués */
|
2021-04-09 13:29:11 +02:00
|
|
|
position: relative;
|
|
|
|
clear: left;
|
|
|
|
margin-left: 10px;
|
2021-05-03 18:35:31 +02:00
|
|
|
margin-bottom: 30px;
|
2021-04-05 08:59:24 +02:00
|
|
|
}
|
2021-03-19 13:43:12 +01:00
|
|
|
|
2021-07-22 23:11:55 +02:00
|
|
|
.newsSuite {
|
|
|
|
font-style: italic;
|
2021-05-15 13:49:04 +02:00
|
|
|
}
|
|
|
|
|
2021-03-19 13:43:12 +01:00
|
|
|
.newsSignature {
|
2022-10-09 10:35:56 +02:00
|
|
|
/*margin-left: 10px;*/
|
|
|
|
float: left;
|
2021-03-19 13:43:12 +01:00
|
|
|
font-style: italic;
|
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
|
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;
|
2021-04-05 08:59:24 +02:00
|
|
|
}
|