MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Replaced content with "→<pre>: :root { --body-main: #e2dbc8; --body-light: #d8ccb4; --body-mid: #d0bd97; --body-dark: #b8a282; --body-border: #94866d; --body-background-color: #c0a886; --button-background: #605443; --button-color: #fff; --button-border: #3c352a; --button-dark: #18140c; --button-light: #3a301d; --sidebar: #cfc08d; --background-text-color: #444; --background-link-color: #52351e; --search-box: #efeee6; --link..." Tag: Replaced |
No edit summary |
||
| Line 1: | Line 1: | ||
:root { | :root { | ||
--wiki-bg: #f8f4e3; | |||
--wiki-surface: #ece6d3; | |||
--wiki-border: #c8b89a; | |||
--wiki-accent: #8b6914; | |||
--wiki-text: #2c2416; | |||
--wiki-link: #4a3b8c; | |||
} | } | ||
Revision as of 12:32, 15 June 2026
:root {
--wiki-bg: #f8f4e3;
--wiki-surface: #ece6d3;
--wiki-border: #c8b89a;
--wiki-accent: #8b6914;
--wiki-text: #2c2416;
--wiki-link: #4a3b8c;
}
body {
background-color: var(--wiki-bg);
color: var(--wiki-text);
}
/* Navigation sidebar */
#mw-panel {
background: var(--wiki-surface);
border-right: 1px solid var(--wiki-border);
}
/* Content area */
#content {
background: var(--wiki-bg);
border: 1px solid var(--wiki-border);
}
#mw-head-base,
.mw-header {
background-image: url('https://pbs.twimg.com/profile_banners/2049672463005474816/1778779323');
background-size: cover;
background-position: top center;
height: 80px;
}
#p-logo a {
display: block !important;
width: 120px !important; /* Change this value to resize the width */
height: 120px !important; /* Change this value to resize the height */
background-size: contain !important; /* Forces the image to scale perfectly without cutting off */
background-position: center !important;
background-repeat: no-repeat !important;
margin: 0 auto !important; /* Centers the logo image inside the 160px column box */
}