MediaWiki:Cologneblue.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Cologne Blue skin: →‎hides second ("Blank") anchor: div#quickbar a:nth-of-type(2){ visibility:hidden; }")
 
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
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 (b/c "Aboutsite" in sidebar indirectly leads to M204wiki_home */
div#quickbar a:nth-of-type(2){
div#quickbar a[href="/index.php/M204wiki_home"] {
   visibility:hidden;
   visibility:hidden;
}
}

Latest revision as of 21:36, 24 September 2013

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

/* hides second ("Blank") anchor (b/c "Aboutsite" in sidebar indirectly leads to M204wiki_home */
div#quickbar a[href="/index.php/M204wiki_home"] {
   visibility:hidden;
}