MediaWiki
Common.css: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
| Line 104: | Line 104: | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background: white; | background: white; | ||
} | |||
.vector-menu-tabs a { | |||
background: none; | |||
} | } | ||
Revision as of 22:26, 12 January 2024
/* Hiding content to discourage use */
li#ca-talk {
display: none;
}
nav#p-tb {
display: none;
}
/* Backgrounds */
div#mw-head {
background: url(https://cdn.discordapp.com/attachments/755155800212767092/811302118115377192/unknown.png) top left fixed;
}
body {
background: url(https://cdn.discordapp.com/attachments/755155800212767092/811302118115377192/unknown.png) top left fixed;
}
/* Text */
/* Sidebar */
.vector-menu-content {
background: #252525;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #5388a0;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
color: #5388a0;
}
.mw-portlet .vector-menu-heading {
background: none;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
color: white;
font-size: .9em;
font-weight: bold;
background-image: none;
margin-bottom: -15px;
}
nav#p-navigation {
margin-top: -2.4em;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
padding: 10px;
padding: 10px;
margin-right: 10px;
margin-left: 0px;
}
h3#p-Test_Pages-label {
padding: 10px;
margin-right: 10px;
margin-left: 0px;
}
.mw-body, #mw-data-after-content {
margin-left: 10em;
margin-right: 5em;
}
@media screen and (min-width: 982px)
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
margin-left: 10.47em; !important
margin-right: 5em;
}
div#mw-panel {
background: #252525;
height: 100vh;
position: fixed;
}
li#ca-nstab-mediawiki {
display: none;
}
li#ca-nstab-main {
display: none;
}
li#ca-nstab-main {
display: none;
}
div#left-navigation .vector-menu-tabs {
background: none;
}
/* Top Navigation */
.vector-menu-tabs-legacy li {
background: white;
}
.vector-menu-tabs a {
background: none;
}
