.Help
Can’t find this class. If you click on the Help ? for a module, the text that is presented uses the
.Normal class.
/* text style used for help text rendered by modules */
.Help
{
border-right: black 10px solid;
padding-right: 20px;
border-top: black 10px solid;
padding-left: 2px;
font-weight: normal;
font-size: 20px;
padding-bottom: 2px;
border-left: black 1px solid;
color: black;
padding-top: 2px;
border-bottom: black 1px solid;
font-family: Tahoma, Arial, Helvetica;
background-color: #ffff99;
}