MediaWiki:Common.css

From DVBViewer
Jump to: navigation, search
/* CSS placed here will be applied to all skins */

.MainPage-rechts hr {

       background-color: #4169e1;

       color: #4169e1;

       height: 1px;

       margin:0.5em 0;

       padding: 0;

 }

body.page-Main_Page #siteSub,

body.page-Main_Page #contentSub,

body.page-Main_Page h1.firstHeading {

    display: none !important;

}





 .wikitable,

 .prettytable {

  margin: 1em 1em 1em 0;

  background: #f9f9f9;

  border: 1px #AAA solid;

  border-collapse: collapse;

  empty-cells:show;

 }

 

 .wikitable th, .wikitable td,

 .prettytable th, .prettytable td {

  border: 1px #AAA solid;

  padding: 0.3em;

 }

 

 .wikitable caption,

 .prettytable caption {

  font-weight: bold;

 }