Difference between revisions of "MediaWiki:Common.css"

From database24
Jump to navigation Jump to search
Line 2: Line 2:
  
 
h1,h2,h3,h4,h5,h6 {
 
h1,h2,h3,h4,h5,h6 {
   font-weight: normal;
+
   font-weight: normal !important;
 
}
 
}
 
+
 
h1,h3,h5 {
 
h1,h3,h5 {
 
   color: #990066;
 
   color: #990066;
Line 11: Line 11:
 
h2,h4,h6 {
 
h2,h4,h6 {
 
   color: #666666;
 
   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;
 
}
 
}

Revision as of 00:27, 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: #990066;
}

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;
}