MediaWiki
Common.css: Difference between revisions
From Grouse House Wiki
(Created page with "li#ca-talk { display: none; } li#ca-edit { display: none; } nav#p-tb { display: none; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* Hiding content to discourage use */ | |||
li#ca-talk { | li#ca-talk { | ||
display: none; | 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 */ | |||
a { | |||
color: #5388a0; !important | |||
} | |||
a:visited { | |||
color: #356277 !important | |||
} | |||
/* Sidebar */ | |||
.vector-menu-content { | |||
background: white; | |||
} | |||
.mw-portlet .vector-menu-heading { | |||
background: white; | |||
} | } | ||
nav#p- | nav#p-navigation { | ||
margin-top: -2.4em; | |||
} | } |
Revision as of 00:03, 11 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 */ a { color: #5388a0; !important } a:visited { color: #356277 !important } /* Sidebar */ .vector-menu-content { background: white; } .mw-portlet .vector-menu-heading { background: white; } nav#p-navigation { margin-top: -2.4em; }