MediaWiki:Common.css : Différence entre versions

De Wiki ODR
Aller à : navigation, rechercher
Ligne 80 : Ligne 80 :
 
{
 
{
 
background-image: linear-gradient(#FCFCFC, white); !important;
 
background-image: linear-gradient(#FCFCFC, white); !important;
border: 3px solid white !important;
+
border: 1px solid white !important;
border-radius: 25px;
+
 
 
}
 
}
  
Ligne 92 : Ligne 92 :
 
{
 
{
 
font-variant: small-caps !important;
 
font-variant: small-caps !important;
 +
}
 +
 +
div.vectorTabs span /*bordure bleue*/
 +
{
 +
background-image: none !important;
 
}
 
}

Version du 26 juin 2017 à 14:57

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

/* Ensemble page */
body, html
{
background-color: #FCFCFC;
}

/* Barre du haut de l'écran*/
#mw-head /*header*/
{
background-color: #FCFCFC;
}

/* Code menu gauche */
#mw-panel
{
background-color : #FFECEC;
border: 4px double white;
margin:0 !important;
padding-top:0 !important;
line-height: 0 !important;
position : fixed !important;
margin-left: 4px !important;
padding-left: 0 !important;
font-variant: small-caps;
}

/* Premier carré du menu de gauche */


li#n-mainpage,#n-currentevents,#n-Liste-des-articles,#n-recentchanges,#n-Galerie-fichiers,#n-Participants,#in-help
{
margin:0 !important;
padding:0;
}

/* Deuxième carré du menu de gauche */


li#p-tb-label,#t-whatlinkshere,#t-recentchangeslinked,#t-specialpages,#t-info
{
margin:0 !important;
padding:0;
}

/* Gérer les marges */
div#mw-panel div.portal div.body
{
margin:0 !important;
padding:0;
}

div#mw-panel div.portal h3
{
margin:0 !important;
padding:0;
}

/* Pour changer la couleur du texte */
div#mw-panel a
{
color: #6A6A6A !important;
}

.mw-body {
    border: none !important;
}

#right-navigation
{
float:left !important;
}

/*********************************/
/********** Boutons **************/
/*********************************/

li#ca-edit, li#ca-view, li#ca-talk, li#ca-nstab-mediawiki, li#ca-unwatch, li#ca-nstab-main
{
background-image: linear-gradient(#FCFCFC, white); !important;
border: 1px solid white !important;

}

#left-navigation
{
font-variant: small-caps !important;
}

#right-navigation
{
font-variant: small-caps !important;
}

div.vectorTabs span /*bordure bleue*/
{
background-image: none !important;
}