MediaWiki:Vector.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 117: Line 117:
}
}
footer#footer {
footer#footer {
background-color: #2a2a2a;
border: 1px solid #666;
border: 1px solid #666;
background: linear-gradient(rgba(34,34,34,.2), #262626);
background: linear-gradient(rgba(34,34,34,.2), #262626);
}
#footer::after {
content: '';
display: block;
clear: both;
}
}
.mw-footer li {
.mw-footer li {
Line 136: Line 140:
}
}
nav.vector-menu-tabs ul > li {
nav.vector-menu-tabs ul > li {
background: #2a2a2a; /* For browsers that do not support gradients */
background: linear-gradient(rgba(34,34,34,.2), #262626);
background: linear-gradient(rgba(34,34,34,.2), #262626);
}
}
nav.vector-menu-tabs li.selected {
nav.vector-menu-tabs li.selected {
background: #444; /* For browsers that do not support gradients */
background: linear-gradient(rgba(34,34,34,.2), #2a2a2a);
background: linear-gradient(rgba(34,34,34,.2), #2a2a2a);
}
}