(bg color change only worked for code areas - remove)
(Blank (trying to fix problem with mobile skin always being applied).)
 
Line 1: Line 1:
/* make the background behind the content area and the tabs a light yellow - doesn't work, commented out */
/* #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;
}

Latest revision as of 06:15, 23 June 2018

Cookies help us deliver our services. By using our services, you agree to our use of cookies.