Diff for /loncom/interface/loncommon.pm between versions 1.392 and 1.395

version 1.392, 2006/06/23 02:56:29 version 1.395, 2006/06/23 05:25:27
Line 3107  sub standard_css { Line 3107  sub standard_css {
     my $link   = &designparm($function.'.link',  $domain);      my $link   = &designparm($function.'.link',  $domain);
   
     my $sans                 = 'Arial,Helvetica,sans-serif';      my $sans                 = 'Arial,Helvetica,sans-serif';
       my $mono                 = 'monospace';
     my $data_table_head      = $tabbg;      my $data_table_head      = $tabbg;
     my $data_table_light     = '#EEEEEE';      my $data_table_light     = '#EEEEEE';
     my $data_table_dark      = '#DDD';      my $data_table_dark      = '#DDD';
Line 3130  table.thinborder { border-collapse: coll Line 3131  table.thinborder { border-collapse: coll
 table.thinborder tr th, table.thinborder tr td { border-style: solid; border-width: 1px}  table.thinborder tr th, table.thinborder tr td { border-style: solid; border-width: 1px}
 form, .inline { display: inline; }  form, .inline { display: inline; }
 .center { text-align: center; }  .center { text-align: center; }
 .LC_filename {font-family: monospace;}  .LC_filename {font-family: $mono;}
 .LC_error {  .LC_error {
   color: red;    color: red;
   font-size: larger;    font-size: larger;
 }  }
   .LC_warning {
     color: red;
   }
 .LC_success {  .LC_success {
   color: green;    color: green;
 }  }
Line 3146  table#LC_top_nav, table#LC_menubuttons { Line 3150  table#LC_top_nav, table#LC_menubuttons {
   border-collapse: seperate;    border-collapse: seperate;
 }  }
   
 table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location {  table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location,
   table#LC_title_bar.LC_with_remote {
   width: 100%;    width: 100%;
   border-color: $pgbg;    border-color: $pgbg;
   border-style: solid;    border-style: solid;
Line 3157  table#LC_title_bar, table#LC_breadcrumbs Line 3162  table#LC_title_bar, table#LC_breadcrumbs
   border-collapse: collapse;    border-collapse: collapse;
 }  }
   
 table#LC_title_bar.LC_with_remote {  
   width: 100%;  
   border: 0;  
   border-spacing: 0;  
   background: $pgbg;  
   font-family: $sans;  
   border-collapse: collapse;  
 }  
 table#LC_title_bar td {  table#LC_title_bar td {
   padding: 3px;    padding: 3px;
   background: $tabbg;    background: $tabbg;
Line 3377  span.LC_current_location { Line 3374  span.LC_current_location {
   background: $pgbg;    background: $pgbg;
 }  }
   
   span.LC_parm_menu_item {
     font-size: larger;
     font-family: $sans;
   }
   span.LC_parm_scope_all {
     color: red;
   }
   span.LC_parm_scope_folder {
     color: green;
   }
   span.LC_parm_scope_resource {
     color: orange;
   }
   span.LC_parm_part {
     color: blue;
   }
   span.LC_parm_folder, span.LC_parm_symb {
     font-size: x-small;
     font-family: $mono;
     color: #AAAAAA;
   }
   
 END  END
 }  }
   

Removed from v.1.392  
changed lines
  Added in v.1.395


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>