[BACK]Return to default.css CVS log [TXT][DIR] Up to [local] / prex-old / doc / html

Diff for /prex-old/doc/html/default.css between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:42 version 1.1.1.1.2.1, 2008/08/13 17:12:25
Line 1 
Line 1 
   html {
           height:100%;
   }
   
 body {  body {
         font-family: Verdana, Arial, Sans-Serif;          font-family: Verdana, Arial, Sans-Serif;
         width: 958px;          font-size: 100.01%;
           height: 100%;
           width: 882px;
         margin: 0 auto 0 auto;          margin: 0 auto 0 auto;
         padding: 0 0 10px 0;          padding: 0;
         text-align: center;          text-align: center;
         color: black;          color: #333;
         background-color: #cccccc;  
 }  }
   
   #middle {
           background: url(img/background.gif) repeat-y center top;
           width: 870px;
           padding: 0 6px 0 6px;
           margin: 0;
   }
   
   #content {
           font-size: 82%;
           width: 870px;
   }
   
   #header {
           height: 80px;
           overflow: hidden;
   }
   
   #logo {
           padding: 20px 30px 10px 30px;
   }
   
   #brief {
           font-size: 13px;
           padding: 15px 15px 10px 0px;
           color: #666;
           line-height: 1.4;
   }
   
   #info {
           height: 20px;
           text-align: right;
           padding: 3px 20px;
           background-color: #e4edf3;
           color: #006699;
           font-size: 11px;
   }
   
   #info a {
           color: #336699;
           text-decoration: none;
   }
   
   #directory {
           height: 20px;
           padding: 3px 20px;
           background-color: #e4edf3;
           color: #006699;
           font-size: 12px;
   }
   
   #side_menu {
           font-size: 90%;
           width: 170px;
           margin: 30px;
           padding: 5px;
           border-right: 1px solid #e1e1e1;
           line-height: 1.3;
   }
   
   #main {
           font-size: inherit;
           line-height: 1.5;
           margin: 0;
           padding: 0 15px 30px 20px;
           list-style-image: url(img/bullet.gif);
   }
   
   #doc {
           font-size: inherit;
           line-height: 1.5;
           margin: 0;
           padding: 0 40px 30px 40px;
           list-style-image: url(img/bullet.gif);
   }
   
   #footer {
           border-top: 1px solid #e1e1e1;
           padding: 10px;
           margin: 0;
           font-size: 85%;
           line-height: 2;
           text-align: center;
           color: #333;
   }
   
   #banner {
           padding: 5px 0 5px 0;
           margin: 0;
   }
   
   
 h1, h2 {  h1, h2 {
         font-family: 'Trebuchet ms', Arial, Tahoma;          font-family: 'Trebuchet ms', Arial, Tahoma;
 }  }
   
 h1 {  h1 {
         padding: 0.3em 0 0.2em 0;          padding: 0.4em 0 0.2em 0;
         margin: 0;          margin: 0;
         font-size: 2.4em;          font-size: 280%;
         color: #6699cc;          color: #6699cc;
 }  }
   
 h2 {  h2 {
         padding:  0.4em 0 0 0;          padding:  0.4em 0 0 0;
         margin: 0 0 0.5em 0;          margin: 0 0 0.5em 0;
         font-size: 1.9em;          font-size: 200%;
         border-bottom: 2px solid #fc9;          border-bottom: 2px solid #fc9;
         color: #e60;          color: #e60;
 }  }
   
 h2 span {  h2 span {
         font-size: 0.7em;          font-size: 77%;
 }  }
   
 h3 {  h3 {
         font-size: 1.2em;          font-size: 131%;
         color: #333;          color: #666;
         margin: 1em 0 0.7em 0;          margin: 1em 0 0.3em 0;
 }  }
   
   h4 {
           font-size: 124%;
           margin: 1em 0 0.3em 0;
   }
   
 a {  a {
         color: #006699;          color: #006699;
 }  }
