MediaWiki:Standard.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
/* }  */
/* }  */


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

Revision as of 21:46, 24 September 2013

/* CSS placed here will affect users of the Standard skin */

/* hides third ("Blank") anchor, but fails for IE, so use the selector below this one  */ 
/* div#quickbar a:nth-of-type(3){  */
/*    visibility:hidden;  */
/* }  */

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