User:Spartacus/vector.css: Difference between revisions
From Destinypedia, the Destiny wiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
div#mw-panel div.portal { | div#mw-panel div.portal { | ||
border-radius:0. | border-radius:0.5em; | ||
border: 1px solid #DCDCDC; | |||
background: #222; | |||
} | |||
div#footer #footer-info li { | |||
line-height: 1.4em; | |||
background-color: #333; | |||
} | |||
div#footer { | |||
background-color: #333; | |||
border: 1px solid #666; | border: 1px solid #666; | ||
} | } |
Revision as of 13:01, October 7, 2017
body, div#mw-head {
background: #222 url(/images/a/a9/The_reef_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 {
line-height: 1.4em;
background-color: #333;
}
div#footer {
background-color: #333;
border: 1px solid #666;
}