MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WiiDatabase Wiki
Zur Navigation springenZur Suche springen
geht das nicht auch ohne JS?
Keine Bearbeitungszusammenfassung
(geht das nicht auch ohne JS?)
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 166: Zeile 156:
width: auto !important;
width: auto !important;
line-height: 1.5em;
line-height: 1.5em;
}
.Top_icon_raw p, .Top_icon_dynamic p {
padding: 0;
margin: 0;
}
}


Navigationsmenü