styleForAll.css
    
        
    
        
        
          
            by
          admin
          —
          
          
        
        
            
            last modified
            
            2007-12-11 00:36
        
        
        
        
        
        
    
     
 
        
    
        
            
                
                
                Click here to get the file
                
            
        
    
        
            
            Size
            
            
            3.5 kB
    
            
    
            -
            
            
            File type
            
    
            text/css
        
    
        
    
                File contents
    
                /****************************************************************************
 * 
 * HPCToolkit style sheet
 *
 * Notes:
 *   - search for 'BasicFontSize' to consistently set basic font size
 *
 ****************************************************************************/
/****************************************************************************
 * Classes and Id styles
 ****************************************************************************/
/* main id: Id for the main text pane.
 */
#main {
  /* position: absolute; Phooey on Netscape 4*/
  top: 95px;
}
/* lastupdated class: For "Last Updated text"
 */
.lastupdated {
  font-style: italic;
  color: black;
  text-decoration: none;
  background-color: transparent;
}
/* disclaimer class: For Disclaimer at bottom of each page.
 */
.disclaimer {
  font-style: italic;
  color: black;
  text-decoration: none;
  background-color: transparent;
}
/* hpctool class: a reference to an hpctool such as bloop or hpcview.
 */
.hpctool {
  font-weight: bold;
  color: maroon;
  /* text-decoration: none; */
  background-color: transparent;
}
/* xtool class: a reference to an external tool such as ssrun or prof
 */
.xtool {
  color: #888800; /* olive; */
  /* text-decoration: none; */
  background-color: transparent;
}
/* xmlcomment class: inline comments for annotating/explaining XML formats
 */
.xmlcomment {
  color: red;
  font-style: italic; 
  /* text-decoration: none; */
  background-color: transparent;
}
/* xmlvar class: attribute values/variables that users should note 
 *   (for annotating/explaining XML formats)
 */
.xmlvar {
  color: green;
  /* text-decoration: none; */
  background-color: transparent;
}
/* (Pseudo) href class: used for examples
 */
.hrefPs {
  color: blue;
  text-decoration: underline;
  background-color: transparent;
}
.indent {
  margin-left: 4%; /* these can be nested */
}
ol.noindent {
  margin-left: 1ex;
  padding-left: 2ex;
  border-width: 0ex;
  text-align: left;
}
ul.noindent {
  margin-left: 2ex;
  padding-left: 0ex;
  border-width: 0ex;
  list-style: disc outside;
  text-align: left;
}
ul.noindent > li:before {
  display: marker;
  marker-offset: 2ex;
  border-width: 0ex;
}
/****************************************************************************
 * Element styles
 ****************************************************************************/
  
body {
  color: black;
  background-color: white;
}
head {
}
h1 {
  font-size: 32px;
  line-height: 1;
  font-family: sans-serif;
  color: black;
  background-color: transparent; 
}
h2 {
  font-size: 19px;
  font-family: serif;
  color: black;
  background-color: transparent;
}
h3 {
  font-size: 14px;
  font-family: serif;
  color: black;
  background-color: transparent;
  list-style-type: disc;
  list-style-position: outside;
}
h4 {
  font-size: 14px;
  font-family: serif;
  color: black;
  background-color: transparent;
  list-style-type: disc;
  list-style-position: outside;
}
a {
  text-decoration: underline;
  color: blue;
  background-color: transparent;
}
pre, code { 
  font-size: 13px;
/*  color: black; */
  background-color: transparent; 
  font-family: monospace;
}
p {
  font-size: 14px;
  font-family: serif;
  color: black;
  background-color: transparent;
}
dl {
  font-size: 14px;
  font-family: serif;
  color: black;
  background-color: transparent;
}
ul {
  font-size: 14px;
  font-family: serif;
  color: black;
  background-color: transparent;
}
blockquote {
  background-color: transparent;
}
img {
  /*  padding-left: 5px;
  display: float; */
}