Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
body.page-Main_Page #ca-delete { | body.page-Main_Page #ca-delete { | ||
display: none !important; | display: none !important; | ||
| + | } | ||
| + | |||
| + | /* To make images responsive */ | ||
| + | .responsive-img img { | ||
| + | max-width:100%; | ||
| + | height:auto; | ||
} | } | ||
Revision as of 14:20, 5 October 2019
body {font-family: Verdana,Arial,sans-serif; font-size: 1.2em;}
div#content h1, div#content h2 {font-family: Verdana,Arial,sans-serif;}
#ca-talk { display: none !important; }
#ca-viewsource { display:none!important; }
#ca-nstab-main { display:none!important; }
#ca-nstab-talosnet { display:none!important; }
#ca-nstab-category { display:none!important; }
#ca-nstab-special { display:none!important; }
body.page-Main_Page #ca-delete {
display: none !important;
}
/* To make images responsive */
.responsive-img img {
max-width:100%;
height:auto;
}