Difference between revisions of "MediaWiki:Common.css"

From ePRS Request User Guide
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
}
 
}
  
#ca-history #ca-viewsource #ca-view #ca-nstab-main {
+
#ca-history {
  
           display:none;!important
+
           display:none !important;
 +
}
 +
 
 +
#ca-view  {
 +
 
 +
          display:none !important;
 +
}
 +
 
 +
#ca-viewsource  {
 +
 
 +
          display:none !important;
 +
}
 +
 
 +
#ca-nstab-main  {
 +
 
 +
          display:none !important;
 
}
 
}

Latest revision as of 20:11, 8 December 2017

/* CSS placed here will be applied to all skins */


.mw-wiki-logo {
          background-size: contain;
}

#ca-history  {

           display:none !important;
}

#ca-view  {

           display:none !important;
}

#ca-viewsource  {

           display:none !important;
}

#ca-nstab-main  {

           display:none !important;
}