User:Dante the Ghost/vector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/**********************/
/* CSS placed here will affect users of the Vector skin */
/* Not So Dark Vector */
 
/**********************/
#p-logo a, #p-logo a:hover {
height: 175px;
}
 
#title-linktabs {
top: -30px;
}
 
.rc-floatlinks {
font-size: 85%;
line-height: 21px;
}
 
body.page-Main_Page #footer-info-lastmod {
display: none;
}
 
tt, code, pre {
font-family: monospace, sans-serif;
}
 
/* Who's Online spacing */
#WhosOnlineDiv {
margin-bottom: -8px;
}


/* Main background */
/* Main background */


body, div#mw-head {
body, div#mw-head {
     background-color: #222;
     background: #222 url(/images/f/f4/Ocean_of_storms_desktop.jpg) no-repeat fixed top;  
}
}


Line 18: Line 42:
         border: 2px solid #708090;
         border: 2px solid #708090;
         border-radius:1em;
         border-radius:1em;
}
/* Sidebar */
div#mw-panel div.portal {
    border-radius:0.5em;
    border: 1px solid #DCDCDC;
    background: #222;
}
}


Line 28: Line 60:
}
}


#bodyContent {
div#footer {
     background: none !important; /* Overrides and removes the ONI (with white background) */
     background-color: #333;
    border: 1px solid #666;
    background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
}
 
 
/* Edit page */
 
.wikiEditor-preview-contents {
    background-color: #333;
}
}


Line 36: Line 77:
}
}


/* Images */
ul#filetoc {
    text-align: center;
    border: 1px solid #666;
    background-color: #444;
}


/* History revision */
table.filehistory td {
    vertical-align: top;
    background-color: #333;
    color: #fff;
}
 
table.wikitable > * > tr > th {
    color: #fff;
    background-color: #555;
    text-align: center;
}
 
/* Preferences */
 
.client-js #preferences fieldset {
    color: #000;
}
 
 
/* Revisions*/


td.diff-deletedline .diffchange {
td.diff-deletedline .diffchange {
Line 47: Line 114:
}
}


.mw-notification {
    background-color: #333 !important;
}
.not-patrolled {
    background-color: #0064;
}


/* Tabs */
/* Tabs */
Line 86: Line 160:


a:visited {
a:visited {
     color: #0083D7 !important;
     color: #0083D7;
}
}


Line 98: Line 172:


.mw-warning {
.mw-warning {
     color: #000;
     color: #fff;
    background-color: #555;
}
}


Line 128: Line 203:


.mw-datatable tr:hover td, #pagehistory li.selected {
.mw-datatable tr:hover td, #pagehistory li.selected {
     background: #666;
     background: #0064;
}
}


Line 140: Line 215:


#contentSub, #contentSub2 {
#contentSub, #contentSub2 {
     color: #C0C0C0;
     color: #fff;
}
 
div#imageLicenseText {
    color: #000;
}
 
.oo-ui-dropdownWidget-handle {
    color: #000;
}
}


.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
    color: #000;
}


/* Social profile */
/* Social profile */
Line 149: Line 235:
     border-radius:1em;
     border-radius:1em;
     background:#666;
     background:#666;
    border: 2px solid #708090;
}
}


.profile-info-container b, .profile-info-container div {
.profile-info-container b, .profile-info-container div {
     color: #FFF;
     color: #FFF;
}
.profile-on {
    background-color: #2e2e2e;
}
.profile-tab-on {
    background-color: #2e2e2e;
    color: #ffffff !important;
    border: 1px solid #fff;
}
.profile-tab {
    border: 1px solid #fff;
    background-color: #2e2e2e;
}
.profile-tab-on a, .profile-tab a {
    color: #0645ad !important;
}
}


Line 167: Line 273:
}
}


div#imageLicenseText {
#rc-welcome {
     color: #000;
    background: #333 !important;
}
 
.top-fan-nav h1 {
    color: #fff;
}
 
/* Infobox and navbox color override */
 
.infobox {
    background-color: #555 !important;
    border:1px solid #fff !important;
}
 
.infoboxheading {
    background-color: #555 !important;
    color: #fff !important;
}
 
.infoboxsubheading {
    background-color: #555 !important;
    color: #fff !important;
}
 
.infoboxcell {
    background-color: #666 !important;
    color: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
 
.infoboxlabel {
    background-color: #666 !important;
    color: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
 
.navbox {
    background-color: #333 !important;
    border:1px solid #fff !important;
    color: #fff !important;
}
 
.navbox-group {
    background-color: #333 !important;
    color: #fff !important;
    border-right: 1px solid #333 !important;
}
 
.navbox-title {
    background-color: #333 !important;
    color: #fff !important;
}
 
.navbox-list {
    background-color: #555 !important;
    color: #fff !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;
}
}