MediaWiki:Common.css

From My Care Budget
Revision as of 09:47, 8 December 2021 by Wikiadmin (talk | contribs)
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 be applied to all skins */


/*  https://www.hostknox.com/knowledgebase/699/How-to-remove-the-links-for-editing-page-sections-in-MediaWiki.html  */
.mw-editsection { display:none; }


/*  https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_the_Main_Page_title.3F */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* hide page title of all namespace 3502 which is download */
.ns-3502 h1 { display: none; }


/* underline all links in text */
/* https://mycarebudget.org/mediawiki/index.php?title=MediaWiki:Common.css&action=edit  */
.mw-body-content a { text-decoration: underline; }
.mw-body-content a:visited { text-decoration: underline; }
.mw-body-content a.external { text-decoration: underline; }
.mw-body-content a.external:visited { text-decoration: underline; }
.mw-body-content a.extiw { text-decoration: underline; }
.mw-body-content a.extiw:visited { text-decoration: underline; }


/* hide tabs on pages */
/*    https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_add/remove_tabs_throughout_my_wiki?  */
/* #ca-talk { display:none!important; } */
#ca-history { display:none!important; }
#ca-delete { display:none!important; } 
#ca-move { display:none!important; }
#ca-protect { display:none!important; }


/* This set removes functionality from the main page to make it look easier */
/* body.page-Main_Page li#ca-talk { display:none!important; } */
body.page-Main_Page li#ca-history { display:none!important; }
body.page-Main_Page li#ca-delete { display:none!important; }
body.page-Main_Page li#ca-move { display:none!important; }
body.page-Main_Page li#ca-protect { display:none!important; }
/* body.page-Main_Page li#ca-ve-edit { display:none!important; } */
/* body.page-Main_Page li#ca-edit { display:none!important; } */