Jump to content

User:Jackie/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS used on all my accounts */

* a {text-decoration:none;}
#pt-sandbox { display: none; }
#footer {display:none;}
#siteNotice {display:none !important;}
#centralNotice {display:none !important;}
.ltr .mw-editsection {float:right;}
.rtl .mw-editsection {float:left;}
.postedit {display:none;}
/* #centralNotice {display:none;} */
/* disable visual editor
#ca-edit {display:none !important;} */
#p-personal li#pt-betafeatures { display: none; }
li#pt-uls { display: none }
li#pt-sandbox { display: none; }
.mw-thanks-thank-link { display: none }
.page-Wikipedia_Help_desk .editnotice-page { display: none; }
#recentchangestext { display: none !important; }
.mw-changeslist-legend { display: none; }

#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }

.citation-comment { display: inline !important; color: red; }

/* all user's menu is lowercase */
#p-personal ul {
   text-transform: lowercase;
}
/* interwiki is uppercase */
#p-lang .pBody { text-transform: capitalize; }

.allpagesredirect a {
   font-style:italic;
   color:#888 !important;
}

.unpatrolled {
	color:#000 !important;
}

/* disable bold font etc. in the watchlist */
strong.mw-watched {font-weight: normal}
#mw-watchlist-resetbutton, .updatedmarker {display:none}

/* Display diffs with the old yellow/green colors and design, from  [[en:MediaWiki:Gadget-OldDiff.css]] */
table.diff td {
    padding: 0;
}
 
td.diff-marker {
    color: black;
    font-size: 1em;
    font-weight: normal;
}
 
td.diff-context,
td.diff-deletedline,
td.diff-addedline {
    border: none;
    border-radius: 0;
}
 
td.diff-context {
    background-color: #eee;
}
 
td.diff-deletedline {
    background-color: #ffa;
}
 
td.diff-addedline {
    background-color: #cfc;
}
 
td.diff-deletedline .diffchange,
td.diff-addedline .diffchange {
    background: transparent;
    color: red;
}

.mw-headline-anchor { display: none !important;}