You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/03 07:14:52 UTC

cvs commit: modperl-docs/src style.css

stas        02/04/02 21:14:51

  Modified:    src      style.css
  Log:
  - style sheet corrections and cleanups from allan
  Submitted by:	allan
  
  Revision  Changes    Path
  1.41      +60 -144   modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- style.css	25 Mar 2002 13:55:45 -0000	1.40
  +++ style.css	3 Apr 2002 05:14:51 -0000	1.41
  @@ -1,42 +1,38 @@
   body {
  -    font-family: helvetica, arial, verdana, sans-serif; 
  +    font-family: helvetica, arial, verdana, sans-serif;
       font-size: 1.0em;
  -    color: #000000; 
  +    color: #000000;
   }
   
   p {
  -    font-family: helvetica, arial, verdana, sans-serif; 
  +    font-family: helvetica, arial, verdana, sans-serif;
       font-size: 1.0em;
  -    color: #000000; 
  +    color: #000000;
   }
   
   h1, h2, h3, h4 {
       color: #525d76;
       font-size: 1.2em;
       font-family: helvetica, arial, verdana, sans-serif;
  -}  
  +}
   
  -a:link    { color: #0000ff;} 
  +a:link    { color: #0000ff;}
   a:visited { color: #993333;}
   a:active  { color: #666666;}
   a:hover   { color: #666666;}
   
  -td.menu-title-bg {
  -    background-color: #828da6;
  -}
  -
  -td.non-sel-bg {
  -    background-color: #ffffff;
  -}
  +/* light blue bg-color for menu-titles */
  +td.menu-title-bg { background-color: #828DA6; }
   
  -td.sel-bg {
  -    background-color: #525d76;
  -}
  +/* light gray/white bg-color for non-selected menu-items */
  +td.non-sel-bg { background-color: #eeeeee; }
   
  +/* dark blue bg-color for selected menu-items */
  +td.sel-bg { background-color: #525D76; }
   
   div.nonselectedmenuitem {
       padding: 3px;
  -    background-color: #ffffff;
  +    background-color: #eeeeee;
       font-size: 0.9em;
       font-family: verdana, arial, helvetica, sans-serif;
   }
  @@ -46,10 +42,7 @@
       text-decoration: none;
   }
   
  -
  -div.nonselectedmenuitem a:hover {
  -    color: #999999;
  -}
  +div.nonselectedmenuitem a:hover { color: #999999; }
   
   div.selectedmenuitem {
       padding: 3px;
  @@ -63,10 +56,7 @@
       text-decoration: none;
   }
   
  -
  -div.selectedmenuitem a:hover {
  -    color: #cccc99;
  -}
  +div.selectedmenuitem a:hover { color: #cccc99; }
   
   div.menu-title {
       padding: 3px;
  @@ -78,40 +68,33 @@
       text-align: center;
   }
   
  -td.menu-border {
  -    background-color: #525d76;
  -}
  -
  -/* standard html tags */
  +/* dark blue border color for menu-boxes */
  +td.menu-border { background-color: #525d76; }
   
  -td.search {
  -    background-color: #525d76;
  +/* font specs for search box */
  +.radio-font {
       font-family: verdana, arial, helvetica, sans-serif;
  -    font-size: 0.8em;
  -    color: #ffffff;
  -}
  -
  -/* formfields */
  -
  -.input-fld { 
  -    font-family: verdana, arial, helvetica, sans-serif;
  -    font-size: 1em;
  -    height: auto;
  +    font-size: 0.9em;
  +    color: #000000;
   }
   
  -.submit-but {
  -    font-family: verdana, arial, helvetica, sans-serif;
  -    font-size: 0.8em;
  -    height: auto;
  +/* main boxes */
  +div.logobox {
  +    position: absolute;
  +    top: 0px;
  +    left: 0px;
  +    /* this border MUST be _0px_ for ns4 and others */
  +    border: 0px;
  +    border-style: none;
  +    border-color: #000000;
   }
   
  -
  -/* main boxes */
   div.leftbox {
       position: absolute;
  -    top: 5px;
  +    top: 55px;
       left: 0px;
  -    width: 170px;
  +    width: 174px;
  +    /* this border MUST be _1px_ for ns4 */
       border: 1px;
       border-style: none;
       border-color: #000000;
  @@ -119,49 +102,16 @@
   
   div.rightbox {
       position: absolute;
  -    top: 5px;
  +    top: 55px;
       left: 190px;
  -    padding: 5px;
  -    padding-right:10px; 
  +    padding: 0px;
  +    padding-right: 10px;
  +    /* this border MUST be _1px_ for ns4 */
       border: 1px;
       border-style: none;
       border-color: #000000;
   }
   
  -
  -/* boxes in the left box */
  -div.logo {
  -    width: 175px;
  -    border: 1px;
  -    border-style: none;
  -    /* background-color: #ffffff; */
  -}
  -
  -div.menumain {
  -    border: 1px;
  -    border-style: none;
  -    width: 175px;
  -}
  -
  -div.menulinks {
  -    border: 1px;
  -    border-style: none;
  -    width: 175px;
  -    /* background-color: #ffffff; */
  -}
  -
  -div.ad {
  -    border: 1px;
  -    border-style: none;
  -    width: 175px;
  -   /* background-color: #ffffff;*/
  -}
  -
  -div.ad a:link    {text-decoration: none; color: #525d76;}
  -div.ad a:visited {text-decoration: none; color: #525d76;}
  -div.ad a:active  {text-decoration: none; color: #525d76;}
  -div.ad a:hover   {text-decoration: none; color: #666666;}
  -
   div.adtext {
       font-family: helvetica, arial, verdana, sans-serif;
       font-size: 0.8em;
  @@ -169,8 +119,7 @@
       padding: 5px;
   }
   
  -
  -/*breacrumb*/
  +/* breadcrumb */
   td.navbarglobal {
       font-family: verdana, arial, helvetica, sans-serif;
       color: #828da6;
  @@ -178,21 +127,23 @@
   }
   
   td.navbarglobal a:link, td.navbarglobal a:visited, td.navbarglobal a:active {
  -    text-decoration: none; 
  +    text-decoration: none;
       color: #828da6;
       font-family: verdana, arial, helvetica, sans-serif;
   }
   
   td.navbarglobal a:hover {
  -    text-decoration: none; 
  +    text-decoration: none;
       color: #666666;
       font-family: verdana, arial, helvetica, sans-serif;
   }
   
  -div.index_section {
  -    font-family: helvetica, arial, verdana, sans-serif; 
  +
  +/* why do we need this ?*/
  +div.index-section {
  +    font-family: helvetica, arial, verdana, sans-serif;
       font-size: 1.0em;
  -    color: #000000; 
  +    color: #000000;
   }
   
   div.tail {
  @@ -202,26 +153,20 @@
       border: 1px;
       border-style: none;
       border-color: #000000;
  -    /*background-color: #ffffff;*/
       margin-right: 0px;
   }
   
  -
  -/* various font defs */
  -td.headline {
  +div.headline {
       background-color: #525a73;
       font-family: verdana, arial, helvetica, sans-serif;
       font-weight: bold;
       color: #ffffff;
       font-size: 1.2em;
  +    padding: 3px;
   }
   
  -
   /* Search Results */
  -
  -div.searchform {
  -    font-size: 0.8em;
  -}
  +div.searchform { font-size: 0.8em; }
   
   td.searchheader {
       background-color: #525a73;
  @@ -239,7 +184,6 @@
   /*    font-size: 0.6em; */
   }
   
  -
   td.searchnav {
       background-color: #eeeeee;
       font-family: verdana, arial, helvetica, sans-serif;
  @@ -258,15 +202,9 @@
   /*    font-size: 0.6em; */
   }
   
  -span.searchhighlight {
  -    background:#FFFF99;
  -}
  -
  +span.searchhighlight { background-color: #ffff99; }
   
  -
  -code { 
  -    font-family: courier new, courier, monospace;
  -}
  +code { font-family: courier new, courier, monospace; }
   
   /* lists */
   dl, ul {
  @@ -276,54 +214,32 @@
   }
   
   dl a:link, dl a:active, ul a, ul a:link, ul a:active, ul a:visited, ul a:hover  {
  -    text-decoration: none; 
  +    text-decoration: none;
       color: #0000ff;
   }
   
   dl a:visited {
  -    text-decoration: none; 
  +    text-decoration: none;
       color: #993333;
   }
   
   dl a:hover {
  -    text-decoration: none; 
  +    text-decoration: none;
       color: #666666;
   }
   
  -
   /* misc */
   
  -/* border-color for ad-images */
  -.img-border {
  -    color: #000000;
  -}
  -
  +/* general border-color for ad-images */
  +.img-border { color: #000000; }
   
  -/* font specs for download widget */
  -td.download {
  -    font-size: 0.80em;
  -    font-family: helvetica, arial, verdana, sans-serif;
  -}
  +/* dark-blue bg-color */
  +td.blue-bg { background-color: #525D76; }
   
  -td.download a:link, td.download a:active , td.download a:visited {
  -    text-decoration: none;
  -}
  -
  -td.download a:hover {
  -    text-decoration: none;
  -    color: #666666;
  -}
  -
  -/* "spacegif" substitute in menus */
  -td.blue-bg {
  -    background-color: #525d76;
  -}
  -
  -td.ad-bg {
  -    background-color: #ffffff;
  -}
  +/* light gray/white bg-color for ad-sec */
  +td.ad-bg { background-color: #eeeeee; }
   
  -/* hack aimed for opera instead of using space.gif*/
  +/* instead of using space.gif */
   .smallbr {
       font-family: helvetica, arial, verdana, sans-serif;
       font-size: 1px;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org