MediaWiki:Cologneblue.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Cologne Blue skin */
/* CSS placed here will affect users of the Cologne Blue skin */


/* hides second ("Blank") anchor */  
/* hides second ("Blank") anchor */
div#quickbar a:nth-of-type(2) {
div#quickbar a[href="/index.php/M204stage_home"] {
  visibility:hidden;
}
 
div#quickbar a + a {
  visibility:hidden;
}
 
 
div#quickbar a[href="/index.php/Mw-mainpage-url"] {
   visibility:hidden;
   visibility:hidden;
}
}

Revision as of 21:24, 24 September 2013

/* CSS placed here will affect users of the Cologne Blue skin */

/* hides second ("Blank") anchor */
div#quickbar a[href="/index.php/M204stage_home"] {
   visibility:hidden;
}