User:Baden-Paul/global.css

From Meta, a Wikimedia project coordination wiki

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.
/*                                                              */
/* ____________________________________________________________ */
/* [[:ru:Википедия:Персональное оформление#Боковое меню внизу]] */
/* ------------------------------------------------------------ */
/*                                                              */
/* bottom sidebar in Vector */
#p-logo {
	display: none !important;
}
#p-personal,
#content,
#footer {
	margin-left: 0 !important;
}
#left-navigation {
	left: 1.5em !important;
}
#mw-panel {
	position: static !important;
	width: 100% !important;
}
div.portal {
	float:left !important;
	background: none !important;
}
#footer {
	clear: both !important;
}
/*                                                             */
/* ___________________________________________________________ */
/* [[:ru:Википедия:Персональное оформление#Скрытие элементов]] */
/* ----------------------------------------------------------- */
/* блок с двумя лого в самом низу каждой страницы */
#footer,
/* предупреждения об авторских правах при редактировании */
#editpage-copywarn,
#editpage-copywarn2 {
	display: none; 
}
/* ссылку на настройки бета-функций в верхнем меню */
#pt-betafeatures {
	display: none;
}
/* новостной баннер вверху страницы */
#centralNotice {
	display: none !important;
}
/* новостной баннер в списке наблюдения */
div.watchlist-msg { 
	display: none;
}