MediaWiki:Vector.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
/* parent styles: https://wiki.anl.gov/wiki_cnm/skins/vector/main.css */
/* http://www.w3.org/TR/CSS2/media.html */
@media screen {
/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_remove_the_article.2Fedit_etc_tabs.3F */
/*
li#ca-edit,
li#pt-preferences,
li#pt-logout,
*/
li#ca-nstab-main,
li#ca-talk,
li#ca-viewsource,
li#ca-nstab-special,
li#ca-history,
li#ca-delete,
li#ca-move,
li#ca-protect,
li#ca-watch,
li#ca-unwatch,
li#pt-userpage,
li#pt-login,
li#pt-mytalk,
li#pt-watchlist,
li#pt-mycontris,
#p-navigation h5,
#p-authoring h5,
#p-search h5,
#p-tb h5,
#searchGoButton {
display:none;
}
/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F */
body.page-Main_Page h1.firstHeading { display:none; }
h1 { line-height: 120%; font-size: 188%; }
h2 { line-height: 180%; margin-top: 2ex; }
h3 { line-height: 200%; margin-top: 1ex; }
h4 { line-height: 200%; margin-top: 1ex; }
#footer,
#catlinks,
div#userloginForm form,
div#userloginForm table,
div#userlogin form#userlogin2,
div#userlogin form#userlogin2 table,
#p-navigation .pBody,
#p-authoring .pBody,
#p-search .pBody,
#p-tb .pBody {
background: none;
border: none;
}
/* spacing at https://wiki.anl.gov/cnm/Special:UserLogin */
#userloginprompt {
padding: 4ex;
}
input[type="submit"]#wpLoginattempt {
margin-top: 5ex;
}
/* syntaxhighlight extension - http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Method_1.2C_CSS_file */
div.mw-geshi {
margin-top: 1em;
margin-bottom: 1em;
background-color: #f9f9f9;
}
/* better set off the category links box (identified by inspecting HTML output) */
/* https://wiki.anl.gov/wiki_cnm/skins/monobook/main.css?207 */
#catlinks {
/* Can do quite well without the extra visual interruption:
border-top: 1px solid #aaa;
*/
margin-top: 8ex;
}
/* http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_footer.3F */
#footer {
margin: 0 0 1em 0;
padding: 0;
clear: none;
/* column-width:25em; -moz-column-width:25em; -webkit-column-width:25em; column-gap:1em; -moz-column-gap:1em; -webkit-column-gap:1em; */
}
/* img#footer { display: none; } */
li#footer-poweredbyico { display: none; }
}