MediaWiki:Timeless.css: Difference between revisions
From Craft-Wiki
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
{ | { | ||
background: #01B2D0; | background: #01B2D0; | ||
} | } | ||
| Line 22: | Line 18: | ||
background-image: none; | background-image: none; | ||
} | } | ||
#site-navigation, #site-tools, #page-tools { | #site-navigation, #site-tools, #page-tools { | ||
| Line 33: | Line 28: | ||
} | } | ||
.mw-footer-container, .mw-footer-container a, .mw-footer-container a:visited, .mw-footer-container a:hover, .mw-footer-container a:visited:hover { | #footer-info { | ||
font-size: 13px; | |||
} | |||
.mw-footer-container | |||
, .mw-footer-container a | |||
, .mw-footer-container a:visited | |||
, .mw-footer-container a:hover | |||
, .mw-footer-container a:visited:hover { | |||
color: #404040; | color: #404040; | ||
} | } | ||
a | |||
, a:visited | |||
, a:hover | |||
, a:visited:hover | |||
, .toctogglelabel { | |||
color: #018298; | |||
} | } | ||
Latest revision as of 17:39, 1 April 2026
/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container, .mw-body h1.firstHeading, .tools-inline li.selected
{
border-bottom-color: #01B2D0;
}
.color-left, .color-right, .color-middle
{
background: #01B2D0;
}
#bodyContent a {
text-decoration: underline;
}
#mw-content-container {
background-image: none;
}
#site-navigation, #site-tools, #page-tools {
background-color: #FFFFFF !important;
}
body {
font-size: 16px;
background: #d6d6d6;
}
#footer-info {
font-size: 13px;
}
.mw-footer-container
, .mw-footer-container a
, .mw-footer-container a:visited
, .mw-footer-container a:hover
, .mw-footer-container a:visited:hover {
color: #404040;
}
a
, a:visited
, a:hover
, a:visited:hover
, .toctogglelabel {
color: #018298;
}
