Utilisateur:Lgd test/monobook.css

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

/* test taxobox */
@import url(http://fr.wikipedia.org/w/index.php?title=Utilisateur:Hexasoft/monobook.css&action=raw&ctype=text/css);
@import url(http://fr.wikipedia.org/w/index.php?title=Utilisateur:Lgd_test/infobox.css&action=raw&ctype=text/css);
@import url(http://fr.wikipedia.org/w/index.php?title=Utilisateur:Lgd_test/demo.css&action=raw&ctype=text/css);
 
 
/* inspection tableaux */
table.accessibility_show caption {
display: table-caption !important;
visibility: visible !important;
position: static !important;
height: auto !important;
width: auto !important;
font-size: 1em !important;
line-height: 1em !important;
background-color: yellow !important;
}
table.accessibility_show th {
background-color: red !important;
}
table.accessibility_show th[id] {
background-color: yellow !important;
}
table.accessibility_show th[scope] {
background-color: lime !important;
}
table.accessibility_show td[headers] {
background-color: yellow !important;
}
table.accessibility_show th[scope]:after {
content: "SCOPE " attr(scope);
display: block;
color: darkgreen;
}
table.accessibility_show th[id]:after {
content: "ID: " attr(id);
display: block;
color: darkgreen;
}
table.accessibility_show td[headers]:after {
content: "HEADERS: " attr(HEADERS);
display: block;
color: darkgreen;
}
table.accessibility_show th[scope][headers]:after {
content: "SCOPE: " attr(scope) " HEADERS: " attr(HEADERS);
}
 
/* inspection changements de langue */
body [lang], body [dir] {
background-color: yellow !important;
}
body [lang]:after {
content: "LANG: " attr(lang);
border: 1px solid red;
padding: 2px 5px;
margin: 0 5px;
}
body [dir]:after {
content: "DIR: " attr(dir);
border: 1px solid red;
padding: 2px 5px;
margin: 0 5px;
}
body [dir][lang]:after {
content: "LANG: " attr(lang) " DIR: " attr(dir);
border: 1px solid red;
padding: 2px 5px;
margin: 0 5px;
}
 
/* temporaire pour Méta palette de navigation */
table.navbox td.top_test { 
background:#CCCCFF none repeat scroll 0%;
padding-left:1em;
padding-right:1em;
}
table.navbox th {
background:#DDDDFF none repeat scroll 0%;
/*font-weight:bold;*/
padding-left:1em;
padding-right:1em;
/*vertical-align:middle;*/
width:150px;
}
 
/* temporaire pour drapeaux */
table.title_test_temp a:after {
background-color: pink!important;
content: "TITLE: " attr(title);
border: 1px solid red;
padding: 2px 5px;
margin: 0 5px;
}
 
table.title_test_temp a[title*=Drapeau]:after {
background-color: yellow !important;
}