« MediaWiki:Timeless.css » : différence entre les versions
De Wikirak
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révocation manuelle |
||
| (5 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 131 : | Ligne 131 : | ||
/* test */ | /* test */ | ||
# | /* Texte du pied de page */ | ||
color: # | #mw-footer, | ||
#mw-footer a, | |||
#mw-footer li, | |||
#mw-footer span { | |||
color: #ffffff !important; | |||
text-shadow: | |||
1px 1px 0 #000, | |||
-1px 1px 0 #000, | |||
1px -1px 0 #000, | |||
-1px -1px 0 #000; | |||
} | } | ||
Dernière version du 6 août 2026 à 17:54
/* Image tout au fond */
body {
background-image:url(https://www.goldorakgo.com/Images/carre.gif); }
/* #mw-header-container {
background-image:url(https://www.goldorakgo.com/Images/carre_petit.gif); } */
#user-tools {background: #FFFFFF;}
/* centre fond noir texte blanc */
/* #mw-content {color: #FFFFFF; background: #000000;} */
/* couleurs des liens */
/* .mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a.interwiki:visited { color: #3366BB; }
.mw-body-content a.external:visited { color: #3366BB; } */
.mw-body-content a:visited { color: #0645AD !IMPORTANT; }
.mw-body-content a.new:link { color: #cc2200 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }
/* modif champ de recherche */
#searchInput {box-shadow: inset 8px 8px 10px rgba(0, 0, 0, .2);}
/* rend transparent le fond de certaines partie pour afficher fond de body (etoiles) + ajout ombres */
#mw-content-container {background: none;}
/* avec ombre */
/* #mw-site-navigation .sidebar-chunk {background-color: #f8f9faea; box-shadow: -5px 5px 5px 2px rgba(0, 0, 0, .4);} */
/* #mw-related-navigation .sidebar-chunk {background-color: #f8f9faea; box-shadow: -5px 5px 5px 2px rgba(0, 0, 0, .4);} */
/*sans ombre */
#mw-site-navigation .sidebar-chunk {background-color: #f8f9faea;}
#mw-related-navigation .sidebar-chunk {background-color: #f8f9faea;}
/* changement des polices H1 H2 H3 H4 H5 */
.mw-body-content h3 {
font-size: 1.2em;
}
/* changement couleurs dessus zone */
.color-left {background: #2a4b8d;}
.color-middle {background : #2a4b8d;}
.color-right {background : #2a4b8d;}
/* changement couleurs barre zone footer */
/*#mw-content-container {border-bottom-color : #2a4b8d;*/
#mw-content-container {border-bottom-size : 0px; border-style: none !important;
}
#mw-footer-container {border-bottom-size : 0px; border-style: none !important; box-shadow: none;
}
/* changement couleurs TEXTE zone footer */
#mw-footer #lastmod {
color: #FFFFFF !important;
text-shadow: 2px 1px black;
Font-weight: bold;
}
/* changement liste des categories en footer */
#content-bottom-stuff {
text-shadow: 1px 1px 6px red;
Font-weight: bold;
}
/* Fenêtres arrondies */
#mw-site-navigation .sidebar-chunk {
border-top-right-radius: 0.9em;
border-top-left-radius: 0.9em;
border-bottom-left-radius: 0.9em;
border-bottom-right-radius: 0.9em;
}
#mw-related-navigation .sidebar-chunk {
border-top-right-radius: 0.9em;
border-top-left-radius: 0.9em;
border-bottom-left-radius: 0.9em;
border-bottom-right-radius: 0.9em;
}
/* cache le logo et liens en bas a droite */
#footer-poweredbyico,
#f-poweredbyico,
#footer-poweredbyico img {
display: none !important;
}
/* test */
/* Texte du pied de page */
#mw-footer,
#mw-footer a,
#mw-footer li,
#mw-footer span {
color: #ffffff !important;
text-shadow:
1px 1px 0 #000,
-1px 1px 0 #000,
1px -1px 0 #000,
-1px -1px 0 #000;
}
