MediaWiki

Common.css

From Boundary Devices Wiki

Revision as of 19:47, 21 November 2020 by Chris@eyenamicdesigns.com (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: .title-name { background: #fff none repeat scroll 0 0; } .top-bar { height: 46px; } .top-bar .toggle-topbar.menu-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 */
.title-name  {
    background: #fff none repeat scroll 0 0;
}

.top-bar {
    height: 46px;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #1e73be;
}

.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: 0 10px 0 1px #1e73be, 0 16px 0 1px #1e73be, 0 22px 0 1px #1e73be;
}
 
.top-bar {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #1e73be;
}

.top-bar .name h1,
.top-bar .name h1 a {
    color: #1e73be !important;
}

.top-bar-section li a:not(.button) {
    background: #fff none repeat scroll 0 0;
    color: #1e73be;
}

.top-bar-section ul  {
    background: #ed1651 none repeat scroll 0 0;
}

.top-bar-section ul li.active > a,
.top-bar-section ul li ul.dropdown li > a {
    background: #fff none repeat scroll 0 0;
    color: #548dbf;
    border-bottom: 1px solid #1e73be;
}
 
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a{
    background: #548dbf;
    color: #fff;
    border-bottom: 1px solid #1e73be;
}
 
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-color: -moz-use-text-color #fff;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}
 
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-bottom: solid 1px #1e73be;
    border-top: solid 1px #1e73be;
}

.top-bar-section .has-form,
.top-bar-section li a:not(.button) {
    background: #fff none repeat scroll 0 0;
}
 
button,
.button,
.multipleTemplateAdder {
    background-color: #1e73be;
    border-color: #1e73be;
}
 
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #548dbf;
}

.toggle-topbar.menu-icon a {
    color: #1e73be;
}

input#wpPreview {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #fff;
}
 
input[type="submit"] {
    background-color: #1e73be;
    border-color: #1e73be;
}
 
.label {
    background-color: #1e73be;
}
 
a {
    color: #1e73be;
}
 
a:hover, a:focus {
    color: #548dbf;
}

a.new {
    color: #ba0000;
}