Line 54 
Line 155 
         text-align: right;          text-align: right;
 }  }
   
   div.date {
           font-size: 90%;
           font-style: italic;
           color: #666666;
   }
   
 td.pad {  td.pad {
         height: 15px;          height: 10px;
         padding: 0;          padding: 0;
 }  }
   
 #header {  
         background-color: #0e90d0;  
         background: url(img/header.gif) top repeat-x;  
         height: 100px;  
         overflow: hidden;  
 }  
   
 #top {  
         background: url(img/top.gif) no-repeat center bottom;  
         width: 958px;  
         padding: 30px 0 0 0;  
         margin: 0;  
 }  
   
 #middle {  
         background: url(img/background.gif) repeat-y center top;  
         width: 900px;  
         padding: 0 30px 0 30px;  
         margin: 0;  
 }  
   
 #banner {  
         padding: 0 0 20px 0;  
         margin: 0;  
 }  
   
 #content {  
         width: 900px;  
         background-color: white;  
         font-size: 0.8em;  
 }  
   
 #logo {  
         padding: 30px 30px 10px 40px;  
 }  
   
 #brief {  
         font-family: Verdana, Tahoma, Sans-serif;  
         font-weight: bold;  
         font-size: 0.75em;  
         padding: 45px 15px 10px 0px;  
         color: white;  
         line-height: 1.4em;  
 }  
   
 #side_menu {  
         width: 180px;  
         margin: 30px;  
         padding: 0 10px 10px 10px;  
         border-right: 1px solid #e1e1e1;  
         line-height: 1.3em;  
 }  
   
 div.menu_title {  div.menu_title {
         width: 160px;          width: 160px;
         padding: 0px;          padding: 0px;
         margin: 0 0 0 10px;          margin: 0 0 0 5px;
         text-align: center;          text-align: center;
         background: #dedfe0 url(img/menu_top.gif) no-repeat top left;          background: #b3b4b5 url(img/menu_top.gif) no-repeat top left;
         color: black;          color: white;
 }  }
   
 div.menu_title span {  div.menu_title span {
Line 131 
Line 186 
   
 div.menu_navi {  div.menu_navi {
         margin: 0;          margin: 0;
         padding: 10px 5px 25px 5px;          padding: 10px 2px 20px 2px;
 }  }
   
 div.menu_navi ul {  div.menu_navi ul {
         margin: 0;          margin: 0 5px;
         padding: 0;          padding: 0;
         list-style: none;          list-style: none;
 }  }
   
 div.menu_navi li {  div.menu_navi li {
           padding: 0;
         display: block;          display: block;
           border-bottom: 1px solid #eeeeee;
           vertical-align: middle;
 }  }
   
 div.menu_navi li a {  div.menu_navi li a {
         padding: 0 0 0 10px;          padding: 0 0 0 10px;
         color: #006699;  
         display: block;          display: block;
         height: 100%;          height: 100%;
           line-height: 1.8;
           color: #006699;
         text-decoration: none;          text-decoration: none;
 }  }
   
 div.menu_navi li a:hover {  div.menu_navi li a:hover {
         padding: 0 0 0 10px;          padding: 0 0 0 10px;
         color: black;          color: black;
         background-color: #ADFF2F;          background-color: #D0F7FF;
         text-decoration: none;          text-decoration: none;
 }  }
   
Line 185 
Line 244 
 }  }
   
 div.menu_date {  div.menu_date {
         font-size: 0.85em;          font-style: italic;
           font-size: 90%;
         text-align: right;          text-align: right;
           color: #666666;
 }  }
   
 #directory {  div.doc {
         background: url(img/dir.png) top repeat-x;          padding: 40px;
         height: 39px;  
         padding: 5px 20px;  
         color: #006699;  
         font-size: 0.9em;  
 }  }
   
 #info {  pre {
         background: url(img/dir.png) top repeat-x;  
         height: 39px;  
         text-align: right;  
         padding: 5px 20px;  
         color: #006699;  
         font-size: 0.85em;  
 }  
   
 #info a {  
         color: #336699;  
         text-decoration: none;  
 }  
   
 #main {  
         height: 400px;  
         margin: 0;  
         padding: 0 30px 50px 30px;  
         line-height: 1.3;          line-height: 1.3;
         list-style-image: url(img/bullet.gif);          font-size: inherit;
 }  
   
 #main pre {  
         font-size: 1.2em;  
         margin: 1em 1em 1em 2em;          margin: 1em 1em 1em 2em;
         border: 1px solid #c1b496;          border: 1px solid #c1b496;
         padding: 1em;          padding: 1em;
Line 228 
Line 264 
         color: black;          color: black;
 }  }
   
 #main pre.terminal {  pre.terminal {
           font-size: inherit;
         margin-left: 1em;          margin-left: 1em;
         padding: 0.6em;          padding: 0.6em;
           line-height: 1.5;
         color: white;          color: white;
         background-color: #333;          background-color: #333;
         border: 3px inset #999;          border: 3px inset #999;
 }  }
   
   pre.raw {
           font-size: 110%;
           line-height: 1.3;
           background-color: white;
           border: none;
   }
   
 #main table {  #main table {
         font-size: 1em;          font-size: 100%;
         empty-cells: show;          empty-cells: show;
 }  }
   
 #main table tr th {  #main table tr th {
           padding: 4px 6px;
         background-color: #eee;          background-color: #eee;
 }  }
   
 #footer {  #main table td {
         background: #eafaff url(img/footer.gif) repeat-x 50% 0%;          padding: 4px 6px;
         padding: 10px;  
         margin: 0;  
         font-size: 0.8em;  
         line-height: 2em;  
         text-align: center;  
         color: #333;  
 }  }
   
 #bottom {  #main table.box td {
         background: url(img/bottom.gif) no-repeat center top;          padding: 15px;
         width: 958px;  }
         padding: 20px 0 0 0;  
         margin: 0 0 20px 0;  #doc table {
           font-size: 100%;
           empty-cells: show;
   }
   
   #doc table tr th {
           padding: 4px 6px;
           background-color: #eee;
   }
   
   #doc table td {
           padding: 4px 6px;
   }
   
   #doc table.box td {
           padding: 15px;
 }  }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb