MediaWiki:Timeless.css : Différence entre versions

De Wikirak
Ligne 85 : Ligne 85 :
 
#content-bottom-stuff {
 
#content-bottom-stuff {
 
text-shadow: 1px 1px 6px red;
 
text-shadow: 1px 1px 6px red;
 
+
Font-weight: bold;
 
}
 
}
  

Version du 27 janvier 2020 à 13:13

/* Image tout au fond */

body { 
   background-image:url(http://www.goldorakgo.com/Images/carre.gif); }

/* #mw-header-container { 
   background-image:url(http://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;}

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



/* 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;

}