Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 19: | Línea 19: | ||
table.table tr.even { background:#ddddff; } | table.table tr.even { background:#ddddff; } | ||
table.table tr.odd { background:#ccccff; } | table.table tr.odd { background:#ccccff; } | ||
/* retina logo */ | |||
@media (min--moz-device-pixel-ratio: 1.5), | |||
(-o-min-device-pixel-ratio: 3/2), | |||
(-webkit-min-device-pixel-ratio: 1.5), | |||
(min-device-pixel-ratio: 1.5), | |||
(min-resolution: 1.5dppx) { | |||
#p-logo a { | |||
background-image: url(http://wikem.org/w/skins/common/images/WikEM-Logo@2x.png); | |||
} | |||
} | |||
Revisión del 19:37 29 oct 2013
/* References */
.references { font-size:90%; }
.references li:target, .reference:target, .citation:target { background-color: #DDEEFF }
.reference, .citation, cite { font-weight: normal; font-style: normal; word-wrap: break-word; }
/* Category tree */
#mw-subcategories ul { list-style: none none; margin-left: 0.25em; }
.CategoryTreeChildren { margin-left: 1.25em; }
/* prettytable class for skinning normal tables */
table.prettytable { margin:1em 1em 1em 0em; background:#f9f9f9; border:1px #aaaaaa solid; border-collapse:collapse; }
table.prettytable th, table.prettytable td { border:1px #aaaaaa solid; padding:0.2em; }
table.prettytable th { background:#f2f2f2; text-align:center; }
table.prettytable caption { margin-left:inherit; margin-right:inherit; }
table.table { border-spacing:0em 0.5em; }
table.table tr>td { padding:0.25em 1em; }
table.table tr.even { background:#ddddff; }
table.table tr.odd { background:#ccccff; }
/* retina logo */
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
#p-logo a {
background-image: url(http://wikem.org/w/skins/common/images/WikEM-Logo@2x.png);
}
}
