MediaWiki:Common.css

Revision as of 01:34, 27 June 2024 by Singe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}
*/