User:Bdk/monobook.css

From mediawiki.org

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.
/* Infobox */
.infobox {
 	background: #e0e0e0;
 	border-left: 3px solid #c00000;
 	float: right;
 	clear: left;
 	padding: 10px;
 	margin-left: 7px;
 	margin-bottom: 7px;
 	width: 17em;
}

/* Links */
a:visited { color:darkgreen; }
a:active { color:orange; }
a:hover { text-decoration:underline; }
a.stub { color:darkorange; }
a[href*="Bdk"]  { color:darkmagenta; font-weight:bold;}
a[href$="User:Bdk"]  { color:darkmagenta; font-weight:bold; }

/* Ausblendungen */
#centralNotice,
#wpSummaryLabel,
#editpage-copywarn,
#editpage-copywarn-copywarn
{ display:none; }
li#pt-userpage { background: none; }

/* Stuff */
pre { overflow: auto; }