Difference between revisions of "User:Lhavelund/valve.css"

From Team Fortress Wiki
Jump to: navigation, search
(Lots of CSS stolen from Seb.)
 
Line 1: Line 1:
.trusted {
+
/* General */
  opacity: 0.5 !important;
+
 
  text-style: italic;
+
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%;
 
}
 
}
  

Latest revision as of 15:38, 6 November 2010

/* 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;
}