GUI Components JavaScript DHTML



JavaScript ToolBar Menu





.qs_toolbody     { 
        border:0;
        background-color:threedface;
      }
.qs_outerborder    { 
        border-top: none;
        border-left: solid threedshadow 1px;
        border-bottom: solid threedhighlight 1px;
        border-right: solid threedhighlight 1px;
      }
.qs_innerborder    { 
        border-top: none;
        border-left: solid threedhighlight 1px;
        border-bottom: solid threedshadow 1px;
        border-right: solid threedshadow 1px;
        background-color: threedface;
      }
.fouterborder    { 
        border-top: solid threedshadow 1px;
        border-left: solid threedshadow 1px;
        border-bottom: solid threedhighlight 1px;
        border-right: solid threedhighlight 1px;
      }
.finnerborder    { 
        border-top: solid threedhighlight 1px;
        border-left: solid threedhighlight 1px;
        border-bottom: solid threedshadow 1px;
        border-right: solid threedshadow 1px;
        background-color: threedface;
      }
.fouterdarkborder  { 
        border-top: none;
        border-left: none;
        border-bottom: solid threeddarkshadow 1px;
        border-right: solid threeddarkshadow 1px;
      }
.menubartext    {
        font-family: Tahoma;
        color:#000000;
        font-size: 11px;
      }
.outermainbody    { 
        border-top: solid threedshadow 1px;
        border-left: solid threedshadow 1px;
        border-bottom: solid threedhighlight 1px;
        border-right: solid threedhighlight 1px;
      }
.innermainbody    { 
        border-top: solid threeddarkshadow 1px;
        border-left: solid threeddarkshadow 1px;
        border-bottom: solid threedface 1px;
        border-right: solid threedface 1px;
        background-color: e6e6e6;
      }
.qs_font    { 
        font-size: 11px;
        font-family:Tahoma; 
        color: 000000;
      }
      
.buttonlink    {
        font-size:11px; 
        font-family:Tahoma; 
        color: #000000;
        background-color: buttonface;  
        border-top: solid buttonface 1px;
        border-left: solid buttonface 1px;
        border-bottom: solid buttonface 1px;
        border-right: solid buttonface 1px;
      }
a:link.menulink    { 
        font-size:11px; 
        font-family:Tahoma; 
        color: #000000;
        textDecorationNone;
      }
a:visited.menulink  { 
        font-size:11px; 
        font-family:Tahoma; 
        color: #000000;
        textDecorationNone;
      }
a:visited:hover.menulink{ 
        font-size:11px; 
        font-family:Tahoma; 
        color: #ffffff;
        textDecorationNone;
      }
a:hover.menulink  { 
        font-size:11px; 
        font-family:Tahoma; 
        color: #ffffff;
        textDecorationNone;
      }