MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(98 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#pt-tb { display: none; }
/*#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;
*/
 
}
article,footer{
 
/* padding:20px; */
}
/*
#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:900px !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;
}
#mwchat-topic{
display: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;
}
*/

Latest revision as of 01:34, 27 June 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;
	*/

}
article,footer{

/*	padding:20px; */
	
}
/*
#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:900px !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;
}
#mwchat-topic{
	display: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;
}
*/