Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
border collapse on plaintable
hide elements on file pages
Line 228: Line 228:
* To change the colour of text
* To change the colour of text
******************************/
******************************/
span.white a {
.white a {
color: white;
color: white;
}
}
span.green a {
.green a {
color: green;
color: green;
}
}
span.blue a {
.blue a {
color: blue;
color: blue;
}

/******************************
* HIDE ELEMENTS ON FILE PAGES
******************************/
#filehistory {
display: none; /* Hides the "File history" header */
}

#mw-imagepage-section-filehistory {
display: none; /* Hides the "file history" table */
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.