CSS global de la Gazette d'Aleph

EH TOI LÀ !

Cette page est utilisée pour le fonctionnement du site,

MERCI DE NE PAS MODIFIER CETTE PAGE
SANS LA PERMISSION DU STAFF.


Ceci est le CSS utilisé pour le design de la Gazette d'Aleph quel que soit son thème. Il s'utilise avec le code suivant :

[[include component:gazette-css]]

#page-title {
    display: none !important;
}
 
/* Accessibilité liens */
 
#page-content .body .yui-content a {
    text-decoration: underline;
    transition: .3s;
}
#page-content .body a:hover,
#page-content .body a:focus {
    text-decoration-thickness: 2px;
}
#page-content .body .printuser.avatarhover a {
    text-decoration: none;
}
.printuser.avatarhover a:hover,
.printuser.avatarhover a:focus {
    text-decoration: underline;
}
 
/* Mise en page */
 
.wrap {
    border: solid 2px #112211;
    background: #FEFEFE;
    padding: 0;
    margin-bottom: 3px;
}
.titre {
    padding: 1em;
    margin: 1.5em;
    border: 0px;
    background-color: darkred;
    color: white;
    font-family: "Merriweather, serif";
    text-align: center;
}
.titre p {
    line-height: 2em;
}
/*
.titre-edito {
 
}
@media only screen and (max-width: 600px) {
  .edito .image-container.floatright {
      clear: both;
      float: none;
  }
}
*/
 
.body {
    margin: 0;
    padding: 25px;
}
.article {
    padding: 10px 10px 25px 10px;
    border: 0 solid #000;
    border-bottom: 1px solid #000;
    font-size: 113%;
    font-family: Merriweather,serif
}
.merry {
    font-family: Merriweather, serif;
}
.blockquote,
.yui-content blockquote,
.yui-content .code {
    border: 1px dashed;
    border-radius: 20px;
    padding: .3em 1em;
    margin: .5em
}
 
.yui-navset .yui-nav a em {
    font-family: Merriweather,serif
}
 
/* Classes sémantiques */
 
.aucun-rapport .cadre,
.cadre.aucun-rapport {
    max-width: min(300px, 95%);
    padding: 1rem;
    margin: 0.5rem auto;
    background-color: #f9f7ed;
    border: double 5px #baa534;
    text-align: center;
}
 
/* Queries */
 
@media only screen and (max-width: 767px) {
 .body {
     padding: 0;
 }
 .yui-navset .yui-content {
     padding-left: 1rem;
     padding-right: 1rem;
 }
 .article ol {
     padding-inline-start: 1rem;
 }
 .chronique p {
     line-height: 3ch;
 }
}
Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License