User:Spartacus/monobook.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 2: Line 2:


body {
body {
background: #4F7065 url(/images/e/eb/Halo-5-guardians-concept-art.jpg) fixed no-repeat 0 0;
background: #4F7065 url(/images/f/ff/Halo_Infinite_-_Announcement_trailer_concept_pieces_-_00001.jpg) fixed no-repeat 0 0;
}
 
#bodyContent {
    background: none !important;
}
 
#footer {
    background-color: #333;
    border-top: 1px solid #1aaae7;
    border-bottom: 1px solid #1aaae7;
}
 
.portlet h3 {
    background: transparent;
    display: inline;
    height: 1em;
    text-transform: lowercase;
    font-size: 91%;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
}
 
div#column-content {
    background: #transparent;
    border: 1px solid #1aaae7;
}
 
.mw-body {
    color: #fff;
    line-height: 1.5em;
    background: #333;
}
 
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
 
li.gallerybox div.thumb {
    border: 1px solid #dcdcdc;
    background-color: #444;
}
 
#catlinks {
    text-align: left;
    background: #333;
}
 
#siteNotice {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #333;
}
 
#p-personal ul {
    background: #333;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
 
form {
    background: #333;
}
 
#p-search .pBody {
    background: #333;
}
 
#p-Navigation > div > ul > li > a {
    color: #fff;
    background: #444;
}
 
#p-Navigation li > a {
    background: #333;
}
 
/* Links */
 
a {
    color: #1AAAE7;
}
 
a:visited {
    color: #0083D7;
}
 
/* Tabs */
 
#p-cactions li a {
    color: #1AAAE7;
    background-color: #333;
    color: #002bb8;
}
 
#p-cactions li.selected a {
    background-color: #333;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 2px;
}
 
/* Editing */
 
.editOptions {
    color: #fff;
    background: #444;
}
 
/* Infobox and navbox color override */
 
.infobox {
    color: #fff !important;
    border: 1px solid #fff !important;
}
 
.infoboxheading {
    color: #fff !important;
    background-color: #555 !important;
}
 
.infoboxsubheading {
    color: #fff !important;
    background-color: #555 !important;
}
 
.infoboxcell {
    color: #fff !important;
    background-color: #666 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
 
.infoboxlabel {
    color: #fff !important;
    background-color: #666 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
 
.navbox {
    color: #fff !important;
    background-color: #333 !important;
    border:1px solid #fff !important;
}
 
.navbox-group {
    color: #fff !important;
    background-color: #333 !important;
    border-right: 1px solid #333 !important;
}
 
.navbox-title {
    color: #fff !important;
    background-color: #333 !important;
}
 
.navbox-list {
    color: #fff !important;
    background-color: #555 !important;
    border-left: 2px solid #555 !important;
}
 
.plainlinksneverexpand, .plainlinksneverexpand span {
    background: #333 !important;
}
 
/* Forums */
 
.forum {
    background-color: #555 !important;
    border:1px solid #fff !important;
    color: #fff !important;
}
 
/* Image licenses */
 
.image {
    background-color: #555 !important;
    color: #fff !important;
}
 
div#imageLicenseText {
    background-color: #555 !important;
    color: #fff !important;
}
 
div#imageLicense.boilerplate {
    background-color: #555 !important;
}
}

Revision as of 00:24, February 4, 2019

/* CSS placed here will affect users of the Monobook skin */

body {
	background: #4F7065 url(/images/f/ff/Halo_Infinite_-_Announcement_trailer_concept_pieces_-_00001.jpg) fixed no-repeat 0 0;
}

#bodyContent {
    background: none !important;
}

#footer {
    background-color: #333;
    border-top: 1px solid #1aaae7;
    border-bottom: 1px solid #1aaae7;
}

.portlet h3 {
    background: transparent;
    display: inline;
    height: 1em;
    text-transform: lowercase;
    font-size: 91%;
    font-weight: normal;
    white-space: nowrap;
    color: #fff;
}

div#column-content {
    background: #transparent;
    border: 1px solid #1aaae7;
}

.mw-body {
    color: #fff;
    line-height: 1.5em;
    background: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

li.gallerybox div.thumb {
    border: 1px solid #dcdcdc;
    background-color: #444;
}

#catlinks {
    text-align: left;
    background: #333;
}

#siteNotice {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #333;
}

#p-personal ul {
    background: #333;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

form {
    background: #333;
}

#p-search .pBody {
    background: #333;
}

#p-Navigation > div > ul > li > a {
    color: #fff;
    background: #444;
}

#p-Navigation li > a {
    background: #333;
}

/* Links */

a {
    color: #1AAAE7;
}

a:visited {
    color: #0083D7;
}

/* Tabs */

#p-cactions li a {
    color: #1AAAE7;
    background-color: #333;
    color: #002bb8;
}

#p-cactions li.selected a {
    background-color: #333;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 2px;
}

/* Editing */

.editOptions {
    color: #fff;
    background: #444;
}

/* Infobox and navbox color override */

.infobox {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.infoboxheading {
    color: #fff !important;
    background-color: #555 !important;
}

.infoboxsubheading {
    color: #fff !important;
    background-color: #555 !important;
}

.infoboxcell {
    color: #fff !important;
    background-color: #666 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.infoboxlabel {
    color: #fff !important;
    background-color: #666 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.navbox {
    color: #fff !important;
    background-color: #333 !important;
    border:1px solid #fff !important;
}

.navbox-group {
    color: #fff !important;
    background-color: #333 !important;
    border-right: 1px solid #333 !important;
}

.navbox-title {
    color: #fff !important;
    background-color: #333 !important;
}

.navbox-list {
    color: #fff !important;
    background-color: #555 !important;
    border-left: 2px solid #555 !important;
}

.plainlinksneverexpand, .plainlinksneverexpand span {
    background: #333 !important;
}

/* Forums */

.forum {
    background-color: #555 !important;
    border:1px solid #fff !important;
    color: #fff !important;
}

/* Image licenses */

.image {
    background-color: #555 !important;
    color: #fff !important;
}

div#imageLicenseText {
    background-color: #555 !important;
    color: #fff !important;
}

div#imageLicense.boilerplate {
    background-color: #555 !important;
}