MediaWiki:Vector.css: Difference between revisions

1.2
No edit summary
(1.2)
Line 30: Line 30:


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 42: 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 52: 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 */
/* Edit page */
2,697

edits