User:IRTC1015/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.
/* 개인 툴바에서 '베타' 숨기기 */
#pt-betafeatures {
	display: none;
}

/* 로그아웃 */
#pt-logout {
	display: none;
}

/* 편집 화면 */
#editpage-copywarn,
.editHelp,
.mw-editButtons-pipe-separator {
	display: none;
}

/* 넘겨주기 */
.mw-redirect {
	color: #008000;
}

.mw-redirect:visited {
	color: #006600;
}

/* 토막글 */

.stub:visited {
	color: #806666;
}