home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / free_security / msshared / Shared_Computer_Toolkit_ENU.msi / FileCSS001 < prev    next >
Encoding:
Text File  |  2005-09-02  |  3.6 KB  |  182 lines

  1. /*
  2. ' ***
  3. ' *** ------------------------------------------------------------------------------
  4. ' *** Filename:        hta.css
  5. ' *** ------------------------------------------------------------------------------
  6. ' *** Description:    The Shared Computer Toolkit for Windows XP default StyleSheet
  7. ' *** ------------------------------------------------------------------------------
  8. ' *** Version:        1.0
  9. ' *** Notes:        
  10. ' *** ------------------------------------------------------------------------------
  11. ' *** Copyright (C) Microsoft Corporation 2005, All Rights Reserved
  12. ' *** ------------------------------------------------------------------------------
  13. ' *** 
  14. */
  15.  
  16. BODY {  color: white;
  17.     font-style:       normal; font-variant:normal; font-weight:normal; font-family: verdana;
  18.     font-size:        14px; 
  19.     line-height:      14px;
  20.     background-color: #1A4084;
  21.     margin:              .63em;
  22. }
  23.  
  24. TD
  25. {
  26.     font-size:        14px;
  27.     line-height:      14px;
  28.     color:            white;
  29. }
  30.  
  31. TR
  32. {
  33.     line-height:      14px;
  34. }
  35.  
  36. SPAN
  37. {
  38.     font-size:        14px;
  39.     line-height:      14px;
  40. }
  41.  
  42. SPAN.restrict
  43. {
  44.     font-size:        14px;
  45.     line-height:      14px;
  46. }
  47.  
  48. DIV
  49. {
  50.     padding-top:      0; 
  51.     padding-left:     0; 
  52.     padding-right:    0;
  53. }
  54.  
  55. DIV.div3D
  56. {
  57.     border:           .18em outset snowwhite;
  58.     padding-top:      .63em; 
  59.     padding-left:     .63em; 
  60.     padding-right:    .63em;
  61. }
  62.  
  63. P
  64. {
  65.     padding-bottom:   0;
  66.     margin-bottom:      0;
  67. }
  68.  
  69. BUTTON
  70. {
  71.     font-size:        16px;
  72.     line-height:      16px;
  73.     color:            white;
  74.     background-color: #1A4084;
  75.     filter:           light(enabled=false);
  76.     cursor:           hand;
  77.     border:           thin solid #1A4084;
  78.     padding-left:     .32em; padding-top: .32em; padding-bottom: .32em; padding-right: .32em;
  79. }
  80.  
  81. BUTTON.help
  82. {
  83.     padding:          0em;
  84. }
  85.  
  86. BUTTON.normal
  87. {
  88.     font-size:        14px;
  89.     line-height:      14px;
  90.     border:           thin outset white;
  91.     background-color: lightsteelblue; 
  92.     color:            darkblue;
  93.     padding-left:     0; padding-top: 0; padding-bottom: 0; padding-right: 0;
  94. }
  95.  
  96. /* begin : panels */
  97. .main
  98. {
  99.     position:         absolute;
  100.     top:              0;
  101.     left:             0;
  102.     width:            100%;
  103.     height:           100%;
  104.     padding:          .63em;
  105.     border-top:       solid white thin;
  106.     border-bottom:    solid gray thin;
  107.     display:          none;    
  108. }
  109.  
  110. .page
  111. {
  112.     position:         absolute;
  113.     top:              0;
  114.     left:             0;
  115.     height:           100%;
  116.     padding:          .63em;
  117.     padding-right:    1.26em;
  118.     display:          none;
  119. }
  120.  
  121. .tableborder
  122. {
  123.     border:           thin groove #B8B8B8;
  124. }
  125.  
  126. /* end : panels */
  127.  
  128. /* start : typography */
  129. H1
  130. {
  131.     font-style:       normal; font-variant:normal; font-weight:normal; font-family: verdana;
  132.     margin:           0;
  133.     font-size:        16px;
  134.     line-height:      16px;
  135.     font-weight:      bold;
  136.     color:            white;
  137. }
  138.  
  139. H2
  140. {
  141.     font-style:       normal; font-variant:normal; font-weight:normal; font-family: verdana;
  142.     margin:           0;
  143.     font-size:        14px;
  144.     line-height:      14px;
  145.     font-weight:      bold;
  146.     color:            white;
  147. }
  148.  
  149. /* end : typography */
  150.  
  151. /* start : page layout */
  152. .group
  153. {
  154.     padding:          .32em;
  155.     margin-bottom:    .32em;
  156.     border:           thin solid white;
  157. }
  158.  
  159. .groupentry
  160. {
  161.     padding:          .18em;
  162.     border:           thin solid white;
  163. }
  164.  
  165. .groupentrydisabled
  166. {
  167.     padding:          .18em;
  168.     border:           thin solid gray;
  169.     color:            gray;
  170. }
  171. .selectuser
  172. {
  173.     background-color: #234B97;
  174.     color:            #F5FFFA;
  175. }
  176. .unselectuser
  177. {
  178.     background-color: #FFFAFA;
  179.     color:            #234B97;
  180. }
  181.  
  182. /* end : page layout */