Difference between revisions of "MediaWiki:Common.css"

107 bytes added ,  20:48, 27 December 2013
try to hide stupid sidebar headers
(text shadow on the topbar links so you can read the logout text)
(try to hide stupid sidebar headers)
Line 12: Line 12:
   color: #FFFCC2;
   color: #FFFCC2;
   text-shadow: 0px 0px 3px #D04040;
   text-shadow: 0px 0px 3px #D04040;
}
#p-search.portlet h3,#p-navigation.portlet h3,#p-tb.portlet h3 {
  display:none;
  visibility:hidden;
}
}