File: CoDocker.css

Details

File: CoDocker.css
Date: Thu, May 26, 2011
Created by: Cynic

Source code for the CoDocker CSharp to HTML converter from OfItselfSo.com

/* 
 * CoDocker.css: a style sheet to format the output of the CoDocker
 *               csharp .sln/.csproj/.cs file to HTML converter.
 *
 *               http://www.OfItselfSo.com/CoDocker/CoDocker.php
 *
 *  IMPORTANT NOTE: The CoDocker.css stylesheet is output and 
 *      overwritten each time new web pages are generated by
 *      the CoDocker software. NEVER MODIFY THIS FILE. Your
 *      changes will be erased the next time the CoDocker 
 *      software converts CSharp files to web pages. If you
 *      wish to use a custom CSS file, rename this file, 
 *      make changes to that file and then specify that name
 *      in the css file section of the CoDocker configuration.
 *
 */

body {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:0.8em; 
  color:#151B54;
  background:#dedede;
  margin-top:0em;
  margin-right:0em;
  margin-bottom:0em;
  margin-left:0em;
  padding-top:0em;
  padding-right:0em;
  padding-bottom:0em;
  padding-left:0em;
  text-align:left;
}

h1 {
color:#488AC7;
text-decoration:none;
}

a {
color:#000455;
text-decoration:none;
}

a:visited {
color:#0761D9;
text-decoration:none;
}

a:hover {
color:#999999;
text-decoration:none;
}

.OISHTMLPageBanner {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1em;
  color:#6D7B8D;
  background:#ededed;
  margin-top:1em;
  margin-right:1em;
  margin-bottom:1em;
  margin-left:1em;
  padding-top:1em;
  padding-right:1em;
  padding-bottom:1em;
  padding-left:1em;
  border-top:2px solid #616D7E;
  border-right:2px solid #616D7E;
  border-bottom:2px solid #616D7E;
  border-left:2px solid #616D7E;
}

.OISBannerContent {
  margin-left:1em;
}

.OISBannerLabel {
   font-weight:bold;
}

.OISHTMLPageFooter {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:0.8em;
  color:#6D7B8D;  
  background:#ededed;
  text-align:right;
  margin-top:1em;
  margin-right:1em;
  margin-bottom:1em;
  margin-left:1em;
  padding-top:1em;
  padding-right:1em;
  padding-bottom:1em;
  padding-left:1em;
  border-top:2px solid #616D7E;
  border-right:2px solid #616D7E;
  border-bottom:2px solid #616D7E;
  border-left:2px solid #616D7E;
}

.OISHTMLSectionOuter {
  margin-top:0em;
  margin-right:0em;
  margin-bottom:0em;
  margin-left:1em;
  padding-top:0.5em;
  padding-right:0em;
  padding-bottom:0em;
  padding-left:1em;
}

.OISHTMLSection {
  margin-top:0em;
  margin-right:0em;
  margin-bottom:0.25em;
  margin-left:0em;
  padding-top:0em;
  padding-right:0em;
  padding-bottom:0em;
  padding-left:1em;
}

.OISHTMLSectionTitle {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1em;
  color:#6D7B8D  
  margin-top:0em;
  margin-right:0em;
  margin-bottom:0.5em;
  margin-left:0em;
}

.OISCSFileSection {
  margin-top:0em;
  margin-right:0em;
  margin-bottom:0.25em;
  margin-left:0em;
  padding-top:0em;
  padding-right:0em;
  padding-bottom:0em;
  padding-left:2em;
}

.OISHTMLBacklinkSection {
  margin-top:0em;
  margin-right:0em;
  margin-bottom:0.25em;
  margin-left:1em;
  padding-top:0em;
  padding-right:0em;
  padding-bottom:0em;
  padding-left:1em;
}

.csharpcode, .csharpcode pre {
  font-size:1em; 
  color: black;
  font-family: Consolas, "Courier New", Courier, Monospace;
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}

.csharpcode .lnum { color: #606060; }
HTML Code Generated by CoDocker v00.90 Beta