MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/*Text*/ | /*Text*/ | ||
body, | body, h1, h2, h3, h4, h5, h6 { | ||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
color: #ffffff; | color: #ffffff; | ||
} | |||
h1, h2 { | |||
border-bottom:1px solid #ab0009; | |||
border-image:linear-gradient(to right, rgba(200, 204, 209, 0) 0, #ab0009 33%, #ab0009 66%, rgba(200, 204, 209, 0) 100%) | |||
} | |||
} | } | ||
a:link, .mw-parser-output a.extiw, .mw-parser-output a.external{ | a:link, .mw-parser-output a.extiw, .mw-parser-output a.external{ | ||
color: # | color: #cdcdc4; | ||
} | } | ||
a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | ||
color: # | color: #cdcdc4; | ||
} | } | ||
Revision as of 22:15, 11 May 2024
/*Text*/
body, h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
h1, h2 {
border-bottom:1px solid #ab0009;
border-image:linear-gradient(to right, rgba(200, 204, 209, 0) 0, #ab0009 33%, #ab0009 66%, rgba(200, 204, 209, 0) 100%)
}
}
a:link, .mw-parser-output a.extiw, .mw-parser-output a.external{
color: #cdcdc4;
}
a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #cdcdc4;
}
/*Backgrounds*/
body {
background-image: linear-gradient(to bottom, #313131, #2b2b2b, #262626, #202020, #1b1b1b);
background-attachment: fixed;
background-repeat: no-repeat;
}
.mw-body {
color: #ffffff
}
#mw-page-base {
background: #313131;
}
#content {
background: #1b1b1b;
border: 1px solid #434343;
color: #ffffff
}
.toc, .toccolours {
background-color: #313131;
border: 1px solid #434343;
}
/*Code Blocks*/
pre, code, .mw-code {
background: #313131;
color: #cdcdc4;
border: 1px solid #434343;
}
/*Page Tab Formatting*/
#ca-talk {
display:none!important;
}
#ca-nstab-mediawiki, #ca-nstab-main, #ca-nstab-user, #ca-view, #ca-edit, #ca-ve-edit, #ca-history, #ca-watch, #ca-unwatch, #ca-viewsource {
background-image: linear-gradient(to top, #1b1b1b, #202020, #262626, #2b2b2b, #313131);
}
vector-menu-content, .vector-menu-dropdown .vector-menu-content a, .vector-menu-content-list, .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading, .vector-menu-tabs-legacy li a, .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
background-image:none;
color: #cdcdc4;
}
/*Left Navigation*/
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #cdcdc4;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
color: #ffffff;
background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #ab0009 33%, #ab0009 66%, rgba(200, 204, 209, 0) 100%)
}
/*TOC*/
.toc a {
color: #cdcdc4
}
/*Search Box*/
.vector-search-box-input {
background-color: #434343;
color: #ffffff;
}
.vector-search-box-input:focus, .vector-search-box-inner:hover .vector-search-box-input:focus {
outline: 0;
border-color: #ab0009;
box-shadow: inset 0 0 0 1px #ab0009;
}
.suggestions-results, .suggestions-special, .suggestions-special .special-query, .suggestions-result {
background: #313131;
color: #cdcdc4;
}