Difference between revisions of "MediaWiki:Common.css"

From vb24
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: h1,h2,h3,h4,h5,h6 { font-weight: normal; } h1,h3,h5 { color: #333333; } h2,h4,h6 { color: #666666; } table, th, tr...')
(No difference)

Revision as of 00:19, 31 January 2010

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

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
 
h1,h3,h5 {
  color: #333333;
}
 
h2,h4,h6 {
  color: #666666;
}
 
table, th, tr, td {
    vertical-align: top;
    }
 
.right {
    float: right
    }
 
.part {
    margin: 1em;
    padding: 1em;
    background-color: #EEEEEE;
    }
 
/* MediaWiki */
/* Do not force uppercase */
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
    text-transform: none;
}