Jump to content

User:Dan Koehl/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.
/*  Döljer sektionslänkar för redigering https://www.mediawiki.org/wiki/Manual:Section_editing  */ 	
.mw-editsection { display:none!important; }

/*  Tar bort OK-ruta efter sparande  */ 	
.postedit { display: none; }

/*  Byter färg på grenlänksmarkering  */ 	
/* Se wp:WF 2015-08-07 */ 
.mw-disambig {
	background-color: #ffc1c1;
}

/* döljer [rulla tillbaka] på alla ställen förutom i diffar – tips från Nirmos */
.mw-rollback-link { display: none; }
.diff-ntitle .mw-rollback-link { display: inline;
}

/* standard link colors */
.mw-body-content a:link { color: #0000cd; } /* normal unvisited links, fd #0645AD */
.mw-body-content a:link:visited { color: #9a32cd; } /* visited links, from dark blue > purple; fd #7a378b, #6959cd  */
.mw-body-content a:link:active { color: #CC2200; } /* active links */
.mw-body-content a:link.new { color: #CC2200; } /* new links */
.mw-body-content a:link.interwiki { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub { color: #9a32cd; } /* hovered links */

.mw-body-content a:link {color: #0000cd}
.mw-body-content a:visited {color: #9a32cd}
.mw-body-content a:hover {color: #9a32cd}
.mw-body-content a:active {color: #CC2200}

/* döljer stor ruta */
#newarticletext {
	display: none;
}