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


Aucun résumé des modifications
Aucun résumé des modifications
Balise : Révocation manuelle
 
(160 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* IMAGES RESPONSIVE    */
res-img {max-width:100%; height:auto; }
 
/*  ENLEVER LE MOT MODIFIER  DES SECTIONS  */
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { float: right; display:none;}
.ltr .mw-editsection {float: right;  display:none; }
 
#content-wrapper { background:#FEFEFE ; }
#header-wrapper {  background:#eef3fa; }  /*  dee6f3  ecf4ff    eef3fa    */
#footer-wrapper {  background:#eef3fa ; }
#mw-content-text { margin-top: 0 ;    }
 
/*  CLEAN ANNONCE  */  
#catlinks { border-top: none; margin-top: 0px ; padding-top: 0px ; }
 
.mw-indicator { display: none ; }
 
h1  { font-size: 1.7em; font-weight:bold; }
h2 { background: #eaedef ;  padding: 8px;  margin-top: 2em; font-weight:bold; color:#aa0000; font-size: 1.3em;}


@import url("https://fonts.googleapis.com/css?family=Noto+Sans")




// ENTÊTES DU WIKI 
body { font-size: 16px; line-height:1.8 ; }


#content h1 {font-family: "Noto Sans", Helvetica, Arial, sans-serif ; color:#AA0000;}
.mw-content-text { margin-top: 2em; }
#content h2 {font-family: "Noto Sans", Helvetica, Arial, sans-serif ; color:#AA0000; line-height: 0.7em;padding-top:1.2em;}
#content h1 {color:#AA0000; }


//  TYPOGRAPHIE DE BASE ET MENU
a{ color:#336699;}
html,  body, .mw-body, .mw-body-content  {  font-family: "Noto Sans", Helvetica, Arial,sans-serif ;  line-height: 1.5em;  font-size: 1em; }
#mw-panel .portal .body li {  line-height: 1em;  font-size: 0.9em; }
div#mw-panel div.portal h3 { color: #AA0000;  font-size: .9em;  font-weight: bold ;}
div#simpleSearch { width: 18em; }


.mw-body-content { position: relative;  line-height: 1.6; font-size: 1em; z-index: 0; }
a:hover { color:#CC0000; text-decoration: none; }  


a.goog-logo-link img { display: none;}
a.goog-logo-link { display:none; }
red { color:#CC0000; }
.mw-search-results li a{ font-size:125% ; }
.flow-timestamp-anchor { display:none ; }




// IMAGES RESPONSIVE 
res-img {max-width:100%; height:auto; }


//  Enlever le mot MODIFIER  des sections
.small, small a{ color:#005a99; font-weight:normal;}
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {   float: right; display:none; }
.ltr .mw-editsection {float: right;  display:none; }


// ENLEVER AIDE
/* #mw-content-text a { font-weight: bold; }  */


/* #siteSub  { display:none ; }    */


.siteSubrandom  { float: right; }


/* Reset top margin for lists embedded in columns */
 


div.columns {
/*  #catlinks { text-align: left; font-size:small;   }*/
margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
margin-top: 0;
}


/* Avoid elements breaking between columns */
#mw-normal-catlinks > ul > li {
.nocolbreak,
display: inline-block;
div.columns li,
    padding: 4px 10px;
div.columns dd dd {
    border-radius: 50px;
-webkit-column-break-inside: avoid;
    border: 1px solid;
page-break-inside: avoid;
    margin-left: 4px;
break-inside: avoid-column;
}
}

Dernière version du 7 mai 2024 à 08:50

/* IMAGES RESPONSIVE    */
res-img {max-width:100%; height:auto; }

/*  ENLEVER LE MOT MODIFIER  DES SECTIONS  */
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { float: right; display:none;}
.ltr .mw-editsection {float: right;  display:none; }

#content-wrapper { background:#FEFEFE ; }
#header-wrapper {  background:#eef3fa; }  /*  dee6f3   ecf4ff    eef3fa     */
#footer-wrapper {  background:#eef3fa ; }
#mw-content-text { margin-top: 0 ;     }

/*   CLEAN ANNONCE   */ 
#catlinks { border-top: none; margin-top: 0px ; padding-top: 0px ; }

.mw-indicator { display: none ; }

h1  { font-size: 1.7em; font-weight:bold; }
h2 { background: #eaedef ;  padding: 8px;  margin-top: 2em; font-weight:bold; color:#aa0000; font-size: 1.3em;}



body { font-size: 16px; line-height:1.8 ; }

.mw-content-text {  margin-top: 2em; }

a{ color:#336699;}

a:hover { color:#CC0000; text-decoration: none; } 

a.goog-logo-link img { display: none;}

a.goog-logo-link { display:none; }



red { color:#CC0000; }

.mw-search-results li a{ font-size:125% ; }

.flow-timestamp-anchor { display:none ; }



.small, small a{ color:#005a99; font-weight:normal;}

/* #mw-content-text a { font-weight: bold; }  */

/* #siteSub   { display:none ; }    */

.siteSubrandom  { float: right; }

  

/*  #catlinks { text-align: left; font-size:small;   }*/

#mw-normal-catlinks > ul > li {
	display: inline-block;
    padding: 4px 10px;
    border-radius: 50px;
    border: 1px solid;
    margin-left: 4px;
}