Difference between revisions of "MediaWiki:Common.css"

From MadaCamp
Jump to: navigation, search
(New page: CSS placed here will be applied to all skins: #f-poweredbyico { display: none; })
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
#f-poweredbyico { display: none; }
 
#f-poweredbyico { display: none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
 
 
/* Style for pretty tables (to replace Template:prettytable) */
 
.prettytable {
 
    margin: 1em 1em 1em 0;
 
    background: #f9f9f9;
 
    border: 1px #aaa solid;
 
    border-collapse: collapse;
 
    border-spacing: 0;
 
    padding: 0;
 
    font-size: 95%;"
 
}
 
 
.prettytable th {
 
    border: 1px #aaa solid;
 
    margin: 0;
 
    padding: 4px;
 
}
 
 
.prettytable td {
 
    border: 1px #aaa solid;
 
    margin: 0;
 
    padding: 4px;
 
}
 

Revision as of 16:53, 11 January 2009

/* CSS placed here will be applied to all skins */

#f-poweredbyico { display: none; }