Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
(Nouvelle page : →pour surligner les pop-ups : .pops a { background-color: #ffc !important; } →FEUILLE DE STYLE GLOBALE : /* Cette page contrôle l'apparence pour toutes les skins. Les modi...) |
(Simplification) |
||
(3 versions intermédiaires par un autre utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* pour | /* pour l'extension WikiCategoryTagCloud */ | ||
. | .tagcloud { | ||
width: 98%; | |||
text-align: center; | |||
background-color: #FDFDFD; | |||
border: 1px solid #EEEEEE; | |||
padding: 15px 10px 15px 10px; | |||
} | } | ||
.tagcloud a { | |||
color: #0052CB; | |||
margin-left: 10px; | |||
margin-right: 10px; | |||
font-weight: bold; | |||
} | } | ||
/* | /* pour surligner les pop-ups */ | ||
.pops a { | |||
background-color: #ffc !important; | |||
background-color: # | |||
} | } | ||
/* | /* prevent ugly horizontal page expansion */ | ||
pre { overflow: auto; } |
Version actuelle datée du 14 décembre 2011 à 17:06
/* pour l'extension WikiCategoryTagCloud */
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}
/* pour surligner les pop-ups */
.pops a {
background-color: #ffc !important;
}
/* prevent ugly horizontal page expansion */
pre { overflow: auto; }