home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / flstudio / flstudio608_install.exe / Help / FD.chm / html / flstudio.css < prev    next >
Cascading Style Sheet File  |  2006-01-06  |  6KB  |  186 lines

  1. /* header styles */
  2.  
  3. h1 { color: #00468C; font-size:22px; font-family: Arial; font-weight:bold; margin: 0px -3px 10px -3px;  padding-top: 5px;  background-image:   url(img_glob/css_header_bg2.gif);  background-repeat: repeat-x;  padding-bottom: 15px;  padding-left: 3px;  padding-right: 3px;                   }
  4. h2 { color: #00468C; font-size:16px; font-family: Arial; font-weight:bold; margin-top: 18px; margin-bottom: 4px;  border-bottom: 1px solid #ADCBE2;  background-image:   url(img_glob/css_header_bg.gif);  background-repeat: repeat-x;    }
  5. h3 { color: #004180; font-size:13px; font-family: Arial; font-weight:bold; margin-top: 24px; margin-bottom: 8px;  background-color: #F5F8FA;  padding: 1px;  border: 1px solid #E3F0FD;   }
  6. h4 { color: #004180; font-size:13px; font-family: Arial; font-weight:bold; margin-top: 24px; margin-bottom: 8px; }
  7. hr { margin-top: 26px }
  8. hr.blue-line {   border: 9px dashed #ADCBE2; }
  9.  
  10. /* common paragraph styles */
  11.  
  12. strong { font-family: Arial; font-weight: bold;  color: #343434; }
  13.  
  14. body, td {color: Black; font-family: Verdana; font-size: 10pt ; text-align: left;  background-color: White; }
  15. p {  margin-top: 6px; margin-bottom: 0px }
  16. a:link, a:visited     { color: #0066C8;  text-decoration: none;  }
  17. a:active, a:hover     { color: #FF0000;  cursor:hand;}
  18. a    { border-bottom: 1px dashed #0066C8; }
  19. a.link-img    { border-bottom: 0; }
  20. .Indent        { margin-left: 18px }
  21. .Indent2    { margin-left: 36px }
  22. .Indent3    { margin-left: 54px }
  23. .Indent4    { margin-left: 72px }
  24.  
  25. /* list styles */
  26. ol { margin-top: 6px; margin-left: 28px }
  27. ul { margin-top: 6px; margin-left: 18px;  list-style-image:   url(img_glob/listbullet.gif); }
  28. ul ul { margin-top: 6px; margin-left: 18px;  list-style-image:   url(img_glob/listbullet2.gif);  }
  29. li { margin-top: 6px; margin-bottom: 0px }
  30.  
  31. /* classes */
  32.  
  33. .SubTopicOf{ font-family: Verdana; font-size: 7pt; color: #00468C;  background: #E3F1FF; border: 1px solid #ADCBE2;  padding: 2px 3px 2px 3px; margin-left: -3px;  margin-right: -3px;  margin-top: -7px; }
  34. .KbdShortcut { font-size: 8pt; color: #007CF9; font-family: Tahoma; font-weight: bold }
  35. .TipInList { margin-top: -20px }
  36. blockquote { margin-left: 8px }
  37. .ScreenshotNumber { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: 900; color: #8B8B8B;   padding: 2px;       }
  38. .BigDarkGray { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic; font-weight: bolder; color: #666666 }H3 { font-family: Arial, Helvetica, sans-serif} 
  39. .CodeSample { color: #3E5160;  font-family: "Courier New", Courier, monospace;  font-size: 16px;  font-weight: bold;    }
  40.  
  41. /* dynamic table */
  42. .table-body {
  43.     display: none;
  44.     border-left: 1px solid #6E6E6E;
  45.     border-right: 1px solid #6E6E6E;
  46.     padding: 5px;
  47. }
  48. .table-title { color: #25485B;  font-weight: bold;  font-family: Arial, Helvetica, sans-serif;   }
  49. .table-titlenote { color: #25485B;  font-family: Arial, Helvetica, sans-serif;  font-size: 10px;    }
  50. .table-header { cursor: hand; }
  51. .fl-tbl { background-color: #EEF4FB;  border: 1px solid #98C0E7;  }
  52. .fl-text {color: Black; font-family: Verdana; font-size: 8pt ; text-align: left}
  53. .fl-emph {color: #293E52; font-family: Verdana; font-size: 8pt ; text-align: left;  font-weight: bold; }
  54. }.img-left {
  55.     margin-top: 0px;
  56.     margin-right: 7px;
  57.     margin-bottom: 0px;
  58.     margin-left: 0px;
  59. }
  60.  
  61. /* FD specific styles */
  62. .tabPanel {
  63.     z-index:100;
  64.     height:40px;
  65.     position:relative;
  66.     background:url(img_fd_panels/tabPanel_tab_bg.gif);
  67. }
  68. .tabPanel .decRight {
  69.     z-index:1;
  70.     font-size:0;
  71.     background:url(img_fd_panels/tabPanel_tab_right.gif) no-repeat top right;
  72.     left:0;top:0;
  73.     height:40px;
  74. }
  75. .tabPanel .tabOn, .tabPanel .tabOff, .tabPanel .tabInner, .tabPanel .tabInnerFirst {
  76.     width:112px;
  77.     height:40px;
  78.     float:left;
  79. }
  80. .tabPanel .tabOff .tabInner {
  81.     background:url(img_fd_panels/tab_inactive.gif);
  82. }
  83. .tabPanel .tabOn .tabInner {
  84.     background:url(img_fd_panels/tab_active.gif);
  85. }
  86. .tabPanel .tabOff .tabInnerFirst {
  87.     background:url(img_fd_panels/tab1_inactive.gif);
  88. }
  89. .tabPanel .tabOn .tabInnerFirst {
  90.     background:url(img_fd_panels/tab1_active.gif);
  91. }
  92. .tabPanel span {
  93.     cursor:hand;
  94.     display:block;
  95.     width:112px;
  96.     margin-top:8px;
  97.     text-align:center;
  98.     font-weight:bold;
  99. }
  100.  
  101. .switchNotOwned {}
  102. .showAll .switchNotOwned, .showAll .switchOwned {display:block;}
  103. .showOwned .switchOwned, .showNotOwned .switchNotOwned {display:block}
  104. .showNotOwned .switchOwned, .showOwned .switchNotOwned {display:none}
  105.  
  106. .toolbar {
  107.     background:url(img_fd_panels/tabPanel_top_bg.gif) repeat-x top left;
  108.     border:1px solid black;
  109.     border-width:0 1px 0 1px;
  110.     height:48px;
  111.     padding-left:8px;
  112. }
  113. .hostCore {
  114.     border:1px solid black;
  115.     border-width:0 1px 0 1px;
  116. }
  117. .hostCore2 {
  118.     padding:0 8px;
  119. }
  120. .switchPanel {
  121. }
  122. .switchOn .core {
  123.     display:block;
  124.     border:1px solid black;
  125.     border-width:0 1px 0 1px;
  126.     padding:8px;    
  127. }
  128. .switchOff .core {
  129.     display:none;
  130. }
  131. .switchFooter {
  132.     padding-bottom:8px; 
  133. }
  134. .switchHeader {
  135.     cursor:hand;
  136. }
  137. .switchHeader .thin td {
  138.     background:url(img_fd_panels/switchPanel_top_bg.gif);
  139.     height:24px;
  140. }
  141. .switchHeader .thin td.icon {
  142.     background:url(img_fd_panels/switchPanel_top_showicon.gif) 0 0;
  143.     width:24px;
  144. }
  145. .switchHeader .thin td.cap {
  146.     text-align:right;
  147. }
  148.  
  149. .switchFooter .thin td {
  150.     background:url(img_fd_panels/switchPanel_bottom_bg.gif);
  151.     height:16px;
  152. }
  153. .switchFooter .thin td.icon {
  154.     background:url(img_fd_panels/switchPanel_bottom_bg.gif) 0 0;
  155.     text-align:left;
  156. }
  157. .switchFooter .thin td.cap {
  158.     text-align:right;
  159. }
  160.  
  161. table.thin {
  162.     position:relative;
  163.     width:expression(document.body.offsetWidth  - 59 + "px");
  164.     border:0 solid black;
  165.     margin:0; padding:0;
  166.     border-collapse:collapse;
  167. }
  168. table.thin td {
  169.     padding:0; margin:0; 
  170. }
  171. .ownText {
  172.     font-weight:bold;
  173.     color:green;
  174.     position:absolute;
  175.     top:4px;
  176.     right:4px;
  177.     font-size:10px;
  178. }
  179. .notOwnText {
  180.     font-weight:bold;
  181.     color:gray;
  182.     position:absolute;
  183.     top:6px;
  184.     right:6px;
  185.     font-size:10px;    
  186. }