[ PHPXref.com ] [ Generated: Sun Jul 20 20:09:57 2008 ] [ QwikiWiki 1.5.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> _bbs_style.css (source)

   1  /* 

   2     v14_style.css

   3     Copyright 2004/2005, David Barrett (www.quinthar.com) and TESTCo (www.testco.com).  

   4     All Rights Reserved.

   5  

   6     See LICENSE for the complete licensing details.

   7  */
   8  
   9  a:link {
  10      color:#00FF00;
  11  }
  12  a:visited {
  13      color:#00FF00;
  14  }
  15  a:hover {
  16      color:red;
  17  }
  18  
  19  body.QWBody {
  20      font-family:Arial,sans-serif;
  21      background: black;
  22      color:#00bb00;
  23  }
  24  
  25  form.QWForm {
  26      padding:0; 
  27      border:0; 
  28      margin:0
  29  }
  30      
  31  div.QWGlobalNav {
  32      font-size:10.0pt; 
  33  }    
  34  
  35  div.QWTitleBox {
  36      border:solid windowtext 1.0pt; 
  37      border-color: #00aa00; 
  38      background: #008800; 
  39      color:#00FF00;
  40      margin-top:0pt;
  41      margin-bottom:0pt;
  42  }
  43  
  44  .QWTitleBox a:link {
  45      color:#00FF00;
  46  }
  47  .QWTitleBox a:visited {
  48      color:#00FF00;
  49  }
  50  .QWTitleBox a:hover {
  51      color:red;
  52  }
  53  
  54  div.QWTitle {
  55      font-size:16.0pt; 
  56      font-weight:bold; 
  57  }
  58  
  59  div.QWCommandList {
  60      font-size:10.0pt; 
  61  }    
  62  
  63  table.QWResultBox {
  64      border:solid windowtext 1.0pt; 
  65      border-color: #009900; 
  66      background: #ffffaa; 
  67      font-size:10.0pt; 
  68      color:black;
  69  }
  70  
  71  table.QWHelpBox {
  72      border:solid windowtext 1.0pt; 
  73      border-color: #009900; 
  74      background: #ddddff; 
  75      font-size:10.0pt; 
  76      color:black;
  77  }
  78  
  79  div.QWHelpToggle {
  80      font-size:10.0pt; 
  81  }    
  82  
  83  
  84  table.QWInnerSection {
  85      font-size:10.0pt;
  86      align: center;
  87  }
  88  
  89  tr.QWInnerSectionTitle {
  90      border:solid windowtext 1.0pt; 
  91      background:#008800; 
  92      color:#00FF00;
  93      font-weight:bold; 
  94  }
  95  
  96  div.QWHeading1 {
  97      margin-left:12pt;
  98      margin-right:12pt;
  99      margin-top:6.0pt;
 100      margin-bottom:6.0pt;
 101      border-bottom:solid windowtext 1.0pt;
 102      border-bottom-color:#008800;
 103      color:#00FF00;
 104      font-size:14.0pt; 
 105      font-weight:bold; 
 106      text-align:left;
 107      }
 108  
 109  div.QWNormal {
 110      margin-left:12pt;
 111      margin-right:12pt;
 112      margin-top:2.0pt;
 113      margin-bottom:2.0pt;
 114      color: #00bb00;
 115      font-size:12.0pt;
 116  }
 117  
 118  div.QWHtml {
 119      margin-left:12pt;
 120      margin-right:12pt;
 121      margin-top:2.0pt;
 122      margin-bottom:2.0pt;
 123      color: #00bb00;
 124      font-size:12.0pt;
 125  }
 126  
 127  table.QWBullet {
 128      margin-top:1.5pt;
 129      margin-bottom:1.5pt;
 130      margin-left:12pt;
 131      margin-right:12pt
 132  }
 133  
 134  td.QWBullet {
 135      color: #00bb00;
 136      font-size:12.0pt;
 137  }
 138  
 139  table.QWIndent {
 140      margin-left:12pt;
 141      margin-right:12pt
 142  }
 143  
 144  td.QWIndent {
 145      color: #00bb00;
 146      font-size:12.0pt;
 147  }


[ Powered by PHPXref - Served by Debian GNU/Linux ]