MediaWiki:Timeless.css
From Wayfarer Guild Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
:root {
--main-waffle: #1e1e1e;
--waffle-accent: #c5a059;
}
.sidebar-chunk {
background: var(--main-waffle) !important;
border-radius: 12px;
border: 2px solid var(--waffle-accent) !important;
}
.sidebar-chunk h3 {
color: white;
font-weight: 800 !important;
border-bottom: 3px solid var(--waffle-accent) !important;
}
.mw-portlet a span {
color: white !important;
}
#mw-content-container {
background: url(https://wayfarerguild.com/images/header.png) center gray !important;
background-size: cover !important;
background-position: center;
}
#mw-content {
background: var(--main-waffle) !important;
color: white;
border: solid var(--waffle-accent);
}
#mw-header-container {
background: var(--main-waffle);
border-bottom: 5px solid var(--waffle-accent);
}
.color-bar {
display: none;
}
.mw-footer-container {
background: var(--main-waffle);
border-top: 5px solid var(--waffle-accent);
}
#mw-content-container {
border: none;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px var(--waffle-accent);
}
#personal .dropdown {
background: #222!important;
border: solid #000;
color:white;
}
#personal {
color: white;
}
.oo-ui-icon-bell, .mw-ui-icon-bell:before {
background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20fill='white'%20width=%2220%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%3E%3Ctitle%3E%20bell%20%3C/title%3E%3Cpath%20d=%22M16%207a5.38%205.38%200%200%200-4.46-4.85C11.6%201.46%2011.53%200%2010%200S8.4%201.46%208.46%202.15A5.38%205.38%200%200%200%204%207v6l-2%202v1h16v-1l-2-2zm-6%2013a3%203%200%200%200%203-3H7a3%203%200%200%200%203%203%22/%3E%3C/svg%3E");
}
.oo-ui-icon-tray, .mw-ui-icon-tray:before {
background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2220%22%20fill=%22white%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%3E%3Ctitle%3E%20tray%20%3C/title%3E%3Cpath%20d=%22M3%201a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V3a2%202%200%200%200-2-2zm14%2012h-4l-1%202H8l-1-2H3V3h14z%22/%3E%3C/svg%3E");
}
/* Side infobox content */
.portable-infobox {
background-color: #1e1e1e; /* Dark background */
border: 2px solid #c5a059; /* Gold border */
border-radius: 8px;
padding: 12px;
max-width: 300px; /* Adjust as needed */
font-family: 'Segoe UI', Tahoma, sans-serif;
color: #ffffff; /* Default text color */
}
.portable-infobox .pi-title {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 8px;
color: #c5a059; /* Gold title */
border-bottom: 1px solid #c5a059;
padding-bottom: 4px;
}
.portable-infobox .pi-group {
margin-top: 12px;
padding: 6px 0;
border-top: 1px solid #c5a059;
}
.portable-infobox .pi-header {
font-size: 1.1em;
font-weight: bold;
background-color: #2a2a2a; /* Slightly lighter dark for header */
padding: 4px 6px;
border-radius: 4px;
color: #c5a059;
}
.portable-infobox .pi-item.pi-data {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin: 4px 0;
padding: 2px 6px;
border-left: 3px solid #c5a059; /* Gold accent line */
}
.portable-infobox .pi-data-label {
font-weight: bold;
color: #ffffff;
}
.portable-infobox .pi-data-value {
text-align: right;
color: #ffffff;
max-width: 60%;
word-wrap: break-word;
}
.portable-infobox img {
max-width: 100%;
border-radius: 4px;
margin-bottom: 6px;
border: 1px solid #c5a059;
}
@media (max-width: 450px) {
.mw-wiki-title {
display: none !important;
}
}
