MediaWiki:Common.css: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „ →CSS placed here will be applied to all skins: →<source lang="css">: →Main page fixes: #interwiki-completelist { font-weight: bold; } body.page…“) |
(kein Unterschied)
|
Aktuelle Version vom 19. Juli 2011, 17:59 Uhr
/* CSS placed here will be applied to all skins */
/* <source lang="css"> */
/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}
body.page-Main_Page #ca-delete {
display: none !important;
}
body.page-Main_Page #mp-topbanner {
clear: both;
}
/* Edit window toolbar */
#toolbar {
height: 22px;
margin-bottom: 6px;
}
/* Margins for <ol> and <ul> */
#content ol, #content ul,
#mw_content ol, #mw_content ul {
margin-bottom: 0.5em;
}