Untitled diff

Created Diff never expires
17 removals
33 lines
12 additions
28 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
#news-tags-container,
#news-tags-container,
#news-sources-container,
#news-sources-container,
#news-suggested-container {
#news-suggested-container {
margin: 15px 15px 15px 30px;
margin: 1em 1em 1em 2em;
}
}
.news-tags-title,
.news-tags-title,
.news-sources-title,
.news-sources-title,
.news-suggested-title {
.news-suggested-title {
font-weight: bold;
font-weight: bold;
}
}
.news-separator {
.news-separator {
margin: 20px auto 20px auto;
margin: 1.618em auto;
width: 70%;
width: 68%;
}
.news-picture {
float: left;
padding: 10px;
}
img.news-picture {
max-width: 40%;
}
}
.navigation-link-previous { float: left; }
.navigation-link-previous { float: left; }
.navigation-link-next { float: right; }
.navigation-link-next { float: right; }
.navigation-link-previous i { margin-right: 5px; }
.navigation-link-previous i { margin-right: 0.309em; }
.navigation-link-next i { margin-left: 5px; }
.navigation-link-next i { margin-left: 0.309em; }