home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / dialogs / firstRunWizard.css < prev    next >
Cascading Style Sheet File  |  2012-05-25  |  7KB  |  294 lines

  1. /*
  2.  *=BEGIN SONGBIRD GPL
  3.  *
  4.  * This file is part of the Songbird web player.
  5.  *
  6.  * Copyright(c) 2005-2010 POTI, Inc.
  7.  * http://www.songbirdnest.com
  8.  *
  9.  * This file may be licensed under the terms of of the
  10.  * GNU General Public License Version 2 (the ``GPL'').
  11.  *
  12.  * Software distributed under the License is distributed
  13.  * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
  14.  * express or implied. See the GPL for the specific language
  15.  * governing rights and limitations.
  16.  *
  17.  * You should have received a copy of the GPL along with this
  18.  * program. If not, go to http://www.gnu.org/licenses/gpl.html
  19.  * or write to the Free Software Foundation, Inc.,
  20.  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  21.  *
  22.  *=END SONGBIRD GPL
  23.  */
  24.  
  25.  
  26. /**
  27. *******************************************************************************
  28. FIRST RUN WIZARD
  29.  
  30. Additional styles imported directly by the first run dialog.
  31.  
  32. *******************************************************************************
  33. */
  34.  
  35. /* Dialog styles. */
  36. #first_run_wizard {
  37.   height: 440px;
  38.   width: 440px;
  39.   margin-bottom: 4px;
  40. }
  41.  
  42. /* Wizard page styles. */
  43. .first-run-wizard-page {
  44.   -moz-box-flex: 1;
  45.   margin-top: 6px;
  46. }
  47.  
  48. .sb-first-run-header {
  49.   font-weight:bold;
  50.   font-size:120%;
  51. }
  52.  
  53. vbox[anonid="container_box"] > label,
  54. vbox[anonid="container_box"] > description {
  55.   margin-left: 5px;
  56. }
  57.  
  58. .sb-first-run-checkbox-description {
  59.   font-size: smaller;
  60.   margin-top: 0;
  61. }
  62.  
  63. .wizard-buttons-btm {
  64.   padding-left: 4px;
  65.   padding-right: 4px;
  66. }
  67.  
  68. /* Connection page styles. */
  69. .sb-first-run-connection-settings-box {
  70.   -moz-box-align: center;
  71. }
  72.  
  73. /* EULA page styles. */
  74. .sb-first-run-eula-browser+checkbox {
  75.   padding-top:8px;
  76.   padding-bottom:8px;
  77. }
  78.  
  79. .sb-first-run-eula-box {
  80.   -moz-box-flex: 1;
  81. }
  82.  
  83. .sb-first-run-eula-browser {
  84.   -moz-box-flex: 1;
  85. }
  86.  
  87. .sb-first-run-eula-language-box {
  88.   -moz-box-align: center;
  89. }
  90.  
  91. .sb-first-run-eula-language-menulist {
  92.   -moz-box-flex: 1;
  93. }
  94.  
  95. /* Feedback page styles. */
  96. .sb-first-run-feedback-box {
  97.   -moz-box-flex: 1;
  98. }
  99.  
  100. .sb-first-run-feedback-email-box {
  101. }
  102.  
  103. vbox[anonid="options_box"] {
  104.   margin-top: 13px;
  105. }
  106.  
  107. groupbox.sb-first-run-feedback-email-box {
  108.   margin-top: 17px;
  109. }
  110.  
  111. /* iTunes import/export page styles */
  112. .sb-first-run-itunes-box {
  113.   -moz-box-flex: 1;
  114. }
  115.  
  116. .sb-first-run-itunes-sub-checkbox {
  117.   font-size: smaller;
  118.   margin-top: 0;
  119. }
  120.  
  121.  
  122. /* Import media page styles. */
  123. radiogroup {
  124.   margin-top:8px;
  125. }
  126.  
  127. .sb-first-run-import-media-box {
  128.   -moz-box-flex: 1;
  129. }
  130.  
  131. .sb-first-run-import-media-box > radiogroup > radio {
  132.   margin-top:8px;
  133. }
  134. .sb-first-run-import-media-box > radiogroup > radio:first-child {
  135.   margin-top:0px;
  136. }
  137.  
  138. .sb-first-run-import-media-sub-radio {
  139.   font-size: smaller;
  140.   margin-top: 0;
  141. }
  142.  
  143. .sb-first-run-import-media-scan-directory-textbox {
  144.   -moz-box-flex: 1;
  145. }
  146.  
  147. .sb-first-run-import-media-box hbox.indent {
  148.   margin-left: 16px;
  149. }
  150. .sb-first-run-import-media-box checkbox.indent {
  151.   margin-left: 19px;
  152. }
  153.  
  154. /* Welcome page styles. */
  155. .sb-first-run-welcome-box {
  156.   -moz-box-flex: 1;
  157. }
  158.  
  159. .sb-first-run-welcome-image-box {
  160.   -moz-box-align: center;
  161.   -moz-box-pack: center;
  162. }
  163.  
  164. .sb-first-run-welcome-image {
  165.   list-style-image: url(chrome://songbird-branding/skin/first-run-welcome.png);
  166. }
  167.  
  168. .sb-first-run-welcome-box > label.sb-first-run-header {
  169.   margin-bottom: 0px;
  170. }
  171. .sb-first-run-welcome-box > description#welcome-line1 {
  172.   margin-bottom: 25px;
  173. }
  174. .sb-first-run-welcome-box > description#welcome-line2 {
  175.   margin-top: 25px;
  176. }
  177.  
  178. /* *****************************************************************************
  179.  *
  180.  * First run wizard add-ons page styles.
  181.  *
  182.  ******************************************************************************/
  183.  
  184. /* Add-ons page box style. */
  185. .sb-first-run-add-ons-box {
  186.   -moz-box-flex: 1;
  187. }
  188.  
  189. /* Add-ons page status deck style. */
  190. .sb-first-run-add-ons-status-deck {
  191.   -moz-box-flex: 1;
  192. }
  193.  
  194. /* Add-ons page status text box style. */
  195. .sb-first-run-add-ons-status-text-box {
  196.   -moz-box-align: center;
  197.   -moz-box-pack: center;
  198. }
  199.  
  200. /* Add-ons page item listbox style. */
  201. .sb-first-run-add-ons-add-on-bundle {
  202.   -moz-box-flex: 1;
  203. }
  204.  
  205. /* Add-ons page loading image style. */
  206. .sb-first-run-add-ons-loading-image {
  207.   list-style-image: url(chrome://songbird/skin/base-elements/icon-loading-white.png);
  208. }
  209.  
  210.  
  211. /* *****************************************************************************
  212.  *
  213.  * First run wizard install add-ons page styles.
  214.  *
  215.  ******************************************************************************/
  216.  
  217. /* Current add-on label style. */
  218. .sb-first-run-install-add-ons-current-add-on-label {
  219.   -moz-box-flex: 1;
  220. }
  221.  
  222. /* Total progress label style. */
  223. .sb-first-run-install-add-ons-total-progress-label {
  224.   -moz-box-flex: 1;
  225.   text-align: right;
  226. }
  227.  
  228.  
  229. /* *****************************************************************************
  230.  *
  231.  * XBL bindings.
  232.  *
  233.  ******************************************************************************/
  234.  
  235. sb-first-run-add-ons {
  236.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAddOns.xml#sb-first-run-add-ons");
  237. }
  238.  
  239. sb-first-run-connection {
  240.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunConnection.xml#sb-first-run-connection");
  241. }
  242.  
  243. #first_run_eula_page {
  244.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunEula.xml#sb-first-run-eula");
  245. }
  246.  
  247. sb-first-run-feedback {
  248.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunFeedback.xml#sb-first-run-feedback");
  249. }
  250.  
  251. #first_run_itunes_page {
  252.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRuniTunes.xml#sb-first-run-itunes");
  253. }
  254.  
  255. /* The sb-first-run-import-media binding extends sb-wizard-page directly.
  256.  * It is therefore bound directly to a <wizardpage> by id, rather than to
  257.  * an <sb-first-run-import-media> child of a <wizardpage>.
  258.  */
  259. #first_run_import_media_page {
  260.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunImportMedia.xml#sb-first-run-import-media");
  261. }
  262.  
  263. sb-first-run-install-add-ons {
  264.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunInstallAddOns.xml#sb-first-run-install-add-ons");
  265. }
  266.  
  267. sb-first-run-welcome {
  268.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunWelcome.xml#sb-first-run-welcome");
  269. }
  270.  
  271. #first_run_app_update_check_page {
  272.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAppUpdate.xml#sb-first-run-app-update-check");
  273. }
  274.  
  275. #first_run_app_update_avail_page {
  276.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAppUpdate.xml#sb-first-run-app-update-avail");
  277. }
  278.  
  279. #first_run_app_update_download_page {
  280.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAppUpdate.xml#sb-first-run-app-update-download");
  281. }
  282.  
  283. #first_run_app_update_finished_page {
  284.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAppUpdate.xml#sb-first-run-app-update-finished");
  285. }
  286.  
  287. #first_run_app_update_post_page {
  288.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAppUpdate.xml#sb-first-run-app-update-post");
  289. }
  290.  
  291. #first_run_app_update_failed_page {
  292.   -moz-binding: url("chrome://songbird/content/bindings/firstRun/firstRunAppUpdate.xml#sb-first-run-app-update-failed");
  293. }
  294.