Diff for /loncom/interface/loncommon.pm between versions 1.800 and 1.801

version 1.800, 2009/05/01 01:07:55 version 1.801, 2009/05/04 19:35:31
Line 4496  sub standard_css { Line 4496  sub standard_css {
     my $img    = &designparm($function.'.img',   $domain);      my $img    = &designparm($function.'.img',   $domain);
     my $tabbg  = &designparm($function.'.tabbg', $domain);      my $tabbg  = &designparm($function.'.tabbg', $domain);
     my $font   = &designparm($function.'.font',  $domain);      my $font   = &designparm($function.'.font',  $domain);
       my $fontmenu = &designparm($function.'.fontmenu', $domain);
 #second colour for later usage  #second colour for later usage
     my $sidebg = &designparm($function.'.sidebg',$domain);      my $sidebg = &designparm($function.'.sidebg',$domain);
     my $pgbg_or_bgcolor =      my $pgbg_or_bgcolor =
Line 4682  table#LC_nav_location { Line 4683  table#LC_nav_location {
   padding: 0px;    padding: 0px;
 }  }
   
   table#LC_title_bar a {
     color: $fontmenu;
   }
   
 table#LC_title_bar,  table#LC_title_bar,
 table.LC_breadcrumbs,  table.LC_breadcrumbs,
 table#LC_title_bar.LC_with_remote {  table#LC_title_bar.LC_with_remote {
Line 4690  table#LC_title_bar.LC_with_remote { Line 4695  table#LC_title_bar.LC_with_remote {
   border-style: solid;    border-style: solid;
   border-width: $border;    border-width: $border;
   background: $pgbg;    background: $pgbg;
     color: $fontmenu;
   font-family: $sans;    font-family: $sans;
   border-collapse: collapse;    border-collapse: collapse;
   padding: 0px;    padding: 0px;
Line 4710  table#LC_title_bar td { Line 4716  table#LC_title_bar td {
   
 table#LC_title_bar .LC_title_bar_who {  table#LC_title_bar .LC_title_bar_who {
   background: $tabbg;    background: $tabbg;
   color: $font;    color: $fontmenu;
   font: small $sans;    font: small $sans;
   text-align: right;    text-align: right;
   margin: 0px;    margin: 0px;
Line 4775  table#LC_top_nav td.LC_top_nav_login { Line 4781  table#LC_top_nav td.LC_top_nav_login {
 table.LC_breadcrumbs td,  table.LC_breadcrumbs td,
 table.LC_docs_path td  {  table.LC_docs_path td  {
   background: $tabbg;    background: $tabbg;
   color: $font;    color: $fontmenu;
   font-family: $sans;    font-family: $sans;
   font-size: smaller;    font-size: smaller;
 }  }
Line 4783  table.LC_docs_path td  { Line 4789  table.LC_docs_path td  {
 table.LC_breadcrumbs td.LC_breadcrumbs_component,  table.LC_breadcrumbs td.LC_breadcrumbs_component,
 table.LC_docs_path td.LC_docs_path_component {  table.LC_docs_path td.LC_docs_path_component {
   background: $tabbg;    background: $tabbg;
   color: $font;    color: $fontmenu;
   font-family: $sans;    font-family: $sans;
   font-size: larger;    font-size: larger;
   text-align: right;    text-align: right;
Line 4899  table.LC_mail_list tr th, Line 4905  table.LC_mail_list tr th,
 table.LC_prior_tries tr th {  table.LC_prior_tries tr th {
   font-weight: bold;    font-weight: bold;
   background-color: $data_table_head;    background-color: $data_table_head;
     color:$fontmenu;
   font-size:90%;    font-size:90%;
 }  }
   
Line 4946  table.LC_nested tr.LC_empty_row td { Line 4953  table.LC_nested tr.LC_empty_row td {
   
 table.LC_nested_outer tr th {  table.LC_nested_outer tr th {
   font-weight: bold;    font-weight: bold;
     color:$fontmenu;
   background-color: $data_table_head;    background-color: $data_table_head;
   font-size: small;    font-size: small;
   border-bottom: 1px solid #000000;    border-bottom: 1px solid #000000;
Line 5797  h2,h3,h4,h5,h6 { Line 5805  h2,h3,h4,h5,h6 {
         padding:3px 15px 3px 15px;          padding:3px 15px 3px 15px;
         margin:0px;          margin:0px;
  background-color:$tabbg;   background-color:$tabbg;
    color:$fontmenu;
  border-bottom:solid 1px $lg_border_color;   border-bottom:solid 1px $lg_border_color;
 }  }
   

Removed from v.1.800  
changed lines
  Added in v.1.801


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