Actions

MediaWiki

Common.css

From Mahara Wiki

Revision as of 14:37, 1 July 2019 by Catadmin (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

//@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css'); 
mw.loader.load('//kit.fontawesome.com/f57e66b885.js'); 

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:visited {
    color: #566d31;
}
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;
}
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;
}

.fa {
color: #2e391c;
}

.btn {
border-color: grey;
}