Difference between revisions of "MediaWiki:Common.css"
From Electrical Contacts
								
												
				| Line 45: | Line 45: | ||
|    background-color: lightgray; |    background-color: lightgray; | ||
|    padding-left: 5px |    padding-left: 5px | ||
| + | } | ||
| + | #firstHeading { | ||
| + |   margin-bottom: 3em | ||
| + | } | ||
| + | #left-navigation{ | ||
| + |  margin-top: 6em; | ||
| + | } | ||
| + | #right-navigation{ | ||
| + |  margin-top: 8.5em | ||
| } | } | ||
Revision as of 13:51, 18 December 2013
/* Das folgende CSS wird für alle Benutzeroberflächen geladen.@media screen */
.page-Main_Page #content {border-top:0}
.page-Main_Page #p-cactions, .page-Main_Page #p-views, .page-Main_Page #p-namespaces {  display: none !important; }
/* hide mediawiki powered by*/
#footer-icon-poweredby { display: none; }
/*hide tabs on custom (main) page 
.page-Main_Page #ca-talk, .page-Main_Page #ca-viewsource, .page-Main_Page #ca-view, .page-Main_Page #ca-edit, .page-Main_Page #ca-history {
  display: none !important; 
}
*/
/* LOGO */
#p-logo {
 /* background-color: lightgray;*/
  width: 7em;
  left:0;
}
table.mainPage{
  border: 0;
  background: transparent;
  width: 100%;
}
table.mainPage td{
  vertical-align: top;
  width:45%;
}
table.mainPage td + td{
  padding-left: 40px;
}
table.mainPage td p{
   padding-left: 5px;
}
.small{
  font-size: 9px;
}
h4{
  background-color: lightgray;
  padding-left: 5px
}
#firstHeading {
  margin-bottom: 3em
}
#left-navigation{
 margin-top: 6em;
}
#right-navigation{
 margin-top: 8.5em
}
