Body
Overall properties that the rest of the CSS classes inherit. – You can use this to specify a background colour, image, default font size.
(Note: in the DNN Blue skin if you want to set the background colour, you have to set this in the pagemaster class)
Body
{
background-color: white;
}
.ControlPanel
The main admin control panel at the top of the page when logged in as Host or Admin
.ControlPanel {
width: 100%;
height: 64px;
background-color: purple;
BORDER-RIGHT: red 10px solid;
BORDER-TOP: green 10px solid;
BORDER-LEFT: blue 10px solid;
BORDER-BOTTOM: orange 10px solid;
}
.PagingTable
Can not find the class in use in the dnn-blue skin. Where is this class used?
.PagingTable {
}