Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Class Name

Description

Content

NoAnswer

Hides the answer for a variable. 
Use this CSS Class when creating a variable
that is a note or instructions.

.NoAnswer .AnswerPanel AnswerPanel 
  {  
     display: none;
}

RedBackground

Displays a red background for the variable.

Tip

to create a CSS class with a different color background you would change the CSS Class name and the hexadecimal value to the desired color


.RedBackground RedBackground 
{
 background     background: #FF0000; 
}

 

 

.RedBackground
{
  background: #FF0000;
}