Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Show details for autopatrolled (more experienced) users */
 
.autopatrolled { display: inline !important; }

/* remove nasty messages [[User:Rillke/common.css]] */
#editpage-copywarn-copywarn, #editpage-copywarn, #mw-tos-summary {
    display: none !important;
}
 
#umSummaryWrapper { display:none; }
 

/* from [[Commons:Patrol]] */
.not-patrolled { border: 2px solid black }

.patrollink { font: bold small sans-serif }


/* Editing interface changes */
/* From → https://meta.wikimedia.org/wiki/User:Razr_Nation/global.css */
input#wpSave, input#wpPreview, input#wpDiff{
    border:none;
    border-radius:2px;
    padding:0.3em;
    color:#ffffff;
    margin:3px;
}
input#wpSave {
   background-color:#770B75;
}
input#wpPreview, input#wpDiff {
   background-color:#152B3C
}
input#wpDiff {
   background-color:#575859;
}
div.editOptions{
    color:#303030;
    padding:1em;
    background-color:#E7E8E9;
}
div.editOptions a{
    color:#3767B1;
}
input#wpSummary, div.editOptions, textarea#wpTextbox1{
    border:1px solid #260642
    font-family:Iowan;
}
input#wpSave:hover, input#wpPreview:hover, input#wpDiff:hover{
	box-shadow: 2px 2px 5px #C0C0C0;
}
input#wpSave:hover{
	background-color:#3a6fbd;
}
input#wpSave:active{
    background:#2f5896;
}
input#wpPreview:active, input#wpDiff:active{
    background:#7d7f7f;
}
/* end Razr_Nation */

#editpage-copywarn {
    font-size: 0.85em;
    color: rgb(153, 153, 153);
}

.hotcatlink {
  font-size: 100%;
  font-family: Seravek, serif;
  font-weight: bold;
}

.hotcatlink a:hover {
  background-color : #87CEFA; /* A light blue */

.hotcatlink a {
  color: brown; /* Or any other color specification */
}

A.new              { color:#B90504; }