Difference between revisions of "MediaWiki:Common.css"
From The Wind Waker Randomizer
(Added custom wiki CSS) |
(No difference)
|
Revision as of 19:28, 28 August 2021
/* CSS placed here will be applied to all skins */
:root {
--off-white: #e5f0fa;
--dark-blue: #2B76D9;
--blue: #2B88D9;
--light-blue: #5ED7F2;
--red: #D9043D;
--dark-red: #BF2604;
--rounded: 0.25rem;
}
body {
background: var(--blue);
}
a {
color: var(--blue);
}
a:visited {
color: var(--dark-blue);
}
a.new, .new a {
color var(--red);
}
#mw-head-container {
background: var(--blue);
}
#personal {
color: var(--off-white);
}
#p-logo-text a {
color: var(--off-white);
}
#simpleSearch {
box-shadow: none;
border: none;
}
#simpleSearch {
background: var(--blue);
border: none;
box-shadow: none;
border-bottom: 2px solid var(--off-white);
}
#searchInput {
color: white;
box-shadow: none;
}
#mw-header-hack {
display: none;
}
#mw-content-container {
margin-top: 5rem;
border-bottom: none;
}
#mw-content {
background: var(--off-white);
border-radius: var(--rounded);
}
#site-navigation,
#site-tools,
#page-tools {
background: var(--off-white);
border-radius: var(--rounded);
}
#mw-footer-container {
box-shadow: none;
border-top: none;
}