Difference between revisions of "MediaWiki:Common.css"
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...') |
|||
Line 2: | Line 2: | ||
h1,h2,h3,h4,h5,h6 { | h1,h2,h3,h4,h5,h6 { | ||
− | font-weight: normal; | + | font-weight: normal !important; |
} | } | ||
Revision as of 00:26, 31 January 2010
/* CSS placed here will be applied to all skins */
h1,h2,h3,h4,h5,h6 {
font-weight: normal !important;
}
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;
}