Jump to content

MediaWiki:Vector.css: Difference between revisions

From VeraciaWiki
Created page with "โ†’**** ๐Ÿ”ฅ Base page styling ****: body { background-color: #2d241f !important; color: #e0d8c3; background-image: none; } โ†’**** ๐Ÿ“„ Main article content ****: .vector-body, .vector-body .mw-body, .vector-body .mw-body-content, .vector-content, .vector-main, #mw-content-text, #content, .mw-parser-output { background-color: #3e322a !important; color: #e0d8c3; border: none; } โ†’**** ๐Ÿ“Œ Sticky header and titlebar ****: .vector-sticky-header, .vector-pag..."
ย 
Blanked the page
Tag: Blanking
ย 
Line 1: Line 1:
/***** ๐Ÿ”ฅ Base page styling *****/
body {
ย  background-color: #2d241f !important;
ย  color: #e0d8c3;
ย  background-image: none;
}


/***** ๐Ÿ“„ Main article content *****/
.vector-body,
.vector-body .mw-body,
.vector-body .mw-body-content,
.vector-content,
.vector-main,
#mw-content-text,
#content,
.mw-parser-output {
ย  background-color: #3e322a !important;
ย  color: #e0d8c3;
ย  border: none;
}
/***** ๐Ÿ“Œ Sticky header and titlebar *****/
.vector-sticky-header,
.vector-page-titlebar {
ย  background-color: #3a2f26 !important;
ย  color: #e0d8c3 !important;
ย  border-bottom: 1px solid #5a4c3d;
}
.vector-page-titlebar .firstHeading {
ย  color: #f4eacc !important;
}
/***** ๐Ÿ“š Sidebar (menus & personal tools) *****/
.vector-sidebar-container,
.vector-toc,
#mw-panel,
.mw-sidebar {
ย  background-color: #4c3f33 !important;
ย  color: #e0d8c3;
ย  border-right: 1px solid #5a4c3d;
}
/***** ๐Ÿงพ Tables & boxes *****/
.wikitable,
table {
ย  background-color: #40352d;
ย  color: #e0d8c3;
ย  border-color: #5a4c3d;
}
pre, code {
ย  background-color: #2b221c;
ย  color: #f0e8d0;
ย  border: 1px solid #5a4c3d;
ย  padding: 0.2em 0.4em;
ย  border-radius: 4px;
}
/***** ๐Ÿงญ TOC & Navigation *****/
.vector-toc {
ย  background-color: #3e322a !important;
ย  border: 1px solid #5a4c3d;
}
.vector-toc h2 {
ย  color: #f1e9ce;
}
/***** ๐Ÿ”— Links *****/
a {
ย  color: #d8b365;
}
a:visited {
ย  color: #c4a25f;
}
a:hover, a:focus {
ย  color: #f4ca86;
}
/***** ๐Ÿงช Forms & inputs *****/
input, textarea, select {
ย  background-color: #2b221c;
ย  color: #f5f0e1;
ย  border: 1px solid #5a4c3d;
}
/***** ๐Ÿฆถ Footer *****/
#footer, .mw-footer, .mw-footer-container {
ย  background-color: #2d241f !important;
ย  color: #aaa07a;
}

Latest revision as of 18:50, 29 March 2025