MediaWiki

Difference between revisions of "Common.css"

From Boundary Devices Wiki

Tag: Replaced
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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;
 
}
 

Revision as of 21:45, 21 November 2020

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