MediaWiki:Common.css: Difference between revisions

add, stylise
(clean front page up...)
(add, stylise)
Line 2: Line 2:


/* Italicize redirects in [[Special:Allpages]] */
/* Italicize redirects in [[Special:Allpages]] */
.allpagesredirect { font-style: italic; }
.allpagesredirect {
        font-style: italic;
}


/* No page name on main page (en) */
/* No page name on main page (en) */
Line 8: Line 10:
  display: none;
  display: none;
  }
  }
/* Make the info in the semantic bubbles readable */
div.smwtt {
        font-size: 127%
}