MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 965: Line 965:


/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c1c1c1
}
div.mw-number-text {
    color: #888 !important;
}
div.mw-number-text h3 {
    color: #c1c1c1 !important;
}
hr {
    color: #222;
}
pre,
.mw-code,
.wikiEditor-ui-toolbar {
    color: #ccc !important;
    background-color: #4C4C4C !important;
    border: none;
}
.doc {
    background: transparent;
}
.CategoryTreeToggle {
    color: #a62e10;
}


.editOptions {
.editOptions {
Line 1,193: Line 1,156:
.smw-ask-otheroptions tr {
.smw-ask-otheroptions tr {
     background: #505050 none repeat scroll 0% 0% !important;
     background: #505050 none repeat scroll 0% 0% !important;
}
a,
.mw-body a.external,
.mw-body a.extiw,
.uls-language-list a {
    color: #e87057 !important;
}
a:visited,
.mw-body a.external:visited,
.mw-body a.extiw:visited {
    color: #e87057;
}
a.new,
#p-personal a.new {
    color: #d44
}
}


Line 1,321: Line 1,266:


div#simpleSearch #searchButton {
div#simpleSearch #searchButton {
     background-color: rgba(210, 138, 13, 0.27)!important;
     background-color: rgba(0, 255, 0, 0.27)!important;
}
}


Line 1,467: Line 1,412:
#mw-navigation #mw-panel div.portal#p-navigation {
#mw-navigation #mw-panel div.portal#p-navigation {
     border-top: none
     border-top: none
}
html {
    font-size: 100%
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif
}
body {
    background-color: #2a2a2a
}
.mw-body {
    margin-left: 10em;
    padding: 1em;
    border: 1px solid #250b2d;
    border-right-width: 0;
    margin-top: -1px;
    background-color: #333;
    color: #c1c1c1;
    direction: ltr
}
.mw-body .mw-editsection,
.mw-body .mw-editsection-like {
    font-family: sans-serif
}
.mw-body p {
    line-height: inherit;
    margin: .5em 0
}
.mw-body h1,
.mw-body h2,
.mw-body #firstHeading {
    font-family: "Linux Libertine", Georgia, Times, serif;
    line-height: 1.3;
    margin-bottom: .25em;
    padding: 0
}
.mw-body h1,
.mw-body #firstHeading {
    font-size: 1.8em
}
.mw-body h2 {
    font-size: 1.5em;
    margin-top: 1em
}
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
    line-height: 1.6;
    margin-top: .3em;
    margin-bottom: 0;
    padding-bottom: 0
}
.mw-body h3 {
    font-size: 1.17em
}
.mw-body h3,
.mw-body h4 {
    font-weight: bold
}
.mw-body h4,
.mw-body h5,
.mw-body h6 {
    font-size: 100%
}
.mw-body #toc h2,
.mw-body .toc h2 {
    font-size: 100%;
    font-family: sans-serif
}
div.emptyPortlet {
    display: none
}
ul {
    list-style-type: disc;
    list-style-image: url('images/bullet-icon.svg')
}
pre,
.mw-code {
    line-height: 1.3em
}
#siteNotice {
    font-size: .8em
}
.redirectText {
    font-size: 140%
}
.redirectMsg img {
    vertical-align: text-bottom
}
.mw-body-content {
    position: relative;
    line-height: 1.6;
    font-size: .875em
}
}


Line 1,663: Line 1,489:
     background-position: left top;
     background-position: left top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-image: url('images/user-icon.png');
     background-image: url('images/user-icon.png'); /* REPLACE WITH SOMETHING MORE SCREAMER RELATED */
     background-image: -webkit-linear-gradient(transparent, transparent), url('images/user-icon.svg');
     background-image: -webkit-linear-gradient(transparent, transparent), url('images/user-icon.svg');
     background-image: linear-gradient(transparent, transparent), url('images/user-icon.svg');
     background-image: linear-gradient(transparent, transparent), url('images/user-icon.svg');
Line 1,754: Line 1,580:
     overflow: hidden;
     overflow: hidden;
     background-image: url('images/search-ltr.png');
     background-image: url('images/search-ltr.png');
     background-image: -webkit-linear-gradient(transparent, transparent), url('images/search.svg');
     background-image: -webkit-linear-gradient(transparent, transparent), url('images/search.svg'); /* CHANGE THIS TO GOOD ORIGINAL IMAGE THAT GIVES SCREAMER WIKI CHARACTER */
     background-image: linear-gradient(transparent, transparent), url('images/search.svg');
     background-image: linear-gradient(transparent, transparent), url('images/search.svg');
     background-position: center center;
     background-position: center center;
Line 1,966: Line 1,792:
     padding: .5em;
     padding: .5em;
     white-space: nowrap;
     white-space: nowrap;
     color: #e69710;
     color: #FF7A67;
     cursor: pointer;
     cursor: pointer;
     font-size: .8em
     font-size: .8em

Navigation menu