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

title

Body

[close]

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


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