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 / AdditionalOutputStyle.css2246 < prev    next >
Text File  |  2009-08-17  |  3KB  |  124 lines

  1. body {
  2.     margin-left: 0px;
  3.     margin-top: 0px;
  4.     margin-right: 0px;
  5.     margin-bottom: 0px;
  6.     font-size: small;
  7. }
  8. img {
  9.     border:none;
  10. }
  11. ul,ol {
  12.    list-style:none;
  13. }
  14. a {
  15.    text-decoration: none;
  16.    cursor: pointer;
  17. }
  18.  
  19. .note {
  20.    font-size: 50%;
  21.    color: #CCC;
  22. }
  23.  
  24. div#csCenter{
  25.    margin: 20px auto 0;
  26.    font-family:Arial, Helvetica, sans-serif;
  27.    width: $AddOutputPIPAndVideoWidth$#px;
  28. }
  29. #video1 {
  30.    width: 100%;
  31.    height: $AddOutputVideoHeight$#px;
  32.    background: #000 url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/curain_bkgd.gif) repeat-x top;
  33.    cursor: pointer;
  34. }
  35. #video2 {
  36.    width: 100%;
  37.    height: $AddOutputVideoHeight$#px;
  38.    background-color:#ffffff;
  39.    padding: 0px;
  40.    margin: 0px;
  41.    background-image: none;
  42. }
  43. div#vidspacefix {
  44.    height: 11em;
  45.  
  46. }
  47. div#playbutton {
  48.    margin: 0px auto 0;
  49.    width: 95%;
  50.    border: 2px solid #000000;
  51.    background: #c6c8ca url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/play_bttn_bkgd.gif) repeat-x top;
  52.    height: 1.5em;
  53.    color: #000000;
  54.    font-size: 300%;
  55.    padding-top: 0.15em;
  56.    padding-bottom: 0.15em;
  57. }
  58. div#playtext {
  59.    background: url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/play_icon.gif) no-repeat 10px;
  60.    width: 450px;
  61.    padding-left: 65px;
  62.    margin-right: auto;
  63.    margin-left: auto;
  64.    padding-top: 2px;
  65.    margin-top: 0.22em;
  66. }
  67. div#vidinfo {
  68.    color: #FFFFFF;
  69.    text-align:center;
  70.    margin-top: 3em;
  71.    font-size: 150%;
  72. }
  73. div#downloads 
  74. {
  75.    background: #c7c9cb url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/dl_row_bkgd.gif) repeat-x top;
  76.    border: 1px solid #B3B3B3;
  77.    visibility: visible;
  78.    width: 100%;
  79.    margin: 5px 0px 0px;
  80.    float: left;
  81.    white-space:nowrap;
  82. }
  83. div#downloads div#dltitle {
  84.    width:25%;
  85.    color: #333;
  86.    font-size:150%;
  87.    float: left;
  88.    padding-left: 10px;
  89.    padding-top: .4em;
  90.    margin:0;
  91.    display:inline;
  92. }
  93. #dlfiles {
  94.    width:70%;
  95.    float:right;
  96.    margin:0;
  97.    padding: 0px;
  98.    display:inline;
  99. }
  100. div#downloads #dlfiles li {
  101.    font-family:Arial, Helvetica, sans-serif;
  102.    float:right;
  103.    font-size: 95%;
  104.    margin-top: 5px;
  105.    margin-bottom: 5px;
  106. }
  107. div#downloads #dlfiles a {
  108.    text-decoration: none;
  109.    display:block;
  110.    padding:5px 10px 5px 30px;
  111.    color: #666;
  112.    width: 10em;
  113.    margin-right: 0.5em;
  114.    border: 1px solid #bbb;
  115.    background: #f8f8f9 url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/dl_icon_bkgd.gif) repeat-x left top;
  116. }
  117. div#downloads #dlfiles a:hover  {
  118.    color: #000;
  119.    border: 1px solid #000;
  120.    background: #fff url($FetchFileURLHTMLIMAGEFILE$#$SCOnlyMediaDirectory$#images/dl_icon_bkgd_over.gif) repeat-x left top;
  121. }
  122.  
  123. $AdditionalTOCStyles$#
  124. $FlashStyles$#