home *** CD-ROM | disk | FTP | other *** search
/ ftp.novell.com / 2014.06.ftp.novell.com.tar / ftp.novell.com / forge / camtasia.msi / Cabs.w1.cab / cam_style.css < prev    next >
Cascading Style Sheet File  |  2009-08-17  |  3KB  |  182 lines

  1. /* CSS Document */
  2. #CsEmdPlr a {
  3.     font-size:small;
  4.     text-decoration:none;
  5.     padding:5px 5px 5px 2px;
  6.     color:black;
  7.     display:block;
  8.     margin:0;
  9.     width:175px;
  10. }
  11.  
  12. #CsEmdPlr a:hover {
  13.     border-top:1px solid #666;
  14.     border-bottom:1px solid #666;
  15.     padding:4px 5px 4px 2px;
  16. }
  17.  
  18. #CsEmdPlr a.notdisplayed:link 
  19. {
  20.     font-size: small;
  21.     text-decoration: underline;
  22.     padding: 3px; 
  23.     border: 0;     
  24.     color: white;
  25.     display:inline;
  26. }
  27.  
  28. #CsEmdPlr a.notdisplayed:visited
  29. {
  30.     font-size: small;
  31.     text-decoration: underline;
  32.     padding: 3px; 
  33.     border: 0;     
  34.     color: white;
  35.     display:inline;      
  36. }
  37.  
  38. #CsEmdPlr a.notdisplayed:hover 
  39. {
  40.     font-size: small;
  41.     text-decoration: underline;
  42.     padding: 3px;   
  43.     border: 0;
  44.     background-color: transparent;
  45.     display:inline;
  46. }
  47.  
  48. #CsEmdPlr div.contentWrapper {
  49.     border-width: 0;
  50.     padding: 0;
  51.     margin: 0 -1px 0 -1px;
  52. }
  53.  
  54. #CsEmdPlr div.contentWrapper_left {
  55.     margin: -1px -2px 0 -1px;
  56. }
  57.  
  58. #CsEmdPlr div.content {
  59.     border:1px solid #ccc;
  60.     padding: 0;
  61.     margin: 0;
  62.     color: #000;
  63. }
  64.  
  65. #CsEmdPlr div.content_left {
  66.     border-right:1px solid #fff;
  67.     border-top:1px solid #ccc;
  68.     border-bottom:1px solid #fff;
  69.     padding: 0;
  70.     margin: 0;
  71.     color: #000;
  72.     text-align: left;
  73. }
  74.  
  75. #CsEmdPlr img.borderTL, #CsEmdPlr img.borderTR {
  76.     border-width: 0; 
  77.     padding: 0; 
  78.     width: 24px; 
  79.     height: 24px; 
  80.   margin: -1px 0 0 0;
  81. }
  82.  
  83. #CsEmdPlr img.borderTL, #CsEmdPlr img.borderBL {
  84.   clear: both; 
  85.     float: left;
  86. }
  87.  
  88. #CsEmdPlr img.borderTR, #CsEmdPlr img.borderBR {
  89.     clear: right; 
  90.     float: right;
  91. }
  92.  
  93. #CsEmdPlr img.borderBL, #CsEmdPlr img.borderBR {
  94.     border-width: 0; 
  95.     padding: 0; 
  96.     width: 49px; 
  97.     height: 49px; 
  98.     margin: -1px 0 0 0;                          
  99. }
  100.  
  101. #CsEmdPlr h3 {
  102.     font-size:small;
  103.     font-weight:bold;
  104.     color:#444;
  105.     margin:4px 0 3px 6px;
  106.     padding:0;
  107. }
  108.  
  109. #CsEmdPlr #indexlinks p {
  110.     text-indent:6px;
  111.     color:#000;
  112.     margin: -1px 0 0 0;
  113.     vertical-align:middle;
  114.     font-size:small;
  115.     padding: 0;
  116. }
  117.  
  118. #CsEmdPlr {
  119.   border: 0;
  120.     text-align: $Align;
  121.     padding: 0;
  122.     margin: 11px auto auto auto;
  123.     width:$TOCAndVideoWidth$#px;
  124.     font-family: Arial, san-serif;
  125. }
  126.  
  127. #CsEmdPlr td.top_center_clr {
  128.   vertical-align: top;
  129.     background-image: url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/top_center_clr.gif);
  130. }
  131.  
  132. #CsEmdPlr td.top_center {
  133.     vertical-align: top;
  134.     background-image: url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/top_center.jpg);
  135.     height: 24px;
  136.     padding: 0;
  137.     margin: 0;
  138. }
  139.  
  140. #CsEmdPlr td.bottom_center {
  141.     background-image: url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/bottom_center.jpg);
  142.     padding: 0;
  143.     margin: 0;
  144. }
  145.  
  146. #CsEmdPlr td.bottom_center img {
  147.   margin:-1px -.5px 0 -.5px;
  148. }
  149.  
  150. #CsEmdPlr td {
  151.    vertical-align: top;
  152. }
  153.  
  154. #CsEmdPlr #indexlinks {
  155.     overflow:auto;
  156.     width:$TOCWidth$#px;
  157.     height:$TOCHeight$#px;
  158.     margin-top:23px;
  159.     margin-left:0;
  160.     padding:0;
  161.     border:0;
  162.     background-color:#fff;
  163.     border-left:1px solid #ccc;
  164.     border-right:0;
  165.     margin-bottom:-1px;
  166. }
  167.  
  168. #menuBottom {
  169.   margin:0 -1px 0 -1px;
  170.   background-image: url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/bottom_center_left.jpg);
  171.   height: 24px;
  172.   padding:0;
  173.   width:101%;
  174.   border-left:1px solid #ccc;
  175. }
  176.  
  177. #CsEmdPlr #menuBottom img {
  178.   width:100%;
  179.   height:24px;
  180.   border-right:1px solid #ccc;
  181. }
  182.