MediaWiki:Timeless.css: Difference between revisions
From Solstice
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
.mw-body { | .mw-body { | ||
background-color: #85D5C4 !important; | background-color: #85D5C4 !important; | ||
box-shadow: 0 0 | box-shadow: 0 0 10px #85D5C4 !important;; | ||
border: | border: 25px solid #85D5C4 !important; | ||
} | } | ||
| Line 71: | Line 71: | ||
/* Infobox templates */ | /* Infobox templates */ | ||
. | /* All cells */ | ||
.wikitable td { | |||
background-color: #85D5C4 !important; | |||
border: 1px solid #1a5678 !important; | |||
} | |||
/* ALL header cells */ | |||
.wikitable th { | |||
border: 1px solid #1a5678 !important; | |||
} | |||
/* Main section header in tables */ | |||
.wikitable th[style*="text-align:center"], | |||
.wikitable th[colspan] { | |||
background-color: #1a5678 !important; | background-color: #1a5678 !important; | ||
color: white !important; | |||
} | } | ||
/* Secondary headers */ | |||
. | .wikitable th[style*="background:#ddd"], | ||
. | .wikitable th[style*="background: #ddd"] { | ||
background-color: | background-color: #159097 !important; | ||
color: white !important; | |||
} | } | ||
Revision as of 20:56, 25 May 2026
/* All CSS here will be loaded for users of the Timeless skin */
/* Site background image */
html,
body,
#mw-page-container {
background-image: url("https://solsticewiki.com/images/8/81/Wikibg1.png") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}
/* inner wrappers */
#mw-content-container,
#mw-content,
.mw-body-inner {
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
/* article content box */
.mw-body {
background-color: #85D5C4 !important;
box-shadow: 0 0 10px #85D5C4 !important;;
border: 25px solid #85D5C4 !important;
}
/* Header bar */
#mw-header-container {
background-color: #814180 !important;
}
/* header text becomes white */
#mw-header-container,
#mw-header-container a,
#mw-header-container a:visited,
#mw-header-container span,
#mw-header-container li {
color: white !important;
}
/* Sidebar panels */
#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
background-color: #FBE4C1 !important;
background-image: none !important;
box-shadow: 0 0 5px #FBE4C1 !important;
border: 8px solid #FBE4C1 !important;
}
#mw-site-navigation .sidebar-chunk > *,
#mw-related-navigation .sidebar-chunk > * {
background: transparent !important;
}
/* Table of contents on individual pages */
#toc,
.toc,
.toccolours {
background-color: #159097 !important;
border: 2px solid #159097 !important;
box-shadow: none !important;
}
#toc a,
.toc a {
color: white !important;
}
/* Infobox templates */
/* All cells */
.wikitable td {
background-color: #85D5C4 !important;
border: 1px solid #1a5678 !important;
}
/* ALL header cells */
.wikitable th {
border: 1px solid #1a5678 !important;
}
/* Main section header in tables */
.wikitable th[style*="text-align:center"],
.wikitable th[colspan] {
background-color: #1a5678 !important;
color: white !important;
}
/* Secondary headers */
.wikitable th[style*="background:#ddd"],
.wikitable th[style*="background: #ddd"] {
background-color: #159097 !important;
color: white !important;
}
