No edit summary |
mNo edit summary |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | |||
/* delete discuss icon at top of pages */ | |||
#poncho-talk-button { | |||
display: none; | |||
} | |||
/* | |||
# | |||
/* from kzoomakers */ | |||
#siteSub { | |||
display: none; | display: none; | ||
} | } | ||
/* table of contents top right hack */ | /* table of contents top right hack */ | ||
#toc { | #toc { | ||
border: | border:6px dashed black; | ||
background-color: # | background-color: #ffffe6; | ||
padding: 5px; | padding: 5px; | ||
margin: 0px 5px; | margin: 0px 5px; | ||
font-size: 95%; | font-size: 95%; | ||
float: right; | float: right; | ||
border-radius: 25px; | |||
} | } | ||
/* | /* | ||
.page-Main_Page.action-view #content { | .page-Main_Page.action-view #content { | ||
Line 31: | Line 38: | ||
.page-Main_Page #contentSub { display: none } | .page-Main_Page #contentSub { display: none } | ||
/* This is the [editor required] hack you see to encourage people to edit!! */ | |||
/* https://www.mediawiki.org/wiki/Snippets/Link%3F.css */ | /* https://www.mediawiki.org/wiki/Snippets/Link%3F.css */ | ||
a.new:after, #quickbar a.new:after { | a.new:after, #quickbar a.new:after { | ||
color: darkred; | color: darkred; |
Latest revision as of 04:52, 28 April 2023
/* CSS placed here will be applied to all skins */ /* delete discuss icon at top of pages */ #poncho-talk-button { display: none; } /* from kzoomakers */ #siteSub { display: none; } /* table of contents top right hack */ #toc { border:6px dashed black; background-color: #ffffe6; padding: 5px; margin: 0px 5px; font-size: 95%; float: right; border-radius: 25px; } /* .page-Main_Page.action-view #content { background-image: url('https://www.i3detroit.org/wi/images/c/c6/I3Detroit-1359-resize.jpeg'); background-attachment: fixed; background-size: cover; margin-left: 0; } */ // https://stackoverflow.com/questions/10942281/how-to-remove-text-redirected-from-main-page-in-mediawiki .page-Main_Page #contentSub { display: none } /* This is the [editor required] hack you see to encourage people to edit!! */ /* https://www.mediawiki.org/wiki/Snippets/Link%3F.css */ a.new:after, #quickbar a.new:after { color: darkred; content: " [EDITOR REQUIRED]"; } a.new, #quickbar a.new, a.stub, #quickbar a.stub { color: darkred; }