www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / usr_main.css
index f446bde..9c5b915 100755 (executable)
@@ -1,6 +1,6 @@
 /* --------------------------------------------------------------------------
 
-       (c) 2005 U.S. Robotics Corporation.
+       (c) 2005-2006 U.S. Robotics Corporation.
 
        -------------------------------------------------------------------------- */
 
@@ -25,6 +25,11 @@ BODY
 DIV#idContent
 {
        margin: 0 0.7em;
+/*
+       The tight connection between menu and content can't be replicated in
+       the test template--just in production. This corrects it.
+*/
+padding-top:   0.3em;
 }
 
 H3
@@ -48,8 +53,8 @@ H3
 
 .clsNote
 {
-       font-family: Verdana, Arial, sans-serif;
-       font-size: xx-small;
+       font-family:    Verdana, Arial, sans-serif;
+       font-size:              x-small;
 }
 
 P.clsCopyright
@@ -87,6 +92,11 @@ P.clsCopyright A
 
 */
 
+.clsLogDate
+{
+       white-space:    nowrap;
+}
+
 .clsLogEmergency
 {
        background-color: #FBB;
@@ -265,26 +275,14 @@ TABLE.clsGroupBox TD
 }
 
 
-SPAN.clsGroupBox
-{
-       display:        inline-block;
-       border: 2px dashed silver;
-       margin: 0.3em 0.1em;
-       padding:        1em;
-}
-
-SPAN.clsGroupBox INPUT.clsTextfield
-{
-       margin-left:    -0.7em; /* offset effect of idContent's margin-left -- why? */
-}
-
-LABEL
+.clsStatic
 {
+       font-weight:    bold;
 }
 
-.clsStatic
+INPUT.clsSmall
 {
-       font-weight:    bold;
+       font-size:      x-small;
 }
 
 INPUT.clsBtnSave, INPUT.clsBtnFeature
@@ -294,133 +292,8 @@ INPUT.clsBtnSave, INPUT.clsBtnFeature
        background-color:       #202080;
 }
 
-
-
-/* ------------------------------------------------------------------------
-/* ------------------------------------------------------------------------
-
-       Horizontal dropdown menus:
-       http://www.alistapart.com/articles/horizdropdowns/
-
-       Vertical dropdown menus:
-       http://www.alistapart.com/articles/dropdowns/
-       http://www.htmldog.com/articles/suckerfish/example/
-
-       Fix for bug where IE always displays <select>s as top layer:
-       http://tanny.ica.com/ica/tko/tkoblog.nsf/dx/Select-tag-overlap-in-IE?opendocument&comments
-       http://www.milonic.com/menusample24.php
-       http://69.236.149.4/test/fixed/default.asp
-       (slow) http://www.yxscripts.com/menuG5/
-       (x) http://www.aplus.co.yu/adxmenu/four-variants-of-drop-down-menu/
-
------------------------------------------------------------------------- */
-
-/*
-       get rid of list decorations
-*/
-UL#idMenu, UL#idMenu LI UL
-{
-       padding:                0;
-       margin:         0;
-       list-style:     none;
-}
-UL#idMenu
-{
-       font-family:    Verdana, Arial, sans-serif;
-       font-size:              small;
-       margin-bottom:  1em;    /* for Firefox */
-}
-
-/*
-       put top-level items next to each other in a bar
-*/
-UL#idMenu LI
-{
-       float:          left;
-       position:       relative;
-}
-
-/*
-       hide submenu items (second-level lists)
-*/
-UL#idMenu LI UL
-{
-       position:       absolute;
-       top:                    100%;                   /* Need top and left for IE... */
-       left:                   -10000px;       /* hidden; "display: none" doesn't work with iframe */
-}
-
-/*
-       Display submenu (second-level list) when first-level item is hovered over.
-*/
-UL#idMenu LI:hover UL, UL#idMenu LI.fixIE UL
-{
-       left: -1px;
-}
-
-
-/*
-
-       MAKE MENUS PRETTY
-
-*/
-/*
-       top-level menu and sub-items
-*/
-UL#idMenu LI
-{
-       width:                  100px;          /* max width of main menu items WHEN BOLD */
-       text-align:             center;
-       white-space:    nowrap;
-}
-UL#idMenu LI UL LI
-{
-       width:                  230px;          /* max width of ANY subitem WHEN BOLD */
-                                                                               /* also use this width for IFRAME (below) */
-       text-align:             left;
-}
-UL#idMenu LI UL LI A
-{
-       /* make entire LI (with A) selectable */
-       width:                  218px;          /* above 230px less padding (2x5px) less border (2x1px) */
-}
-
-UL#idMenu LI LABEL, UL#idMenu LI UL LI A
-{
-       display:                                block;
-       padding:                                3px 5px;
-
-       border-top:                     1px solid #F0F0F0;
-       border-left:            1px solid #F0F0F0;
-       border-right:           1px solid #A0A0A0;
-       border-bottom:          1px solid #A0A0A0;
-}
-UL#idMenu LI LABEL
+P.clsSave
 {
-       background-color:       #E0E0E0;
-}
-/*
-       second-level menu and its items
-*/
-UL#idMenu LI UL LI A
-{
-       text-decoration:        none;
-       color:                          black;
-       background-color:       #D0D0D0;
-}
-UL#idMenu LI UL LI A:hover
-{
-       border:                         1px solid #646464;
-       color:                          white;
-       background-color:       #646464;
-       font-weight:            bold;
-}
-
-
-/*
-       Put content under the menu.
-*/
-#idContent
-{
-       clear:  left;
+       border-top:             1px solid #202080;
+       padding-top:    0.5em;
 }