No edit summary
(change appearance when logged in)
Line 1: Line 1:
/* make the background behind the content area and the tabs a light yellow */
#content, #content table
#p-cactions ul li a { background: #FFFFDD; }
/* make a few corners round */
/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
#p-cactions ul li, #p-cactions ul li a {
Line 12: Line 16:
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
}
}
/* make the background behind the content area and the tabs a light yellow */
#content, #content table
#p-cactions ul li a { background: #FFFFCC; }

Revision as of 06:51, 31 October 2012

/* make the background behind the content area and the tabs a light yellow */
#content, #content table
#p-cactions ul li a { background: #FFFFDD; }

/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
#content {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
div.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.