Difference between revisions of "MediaWiki:Common.css"

From Manual
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
{
 
{
 
 
 +
}
 +
 +
#content {
 +
border-radius: 10px 0px 0px 10px;
 
}
 
}
  
Line 11: Line 15:
 
background-size: cover;
 
background-size: cover;
 
}
 
}
 +
 +
code {
 +
background-color:#eee;
 +
color:#222;
 +
}
 +
 
/*
 
/*
 
#content {
 
#content {

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;
}
*/