User:Sevela.p/global.css

From Meta, a Wikimedia project coordination wiki

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.
/*Highlight interwiki*/
li.interwiki-cs,
li.interwiki-en { 
  font-weight: bold
}

/*Highlight redirects*/
.mw-redirect {color:darkgreen;}

/*Show hidden categories*/
.catlinks-allhidden, .mw-hidden-cats-hidden { display: block; }

/*Smaller hidden categories*/
#mw-hidden-catlinks{font-size:87% !important;}

/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}

/* Protected pages have text area in light red, to prevent
   accidental editing by admins who didn't notice the header
*/
.mw-textarea-protected, .ns-8 textarea {
  background: #FFDBDB;
}

/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {
    background-color:#88ff88;
}

/*Hightlight disambigs*/
a.mw-disambig, a.mw-disambig:visited {color:DarkOrange;}

#siteNotice, /*Hide sitenotices*/
#p-coll-print_export, /*Hide Print/export section*/
#p-community,
#p-beyond_the_web,
#siteSub, /*Hide siteSub e.g. "From Wikipedia, the free encyclopedia"*/
#pt-sandbox, /*Hide sandbox link*/
#n-sitesupport, /*Hide site support*/
#n-helpdesk, /*Hide help*/
#n-portal, /*Hide portal*/
#n-featuredcontent, /*Hide featured content*/
#n-mainpage, /*Hide mainpage*/
#n-villagepump, /*Hide villagepump*/
#n-upload, /*Hide upload*/
#n-aboutsite, /*Hide About*/
#t-upload,
#n-help,
#n-shoplink,
#n-featuredcontent,
#n-currentevents,
#n-portal,
#t-cite,
#footer-info,
#footer-places,
#footer-icons,
#footer-info-lastmod,
#footer-info-copyright,
.editpage-head-copywarn, /*Hide editpage-head-copywarn*/
.feedlink,
.cancelLink,
.editHelp,
#editpage-copywarn, 
#editpage-copywarn2,
#category-namespace-editnotice,
#n-contactpage,
#n-contents,
#t-info,
#t-permalink, /*Hide permalink*/
#p-interaction,
#t-curlink,
#p-Community,
#p-Komunita,
#p-Wikimedia_projects,
#n-info /*Hide info*/
{ display: none !important; }