Template:Dark2/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* ersatz dark mode */
body, #mw-head {
    background-color: #111;
}
.mw-body {
    margin-top: 0px;
    border: 1px solid #333;
    background-color: #000;
}
#mw-panel {
    background-color: #111;
}
.vector-menu-tabs-legacy ul {
    margin-left: -1px;
}
.vector-menu-tabs, 
.vector-menu-tabs a, 
.vector-menu-tabs-legacy li,
.vector-menu-heading {
    background-image: none !important;
}
.vector-menu-tabs-legacy .selected {
    border: 1px solid #333;
    border-bottom: 0px;
    background-color: #000;
}
h1, h2, h3, h4, h5, h6, p {
    color: #fff !important;
}
a {
    color: #b3b3b3 !important;
}
h1 {
    border-bottom: 1px solid #333;
}
.catlinks {
    border: 1px solid #333;
    background-color: #111;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}
#toc.toc {
	background-color: #111 !important;
}

.mw-parser-output .documentation,
.mw-parser-output .documentation-metadata {
    background-color: #545454 !important;
    color:inherit;
}

/* stupid styling */
#dop-text {
    margin: 0 auto; 
    padding:0rem 0.4rem 0rem 0.4rem; 
    font-size: 4rem; 
    font-family: Georgia, serif; 
    text-align: center; 
    line-height:15rem; 
    color: #f9f9f9; 
    text-shadow:0.5rem 0.5rem 1rem #2a4b8d; 
    user-select: none; 
    overflow: hidden;
}
#dop img {
    width: 100%;
    height: auto;
}

/* [[Category:UnProjects stylesheets]] */