MediaWiki

Différences entre les versions de « Common.css »

De Wiki BDE-UTC

Ligne 5 : Ligne 5 :
 
#tagline {
 
#tagline {
 
display: none;
 
display: none;
 +
}
 +
 +
body {
 +
background-color: #cccccc;
 
}
 
}
  

Version du 30 avril 2025 à 22:25

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

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

#tagline {
	display: none;
}

body {
	background-color: #cccccc;
}

.show-for-medium-up {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
}

.tab-bar, ul.side-nav label {
    background-color: #ffca28;
}

section.middle.tab-bar-section a, ul.side-nav label, span#menu-user {
	color: #000000;
}

h4.namespace.label {
    background-color: #f44336;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    color: #0288d1;
}