Vector.css: Difference between revisions
From Mahara Wiki
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
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 { | #p-personal li a:visited, | ||
.mw-body a.extiw, | |||
.mw-body a.extiw:active { | |||
color: #566d31; | color: #566d31; | ||
} | } |
Revision as of 08:29, 27 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,
.mw-body a.extiw,
.mw-body a.extiw:active {
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;
}