24,493 ARTICLES
ON THIS WIKI

User:Dgelessus/carbon.css

< User:Dgelessus

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.
/* hide the sidebar */
div #contentwrap {
	padding-right: 0;
}

div #side_bar {
	display: none;
}

/* make top bar float */
#user_bar {
	position: fixed;
	z-index: 5;
	width: 100%;
	box-shadow: 0 0 2em black;
}

div #branding {
	padding-top: 36px;
}

/* make some of the diff text a little more legible */
td.diff-context {
	color: #777;
}

/* fancy level 3 header styling */
h3 {
	border-bottom: 3px solid #506374 !important;
	border-radius: 1px;
}