Actions

MediaWiki

Difference between revisions of "Common.css"

From Mahara Wiki

(Created page with "→‎CSS placed here will be applied to all skins: html, body, .mw-body, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body a, .mw-body p {...")
 
Tag: Replaced
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
html,
 
body,
 
.mw-body,
 
.mw-body h1,
 
.mw-body h2,
 
.mw-body h3,
 
.mw-body h4,
 
.mw-body h5,
 
.mw-body h6,
 
.mw-body a,
 
.mw-body p {
 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 
}
 
 
a,
 
a:visited,
 
li a,
 
li a:visited,
 
.mw-body a.text,
 
.mw-body a.text:visited,
 
.mw-body a.external,
 
.mw-body a.external:visited,
 
div.vectorMenu li a,
 
div.vectorMenu li a:visited,
 
div.vectorTabs li a,
 
div.vectorTabs li a:visited,
 
div.vectorTabs li.new a,
 
div.vectorTabs li.new a:visited,
 
a.new,
 
a.new:visited,
 
#p-personal a.new:visited,
 
div#mw-panel div.portal div.body ul li a,
 
div#mw-panel div.portal div.body ul li a:visited {
 
    color: #566d31;
 
}
 

Latest revision as of 20:38, 27 August 2019

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