MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 23: | Line 23: | ||
/* Change the search box background and text color for better contrast */ | /* Change the search box background and text color for better contrast */ | ||
.vector-search-box-input { | .vector-search-box-input { | ||
color: # | color: #000102; /* White text */ | ||
background-color: #374f82; /* Dark gray background */ | background-color: #374f82; /* Dark gray background */ | ||
} | } |
Revision as of 00:40, 22 March 2024
body {
background-color: #080f22; /* Replace '#yourColorCode' with your chosen color */
border: none; /* Remove any border */
padding: 0 !important; /* Removes padding from all sides of the body */
}
/* Default link color within paragraphs */
p a {
color: #ffc93c; /* Blue */
}
/* Link hover color within paragraphs */
p a:hover {
color: #ffc93c; /* Tomato */
}
/* Visited link color within paragraphs */
p a:visited {
color: #ffc93c; /* SlateBlue */
}
/* Change the search box background and text color for better contrast */
.vector-search-box-input {
color: #000102; /* White text */
background-color: #374f82; /* Dark gray background */
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #ffd700; /* Gold color */
}
/* Change heading colors to white */
.mw-body h1, .mw-body-content h1,
.mw-body h2, .mw-body-content h2,
.mw-body h3, .mw-body-content h3,
.mw-body h4, .mw-body-content h4,
.mw-body h5, .mw-body-content h5,
.mw-body h6, .mw-body-content h6 {
color: #ffffff; /* Sets the text color to white */
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.17em;
overflow: hidden;
font-weight: normal; /* Keeps the font weight normal */
font-family: 'Linux Libertine', 'Georgia', 'Times', serif; /* Specifies the font family */
}
/* Example for the sidebar */
#mw-panel {
background-image: url('https://oldschool.runescape.wiki/images/Old_School_RuneScape_Wiki_background_darkmode.jpg');
background-size: cover;
background-repeat: no-repeat;
background-color: #080f22; /* This sets the background color of the entire sidebar */
border: none; /* Remove any border */
padding-right: 0; /* Removes right padding from the sidebar */
}
#mw-panel::after {
content: ''; /* Necessary for pseudo-elements */
display: block; /* Makes it a block element */
height: 50px; /* The height of the bottom bar you want to show */
background-color: #080f22; /* The color you want for the bottom of the sidebar */
border: none; /* Remove any border */
}
/* Example for the top bar */
#mw-head {
background-image: url('https://oldschool.runescape.wiki/images/Old_School_RuneScape_Wiki_background_darkmode.jpg');
background-size: cover;
background-repeat: no-repeat;
}
#content {
background-color: #172136; /* Light blue background */
border: none; /* Remove any border */
}
/* Change the color of the main page title (h1) */
#firstHeading {
color: #ffffff; /* Teal color for the main title */
}
/* Change the color of h2 headlines */
.mw-headline {
color: #ffffff; /* Indigo color for h2 headlines */
}
/* Optionally, if you want to specify by heading level within content */
#content h2 {
color: #ffffff; /* Indigo color specifically for h2 within content area */
}
/* Change the color of Vector menu heading labels to white */
.vector-menu-heading-label {
color: #ffffff; /* White */
}
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
color: #ffffff; /* Changes the color to white */
}
#content h3 {
color: #ffffff; /* Deep orange color for h3 */
}
#content h4 {
color: #ffffff; /* Pink color for h4 */
}
#content h5 {
color: #ffffff; /* Purple color for h5 */
}
#content h6 {
color: #ffffff; /* Cyan color for h6 */
}
/* Change the text color within the content area */
.mw-body-content {
color: #ffffff; /* This sets the text color; replace with your desired color code */
}
a.new:visited {
color: #fec83c; /* Changes the color to white */
}
/* Change the text color of paragraphs within the content area */
.mw-body-content p {
color: #ffffff; /* This sets the text color for paragraphs; replace with your desired color code */
}
/* Change the header text color */
#firstHeading {
color: #ffc93c; /* Replace '#yourColorCode' with the color you want for the header text */
}
/* Style for the tabs/buttons */
.vector-menu-tabs-legacy li a, .mw-ui-button {
background-color: #222e45; /* Dark blue background */
color: #ffffff; /* White text color for contrast */
box-sizing: border-box;
display: block;
float: left;
height: 3.07692308em;
position: relative;
padding-top: 1.25em;
padding-left: 8px;
padding-right: 8px;
font-size: 0.8125em;
cursor: pointer;
border: none; /* Remove borders if any */
text-decoration: none; /* Remove underline from links */
}
/* Hover state for tabs/buttons */
.vector-menu-tabs-legacy li a:hover, .mw-ui-button:hover {
background-color: #283551; /* Lighter blue on hover */
color: #ffffff;
}
/* Adjusting selected tab color and visited link colors */
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited, a:visited {
color: #ffffff; /* Keep text white for consistency */
}
/* Gradient backgrounds for vector menu tabs - if you want to keep them */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: none; /* Remove if you prefer solid colors */
background-color: #003366; /* Use the same dark blue for consistency */
}
/* Normal state of the dropdown */
.vector-menu-dropdown {
background-color: #003366; /* Dark blue background */
color: #ffffff; /* White text */
direction: ltr;
float: left;
cursor: pointer;
position: relative;
line-height: 1.125em;
}
/* Hover state of the dropdown */
.vector-menu-dropdown:hover {
background-color: #007bff; /* Light blue background for hover */
}
/* Text color for items within the dropdown, ensuring visibility */
.vector-menu-dropdown a {
color: #004c99; /* White text for links */
}
/* Hover state for items within the dropdown */
.vector-menu-dropdown a:hover {
color: #ffffff; /* Keeps text white on hover for better visibility */
background-color: #0056b3; /* Optionally, a different shade for hovered items */
}
#mw-panel a {
color: #fec83c; /* New link color */
}
/* Change link color on hover in the sidebar */
#mw-panel a:hover {
color: #ffe23c; /* Darker shade for hover state */
}
/* Change link color for visited links in the sidebar */
#mw-panel a:visited {
color: #cb9f2f; /* Different color for visited links */
}
/* Change the footer background color */
#footer {
}
/* Change the text color in the footer */
#footer a {
color: #ffffff; /* White text color */
}
/* Change the color of "Last modified" text in the footer */
#footer-info-lastmod {
color: #ffffff; /* Example color: orange. Replace this with your desired color code */
}
a {
color: #ffc93c; /* A light blue color for links */
}
a:visited {
color: #b28c2a; /* A more subdued color for visited links */
}