User:Spartacus/vector.css: Difference between revisions
From Destinypedia, the Destiny wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
div#footer #footer-info li { | div#footer #footer-info li { | ||
background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1)); | background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1)); | ||
} | } | ||
div#footer { | div#footer { | ||
background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1)); | background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1)); | ||
} | } |
Revision as of 13:19, October 7, 2017
body, div#mw-head {
background: #222 url(/images/f/f4/Ocean_of_storms_desktop.jpg) no-repeat fixed top;
}
div#mw-panel div.portal {
border-radius:0.5em;
border: 1px solid #DCDCDC;
background: #222;
}
div#footer #footer-info li {
background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
}
div#footer {
background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
}