You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2003/11/22 05:26:06 UTC

cvs commit: ws-juddi/webapps/juddi juddi.css

sviens      2003/11/21 20:26:06

  Added:       webapps/juddi juddi.css
  Log:
  Moved from SourceForge.net CVS.
  
  Revision  Changes    Path
  1.1                  ws-juddi/webapps/juddi/juddi.css
  
  Index: juddi.css
  ===================================================================
  body {
    margin:      0px 10px 10px 10px;
    font-family: "Trebuchet MS", sans-serif;
    font-size:   10pt;
    background:  #FFF;
    color:       #000;
  }
  
  h1 {
  	font-family: "Trebuchet MS", sans-serif;
  	background: #00005A;
  	font-weight: normal;
  	color: White;
  	padding: 5px 10px;
  	margin: 0px -10px 10px -10px;
  }
  
  h2 {
  	font-family: "Trebuchet MS", sans-serif;
  	color: #00005A;
  }
  
  h3 {
  	font-family: "Trebuchet MS", sans-serif;
  	color: #00005A;
  }
  
  h4 {
  	font-family: "Trebuchet MS", sans-serif;
  	color: #00005A;
  }
  
  .sidebar {
  	border: 1px solid #00005A;
  	background: #EEE;
  	padding: 5px;
  } 
  
  pre.code_sample {
    background: #EEE;
    padding: 5px;
  }
  
  dt {
    font-weight: bold;
  }
  
  dl {
    margin-left: 3em;
  }
  
  td {
    font-size:   10pt;
  }
  
  DIV.announcement dl {
    margin-left: 0px;
  }
  
  div.NAV {
    background: #000;
    margin: 0px -10px;
    padding: 2px 10px;
    color: #CCC;
    font-size: 12pt;
    font-weight: bold;
  }
  
  div.NAV A {
    color: #CCC;
    text-decoration: none;
  }
  
  div.NAV A:hover {
    color: #FFF;
  }
  
  .ednote {
    color: #999;
    font-style: italic;
  }
  
  .cvs_id {
    color: #999;
    font-size: 8pt;
    border-top: solid 1px #999;
  }
  
  .author {
    font-size: 14pt;
    font-style: italic;
  }
  
  var {
    font-style: italic;
    color: #900;
  }
  
  div.footer { 
    color: #666699; margin: 0px -10px; padding: 2px 10px; font-size: 8pt; font-weight: normal; 
  }
  
  div.footer a {
    color: #666699; text-decoration: none; 
  }
  
  div.footer a:hover { 
    color: #666699; text-decoration: underline; 
  }