Différences entre les versions de « Common.css »
De Wiki BDE-UTC
Ligne 11 : | Ligne 11 : | ||
} | } | ||
− | .show-for-medium-up { | + | .show-for-medium-up, .show-for-medium-up:hover, .show-for-medium-up:focus { |
font-family: 'Dancing Script', cursive; | font-family: 'Dancing Script', cursive; | ||
font-weight: 700; | font-weight: 700; | ||
+ | color: #000000; | ||
} | } | ||
Ligne 27 : | Ligne 28 : | ||
background-color: #f44336; | background-color: #f44336; | ||
} | } | ||
+ | |||
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { | .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { | ||
color: #f44336; | color: #f44336; | ||
} | } |
Version du 1 mai 2025 à 14:18
/* 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: #edecec;
}
.show-for-medium-up, .show-for-medium-up:hover, .show-for-medium-up:focus {
font-family: 'Dancing Script', cursive;
font-weight: 700;
color: #000000;
}
.tab-bar, ul.side-nav label {
background-color: #ffca28;
}
section.middle.tab-bar-section a, ul.side-nav label, span#menu-user, .side-nav li a:not(.button) {
color: #000000;
}
h4.namespace.label {
background-color: #f44336;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
color: #f44336;
}