You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by da...@apache.org on 2001/12/06 12:41:04 UTC

cvs commit: tcl-site/presentations/tcl style.css

davidw      01/12/06 03:41:04

  Added:       presentations/tcl style.css
  Log:
  Added style sheet.
  
  Revision  Changes    Path
  1.1                  tcl-site/presentations/tcl/style.css
  
  Index: style.css
  ===================================================================
  body {
      font-family: Arial, sans-serif;
      font-style: normal;
      font-size: 200%;
      color: #ffffff;
      background-color: #000000;
      background: url(logoLarge.png)
  }
  
  body.splash {
      font-size: 300%;
  }
  
  
  A:link { color: #003366; }
  A:visited { color : #cc3300; }
  A:hover { color : #000000 ; background-color : #aaaaaa }
  
  LI {
     margin-bottom: 0.5em; 
  }
  
  UL LI { list-style-image: url(bullet1.png) }
  UL UL LI { list-style-image: url(bullet2.png) }
  
  LI LI { font-size: smaller }
  
  h1 {
      color: #003399;
      text-align: center;
  }
  
  h1.splash {
      color: #cc3300;    
  }
  
  h2.splash {
      color: #003399
  }
  
  h3 {
      font-family: Arial, sans-serif;
  }
  
  b {
      font-weight: bold;
  }
  
  td {
      font-size: 200%;
  }
  th {
      font-size: 200%;
  }
  
  code {
       color: #00aa00;
  }
  
  div.box {
      font-size: smaller;
      border-width: medium;
      padding: 0.25em;
      background-color: #dddddd;
  }