You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
795 B
66 lines
795 B
/* EXTERNAL STYLE SHEET FOR MENUBAR ELEMENTS */
|
|
|
|
.divTaskpad
|
|
{
|
|
position:absolute;
|
|
left:0%;
|
|
top: 0%
|
|
// top:6.5%;
|
|
width:100%;
|
|
height:93.5%;
|
|
}
|
|
|
|
.divMenubar
|
|
{
|
|
position:absolute;
|
|
left:0%;
|
|
top:0%;
|
|
width:100%;
|
|
height:0% // no menubar
|
|
//height:6.5%;
|
|
font-size:1pt;
|
|
}
|
|
|
|
.divMenu
|
|
{
|
|
position:absolute;
|
|
left:0;
|
|
top:0;
|
|
width:0%; no menubar
|
|
//width:100%;
|
|
height:80%;
|
|
}
|
|
|
|
.tblMenu
|
|
{
|
|
font-family:Verdana;
|
|
font-weight:bold;
|
|
cursor:default;
|
|
}
|
|
|
|
.divBand
|
|
{
|
|
position:absolute;
|
|
left:0;
|
|
top:80%;
|
|
width:100%;
|
|
height;0; no band
|
|
//height:20%;
|
|
}
|
|
|
|
.anchorMenuDefault
|
|
{
|
|
text-decoration:none;
|
|
cursor:hand;
|
|
}
|
|
|
|
.anchorMenuSelected
|
|
{
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.clsNav
|
|
{
|
|
font-family:Marlett;
|
|
cursor:default;
|
|
}
|