You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2001/10/15 20:26:32 UTC

cvs commit: jakarta-tomcat-connectors/webapp/docs style.css

pier        01/10/15 11:26:32

  Added:       webapp/docs style.css
  Log:
  Cascading style sheet for documentation.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-connectors/webapp/docs/style.css
  
  Index: style.css
  ===================================================================
  BODY {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify;
  }
  
  H1 {
    border-width: 2px;
    border-style: ridge;
    border-color: #cccccc;
    background-color: #ddddff;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 2px;
  }
  
  H2 {
    border-width: 2px;
    border-style: ridge;
    border-color: #cccccc;
    background-color: #eeeeff;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    padding: 2px;
  }
  
  H3 {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
  }
    
  H4 {
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    text-align: center;
  }
  
  P {
    margin-left: 20px;
  }
  
  P.note {
    border-width: 1px;
    border-style: ridge;
    border-color: #cccccc;
    background-color: #ffffee;
    font-size: 8pt;
    font-weight: normal;
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    padding: 4px;
  }
  
  P.copyright {
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
  }
  
  PRE {
    border-width: 1px;
    border-style: ridge;
    border-color: #cccccc;
    background-color: #eeeeee;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    padding: 4px;
  }
  
  CODE {
    font-size: 8pt;
    white-space: pre;
    font-weight: normal;
  }
  
  EM {
    color: #000099;
    font-style: normal;
  }
  
  OL {
    list-style: decimal outside;
    font-size: 10pt;
  }
  
  OL OL {
    list-style: lower-alpha outside;
    font-size: 8pt;
  }
  
  A:link {
    color: #0000ee;
    text-decoration: none;
  }
  
  A:visited {
    color: #0000ee;
    text-decoration: none;
  }
  
  A:active {
    color: #0000ee;
    text-decoration: none;
  }