User:Flatscan/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m fix class versus id
Line 3: Line 3:
background-color:#88ff88;
background-color:#88ff88;
}
}

/* Hide rollback from all pages, see [[WP:Village pump (technical)/Archive 55#This week's software updates]] */
.mw-rollback-link { display:none; }


/* Hide certain items in the editing interface */
/* Hide certain items in the editing interface */

Revision as of 04:41, 8 April 2011

/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {
    background-color:#88ff88;
}

/* Hide rollback from all pages, see [[WP:Village pump (technical)/Archive 55#This week's software updates]] */
.mw-rollback-link { display:none; }

/* Hide certain items in the editing interface */
span.mw-summary { display: none; }
#minoredit_helplink { display: none; }

/* Yellow-green background */
.diffchange {
    border: none;
    background-color: #DCF0A0;
    color: #EE0000;
}