Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | #pt-login, #ca-talk, #p-tb, #ca-view, #ca-history, #ca-unwatch, #ca-viewsource, #mw-panel, #ca-nstab-main { | + | #filehistory, #n-recentchanges, #n-help-mediawiki, #mw-imagepage-upload-disallowed, #pt-login, #ca-talk, #p-tb, #ca-view, #ca-history, #ca-unwatch, #ca-viewsource, /*#mw-panel,*/ #ca-nstab-main, #p-namespaces, #footer-places-privacy, #footer-places-disclaimer, #footer-places-about, #mw-imagepage-section-filehistory { |
display:none; | display:none; | ||
} | } | ||
Line 6: | Line 6: | ||
{ | { | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | border-radius: 10px 0px 0px 10px; | ||
} | } | ||
Line 12: | Line 16: | ||
} | } | ||
+ | code { | ||
+ | background-color:#eee; | ||
+ | color:#222; | ||
+ | } | ||
+ | |||
+ | /* | ||
#content { | #content { | ||
margin-left:0px; | margin-left:0px; | ||
} | } | ||
+ | */ |
Latest revision as of 00:34, 4 February 2021
#filehistory, #n-recentchanges, #n-help-mediawiki, #mw-imagepage-upload-disallowed, #pt-login, #ca-talk, #p-tb, #ca-view, #ca-history, #ca-unwatch, #ca-viewsource, /*#mw-panel,*/ #ca-nstab-main, #p-namespaces, #footer-places-privacy, #footer-places-disclaimer, #footer-places-about, #mw-imagepage-section-filehistory {
display:none;
}
#ca-nstab-main, #p-views
{
}
#content {
border-radius: 10px 0px 0px 10px;
}
#p-logo a {
background-size: cover;
}
code {
background-color:#eee;
color:#222;
}
/*
#content {
margin-left:0px;
}
*/