MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Stratum 0
Wechseln zu:Navigation, Suche
(...ALL THE editsection-Links)
(prettytables ohne Tabellenrand)
Zeile 17: Zeile 17:
 
h6 .editsection {
 
h6 .editsection {
 
     font-size: 60%;
 
     font-size: 60%;
 +
}
 +
 +
table.prettytable {
 +
    border: none;
 
}
 
}

Version vom 19. März 2012, 03:43 Uhr

/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */


.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
    text-transform: none;
}

.editsection, 
h1 .editsection,
h2 .editsection,
h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection {
    font-size: 60%;
}

table.prettytable {
    border: none;
}