MediaWiki:Common.css: Unterschied zwischen den Versionen

Änderung 2077 von ICON (Diskussion) rückgängig gemacht.
(geht das nicht auch ohne JS?)
(Änderung 2077 von ICON (Diskussion) rückgängig gemacht.)
Zeile 149: Zeile 149:


/**
/**
  * Icons on the top right of the article. */
  * Icons on the top right of the article.
* See also JS
*
* @source https://www.mediawiki.org/wiki/Snippets/Top_icons
* @version 5
*/
/* Hide without javascript */
.topicon {
.topicon {
display: none;
}
/* With JavaScript */
.Top_icon_dynamic {
float: right;
float: right;
padding-left: 10px;
padding-left: 10px;
Zeile 156: Zeile 166:
width: auto !important;
width: auto !important;
line-height: 1.5em;
line-height: 1.5em;
}
.topicon p, .topicon p {
padding: 0;
margin: 0;
}
}