Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich.
Currently there are issues with the installation, readonly possible for now.

MediaWiki:Common.css

From Jigsaw-Wiki
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstHeading { display: none; }*/

/*body.page-Main_Page h1.firstHeading { display:none; }*/
/*body.page-No_page_title h1.firstHeading { display:none; }*/
/*body.page-No_page_title h1.firstHeading, body.page-Main_Page h1.firstHeading { display:none; }*/

.action-view.page-Main_Page h1.firstHeading,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page #catlinks {
	display: none;
}

.roundborder {
  border:2px solid black;
  border-radius:5px;
  padding:2px;
}

/* fixed table header while srolling */
.fixhead {
 position:sticky;
 top:0;
}

.mw-parser-output a[href*="wikipedia"].external, a[href*="wikipedia"] {
	background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Tango_style_Wikipedia_Icon.svg/16px-Tango_style_Wikipedia_Icon.svg.png") no-repeat right; padding-right: 20px;
}