Untitled diff

Created Diff never expires
14 removals
41 lines
14 additions
41 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
*/
#module-articles hr {
#module-articles hr {
margin-top: 10px;
margin-top: 0.618em;
}
}
.pages-pagination {
.pages-pagination {
float: right;
float: right;
width: 33%;
width: 38%;
margin-bottom: 10px;
margin-bottom: 0.618em;
}
}
.article-articles.article-several h2,
.article-articles.article-several h2,
.article-articles.article-several .more {
.article-articles.article-several .more {
margin: 0;
margin: 0;
}
}
.article-articles.article-several .content {
padding: 0 0.5em 0 0.5em;
}
.article-articles.article-several img {
.article-articles.article-several img {
padding: 0 0 0.5em 0;
padding: 0 0 0.618em 0;
}
}
span.contents + hr {
span.contents + hr {
margin: 35px 0 20px 0;
margin: 2.618em 0 1.482em 0;
clear: both;
clear: both;
}
}
/* --- pagebreak --- */
.form-field-action-link ul {
.form-field-action-link ul {
margin: 0;
margin: 0;
list-style-type: none;
list-style-type: none;
}
}
.form-field-action-link i {
.form-field-action-link i {
font-size: 2.3rem;
font-size: 1.618em;
}
}
.fa-pagebreak:before { content: "\f0f6"; }
.fa-pagebreak:before { content: "\f477"; }