themes/connections/css/default.css
changeset 1 264ab53232f4
parent 0 63cca091dd0a
child 2 7db1682938e8
equal deleted inserted replaced
0:63cca091dd0a 1:264ab53232f4
   450 /* Exception for Connections theme */
   450 /* Exception for Connections theme */
   451 div#pagebar_main {
   451 div#pagebar_main {
   452   margin: 0px 7px 0px 8px;
   452   margin: 0px 7px 0px 8px;
   453 }
   453 }
   454 
   454 
   455 div.menu {
   455 div.menu, div.menu_nojs {
   456   background-color: #F3F6ED;
   456   background-color: #F3F6ED;
   457   font-size: 7pt;
   457   font-size: 7pt;
   458   border-width: 0;
   458   border-width: 0;
   459 }
   459 }
   460 div.menu a, div.menu div.label {
   460 div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label {
   461   padding: 2.5pt 5px;
   461   padding: 2.5pt 5px;
   462   margin-right: 3px;
   462   margin-right: 3px;
   463   text-decoration: none;
   463   text-decoration: none;
   464   display: block;
   464   display: block;
   465   float: left;
   465   float: left;
   466   color: #909D73;
   466   color: #909D73;
   467 }
   467 }
   468 div.menu div.label {
   468 div.menu div.label, div.menu_nojs div.label {
   469   color: #201000;
   469   color: #201000;
   470   cursor: default;
   470   cursor: default;
   471 }
   471 }
   472 div.menu span.sep {
   472 div.menu span.sep, div.menu_nojs span.sep {
   473   display: block;
   473   display: block;
   474   float: left;
   474   float: left;
   475   width: 5px;
   475   width: 5px;
   476 }
   476 }
   477 div.menu div.multopts {
   477 div.menu div.multopts, div.menu_nojs div.multopts {
   478   line-height: 17pt;
   478   line-height: 17pt;
   479 }
   479 }
   480 div.menu div.multopts a, div.menu div.multopts div.label {
   480 div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label {
   481   float: none;
   481   float: none;
   482   display: inline;
   482   display: inline;
   483 }
   483 }
   484 div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover {
   484 div.menu a.liteselected, div.menu_nojs a.liteselected, div.menu a.liteselected:hover, div.menu_nojs a.liteselected:hover, div.menu a:hover, div.menu_nojs a:hover {
   485   color: #990000;
   485   color: #990000;
   486   background-color: #BBC4A3;
   486   background-color: #BBC4A3;
   487 }
   487 }
   488 div.menu input[type ^="text"], div.menu input[type ^="password"] {
   488 div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] {
   489   border-width: 0;
   489   border-width: 0;
   490   font-size: 9pt;
   490   font-size: 9pt;
   491   padding: 4px 5px;
   491   padding: 4px 5px;
   492   max-width: 70px;
   492   max-width: 70px;
   493   background-color: #E3E6DD;
   493   background-color: #E3E6DD;
   494 }
   494 }
   495 div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover {
   495 div.menu input[type ^="text"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="password"]:hover {
   496   background-color: #ECEFF6;
   496   background-color: #ECEFF6;
   497 }
   497 }
   498 div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus {
   498 div.menu input[type ^="text"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="password"]:focus {
   499   background-color: #FAFDF6;
   499   background-color: #FAFDF6;
   500 }
   500 }
   501 div.menu input[type ^="button"], div.menu input[type ^="submit"] {
   501 div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] {
   502   border-width: 0;
   502   border-width: 0;
   503   font-size: 9pt;
   503   font-size: 9pt;
   504   padding: 3px 5px;
   504   padding: 3px 5px;
   505   max-width: 70px;
   505   max-width: 70px;
   506 }
   506 }
   507 div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover {
   507 div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover {
   508   color: #400000;
   508   color: #400000;
   509   background-color: transparent;
   509   background-color: transparent;
   510   background-image: url(../img/content_bg.gif);
   510   background-image: url(../img/content_bg.gif);
   511 }
   511 }
   512 div.menu ul {
   512 div.menu ul, div.menu_nojs ul {
   513   display: none;
   513   display: none;
   514   position: absolute;
   514   position: absolute;
   515   padding: 0;
   515   padding: 0;
   516   margin: 0;
   516   margin: 0;
   517   background-color: #F3F6ED;
   517   background-color: #F3F6ED;
   518   border-width: 0;
   518   border-width: 0;
   519   min-width: 120px;
   519   min-width: 120px;
   520 }
   520 }
   521 div.menu ul li {
   521 div.menu ul li, div.menu_nojs ul li {
   522   list-style: none;
   522   list-style: none;
   523 }
   523 }
   524 div.menu ul a {
   524 div.menu ul a, div.menu_nojs ul a {
   525   float: none;
   525   float: none;
   526   margin: 0;
   526   margin: 0;
   527 }
   527 }
   528 span.menuclear {
   528 span.menuclear {
   529   font-size: 1px;
   529   font-size: 1px;
   532   clear: left;
   532   clear: left;
   533   line-height: 0px;
   533   line-height: 0px;
   534   display: block;
   534   display: block;
   535 }
   535 }
   536 
   536 
   537 .mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; }
   537 .mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; }
   538 .tblholder   { margin: 0; margin-left: 0.2in; padding: 0px;  border: 1px #E1D6C6 solid; margin-bottom: 10px; }
   538 .tblholder   { margin: 0; margin-left: 0.2in; padding: 0px;  border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; }
   539 
   539 
   540 .tblholder th      { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; }
   540 .tblholder th        , .mdg-comment th         { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; }
   541 .tblholder td.row1 { padding: 4px; background-color: #E3E6DD !important; }
   541 .tblholder td.row1   , .mdg-comment td.row1    { padding: 4px; background-color: #E3E6DD !important; }
   542 .tblholder td.row2 { padding: 4px; background-color: #F3F6ED !important; }
   542 .tblholder td.row2   , .mdg-comment td.row2    { padding: 4px; background-color: #F3F6ED !important; }
   543 .tblholder td.row3 { padding: 4px; background-color: #EBEDE6 !important; }
   543 .tblholder td.row3   , .mdg-comment td.row3    { padding: 4px; background-color: #EBEDE6 !important; }
   544 .tblholder table   { background-color: #FFFFFF; }
   544 .tblholder table     , .mdg-comment table      { background-color: #FFFFFF; }
   545 .tblholder th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; }
   545 .tblholder th.subhead, .mdg-comment th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; }
   546 
   546 
   547 .catCheck       { padding: 3px; }
   547 .catCheck       { padding: 3px; }
   548 .catCheck:hover { padding: 3px; background-color: #F3F6ED; }
   548 .catCheck:hover { padding: 3px; background-color: #F3F6ED; }
   549 
   549 
   550 /* Information, warning, question, and error boxes */
   550 /* Information, warning, question, and error boxes */