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.

Difference between revisions of "MediaWiki:Common.css"

From Jigsaw-Wiki
Jump to: navigation, search
(roundborder)
(fixhead)
Line 16: Line 16:
 
   border-radius:5px;
 
   border-radius:5px;
 
   padding:2px;
 
   padding:2px;
 +
}
 +
 +
/* fixed table header while srolling */
 +
.fixhead {
 +
position:sticky;
 +
top:0;
 
}
 
}

Revision as of 13:38, 8 July 2019

/* 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;
}