home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / samples / classbrowser / classstyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-05-01  |  2.2 KB  |  113 lines

  1. <!--=====================================================================
  2.  
  3.   This file is part of the Microsoft COM+ 2.0 SDK Code Samples.
  4.  
  5.   Copyright (C) 1999 Microsoft Corporation.  All rights reserved.
  6.  
  7. This source code is intended only as a supplement to Microsoft
  8. Development Tools and/or on-line documentation.  See these other
  9. materials for detailed information regarding Microsoft code samples.
  10.  
  11. THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  12. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  13. IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  14. PARTICULAR PURPOSE.
  15. =====================================================================-->
  16.  
  17.  
  18. A:hover 
  19.    color:blue;
  20. }    
  21.  
  22. body 
  23.     { 
  24.         margin:0,0,0,0; 
  25.     }
  26.  
  27.  
  28.     div
  29.     { 
  30.         font-family:Verdana; 
  31.         font-size:8pt; 
  32.         padding-right:10; 
  33.         margin-left:15;
  34.         text-color : white
  35.     }
  36.  
  37.  
  38.  
  39.     table.sidebar td 
  40.     { 
  41.         font-family:Verdana; 
  42.         font-size:8pt; 
  43.         padding-right:10; 
  44.         padding-left:15;
  45.         text-color : white
  46.     }
  47.  
  48.     table.main td 
  49.     { 
  50.         font-family:Verdana; 
  51.         font-size:8pt; 
  52.         padding-right:10; 
  53.         padding-left:5
  54.     }
  55.  
  56.     class_main td
  57.     { 
  58.         font-family:Verdana; 
  59.         font-size:8pt; 
  60.     }
  61.  
  62.     table.top td 
  63.     { 
  64.         font-family:Verdana; 
  65.         font-size:8pt; 
  66.         padding:10,5,10,10;
  67.         border-bottom:solid; 
  68.         border-width:3;         
  69.         border-color:black 
  70.     }
  71.  
  72.     table.classes
  73.     { 
  74.         text-align:left;
  75.         border-style:solid; 
  76.         border-color:black; 
  77.         border-width:1 
  78.     }
  79.  
  80.     table.classes td 
  81.     { 
  82.         text-align:left;
  83.         border-style:solid; 
  84.         border-color:black; 
  85.         border-width:1 
  86.     }
  87.  
  88.  
  89.     td.sidebar_header 
  90.     { 
  91.         padding:20,0,10,0;
  92.     }
  93.  
  94.     td.main_header 
  95.     { 
  96.         font-family:Verdana;
  97.         padding:20,0,10,0;
  98.         margin-left:5
  99.     }
  100.  
  101.     body {font-family:Verdana;         font-size:8pt;  }
  102.  
  103.     td.class_header 
  104.     { 
  105.         padding:0,0,10,0;
  106.     }
  107.    
  108.     a 
  109.     { 
  110.         color:black 
  111.     }
  112.