MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 148: Zeile 148:
}
}


div.topicon {
/**
display: block;
* Icons on the top right of the article.
font-size: 90%;
* See also JS
line-height: 1.5em;
*
* @source https://www.mediawiki.org/wiki/Snippets/Top_icons
* @version 5
*/
/* Hide without javascript */
.topicon {
display: none;
}
/* With JavaScript */
.Top_icon_dynamic {
float: right;
padding-left: 10px;
font-size: 50%;
width: auto !important;
}
.Top_icon_raw p, .Top_icon_dynamic p {
padding: 0;
margin: 0;
margin: 0;
padding: 0;
position: absolute;
right: 12px;
text-align: right;
text-indent: 0;
top: 0.3em;
white-space: normal;
z-index: 1;
}
}