/***********************************************************************\
 * Style Sheet for BOINC help pages from  http://www.spy-hill.net/help/boinc
 * by Eric Myers <myers@spy-hill.net>  - 25 August 2006
 * 
 * @(#) Last changed: -EAM 12Mar2007 
\***********************************************************************/

h2 {
   padding-top: 1em;
}

h2:before {
 content: <br clear='right'>;
}


h3:before {
 content: <br clear='right'>;
}


.right {
   float: right;
}


/* Any warning */

.warn, .warning  {
   background-color: pink;
   padding: 1.0em;
   border: 1px;
}

/* Lists have bullets indicating source */

li.boinclist  {   list-style-image: url(boincicon.gif)  }
ul.boinclist li { list-style-image: url(boincicon.gif)  }

li.spy-hill  {   list-style-image: url(SpyHillicon.png)  }
ul.spy-hill li { list-style-image: url(SpyHillicon.png)  }


li.pirates  {   list-style-image: url(http://pirates.spy-hill.net/images/pirateicon.gif)   }
ul.pirates li { list-style-image: url(http://pirates.spy-hill.net/images/pirateicon.gif)   }

ol { margin-left: 3em; }



/* 'topics' table of contents at the top of every page */

table.topics {
   margin: 1em;
   padding: 0em;
   float: right;
   border: 3px;
   border-style: outset;
}

/* List of app release notes by particular version */

dl.rel_notes dt {
  padding-top: 0.5em;  
}

/* Listing of files in an app or package */

dl.file-list dt {
   padding-top: 0.25em;
   font-family: monospace;
   font-weight: bold;
   font-size: 120%;
   white-space: pre;
}  

dl.file-list dd {
   padding-bottom: 1.0em;
}  


/* Code listing */

blockquote.code {
   white-space: pre;
   font-family: monospace;
   background-color: lightgray;
   padding: 0.5em;
   font-size: 80%;  
}


/* Example of commands or anything */ 

blockquote.example {
   white-space: pre;
   font-family: monospace;
   background-color: rgb(220,230,255);
   padding: 0.5em;
   font-size: 80%;
   border: 1px;
   border-style: solid; 
   border-color: grey;
   margin-right: 5em;
}


/* Output or log files */

blockquote.output {
   white-space: pre;
   font-family: monospace;
   background-color: rgb(220,255,230);
   padding: 0.5em;
   font-size: 80%;
}


/* Output or log files */

blockquote.warn-output {
   white-space: pre;
   font-family: monospace;
   background-color: rgb(255,230,230);
   padding: 0.5em;
   font-size: 80%;
}

/*EOF*/
