Difference between revisions of "MediaWiki:Common.css"

From Manual
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
#pt-login, #ca-talk, #p-tb {
+
#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 7: Line 7:
 
 
 
}
 
}
 +
 +
#content {
 +
border-radius: 10px 0px 0px 10px;
 +
}
 +
 +
#p-logo a {
 +
background-size: cover;
 +
}
 +
 +
code {
 +
background-color:#eee;
 +
color:#222;
 +
}
 +
 +
/*
 +
#content {
 +
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;
}
*/