From Project-GC
< User:6278087
Revision as of 13:13, 14 February 2020 by Optimist on the run (6278087) (talk | contribs) (Copying from my wikipedia page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* .class { font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif } */

/* Wider edit summary */
input#wpSummary { width: 80%; }

.geo-default { display: inline } .geo-nondefault { display: inline }
.geo-dec { display: none } .geo-dms { display: inline }
.watchlistredir { font-style:italic; }
.allpagesredirect:after { color: #808080; content: " (redirect)"}

/* Reduce space around category links, allow word wrapping - see [[:de:Wikipedia:Fragen zur Wikipedia#MW118: Kategorienanzeige]] */
#catlinks li {
        display: inline;
        border-left: none;
        padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }

/* From User:PiRSquared17/vector.css */

.usermessage { background: transparent; border: 0; }

/* get rid of the little 'person' icon next to the userpage link */
#pt-userpage { background-image: none; }
 
/* for non-article pages, the placid yellow tone should be the
background on the entire page, not just the body content */
/* note: this currently causes non-active tabs to look a little funny - this is much easier to fix on the MediaWiki side and i'll submit a patch to do that shortly */
body #content,
body,
body #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: #ffffd8; }
body.ns-0 #content,
body.ns-0,
body.ns-0 #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: #ffffec; }

/* Remove Wikipedia tagline */
/* #siteSub{
display:none
} */

/* Category box should not have border, background */
	
.catlinks { border: none; background-color: transparent; }

/* Remove external link icon (from Redrose, VPT 13/05/2013) */
a.external {
  background:none !important;
  padding: 0px !important;
}

/* Remove watchlist key */
.mw-changeslist-legend {display: none;}

/* Remove link to Media Viewer from file description pages */
.mw-mmv-filepage-buttons { display: none }

/* Remove section snakes */
.mw-headline-anchor {display: none;}

/* Remove sandbox redlink */
li#pt-sandbox { display: none; }

/* Centre justify main page captions */
.thumbcaption { text-align: center; }