Actions

MediaWiki

Différences entre versions de « Common.css »

De FNEEQ - 50 ans à faire école par nos luttes

Ligne 7 : Ligne 7 :
 
     background-color: #bbdee7;
 
     background-color: #bbdee7;
 
}
 
}
/* controls the main body area styling */
+
/* Mettre le texte principal à Cardo et agrandir la taille un peu */
 
#p-cactions {
 
#p-cactions {
font-family: 'Cardo', serif;
+
    font-family: 'Cardo', serif;
 +
    font-size: 1.2em;
 
}
 
}
  

Version du 7 mars 2020 à 09:15

/* Le CSS placé ici sera appliqué à tous les habillages. */

@import url("https://fonts.googleapis.com/css?family=Cardo|Open+Sans+Condensed:300,700|Open+Sans:400,700&display=swap")

/* Mettre la barre latérale en bleu */
body {
    background-color: #bbdee7;
}
/* Mettre le texte principal à Cardo et agrandir la taille un peu */
#p-cactions {
    font-family: 'Cardo', serif;
    font-size: 1.2em;
}

div#content h1, div#content h2 {
font-family: 'Open Sans Condensed', sans-serif;
font-weight:300;
}

div#content h1{
font-size: 2.5em;
}

div#content h3{
font-family: 'Cardo', serif;
}

div#content h2{
margin-top:10px;
}

h1.title, .title a span{
font-family: 'Open Sans Condensed', sans-serif;
font-weight:300;
}

#sidebar ul li a, a.text, #bodyContent a{
font-family: 'Open Sans', sans-serif;
}

.tab-bar{
background: #dbb8d7;
}

.title a span, #menu-user i{
color:#000000;
}

.title a:hover span{
color:#222222;
}

h4.namespace.label{
background: #d58e6e;
}

ul.side-nav label{
background: #dbb8d7;
color: #000000;
}

h4.namespace.label, .sidebar{
font-family: 'Open Sans Condensed', sans-serif;
font-weight:bold;
}

ul.off-canvas-list li label{
background: #d18f75;
}

.right-off-canvas-menu, .left-off-canvas-menu{
background: #ffeea5;
}

ul.off-canvas-list li a{
color: #000000;
}

ul.off-canvas-list li a:hover{
background: #d58e6e;
color: #ffffff;
}