home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / visioview / vwc10.exe / vwc10.msi / Vis_VWC.chm / visio10.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-10-26  |  5.9 KB  |  219 lines

  1. /* Style Sheet Last updated - 1/10/99 */ 
  2. /* This style sheet is for IE 4.02 and up */ 
  3.  
  4.  
  5. /* BODY = default paragraph font */ 
  6.     body        {bgcolor: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 70%; }
  7.     
  8. /* HYPERLINKS */ 
  9.     a:link        {color: #0000cc;}
  10.     a:active    {color: #0000cc;}
  11.     a:visited    {color: #990099;}    
  12.     .pop        {text-decoration: none; }
  13.  
  14. /* LISTS */ 
  15.     ol        {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  16.     ul        {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  17.     ol ul        {list-style: disc; margin-top: .5em; }
  18.     ul ul        {list-style: disc; margin-top: .5em;}
  19.     ul li        {margin-left: -1.5em; text-indent:-.5em;list-style-image:url("media/images/bullet.gif");}
  20.     li        {margin-bottom: .7em; margin-left: -2em;}
  21.  
  22. /* PREFORMATTING - CODE */ 
  23.     pre         {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  24.     code     {font-family: courier new, courier; font-size: 125%; }
  25.     
  26. /* TABLES */ 
  27.     table    {font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
  28.     th        {text-align: left; background: #DDDDDD; margin: .25em; vertical-align: bottom;}
  29.     tr        {vertical-align: top;}
  30.     td        {margin: .25em; vertical-align: top; border-bottom: 1 solid #DCD9D1; }
  31.  
  32. /* PARAGRAPH */ 
  33.     p        {margin-top: .6em; margin-bottom: .6em;}
  34.     p.caption    {font-size: 85%; margin-top: .6em; margin-bottom: .6em;}
  35.     p.code         {font-family: courier new, courier;}
  36.  
  37. /* Heading styles---------------------------------------------------------------------------- */ 
  38.  
  39.     h1            {font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
  40.     h2            {font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
  41.     h3            {font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
  42.     h4            {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  43.     h5            {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  44.     .lproch        {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */ 
  45.  
  46. /* Paragraph styles--------------------------------------------------------------------------- */ 
  47.  
  48.     .ac            {font-size: 90%; } 
  49.     .alpha        {font-size: 125%; font-weight: bold; }
  50.     .hang        {text-indent: -2em; margin-left: 2em;}
  51.     .fixp        {color: #00ff00;}    /* *fix this paragraph for incorrectly used styles / green */ 
  52.     .ind        {margin-left: 2em;}
  53. /* MAYBE KEEP .LBR1 IN CASE WE CAN GET HANGING INDENT TO WORK IN IE5.0? */ 
  54.     .mt            {margin-top:  2em; font-weight: bold; }
  55.     .rtt        {text-align: right; font-size: 90%; }
  56.     .tableup    {margin-top: 0em; }
  57.  
  58. /* spacing styles */ 
  59.     .4            {line-height: 4pt;}
  60.     .6            {line-height: 6pt;}
  61.     
  62. /* Show Me Styles */         
  63.     .Highlight    {background-color: lightblue;}
  64.     .Normal     {background-color: white;}
  65.  
  66.  
  67. /* Language Reference styles --------------------------------------------------------------------------- */
  68.  
  69.  
  70. /* code comments */
  71.     .comment {color: darkgreen;
  72.         }
  73.  
  74. /* Object model blue box */ 
  75.     .omblue { height: 16px;
  76.         width: 180px;
  77.         padding: 0px 0px 0px 2px;
  78.         background-color: aqua;
  79.         border: 1px solid windowframe;
  80.         color: windowtext;
  81.         font-weight: bold;
  82.         text-decoration: none;
  83.         cursor: hand;
  84.         }
  85.  
  86. /* Object model blue dashed box */ 
  87.     .ombluedash { height: 16px;
  88.         width: 180px;
  89.         padding: 0px 0px 0px 2px;
  90.         background-color: aqua;
  91.         border: 1px dashed windowframe;
  92.         color: windowtext;
  93.         text-decoration: none;
  94.         cursor: hand;
  95.         }
  96.  
  97. /* Object model yellow box */ 
  98.     .omyellow { height: 16px;
  99.         width: 180px;
  100.         padding: 0px 0px 0px 2px;
  101.         background-color: yellow;
  102.         border: 1px solid windowframe;
  103.         color: windowtext;
  104.         font-weight: bold;
  105.         text-decoration: none;
  106.         cursor: hand;
  107.         }
  108.  
  109. /* Object model yellow dashed box */ 
  110.     .omyellowdash { height: 16px;
  111.         width: 180px;
  112.         padding: 0px 0px 0px 2px;
  113.         background-color: yellow;
  114.         border: 1px dashed windowframe;
  115.         color: windowtext;
  116.         text-decoration: none;
  117.         cursor: hand;
  118.         }
  119.  
  120. /* Navigation hyperlink list container */
  121.     .ofvbaispan { position: absolute;
  122.         padding: 0px 0px 0px 0px;
  123.         border: 1px solid windowframe;
  124.         color: windowtext;
  125.         display: none;
  126.         z-index: +1;
  127.         }
  128.  
  129. /* Navigation area */
  130.     .ofvbanav { padding: 0px 0px 10px 0px;
  131.         }
  132.  
  133. /* Active navigation area jumps */
  134.     .ofvbanavreuse { width: 75px;
  135.         color: blue;
  136.         cursor: hand;
  137.         }
  138.  
  139. /* Inactive navigation area jump */
  140.     .ofvbanavunused { width: 75px;
  141.         color: graytext;
  142.         }
  143.  
  144. /* Navigation hyperlink list topic description toggle */
  145.     .ofvbashowdesc { color:blue;
  146.         cursor:hand;
  147.         font-size:smaller;
  148.         text-decoration:underline;
  149.         }
  150.  
  151. /* Navigation hyperlink list topic description sections */
  152.     .ofvbadesc { color: windowtext;
  153.         display: none;
  154.         }
  155.  
  156. /* Example navigation area jumps */
  157.     .ofvbanavex { text-decoration: none;
  158.         }
  159.  
  160. /* Syntax box */
  161.     .ofvbasyn { width: 100%;
  162.         padding: 0px 0px 0px 2px;
  163.         background-color: lightgrey;
  164.         border: 1px solid windowframe;
  165.         }
  166.  
  167. /* Dropdown styles --------------------------------------------------------------------------- */
  168.  
  169. .DropDown    {cursor:hand; 
  170.         color: #990099; 
  171.         font-weight:normal; 
  172.         top:0pt;
  173.         text-decoration: none;} 
  174.  
  175. .DropDown:hover {cursor:hand; 
  176.         color: #990099; 
  177.         font-weight:normal; 
  178.         text-decoration: underline;
  179.         top:0pt;} 
  180.  
  181. .AnchorClass    {cursor:hand; 
  182.         color: #990099; 
  183.         font-weight:normal; 
  184.         text-decoration: none;
  185.         top:0pt;} 
  186.  
  187. .AnchorClass:hover
  188.         {cursor:hand; 
  189.         color: #990099; 
  190.         font-weight:normal; 
  191.         text-decoration: underline;
  192.         top:0pt;}  
  193.             
  194. .HidePopUp     {cursor:hand;
  195.         color: #0000cc;}
  196.  
  197. .Glossary    {cursor:hand; 
  198.         color:#0000cc;}
  199.                 
  200. .Glossarydef    {color:#008C00;}
  201.  
  202. .srcContent     {}
  203.  
  204. .expfav      { font-size: 80%; text-align: Right; margin-top: -1em; margin-bottom: 0 }
  205.  
  206.  
  207. <!-- without the font-weight tag it is bold by default. I think that it picks up the bold style from the numbers-->
  208. .expanded        {color: #0000cc;
  209.             margin-bottom:30pt; 
  210.             font-weight:normal;}    
  211.  
  212. .collapsed        {display:none; 
  213.             margin-bottom:11pt;}    
  214.                  
  215. .def            {margin-top:40pt;}    
  216.  
  217. #theIFRAME        {position:absolute;
  218.             display:'none'}
  219.