[Main Page] Main Page | Recent changes | View source | Page history

Printable version | Disclaimers | Privacy policy | Latest revision

Not logged in
Log in | Help
 

MediaWiki:Common.css

(Difference between revisions)

Line 76: Line 76:
 
         color: #a55858;
 
         color: #a55858;
 
}
 
}
 +
 +
img {
 +
        border: none;
 +
        vertical-align: middle;
 +
}
 +
p {
 +
        margin: .4em 0 .5em 0;
 +
        line-height: 1.5em;
 +
}
 +
p img {
 +
        margin: 0;
 +
}
 +
 +
hr {
 +
        height: 1px;
 +
        color: #aaa;
 +
        background-color: #aaa;
 +
        border: 0;
 +
        margin: .2em 0 .2em 0;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
        color: black;
 +
        background: none;
 +
        font-weight: normal;
 +
        margin: 0;
 +
        padding-top: .5em;
 +
        padding-bottom: .17em;
 +
        border-bottom: 1px solid #aaa;
 +
}
 +
h1 { font-size: 188%; }
 +
h1 .editsection { font-size: 53%; }
 +
h2 { font-size: 150%; }
 +
h2 .editsection { font-size: 67%; }
 +
h3, h4, h5, h6 {
 +
        border-bottom: none;
 +
        font-weight: bold;
 +
}
 +
h3 { font-size: 132%; }
 +
h3 .editsection { font-size: 76%; font-weight: normal; }
 +
h4 { font-size: 116%; }
 +
h4 .editsection { font-size: 86%; font-weight: normal; }
 +
h5 { font-size: 100%; }
 +
h5 .editsection { font-weight: normal; }
 +
h6 { font-size: 80%;  }
 +
h6 .editsection { font-size: 125%; font-weight: normal; }

Revision as of 11:25, 3 February 2014

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

#column-content {
        width: 100%;
        float: right;
        margin: 0 0 .6em -12.2em;
        padding: 0;
}
#content {
        margin: 2.8em 0 0 12.2em;
        padding: 0 1em 1em 1em;
        position: relative;
        z-index: 2;
}
#column-one {
        padding-top: 160px;
}
#content {
        background: white;
        color: black;
        border: 1px solid #aaa;
        border-right: none;
        line-height: 1.5em;
}

body {
        font: x-small sans-serif;
        background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
        color: black;
        margin: 0;
        padding: 0;
}

/* scale back up to a sane default */
#globalWrapper {
        font-size: 127%;
        width: 100%;
        margin: 0;
        padding: 0;
}

/* general styles */

table {
        font-size: 100%;
        color: black;
        /* we don't want the bottom borders of <h2>s to be visible through
           floated tables */
        background-color: white;
}
fieldset table {
        /* but keep table layouts in forms clean... */
        background: none;
}
a {
        text-decoration: none;
        color: #002bb8;
        background: none;
}
a:visited {
        color: #5a3696;
}
a:active {
        color: #faa700;
}
a:hover {
        text-decoration: underline;
}
a.stub {
        color: #772233;
}
a.new, #p-personal a.new {
        color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
        color: #a55858;
}

img {
        border: none;
        vertical-align: middle;
}
p {
        margin: .4em 0 .5em 0;
        line-height: 1.5em;
}
p img {
        margin: 0;
}

hr {
        height: 1px;
        color: #aaa;
        background-color: #aaa;
        border: 0;
        margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
        color: black;
        background: none;
        font-weight: normal;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
        border-bottom: none;
        font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }