« MediaWiki:Common.css » : différence entre les versions

Aller à : navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
 
(24 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :


.mwe-popups-settings-icon { display: none !important; }
.mwe-popups-settings-icon { display: none !important; }
#contenu,
#contenu2,
#footer-privacy,
#footer-about,
#footer-disclaimer,
#footerbas
{
display: none;
}


/* Corrige les sauts de textes dans les messages du forum */
/* Corrige les sauts de textes dans les messages du forum */
Ligne 29 : Ligne 39 :
{
{
color: #013487 !important;
color: #013487 !important;
text-decoration: underline !important;
}
}


Ligne 44 : Ligne 55 :
{
{
color: #013487 ;
color: #013487 ;
text-decoration: underline;
}
}


Ligne 76 : Ligne 88 :
{
{
display: none !important;
display: none !important;
}
.mw-mmv-next-image,
.mw-mmv-prev-image,
.mw-mmv-close,
.mw-mmv-fullscreen
{
    background-color: transparent !important;
}
}


Ligne 155 : Ligne 174 :
{
{
background-color: #BB1A4F !important;
background-color: #BB1A4F !important;
text-decoration: none !important;
}
}
.button2
.button2
Ligne 171 : Ligne 191 :
{
{
background-color: #1269db !important;
background-color: #1269db !important;
text-decoration: none !important;
}
}
.button3
.button3
Ligne 187 : Ligne 208 :
{
{
background-color: #041224 !important;
background-color: #041224 !important;
text-decoration: none !important;
}
}
.button4
.button4
Ligne 204 : Ligne 226 :
{
{
background-color: #F5F5F5 !important;
background-color: #F5F5F5 !important;
text-decoration: none !important;
}
}



Version actuelle datée du 29 septembre 2023 à 09:51

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

.mwe-popups-settings-icon { display: none !important; }

#contenu,
#contenu2,
#footer-privacy,
#footer-about,
#footer-disclaimer,
#footerbas
{
	display: none;
}

/* Corrige les sauts de textes dans les messages du forum */
td.mw-wikiforum-thread-main,
td.mw-wikiforum-thread-sub {
    word-wrap: break-word;
    word-break: normal;
    table-layout: fixed;
}

/* Couleurs du texte et liens du footer */
#footerbas,
#footer-left-ul
{
	color: #000000 !important;
}
#footer a:link
{
	color: #0645AD !important;
}
#footer a:visited
{
	color: #0645AD !important;
}
#footer a:hover,
#footer a:active
{
	color: #013487 !important;
	text-decoration: underline !important;
}

/* Couleurs des liens des articles  */
.mw-body-content a:link
{
	color: #0645AD;
}
.mw-body-content a:visited
{
	color: #0645AD;
}
.mw-body-content a:hover,
.mw-body-content a:active
{
	color: #013487 ;
	text-decoration: underline;
}

/* Cache la boîte d'impression */
#p-coll-print_export {
    display: none !important;
}

/* Cache les outils généraux */
#outils {
    display: none;
}

/* Cache les outils personnels */
#personal-tools-dropdown
{
	display: none;
}

/* Cache les fonctionnalités superflues de MultiMediaViewer d'images */
.mw-mmv-dialog,
.mw-mmv-download-dialog,
.mw-mmv-warning-visible,
.magnify,
.mw-mmv-download-button,
.mw-mmv-options-button,
.mw-mmv-reuse-button,
.mw-mmv-stripe-button-container,
.mw-mmv-image-metadata,
.mw-mmv-download-dialog,
.mw-mmv-warning-visible
{
	display: none !important;
}
.mw-mmv-next-image,
.mw-mmv-prev-image,
.mw-mmv-close,
.mw-mmv-fullscreen
{
    background-color: transparent !important;
}

/* Espacement des lignes des sommaires */
.toctext
{
line-height: 1.9 !important;
}

/* Adapte la hauteur de l'Editeur Visuel */
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 45px !important;
}

/* Formatage des titres */
h1
{
font-size: 1.875em !important;
font-weight: 500;
}
h2
{
font-size: 1.5em;
}
h3
{
font-size: 1.1em;
font-weight: 600;
}
h4
{
font-size: 1.1em;
}

/* Formatage des tags de catégories */
#catlinks a
{
color: #9e0d3c;
}
#catlinks
{
border: none !important;
}
.label
{
color: #9e0d3c !important;
background-color: #FFDEE9 !important;
border-radius: 5px !important;
}
.label a
{
color: #9e0d3c !important;
}

/* supression des bordures des tableaux html */
#contenu table
{
border: none;
}
#sidebar table
{
border: none !important;
}

/* Formatage des boutons */
.button
{
color: #FFFFFF !important;
background-color: #D81E5B !important;
border-radius: 5px !important;
box-shadow: 2px 3px 3px #FFD1E0 !important;
padding: 8px 20px;
}
.button a
{
color: #FFFFFF !important;
}
.button: hover
{
background-color: #BB1A4F !important;
text-decoration: none !important;
}
.button2
{
color: #FFFFFF !important;
background-color: #1a73e8 !important;
border-radius: 5px !important;
padding: 8px 20px;
box-shadow: 2px 5px 4px #569efc !important;
}
.button2 a
{
color: #FFFFFF !important;
}
.button2: hover
{
background-color: #1269db !important;
text-decoration: none !important;
}
.button3
{
color: #FFFFFF !important;
background-color: #0a2342 !important;
border-radius: 5px !important;
box-shadow: 2px 3px 3px #295287 !important;
padding: 8px 20px;
}
.button3 a
{
color: #FFFFFF !important;
}
.button3: hover
{
background-color: #041224 !important;
text-decoration: none !important;
}
.button4
{
color: black !important;
border: 1px solid black;
background-color: #FFFFFF !important;
border-radius: 5px !important;
box-shadow: none !important;
padding: 8px 20px;
}
.button4 a
{
color: #000000 !important;
}
.button4: hover
{
background-color: #F5F5F5 !important;
text-decoration: none !important;
}

/* Formatage des bouton de l'input box (recherche accueil) */
.mw-ui-button
{
color: #FFFFFF !important;
background-color: #1a73e8 !important;
border-radius: 5px !important;
padding: 8px 20px !important;
box-shadow: 2px 5px 4px #569efc !important;
border-width: 0 !important;
font-family: "Helvetica Neue" !important;
font-weight: normal !important;
font-size: 1rem !important;
}
.mw-ui-button a
{
color: #FFFFFF !important;
}
.mw-ui-button: hover
{
background-color: #1269db !important;
}
/* pour extension popup.mwe-popups-settings-icon {
display: none !important;
} */