A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

MediaWiki:Common.css: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Disable anonnotice on the FAQ page.)
 
(Copy over some old styles from MediaWiki:Monobook.css.)
Line 4: Line 4:
.page-FAQ #anonNotice {
.page-FAQ #anonNotice {
     display: none;
     display: none;
}
/* Limit width of legacy images on text track pages. */
.page-Use_cases_for_timed_tracks_rendered_over_video_by_the_UA img,
.page-Use_cases_for_API-level_access_to_timed_tracks img {
    max-width: 400px;
}
}

Revision as of 19:39, 18 December 2013

/* CSS placed here will be applied to all skins */

/* Disable the anonnotice on certain high-traffic pages. */
.page-FAQ #anonNotice {
    display: none;
}

/* Limit width of legacy images on text track pages. */
.page-Use_cases_for_timed_tracks_rendered_over_video_by_the_UA img,
.page-Use_cases_for_API-level_access_to_timed_tracks img {
    max-width: 400px;
}