Actions

MediaWiki

Différences entre versions de « Common.css »

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

Ligne 30 : Ligne 30 :
 
.tab-bar{
 
.tab-bar{
 
background: #dbb8d7;
 
background: #dbb8d7;
color: #000000;
+
}
 +
 
 +
.title a span{
 +
color:#000000;
 +
}
 +
 
 +
.title a:hover span{
 +
color:#dddddd;
 
}
 
}
  

Version du 7 mars 2020 à 09:09

/* 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")

body {font-family: 'Cardo', serif;}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */

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

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{
color:#000000;
}

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

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;
}