ceki        2004/08/13 02:32:24

  Modified:    docs/css site.css
  Log:
  

  Extensive changes to the site CSS file.

  

  PR:

  Obtained from:

  Submitted by: 

  Reviewed by:  

  

  
  Revision  Changes    Path
  1.7       +68 -36    logging-site/docs/css/site.css
  
  Index: site.css
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/css/site.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site.css  19 Apr 2004 14:18:25 -0000      1.6
  +++ site.css  13 Aug 2004 09:32:24 -0000      1.7
  @@ -1,64 +1,96 @@
  +

   H1, H2, H3 {

    color: #101099;

   }

   

  -

  -

  -

  -A, A:visited {

  +A:link, A:visited {

     text-decoration: none;

     color: #006699;

   }

   

  -A:hover {

  +A:link:hover {

     text-decoration: underline;

  -  color: #006699;

   }

   

  -table#main {

  -  width: 900;

  -  max-width: 900;

  +.centercol {

  +  margin-top: 100px;

  +  margin-left: 210px;

  +  margin-right:210px;

  +  max-width: 800px;

  +}

  +

  +.leftcol {

  +  position: absolute;

  +  left:  10px;

  +  top:   130px; 

  +  width: 190px;

  +}

  +

  +.banner {

  +  position: absolute;

  +  left:  10px;

  +  top:   10px; 

  +  /* width: 900px; */

  +}

  +.menu_header, .menu_item {

  +/*  width: 190px; */

  +  font-family: "trebuchet MS", Arial, Helvetica, sans-serif;

  +  font-size: smaller;

  +}

  +

  +.menu_header {

  +  border:1px solid #AAAAAA;

  +  background: #CCCCCC; 

  +  padding-left: 1ex;

  +}

  +

  +.menu_item:hover {

  +  background: #DDD; 

   }

   

  -table#navbar {

  +.menu_item {

     background: #EEEEEE;

  -  border-top:    1px solid #909090;

  -  border-left:   1px solid #909090;

  -  border-right:  1px solid #909090; 

  -  border-bottom: 1px solid #909090; 

  +  padding-left: 2ex;

  +  border-top:   0px solid #AAAAAA;

  +  border-right: 1px solid #AAAAAA;

  +  border-bottom:1px solid #AAAAAA;

  +  border-left:  1px solid #AAAAAA;

   }

   

  -td.navbarItem {

  +

  +

  +.source {

     border-top: 1px solid #DDDDDD;

  -  padding-left:  1em;

  -  padding-right: 1ex;

  +  border-bottom: 1px solid #DDDDDD;

  +  background:#eee;

   }

   

  -td.navbarHeader {

  -  background: #E4E4E4;

  -  border-bottom: 1px solid #CCCCCC;

  -  border-top: 1px solid #CCCCCC;

  -  padding-left:  1ex;

  -  padding-right: 1ex;

  +table.ls {

  +  background: #FFFFFF;

   }

  -

  -td#mainContents {

  -  padding-left:  1em;

  -  padding-right: 1em;

  +table.ls td {

  +  background: #f4f4f4; 

  +  vertical-align: top;

  +  padding-bottom: 1ex;

   }

   

  -table.regular {

  -    background: #FFFFFF;;

  +table.ls th {

  +  background: #E4E4E4;

   }

   

  -table.regular td {

  -    background: #f4f4f4;

  -    vertical-align: top;

  -    padding-bottom: 1ex;

  +.index-faqSection {

  +   padding-left: 0em;

  +}

  +.index-question {

  +   padding-left: 1em;

  +}

   

  +.faqSection {

  +  font-size: larger;

  +  font-weight: bolder;

   

   }

   

  -table.regular th {

  -       background: #E4E4E4;

  -}
  \ No newline at end of file
  +.question {

  +  font-weight: bolder;

  +}

  
  
  

Reply via email to