MediaWiki:Common.css: Difference between revisions
From Ascension Sojourns
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
Line 41: | Line 41: | ||
body.skin-timeless .sidebar-inner |
body.skin-timeless .sidebar-inner |
||
{ |
{ |
||
− | background-color: # |
+ | background-color: #62879e; |
− | color: # |
+ | color: #dddddd; |
border-color: #000000; |
border-color: #000000; |
||
} |
} |
||
Line 55: | Line 55: | ||
body.skin-timeless { |
body.skin-timeless { |
||
font-family: 'Garamond', 'Times New Roman', Serif; |
font-family: 'Garamond', 'Times New Roman', Serif; |
||
− | background-color: # |
+ | background-color: #62879e; |
} |
} |
||
Line 82: | Line 82: | ||
.skin-timeless a.external:hover, |
.skin-timeless a.external:hover, |
||
.skin-timeless a.external:visited { |
.skin-timeless a.external:visited { |
||
− | color: # |
+ | color: #000066; |
} |
} |
||
Line 103: | Line 103: | ||
.skin-timeless #mw-content-container { |
.skin-timeless #mw-content-container { |
||
background-image: none; |
background-image: none; |
||
− | background-color: # |
+ | background-color: #62879e; |
} |
} |
||
Line 124: | Line 124: | ||
.skin-timeless .color-left { |
.skin-timeless .color-left { |
||
− | background: # |
+ | background: #b6bde1; |
} |
} |
||
.skin-timeless .color-middle { |
.skin-timeless .color-middle { |
||
− | background: # |
+ | background: #b6bde1; |
} |
} |
||
.skin-timeless .color-right { |
.skin-timeless .color-right { |
||
− | background: # |
+ | background: #b6bde1; |
} |
} |
||
Line 138: | Line 138: | ||
.skin-timeless .tools-inline li.selected { |
.skin-timeless .tools-inline li.selected { |
||
− | border-bottom-color: # |
+ | border-bottom-color: #b6bde1; |
} |
} |
||
.skin-timeless .mw-body h1.firstHeading { |
.skin-timeless .mw-body h1.firstHeading { |
||
− | border-bottom-color: # |
+ | border-bottom-color: #62879e; |
} |
} |
||
Line 148: | Line 148: | ||
.skin-timeless #mw-content-container { |
.skin-timeless #mw-content-container { |
||
− | border-bottom-color: # |
+ | border-bottom-color: #5f3583; |
} |
} |
||
.skin-timeless #mw-footer { |
.skin-timeless #mw-footer { |
||
− | background-color: # |
+ | background-color: #62879e; |
color: #000000; |
color: #000000; |
||
} |
} |
Revision as of 20:50, 19 September 2023
* CSS placed here will be applied to all skins */
/* Timeless */
/* Global */
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Sorts+Mill+Goudy&display=swap');
img {
max-width: 100%;
width: auto;
height: auto;
}
.mw-wiki-logo.fallback {
background-size: contain;
}
@media screen and (min-width: 851px) {
body.skin-timeless #p-logo-text {
display: none;
}
body.skin-timeless #mw-header-nav-hack {
border-top: none;
}
}
@media screen and (max-width: 850px) {
body.skin-timeless #p-logo-text {
max-width: none;
}
}
@media screen {
body.skin-timeless #mw-header-container,
body.skin-timeless #mw-header-nav-hack,
body.skin-timeless #mw-header-container #p-logo-text a,
body.skin-timeless #personal-inner,
body.skin-timeless .sidebar-inner
{
background-color: #62879e;
color: #dddddd;
border-color: #000000;
}
body.skin-timeless #site-navigation h2,
body.skin-timeless #site-tools h2,
body.skin-timeless #user-tools h2 {
color: #000000;
filter: invert(0%);
}
}
body.skin-timeless {
font-family: 'Garamond', 'Times New Roman', Serif;
background-color: #62879e;
}
body.skin-timeless #mw-header #p-banner {
font-family: 'Cascadia Code', 'Segoe UI', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Times New Roman', Serif;
}
.skin-timeless .mw-body {
line-height: 1.4;
}
.skin-timeless .mw-body h1,
.skin-timeless .mw-body h2,
.skin-timeless .mw-body h3,
.skin-timeless .mw-body h4,
.skin-timeless .mw-body h5,
.skin-timeless .mw-body h6,
.skin-timeless .mw-body dt {
font-family: 'Garamond', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Times New Roman', Serif;
}
.skin-timeless a,
.skin-timeless a:hover,
.skin-timeless a:visited,
.skin-timeless a.external,
.skin-timeless a.external:hover,
.skin-timeless a.external:visited {
color: #000066;
}
.skin-timeless a.new,
.skin-timeless a.new:hover,
.skin-timeless a.new:visited {
color: #000066;
}
.gamepage {
border: 10px solid #eaecf0;
background-color: #eaecf0;
font-family: monospace;
color: #000000;
font-size: 12pt;
margin-left: 0em;
}
/* Site background */
.skin-timeless #mw-content-container {
background-image: none;
background-color: #62879e;
}
/* sidebar */
.skin-timeless #mw-content-block .sidebar-chunk {
background-color: transparent;
border: none;
font-size: 1.1em;
color: #000000;
}
.skin-timeless #mw-content-container .sidebar-chunk a,
.skin-timeless #mw-content-container .sidebar-chunk a:visited,
.skin-timeless #mw-content-container .sidebar-chunk a:hover {
color: #e8dfd7;
}
/* Page Header */
.skin-timeless .color-left {
background: #b6bde1;
}
.skin-timeless .color-middle {
background: #b6bde1;
}
.skin-timeless .color-right {
background: #b6bde1;
}
/* Article headings */
.skin-timeless .tools-inline li.selected {
border-bottom-color: #b6bde1;
}
.skin-timeless .mw-body h1.firstHeading {
border-bottom-color: #62879e;
}
/* footer */
.skin-timeless #mw-content-container {
border-bottom-color: #5f3583;
}
.skin-timeless #mw-footer {
background-color: #62879e;
color: #000000;
}
/* Tables */
@media (max-width: 990px) {
table[width="100%"] td {
display: block;
width: auto;
}
}