MediaWiki:Common.css: Difference between revisions

From Sphere
Jump to navigation Jump to search
Make things look better.
 
(No difference)

Latest revision as of 17:07, 8 January 2009

/* CSS placed here will be applied to all skins */
.portlet h5 
{
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a 
{  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
body 
{
  font-family: Trebuchet MS;
}