MediaWiki:Common.css: Difference between revisions

From Andover Answers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 13: Line 13:
   display:none!important;  
   display:none!important;  
}
}
#p-New div.portal div.body {
div#mw-panel div.portal.first h3 {
   margin-left: 0 !important;
  display: block;
}
 
nav#p-tb /* hide from all users, then unhide in group-autoconfirmed.js */
{
  display: none;
}
 
 
/*
  TinyMCE Editor changes links in References block to pointer-events:none, making them unclickable.
  See https://www.mediawiki.org/wiki/Topic:Ui0cnigoxel6v79u
*/
 
#mw-notification-area,
.mw-references-wrap {
   pointer-events:initial !important;
  opacity:1.0 !important;
}
}

Latest revision as of 16:33, 6 March 2024

/* CSS placed here will be applied to all skins */
#ca-talk,
#ca-viewsource,
#footer-info,
#footer-places
#footer-info-lastmod,
#footer-info-copyright,
#footer-places-privacy,
#footer-places-disclaimer,
#pt-anonuserpage,
#pt-anontalk
{ 
  display:none!important; 
}
div#mw-panel div.portal.first h3 {
  display: block;
}

nav#p-tb /* hide from all users, then unhide in group-autoconfirmed.js */
{
  display: none;
}


/* 
  TinyMCE Editor changes links in References block to pointer-events:none, making them unclickable.
  See https://www.mediawiki.org/wiki/Topic:Ui0cnigoxel6v79u
*/

#mw-notification-area,
.mw-references-wrap {
  pointer-events:initial !important;
  opacity:1.0 !important;
}