User:Lhavelund/valve.css

From Team Fortress Wiki
< User:Lhavelund
Revision as of 15:38, 6 November 2010 by Lhavelund (talk | contribs) (Lots of CSS stolen from Seb.)
(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 / Edge: 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.
/* General */

tt, code, pre {
	font-family: monospace, sans-serif;
}

input#wpNick{
	width: 512px;
}
div.patrollink {
	display: none;
}

table.lang-title {
	background: #eef3e2;
}

.mw-plusminus-pos{
	color: green;
}

.mw-plusminus-neg {
	color: red;
}

#wpTextbox1 {
	line-height: 1.5em;
}


/* Recent Changes */

a.mw-userlink[alt="User:Lhavelund"] {
	color: #0070FF !important;
}

.mw-rollback-link {
	display: none;
}

#mw-diff-ntitle2 .mw-rollback-link {
	display: inline !important;
}

#pagehistory .mw-rollback-link {
	display: inline !important;
}


/* Diff styling */
.diffchange {
	background: #E72525; color: white; font-weight: normal;
}

td.diff-addedline {
	font-family: monospace; font-size: 125%;
}

td.diff-deletedline {
	background: #ffa; font-family: monospace; font-size: 125%;
}

td.diff-context     {
	background: #eee; font-family: monospace; font-size: 125%;
}

.pBody {
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}