Vector.css: Difference between revisions
From Mahara Wiki
(Created page with "→CSS placed here will affect users of the Vector skin: 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...") |
No edit summary |
||
Line 15: | Line 15: | ||
} | } | ||
a, | a, | ||
li a, | li a, | ||
.mw-body a.text, | .mw-body a.text, | ||
.mw-body a.external, | .mw-body a.external, | ||
div.vectorMenu li a, | div.vectorMenu li a, | ||
div.vectorTabs li a, | |||
div.vectorMenu li a:visited, | div.vectorMenu li a:visited, | ||
div.vectorTabs li a:visited, | div.vectorTabs li a:visited, | ||
div#mw-panel div.portal div.body ul li a, | |||
div.vectorTabs li.new a, | div.vectorTabs li.new a, | ||
div.vectorTabs li.new a:visited, | div.vectorTabs li.new a:visited, | ||
#p-personal li a:visited { | |||
color: #566d31; | |||
} | |||
a:visited, | |||
li a:visited, | |||
.mw-body a.text:visited, | |||
.mw-body a.external:visited, | |||
div#mw-panel div.portal div.body ul li a:visited { | |||
color: #ba9c53; | |||
} | |||
a.new, | a.new, | ||
a.new:visited, | a.new:visited, | ||
a.new:visited, | |||
#p-personal a.new:visited { | |||
color: #ba2025; | |||
color: # | |||
} | } | ||
div#mw-panel div.portal div.body ul li { | div#mw-panel div.portal div.body ul li { |
Revision as of 13:53, 23 February 2017
/* CSS placed here will affect users of the Vector skin */
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,
li a,
.mw-body a.text,
.mw-body a.external,
div.vectorMenu li a,
div.vectorTabs li a,
div.vectorMenu li a:visited,
div.vectorTabs li a:visited,
div#mw-panel div.portal div.body ul li a,
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited,
#p-personal li a:visited {
color: #566d31;
}
a:visited,
li a:visited,
.mw-body a.text:visited,
.mw-body a.external:visited,
div#mw-panel div.portal div.body ul li a:visited {
color: #ba9c53;
}
a.new,
a.new:visited,
a.new:visited,
#p-personal a.new:visited {
color: #ba2025;
}
div#mw-panel div.portal div.body ul li {
font-size: 0.8em;
}
body,
#mw-page-base {
background: #fff;
}
ul {
list-style-image: none;
}
.mw-search-result-data {
color: #636363;
font-size: 90%;
}
.mw-body {
border-color: #919191;
border-top: 0;
margin-top: 12px;
padding-top: 0;
}
div.vectorMenu {
background: #fff;
}
div.vectorTabs {
background-image: none;
border-left: 0;
}
div.vectorTabs ul {
background-image: none;
}
div.vectorTabs ul li {
background-image: none;
background-color: transparent;
background: #fff;
}
div.vectorTabs span,
div#mw-head div.vectorMenu h3 {
background-image: none;
border-right: 0;
}
div.vectorTabs li.selected span {
border-bottom: 2px solid #566d31;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background-color: #566d31;
border-color: #566d31;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
background-color: #2e391c;
border-color: #2e391c;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
background-color: #2e391c;
border-color: #2e391c;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus,
.oo-ui-textInputWidget.oo-ui-widget-enabled input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus {
border-color: #2e391c;
box-shadow: inset 0 0 0 1px #566d31,inset 0 0 0 2px #fff;
}