Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
(Release - PRE)
(Release update)
Line 13: Line 13:
         font-family: monospace, "Courier New";
         font-family: monospace, "Courier New";
}
}
/* Increase space before section headings  */
h1, h2 {
        padding-top: 1.2em;
}
h3, h4, h5, h6 {
        padding-top: .8em;
}
/* Improve contrast between h4 and h3  */
h4 {
      font-size: 110%;                /* 116% in skin */
      font-style: italic;
}
/* Increase space around paragraphs */
p {
        margin: .6em 0 .7em 0;
}
   
   
/* Move SideBar up (reduce size that would be taken by logo) */
/* Move SideBar up (reduce size that would be taken by logo) */
Line 45: Line 69:
/* Change links font colour */
/* Change links font colour */
a {
a {
    color: #36601D;
}
a:visited {
     color: #274515;
     color: #274515;
}
}
a:visited {
 
     color: #313C1A;
div#content a.external {
        color: #36601D;
}
div#content a.external:visited {
        color: #274515;
}
 
p.a {
     color: #274515;
    white-space: nowrap;
    border-bottom: solid;
    border-color: #DDEDDD;
    border-width: 1px;
}
p.a:visited {
    color: #274515;
    white-space: nowrap;
    border-bottom: solid;
    border-color: #FAFFFA;
    border-width: 1px;
}
}
div#mw-panel div.portal div.body ul li a:visited {
div#mw-panel div.portal div.body ul li a:visited {