home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / HTML / database.css next >
Encoding:
Cascading Style Sheet File  |  1998-09-17  |  3.5 KB  |  231 lines

  1. DIV.divMenu
  2.     {
  3.     position:absolute;
  4.     left:0;
  5.     top:0;
  6.     width:100%;
  7.     height:14;
  8.     font-size:2pt;
  9.     visibility:hidden;
  10.     }
  11.  
  12. TABLE.tblMenu
  13.     {
  14.     font-family:Verdana;
  15.     font-weight:bold;
  16.         font-size:10pt;
  17.     cursor:default;
  18.     padding-top:0;
  19.     padding-bottom:2;
  20.     height:14;
  21.     width:100%;
  22.     }
  23.  
  24. DIV.divBand
  25.     {
  26.     position:absolute;
  27.     left:0;
  28.     top:18;
  29.     width:100%;
  30.     height:5;
  31.     font-size:2pt;
  32.     }
  33.  
  34. A.anchorMenuDefault
  35.     {
  36.     text-decoration:none;
  37.     cursor:hand;
  38.     }
  39.  
  40. A.anchorMenuSelected
  41.     {
  42.     text-decoration:none;
  43.     }
  44.     
  45. A
  46.     {
  47.     text-decoration:none;
  48.     }
  49.     
  50. /* PSEUDO-CLASS 'HOVER' */
  51.  
  52. A:hover
  53.     {
  54.     text-decoration:underline;
  55.     color:highlight;
  56.     }
  57.  
  58. A.anchorNav
  59.     {
  60.     text-decoration:none;
  61.     color:highlight;
  62.     }
  63.  
  64. TD.tdThin
  65.     {
  66.     cursor:default;
  67.     }
  68.  
  69. DIV.headerbody
  70.     {
  71.     position:absolute;
  72.     left:0;
  73.     top: 30;
  74.     width:100%;
  75.     }
  76.  
  77. SPAN.body
  78.     {
  79.     position:relative;
  80.     left:0;
  81.     top:+5px;
  82.     width:100%;
  83.     }
  84.  
  85. TD.TableRowHeading {
  86.   width:200;
  87.   padding-left:4;
  88.   font-weight: bold;   
  89.   font-size: 8pt; 
  90.   font-family: Verdana, MS Sans Serif;
  91. }
  92.  
  93. TD.TableRowText {
  94.   padding-left:2;
  95.   font-weight: normal; 
  96.   font-size: 8pt; 
  97.   font-family: Verdana, MS Sans Serif;
  98. }
  99.  
  100. TD.TaskBar {
  101.   width: 200;
  102.   background-color: buttonface;
  103.   color: windowtext;
  104. }
  105.  
  106. TD.TableRowButton {
  107.   font-weight: bold;   
  108.   font-size: 8pt; 
  109.   font-family: Verdana, MS Sans Serif;
  110.   cursor: hand;
  111.   background-color: buttonface;
  112.   color: windowtext;
  113.   padding-left:8;
  114. }
  115.  
  116. A.TableRowButton {
  117.   color: windowtext;
  118. }
  119.  
  120. TABLE.DBTable {
  121.   padding-left:10;
  122.   padding-right:10;
  123.   border: thin none;
  124. }
  125.  
  126. TD.DBTableHeader {
  127.   font-weight: bold;   
  128.   font-size: 8pt; 
  129.   font-family: Verdana, MS Sans Serif;
  130.   text-align: left;
  131. }
  132.  
  133. TD.DBLegendText {
  134.   font-weight: bold;   
  135.   font-size: 8pt; 
  136.   font-family: Verdana, MS Sans Serif;
  137. }
  138.  
  139. TD.DBTableText {
  140.   font-weight: normal; 
  141.   font-size: 8pt; 
  142.   font-family: Verdana, MS Sans Serif;
  143. }
  144.  
  145. TD.DBHighlightedTableText {
  146.   background-color: buttonface; 
  147.   color: buttontext; 
  148.   font-weight: bold; 
  149.   font-size: 8pt; 
  150.   font-family: Verdana, MS Sans Serif;
  151.   height: 18;
  152. }
  153.  
  154. TD.DBTableHeaderColumnSeparator {
  155.   width: 4;
  156. }
  157.  
  158. TD.DBTableColumnSeparator {
  159.   width: 10;
  160. }
  161.  
  162. TABLE.GraphTable {
  163.   border: thin, none;
  164. }
  165.  
  166. TD.UsedSpaceColorCell {
  167.   background-color: Blue; 
  168.   color: White; 
  169.   font-weight: bold;
  170.   font-size: 8pt; 
  171.   font-family: Verdana, MS Sans Serif;
  172.   text-align: center;
  173.   height: 10;
  174. }
  175.  
  176. TD.FreeSpaceColorCell {
  177.   background-color: Magenta; 
  178.   color: White; 
  179.   borderColor: buttonface;
  180.   font-weight: bold;
  181.   font-size: 8pt; 
  182.   font-family: Verdana, MS Sans Serif;
  183.   text-align: center;
  184.   height: 10;
  185. }
  186.  
  187. TD.TotalSpaceColorCell {
  188.   background-color: Blue; 
  189.   color: White; 
  190.   font-weight: bold;
  191.   font-size: 8pt; 
  192.   font-family: Verdana, MS Sans Serif;
  193.   text-align: left;
  194.   height: 10;
  195. }
  196.  
  197. TD.TotalSpaceCell {
  198.   font-weight: bold;
  199.   font-size: 8pt; 
  200.   font-family: Verdana, MS Sans Serif;
  201.   text-align: left;
  202. }
  203.  
  204. .ErrorMessageText {
  205.   font-weight: normal;
  206.   font-size: 12pt; 
  207.   font-family: Verdana, MS Sans Serif;
  208. }
  209.  
  210. .Listbox {
  211.   padding-left:0;
  212.   padding-right:0;
  213.   padding-top:0;
  214.   padding-bottom:0;
  215.   font-size: 8pt; 
  216.   font-family: Verdana, MS Sans Serif;
  217. }
  218.  
  219. .ObjectName {
  220.   font-weight: bold;
  221.   font-size: 14pt; 
  222.   font-family: Verdana, MS Sans Serif;
  223.   color: activecaption;
  224. }
  225.  
  226. .TaskBarTitleText {
  227.   font-weight: bold;
  228.   font-size: 12pt; 
  229.   font-family: Verdana, MS Sans Serif;
  230. }
  231.