Utilisateur:Ltrlg/common.css
Apparence
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;
Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5./* À voir : table.wikitable.alternance th[scope=row][rowspan] { background: #F5F5F5; } */
time {
background: #ffff0050;
border-bottom: 1px solid yellow
}
/* Flow */
.flow-ui-wikitextEditorWidget-input textarea {
font-family: monospace;
font-size: 130%;
}
/* TemplateData */
.mw-templatedata-doc-wrap {
padding: 0 1em;
margin: 2em 0.5em 1em;
border: 1px solid #aaa;
position: relative;
background: #CCE4FF;
clear: both;
}
.mw-templatedata-doc-wrap:before {
content: 'Données du modèle';
color: #555;
display: block;
text-align: center;
border-bottom: 1px solid #aaa;
margin: 0 -1em;
padding: 0.3em;
font-weight: bold;
}
.mw-templatedata-doc-wrap table {
margin: 1em auto;
}
/* Code */
pre {
-moz-tab-size: 6;
tab-size: 6;
}
/* Cacher */
#antivandale,
#previewnote-fr,
#editpage-copywarn/*,
#MediaWiki-summary*/ {
display: none;
}
/* Bandeaux à réduire */
#RealTitleBanner {
font-size:50%;
}
#RealTitleBanner img {
max-height: 2em;
max-width: 2em;
}
/* {{Encart|accessibilite| … }} */
.aide_accessibilite, .accessibilite {
color:#27A120;
border: 1px solid #FFCCCC;
}
/* Liens vers des redirections */
a.mw-redirect {
color: #00A0A0;
}
a.mw-redirect:visited {
color: #007070;
} /**/
/* Arrondir les listes */
.ns-0 ol,
.ns-0 ul,
.ns-0 dl {
border-radius: 2px;
}
/* Correctif onglet déroulant */
.ns-0 #ca-move {
border-radius: 0;
}
/* Discussions */
dl {
border-radius: 5px 0 0 0;
}
/* Ancres brisées */
#banList {
margin: 0.5em 1.5em;
display: inline-block;
padding: 0 0.5em 0.5em;
border-left: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
/* {{censuré}} */
.censure {
background: transparent !important;
border: solid #a00;
border-width: 0 0 1px;
}
.censure span {
visibility: visible !important;
color: #a00 !important;
}
.censure:before {
content: '{{censuré| ';
color: #a00;
}
.censure:after {
content: ' }}';
color: #a00;
}
/* Diffs */
table#livePreviewFoot {
border: 0 none;
}
table#livePreviewFoot td:hover {
background: none;
}
.patrollink {
background: yellow;
}
/* Lien vers le titre de la page */
.selflink {
color: #555;
}
/* Lien vers archives web */
.cachelinks {
float: right;
}
/* Modifications non vues */
span.updatedmarker {
font-weight: bold;
}
/* Page au hasard */
#n-randompage {
position: fixed;
bottom: 0;
left: 0;
background: #f0f0f0;
padding: 0.3em 0.5em !important;
border: solid #aaa;
border-width: 1px 1px 0 0;
}
#mw-panel {
padding-bottom: 2em;
}