MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 40: Line 40:
#column-one{ padding-top:2.8em !important; }
#column-one{ padding-top:2.8em !important; }
#content{  
#content{  
width:900px !important;
width:300px !important;
border-right:1px solid black !important;
border-right:1px solid black !important;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;

Revision as of 17:16, 20 April 2024

/* CSS placed here will be applied to all skins */
#footer { display: none; }
#p-tb{display:none !important;}
body{
	font-family:Times New Roman !important;
	background: url(/w/images/zao3.jpg) !important;
	background-attachment:fixed !important;
	background-size:100% !important;
}

#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; }
#ca-view { display: none !important; }
#ca-formedit { display: none !important; }
#ca-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
/*#ca-edit { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }*/
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }
#editpage-copywarn { display: none !important; }
#n-recentchanges { display: none !important; }
#n-help-mediawiki { display: none !important; }
#p-navigation-label{ display: none !important; }
#p-search-label{ display: none !important; }
/*#p-cactions>div>ul{ float:right;}*/
#p-cactions{
	position:fixed !important;
	right:0 !important;
	left:inherit !important;
	bottom:0 !important;
	top:initial !important;
	text-align: right !important;
}
#pt-anoncontribs{ display: none !important; }
#pt-anontalk{ display: none !important; }
#column-one{ padding-top:2.8em !important; }
#content{ 
	width:300px !important;
	border-right:1px solid black !important;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
	margin-left:25%;
	}
#p-logo{display:none !important;}
#p-cactions *{
	background:none !important;
	border:none !important;
}
ul {
	list-style-image: url(/w/skins/MonoBook/resources/images/sys_base_off.bmp) !important;
}
li:hover {
	list-style-image: url(/w/skins/MonoBook/resources/images/sys_base_on.bmp) !important;
}
#mwchat-topic{
	display:none !important;
}