diff --git a/htdocs/theme/amarok/AUTHOR b/htdocs/theme/amarok/AUTHOR old mode 100644 new mode 100755 index 4201514a54c..13e88907936 --- a/htdocs/theme/amarok/AUTHOR +++ b/htdocs/theme/amarok/AUTHOR @@ -1 +1,2 @@ -2012 Nicolas Péré +2012 Nicolas Péré +2012 Xavier Peyronnet \ No newline at end of file diff --git a/htdocs/theme/amarok/ckeditor/config.js b/htdocs/theme/amarok/ckeditor/config.js old mode 100644 new mode 100755 index dffc34dac94..ad6868029ee --- a/htdocs/theme/amarok/ckeditor/config.js +++ b/htdocs/theme/amarok/ckeditor/config.js @@ -1,82 +1,82 @@ -/* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. - // http://docs.cksource.com/CKEditor_3.x/Developers_Guide - // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html - config.enterMode = CKEDITOR.ENTER_BR; - config.resize_enabled = false; - //config.resize_maxHeight = 3000; - //config.resize_maxWidth = 3000; - //config.height = '300px'; - //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; - config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; - config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted - //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' - //config.language = 'de'; - //config.defaultLanguage = 'en'; - //config.contentsLanguage = 'fr'; - config.fullPage = false; // Not a full html page string, just part of it - config.dialog_backgroundCoverColor = 'rgb(255, 254, 253)'; - //config.contentsCss = '/css/mysitestyles.css'; - config.image_previewText=' '; - - config.toolbar_Full = - [ - ['Source','-','Save','NewPage','Preview','-','Templates'], - ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'], - ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], - ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'], - '/', - ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], - ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['BidiLtr', 'BidiRtl'], - ['Link','Unlink','Anchor'], - ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'], - '/', - ['Styles','Format','Font','FontSize'], - ['TextColor','BGColor'], - ['Maximize', 'ShowBlocks','-','About'] - ]; - - config.toolbar_dolibarr_mailings = - [ - ['Source','Maximize'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Undo','Redo','-','Find','Replace'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent','CreateDiv'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Link','Unlink','Anchor','Image','Table','SpecialChar'] - ]; - - config.toolbar_dolibarr_notes = - [ - ['Source'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Undo','Redo','-','Find','Replace'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Link','Unlink','Image','Table','SpecialChar'] - ]; - - config.toolbar_dolibarr_details = - [ - ['Source','Maximize'], - ['Cut','Copy','Paste','-','SpellChecker'], - ['Font','FontSize'], - ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], - ['NumberedList','BulletedList','Outdent','Indent'], - ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['SpecialChar'] - ]; -}; +/* +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.editorConfig = function( config ) +{ + // Define changes to default configuration here. + // http://docs.cksource.com/CKEditor_3.x/Developers_Guide + // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html + config.enterMode = CKEDITOR.ENTER_BR; + config.resize_enabled = false; + //config.resize_maxHeight = 3000; + //config.resize_maxWidth = 3000; + //config.height = '300px'; + //config.resize_dir = 'vertical'; // horizontal, vertical, both + config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; + config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; + config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted + //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' + //config.language = 'de'; + //config.defaultLanguage = 'en'; + //config.contentsLanguage = 'fr'; + config.fullPage = false; // Not a full html page string, just part of it + config.dialog_backgroundCoverColor = 'rgb(255, 254, 253)'; + //config.contentsCss = '/css/mysitestyles.css'; + config.image_previewText=' '; + + config.toolbar_Full = + [ + ['Source','-','Save','NewPage','Preview','-','Templates'], + ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'], + ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], + ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'], + '/', + ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], + ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['BidiLtr', 'BidiRtl'], + ['Link','Unlink','Anchor'], + ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe'], + '/', + ['Styles','Format','Font','FontSize'], + ['TextColor','BGColor'], + ['Maximize', 'ShowBlocks','-','About'] + ]; + + config.toolbar_dolibarr_mailings = + [ + ['Source','Maximize'], + ['Cut','Copy','Paste','-','SpellChecker'], + ['Undo','Redo','-','Find','Replace'], + ['Font','FontSize'], + ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], + ['NumberedList','BulletedList','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['Link','Unlink','Anchor','Image','Table','SpecialChar'] + ]; + + config.toolbar_dolibarr_notes = + [ + ['Source'], + ['Cut','Copy','Paste','-','SpellChecker'], + ['Undo','Redo','-','Find','Replace'], + ['Font','FontSize'], + ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], + ['NumberedList','BulletedList','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['Link','Unlink','Image','Table','SpecialChar'] + ]; + + config.toolbar_dolibarr_details = + [ + ['Source','Maximize'], + ['Cut','Copy','Paste','-','SpellChecker'], + ['Font','FontSize'], + ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], + ['NumberedList','BulletedList','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['SpecialChar'] + ]; +}; diff --git a/htdocs/theme/amarok/graph-color.php b/htdocs/theme/amarok/graph-color.php old mode 100644 new mode 100755 index e9652c46090..f0a27c30243 --- a/htdocs/theme/amarok/graph-color.php +++ b/htdocs/theme/amarok/graph-color.php @@ -1,4 +1,4 @@ - * Copyright (C) 2004-2007 Laurent Destailleur * @@ -24,7 +24,7 @@ global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet; $theme_bordercolor = array(235,235,224); -$theme_datacolor = array(array(125,135,150), array(200,160,180), array(190,190,220), array(170,140,190), array(190,190,170)); +$theme_datacolor = array(array(101,191,112), array(164,206,230), array(248,128,128), array(252,245,184), array(190,190,190)); $theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4')); $theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC')); diff --git a/htdocs/theme/amarok/img/1downarrow.png b/htdocs/theme/amarok/img/1downarrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1downarrow_selected.png b/htdocs/theme/amarok/img/1downarrow_selected.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1leftarrow.png b/htdocs/theme/amarok/img/1leftarrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1leftarrow_selected.png b/htdocs/theme/amarok/img/1leftarrow_selected.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1rightarrow.png b/htdocs/theme/amarok/img/1rightarrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1rightarrow_selected.png b/htdocs/theme/amarok/img/1rightarrow_selected.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1uparrow.png b/htdocs/theme/amarok/img/1uparrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1uparrow_selected.png b/htdocs/theme/amarok/img/1uparrow_selected.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/1updownarrow.png b/htdocs/theme/amarok/img/1updownarrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/addfile.png b/htdocs/theme/amarok/img/addfile.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/back_apple_03.png b/htdocs/theme/amarok/img/background_login.png old mode 100644 new mode 100755 similarity index 100% rename from htdocs/theme/amarok/img/back_apple_03.png rename to htdocs/theme/amarok/img/background_login.png diff --git a/htdocs/theme/amarok/img/bg_tile.jpg b/htdocs/theme/amarok/img/bg_tile.jpg deleted file mode 100644 index 4c78ca45f25..00000000000 Binary files a/htdocs/theme/amarok/img/bg_tile.jpg and /dev/null differ diff --git a/htdocs/theme/amarok/img/button_edit.png b/htdocs/theme/amarok/img/button_edit.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/calc.png b/htdocs/theme/amarok/img/calc.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/calendar.png b/htdocs/theme/amarok/img/calendar.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/call.png b/htdocs/theme/amarok/img/call.png old mode 100644 new mode 100755 index 8315c57d61d..55f8b311f78 Binary files a/htdocs/theme/amarok/img/call.png and b/htdocs/theme/amarok/img/call.png differ diff --git a/htdocs/theme/amarok/img/call_out.png b/htdocs/theme/amarok/img/call_out.png old mode 100644 new mode 100755 index bf972d8b1ae..e1615f425d4 Binary files a/htdocs/theme/amarok/img/call_out.png and b/htdocs/theme/amarok/img/call_out.png differ diff --git a/htdocs/theme/amarok/img/close.png b/htdocs/theme/amarok/img/close.png old mode 100644 new mode 100755 index aacac9fc423..3c92b099986 Binary files a/htdocs/theme/amarok/img/close.png and b/htdocs/theme/amarok/img/close.png differ diff --git a/htdocs/theme/amarok/img/delete.png b/htdocs/theme/amarok/img/delete.png old mode 100644 new mode 100755 index 087c8f99361..6b9fa6dd36e Binary files a/htdocs/theme/amarok/img/delete.png and b/htdocs/theme/amarok/img/delete.png differ diff --git a/htdocs/theme/amarok/img/detail.png b/htdocs/theme/amarok/img/detail.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/disable.png b/htdocs/theme/amarok/img/disable.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/edit.png b/htdocs/theme/amarok/img/edit.png old mode 100644 new mode 100755 index 296453ebe61..340b12633e6 Binary files a/htdocs/theme/amarok/img/edit.png and b/htdocs/theme/amarok/img/edit.png differ diff --git a/htdocs/theme/amarok/img/edit_add.png b/htdocs/theme/amarok/img/edit_add.png old mode 100644 new mode 100755 index 84ba8679581..4ac1bafbcc6 Binary files a/htdocs/theme/amarok/img/edit_add.png and b/htdocs/theme/amarok/img/edit_add.png differ diff --git a/htdocs/theme/amarok/img/edit_remove.png b/htdocs/theme/amarok/img/edit_remove.png old mode 100644 new mode 100755 index b524339090b..f953427ffbc Binary files a/htdocs/theme/amarok/img/edit_remove.png and b/htdocs/theme/amarok/img/edit_remove.png differ diff --git a/htdocs/theme/amarok/img/editdelete.png b/htdocs/theme/amarok/img/editdelete.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/error.png b/htdocs/theme/amarok/img/error.png old mode 100644 new mode 100755 index d0485162945..517725822ba Binary files a/htdocs/theme/amarok/img/error.png and b/htdocs/theme/amarok/img/error.png differ diff --git a/htdocs/theme/amarok/img/file.png b/htdocs/theme/amarok/img/file.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/filenew.png b/htdocs/theme/amarok/img/filenew.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/filter.png b/htdocs/theme/amarok/img/filter.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/folder-open.png b/htdocs/theme/amarok/img/folder-open.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/folder.png b/htdocs/theme/amarok/img/folder.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/grip.png b/htdocs/theme/amarok/img/grip.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/help.png b/htdocs/theme/amarok/img/help.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/helpdoc.png b/htdocs/theme/amarok/img/helpdoc.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/high.png b/htdocs/theme/amarok/img/high.png old mode 100644 new mode 100755 index d0485162945..517725822ba Binary files a/htdocs/theme/amarok/img/high.png and b/htdocs/theme/amarok/img/high.png differ diff --git a/htdocs/theme/amarok/img/history.png b/htdocs/theme/amarok/img/history.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/indent1.png b/htdocs/theme/amarok/img/indent1.png old mode 100644 new mode 100755 index 52ebb2bd738..11effb043d5 Binary files a/htdocs/theme/amarok/img/indent1.png and b/htdocs/theme/amarok/img/indent1.png differ diff --git a/htdocs/theme/amarok/img/info.png b/htdocs/theme/amarok/img/info.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/lock.png b/htdocs/theme/amarok/img/lock.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/logout.png b/htdocs/theme/amarok/img/logout.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/mainlevel.gif b/htdocs/theme/amarok/img/mainlevel.gif old mode 100644 new mode 100755 index 548526442a3..11e6209153c Binary files a/htdocs/theme/amarok/img/mainlevel.gif and b/htdocs/theme/amarok/img/mainlevel.gif differ diff --git a/htdocs/theme/amarok/img/menus/agenda.png b/htdocs/theme/amarok/img/menus/agenda.png deleted file mode 100644 index 2bea3152a10..00000000000 Binary files a/htdocs/theme/amarok/img/menus/agenda.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/commercial.png b/htdocs/theme/amarok/img/menus/commercial.png deleted file mode 100644 index e520f7eb71e..00000000000 Binary files a/htdocs/theme/amarok/img/menus/commercial.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/company.png b/htdocs/theme/amarok/img/menus/company.png deleted file mode 100644 index 95e5db62046..00000000000 Binary files a/htdocs/theme/amarok/img/menus/company.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/ecm.png b/htdocs/theme/amarok/img/menus/ecm.png deleted file mode 100644 index a9a975219cd..00000000000 Binary files a/htdocs/theme/amarok/img/menus/ecm.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/footer_bg.jpg b/htdocs/theme/amarok/img/menus/footer_bg.jpg deleted file mode 100644 index ab5511b57f1..00000000000 Binary files a/htdocs/theme/amarok/img/menus/footer_bg.jpg and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/generic1.png b/htdocs/theme/amarok/img/menus/generic1.png deleted file mode 100644 index 0222dd8c81d..00000000000 Binary files a/htdocs/theme/amarok/img/menus/generic1.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/generic2.png b/htdocs/theme/amarok/img/menus/generic2.png deleted file mode 100644 index 86847858c4a..00000000000 Binary files a/htdocs/theme/amarok/img/menus/generic2.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/generic3.png b/htdocs/theme/amarok/img/menus/generic3.png deleted file mode 100644 index d3ed4fa89b3..00000000000 Binary files a/htdocs/theme/amarok/img/menus/generic3.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/generic4.png b/htdocs/theme/amarok/img/menus/generic4.png deleted file mode 100644 index 29a3d7fed67..00000000000 Binary files a/htdocs/theme/amarok/img/menus/generic4.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/globe.png b/htdocs/theme/amarok/img/menus/globe.png deleted file mode 100644 index 073348a5246..00000000000 Binary files a/htdocs/theme/amarok/img/menus/globe.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/home.png b/htdocs/theme/amarok/img/menus/home.png deleted file mode 100644 index eec3240070b..00000000000 Binary files a/htdocs/theme/amarok/img/menus/home.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/lr_bg.gif b/htdocs/theme/amarok/img/menus/lr_bg.gif deleted file mode 100644 index e6644e4685f..00000000000 Binary files a/htdocs/theme/amarok/img/menus/lr_bg.gif and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/mail.png b/htdocs/theme/amarok/img/menus/mail.png deleted file mode 100644 index dab5feda5cd..00000000000 Binary files a/htdocs/theme/amarok/img/menus/mail.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/members.png b/htdocs/theme/amarok/img/menus/members.png deleted file mode 100644 index 4b703f42cd7..00000000000 Binary files a/htdocs/theme/amarok/img/menus/members.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/moduletable_th_bg.gif b/htdocs/theme/amarok/img/menus/moduletable_th_bg.gif deleted file mode 100644 index 0901e294b1f..00000000000 Binary files a/htdocs/theme/amarok/img/menus/moduletable_th_bg.gif and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/money.png b/htdocs/theme/amarok/img/menus/money.png deleted file mode 100644 index 50166e0f74b..00000000000 Binary files a/htdocs/theme/amarok/img/menus/money.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/pointofsale.png b/htdocs/theme/amarok/img/menus/pointofsale.png deleted file mode 100644 index 748ec41b1e6..00000000000 Binary files a/htdocs/theme/amarok/img/menus/pointofsale.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/products.png b/htdocs/theme/amarok/img/menus/products.png deleted file mode 100644 index d1081185c44..00000000000 Binary files a/htdocs/theme/amarok/img/menus/products.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/project.png b/htdocs/theme/amarok/img/menus/project.png deleted file mode 100644 index 5bc0f86b4be..00000000000 Binary files a/htdocs/theme/amarok/img/menus/project.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/shop.png b/htdocs/theme/amarok/img/menus/shop.png deleted file mode 100644 index 89627d8b332..00000000000 Binary files a/htdocs/theme/amarok/img/menus/shop.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/tab_background.png b/htdocs/theme/amarok/img/menus/tab_background.png deleted file mode 100644 index 0864dcc5852..00000000000 Binary files a/htdocs/theme/amarok/img/menus/tab_background.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/table_bg.gif b/htdocs/theme/amarok/img/menus/table_bg.gif deleted file mode 100644 index bd6bf5c1036..00000000000 Binary files a/htdocs/theme/amarok/img/menus/table_bg.gif and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/tools.png b/htdocs/theme/amarok/img/menus/tools.png deleted file mode 100644 index 17215ec5899..00000000000 Binary files a/htdocs/theme/amarok/img/menus/tools.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/topmenu_bg.png b/htdocs/theme/amarok/img/menus/topmenu_bg.png deleted file mode 100644 index da240b012c7..00000000000 Binary files a/htdocs/theme/amarok/img/menus/topmenu_bg.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/topmenu_bg_over.gif b/htdocs/theme/amarok/img/menus/topmenu_bg_over.gif deleted file mode 100644 index 2d03af87e67..00000000000 Binary files a/htdocs/theme/amarok/img/menus/topmenu_bg_over.gif and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/topmenu_left.gif b/htdocs/theme/amarok/img/menus/topmenu_left.gif deleted file mode 100644 index 0f08aa2a2a7..00000000000 Binary files a/htdocs/theme/amarok/img/menus/topmenu_left.gif and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/topmenu_right.png b/htdocs/theme/amarok/img/menus/topmenu_right.png deleted file mode 100644 index d6fd3c41168..00000000000 Binary files a/htdocs/theme/amarok/img/menus/topmenu_right.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/toppath.gif b/htdocs/theme/amarok/img/menus/toppath.gif deleted file mode 100644 index 2180d924dee..00000000000 Binary files a/htdocs/theme/amarok/img/menus/toppath.gif and /dev/null differ diff --git a/htdocs/theme/amarok/img/menus/trtitle.png b/htdocs/theme/amarok/img/menus/trtitle.png deleted file mode 100644 index e4fe4ffe1a6..00000000000 Binary files a/htdocs/theme/amarok/img/menus/trtitle.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/money.png b/htdocs/theme/amarok/img/money.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/next.png b/htdocs/theme/amarok/img/next.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_account.png b/htdocs/theme/amarok/img/object_account.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_action.png b/htdocs/theme/amarok/img/object_action.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_action_rdv.png b/htdocs/theme/amarok/img/object_action_rdv.png deleted file mode 100644 index b892da1f655..00000000000 Binary files a/htdocs/theme/amarok/img/object_action_rdv.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/object_barcode.png b/htdocs/theme/amarok/img/object_barcode.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_bill.png b/htdocs/theme/amarok/img/object_bill.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_billa.png b/htdocs/theme/amarok/img/object_billa.png old mode 100644 new mode 100755 index 93564621d7a..02185ffd161 Binary files a/htdocs/theme/amarok/img/object_billa.png and b/htdocs/theme/amarok/img/object_billa.png differ diff --git a/htdocs/theme/amarok/img/object_billd.png b/htdocs/theme/amarok/img/object_billd.png old mode 100644 new mode 100755 index 3c7443cba3e..d29e0cec904 Binary files a/htdocs/theme/amarok/img/object_billd.png and b/htdocs/theme/amarok/img/object_billd.png differ diff --git a/htdocs/theme/amarok/img/object_billr.png b/htdocs/theme/amarok/img/object_billr.png old mode 100644 new mode 100755 index c89098beaa5..940b1db8c6d Binary files a/htdocs/theme/amarok/img/object_billr.png and b/htdocs/theme/amarok/img/object_billr.png differ diff --git a/htdocs/theme/amarok/img/object_book.png b/htdocs/theme/amarok/img/object_book.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_bookmark.png b/htdocs/theme/amarok/img/object_bookmark.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_calendar.png b/htdocs/theme/amarok/img/object_calendar.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_calendarday.png b/htdocs/theme/amarok/img/object_calendarday.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_calendarweek.png b/htdocs/theme/amarok/img/object_calendarweek.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_category-expanded.png b/htdocs/theme/amarok/img/object_category-expanded.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_category.png b/htdocs/theme/amarok/img/object_category.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_commercial.png b/htdocs/theme/amarok/img/object_commercial.png old mode 100644 new mode 100755 index 5f11e40a81f..ced060d8701 Binary files a/htdocs/theme/amarok/img/object_commercial.png and b/htdocs/theme/amarok/img/object_commercial.png differ diff --git a/htdocs/theme/amarok/img/object_commissions.png b/htdocs/theme/amarok/img/object_commissions.png deleted file mode 100644 index 39f09967046..00000000000 Binary files a/htdocs/theme/amarok/img/object_commissions.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/object_company.png b/htdocs/theme/amarok/img/object_company.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_contact.png b/htdocs/theme/amarok/img/object_contact.png old mode 100644 new mode 100755 index c522b97c77b..f10bfb0d29b Binary files a/htdocs/theme/amarok/img/object_contact.png and b/htdocs/theme/amarok/img/object_contact.png differ diff --git a/htdocs/theme/amarok/img/object_contact_all.png b/htdocs/theme/amarok/img/object_contact_all.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_contract.png b/htdocs/theme/amarok/img/object_contract.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_dir.png b/htdocs/theme/amarok/img/object_dir.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_email.png b/htdocs/theme/amarok/img/object_email.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_energie.png b/htdocs/theme/amarok/img/object_energie.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_generic.png b/htdocs/theme/amarok/img/object_generic.png old mode 100644 new mode 100755 index 6a05d3a8e2a..2de348dcceb Binary files a/htdocs/theme/amarok/img/object_generic.png and b/htdocs/theme/amarok/img/object_generic.png differ diff --git a/htdocs/theme/amarok/img/object_globe.png b/htdocs/theme/amarok/img/object_globe.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_group.png b/htdocs/theme/amarok/img/object_group.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_holiday.png b/htdocs/theme/amarok/img/object_holiday.png deleted file mode 100644 index 69ccdb279a5..00000000000 Binary files a/htdocs/theme/amarok/img/object_holiday.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/object_intervention.png b/htdocs/theme/amarok/img/object_intervention.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_invoice.png b/htdocs/theme/amarok/img/object_invoice.png deleted file mode 100644 index a9095ae91da..00000000000 Binary files a/htdocs/theme/amarok/img/object_invoice.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/object_label.png b/htdocs/theme/amarok/img/object_label.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_list.png b/htdocs/theme/amarok/img/object_list.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_margin.png b/htdocs/theme/amarok/img/object_margin.png deleted file mode 100644 index 13e4b92c9ce..00000000000 Binary files a/htdocs/theme/amarok/img/object_margin.png and /dev/null differ diff --git a/htdocs/theme/amarok/img/object_order.png b/htdocs/theme/amarok/img/object_order.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_payment.png b/htdocs/theme/amarok/img/object_payment.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_phoning.png b/htdocs/theme/amarok/img/object_phoning.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_product.png b/htdocs/theme/amarok/img/object_product.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_project.png b/htdocs/theme/amarok/img/object_project.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_projectpub.png b/htdocs/theme/amarok/img/object_projectpub.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_projecttask.png b/htdocs/theme/amarok/img/object_projecttask.png old mode 100644 new mode 100755 index 36cd9d5ce81..0023b3a75bd Binary files a/htdocs/theme/amarok/img/object_projecttask.png and b/htdocs/theme/amarok/img/object_projecttask.png differ diff --git a/htdocs/theme/amarok/img/object_propal.png b/htdocs/theme/amarok/img/object_propal.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_reduc.png b/htdocs/theme/amarok/img/object_reduc.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_rss.png b/htdocs/theme/amarok/img/object_rss.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_sending.png b/htdocs/theme/amarok/img/object_sending.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_service.png b/htdocs/theme/amarok/img/object_service.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_stock.png b/htdocs/theme/amarok/img/object_stock.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_task.png b/htdocs/theme/amarok/img/object_task.png old mode 100644 new mode 100755 index dca2f76dc09..0023b3a75bd Binary files a/htdocs/theme/amarok/img/object_task.png and b/htdocs/theme/amarok/img/object_task.png differ diff --git a/htdocs/theme/amarok/img/object_technic.png b/htdocs/theme/amarok/img/object_technic.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_trip.png b/htdocs/theme/amarok/img/object_trip.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/object_user.png b/htdocs/theme/amarok/img/object_user.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/off.png b/htdocs/theme/amarok/img/off.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/ok.png b/htdocs/theme/amarok/img/ok.png new file mode 100755 index 00000000000..210b1a6c3cc Binary files /dev/null and b/htdocs/theme/amarok/img/ok.png differ diff --git a/htdocs/theme/amarok/img/on.png b/htdocs/theme/amarok/img/on.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/pdf2.png b/htdocs/theme/amarok/img/pdf2.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/pdf3.png b/htdocs/theme/amarok/img/pdf3.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/previous.png b/htdocs/theme/amarok/img/previous.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/printer.png b/htdocs/theme/amarok/img/printer.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/puce.png b/htdocs/theme/amarok/img/puce.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/recent.png b/htdocs/theme/amarok/img/recent.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/redstar.png b/htdocs/theme/amarok/img/redstar.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/refresh.png b/htdocs/theme/amarok/img/refresh.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/reload.png b/htdocs/theme/amarok/img/reload.png old mode 100644 new mode 100755 index 62056d2a89a..8baf084bd99 Binary files a/htdocs/theme/amarok/img/reload.png and b/htdocs/theme/amarok/img/reload.png differ diff --git a/htdocs/theme/amarok/img/rightarrow.png b/htdocs/theme/amarok/img/rightarrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/search.png b/htdocs/theme/amarok/img/search.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/searchclear.png b/htdocs/theme/amarok/img/searchclear.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/setup.png b/htdocs/theme/amarok/img/setup.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/split.png b/htdocs/theme/amarok/img/split.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/star.png b/htdocs/theme/amarok/img/star.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stats.png b/htdocs/theme/amarok/img/stats.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/statut0.png b/htdocs/theme/amarok/img/statut0.png old mode 100644 new mode 100755 index 0f7b0bd4f87..725c20a19c3 Binary files a/htdocs/theme/amarok/img/statut0.png and b/htdocs/theme/amarok/img/statut0.png differ diff --git a/htdocs/theme/amarok/img/statut1.png b/htdocs/theme/amarok/img/statut1.png old mode 100644 new mode 100755 index 3e4650f4f02..663cfb93856 Binary files a/htdocs/theme/amarok/img/statut1.png and b/htdocs/theme/amarok/img/statut1.png differ diff --git a/htdocs/theme/amarok/img/statut2.png b/htdocs/theme/amarok/img/statut2.png old mode 100644 new mode 100755 index 67f0dd870d6..ff7be2c5808 Binary files a/htdocs/theme/amarok/img/statut2.png and b/htdocs/theme/amarok/img/statut2.png differ diff --git a/htdocs/theme/amarok/img/statut3.png b/htdocs/theme/amarok/img/statut3.png old mode 100644 new mode 100755 index f49966eaaa1..e59f0eb85d3 Binary files a/htdocs/theme/amarok/img/statut3.png and b/htdocs/theme/amarok/img/statut3.png differ diff --git a/htdocs/theme/amarok/img/statut4.png b/htdocs/theme/amarok/img/statut4.png old mode 100644 new mode 100755 index aed93a350ba..674773045e5 Binary files a/htdocs/theme/amarok/img/statut4.png and b/htdocs/theme/amarok/img/statut4.png differ diff --git a/htdocs/theme/amarok/img/statut5.png b/htdocs/theme/amarok/img/statut5.png old mode 100644 new mode 100755 index a2e22fe6f59..22dba223a17 Binary files a/htdocs/theme/amarok/img/statut5.png and b/htdocs/theme/amarok/img/statut5.png differ diff --git a/htdocs/theme/amarok/img/statut6.png b/htdocs/theme/amarok/img/statut6.png old mode 100644 new mode 100755 index b964afff603..ff7be2c5808 Binary files a/htdocs/theme/amarok/img/statut6.png and b/htdocs/theme/amarok/img/statut6.png differ diff --git a/htdocs/theme/amarok/img/statut7.png b/htdocs/theme/amarok/img/statut7.png old mode 100644 new mode 100755 index 50295a03ed5..f18782947cb Binary files a/htdocs/theme/amarok/img/statut7.png and b/htdocs/theme/amarok/img/statut7.png differ diff --git a/htdocs/theme/amarok/img/statut8.png b/htdocs/theme/amarok/img/statut8.png old mode 100644 new mode 100755 index 4d8f59be1c2..5c008b0a6fa Binary files a/htdocs/theme/amarok/img/statut8.png and b/htdocs/theme/amarok/img/statut8.png differ diff --git a/htdocs/theme/amarok/img/statut9.png b/htdocs/theme/amarok/img/statut9.png old mode 100644 new mode 100755 index 5401cf9b03d..662d5e599ee Binary files a/htdocs/theme/amarok/img/statut9.png and b/htdocs/theme/amarok/img/statut9.png differ diff --git a/htdocs/theme/amarok/img/stcomm-1.png b/htdocs/theme/amarok/img/stcomm-1.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm-1_grayed.png b/htdocs/theme/amarok/img/stcomm-1_grayed.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm0.png b/htdocs/theme/amarok/img/stcomm0.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm0_grayed.png b/htdocs/theme/amarok/img/stcomm0_grayed.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm1.png b/htdocs/theme/amarok/img/stcomm1.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm1_grayed.png b/htdocs/theme/amarok/img/stcomm1_grayed.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm2.png b/htdocs/theme/amarok/img/stcomm2.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm2_grayed.png b/htdocs/theme/amarok/img/stcomm2_grayed.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm3.png b/htdocs/theme/amarok/img/stcomm3.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm3_grayed.png b/htdocs/theme/amarok/img/stcomm3_grayed.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm4.png b/htdocs/theme/amarok/img/stcomm4.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/stcomm4_grayed.png b/htdocs/theme/amarok/img/stcomm4_grayed.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/switch_off.png b/htdocs/theme/amarok/img/switch_off.png index 1b4d2072939..28a4376fb43 100644 Binary files a/htdocs/theme/amarok/img/switch_off.png and b/htdocs/theme/amarok/img/switch_off.png differ diff --git a/htdocs/theme/amarok/img/switch_on.png b/htdocs/theme/amarok/img/switch_on.png index 2112071d494..d4e32d98f57 100644 Binary files a/htdocs/theme/amarok/img/switch_on.png and b/htdocs/theme/amarok/img/switch_on.png differ diff --git a/htdocs/theme/amarok/img/tick.png b/htdocs/theme/amarok/img/tick.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/title.png b/htdocs/theme/amarok/img/title.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/unlock.png b/htdocs/theme/amarok/img/unlock.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/uparrow.png b/htdocs/theme/amarok/img/uparrow.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/vcard.png b/htdocs/theme/amarok/img/vcard.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/view.png b/htdocs/theme/amarok/img/view.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/vmenu.png b/htdocs/theme/amarok/img/vmenu.png new file mode 100755 index 00000000000..386261c83ae Binary files /dev/null and b/htdocs/theme/amarok/img/vmenu.png differ diff --git a/htdocs/theme/amarok/img/voyants/bleu.png b/htdocs/theme/amarok/img/voyants/bleu.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/voyants/grisfonce.png b/htdocs/theme/amarok/img/voyants/grisfonce.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/voyants/gristresclair.png b/htdocs/theme/amarok/img/voyants/gristresclair.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/voyants/orange.png b/htdocs/theme/amarok/img/voyants/orange.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/voyants/rouge.png b/htdocs/theme/amarok/img/voyants/rouge.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/voyants/vert.png b/htdocs/theme/amarok/img/voyants/vert.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/voyants/violet.png b/htdocs/theme/amarok/img/voyants/violet.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/warning.png b/htdocs/theme/amarok/img/warning.png old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/working.gif b/htdocs/theme/amarok/img/working.gif old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/img/working2.gif b/htdocs/theme/amarok/img/working2.gif deleted file mode 100644 index bf0fc8f2167..00000000000 Binary files a/htdocs/theme/amarok/img/working2.gif and /dev/null differ diff --git a/htdocs/theme/amarok/index.php b/htdocs/theme/amarok/index.php old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php old mode 100644 new mode 100755 index a8ccc913f2a..1ad2d7f7021 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -1,6 +1,8 @@ - * Copyright (C) 2012 Regis Houssin +/* Copyright (C) 2012 Nicolas Péré + * Copyright (C) 2012 Xavier Peyronnet + * Copyright (C) 2012 Regis Houssin + * Version 0.6 (2012-10-30) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +23,8 @@ * \brief Fichier de style CSS du theme amarok */ + + //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language //if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled to increase speed. Language code is found on url. if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); @@ -34,8 +38,7 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); session_cache_limiter(FALSE); -require_once '../../main.inc.php'; -require_once DOL_DOCUMENT_ROOT.'/core/lib/functions.lib.php'; +require_once("../../main.inc.php"); // Define css type header('Content-type: text/css'); @@ -54,52 +57,567 @@ $right=($langs->trans("DIRECTION")=='rtl'?'left':'right'); $left=($langs->trans("DIRECTION")=='rtl'?'right':'left'); $fontsize=empty($conf->browser->phone)?'12':'12'; $fontsizesmaller=empty($conf->browser->phone)?'11':'11'; -$fontlist='Helvetica,Verdana,Arial,sans-serif'; + +$path=''; // This value may be used in future for external module to overwrite theme + +// Define image path files +$fontlist='helvetica,arial,tahoma,verdana'; //$fontlist='Verdana,Helvetica,Arial,sans-serif'; +//'/theme/auguria/img/menus/trtitle.png'; +$img_liste_titre=dol_buildpath($path.'/theme/amarok/img/menus/trtitle.png',1); +$img_head=dol_buildpath($path.'/theme/amarok/img/headbg2.jpg',1); +$img_button=dol_buildpath($path.'/theme/amarok/img/button_bg.png',1); + ?> +/* ============================================================================== */ +/* Styles par défaut */ +/* ============================================================================== */ -/* STYLES COMMUNS : */ -*, html{margin:0;padding:0;font-size:100%;} -body { - background: #888 url(img/back_apple_03.png); - color: #101010; +*, html { margin:0; - font-size: px; - font-family: ; - trans("DIRECTION").";\n"; ?> - } + padding:0; + font-size:100%; +} + +body { + background-color:#f5f5f5; + + + background-image:url(); + background-repeat:repeat-y; + + + background-image:url(); + + color:#232323; + font-size:px; + font-family:; + margin:0px; + trans("DIRECTION").";\n"; ?> +} + +.checkVatPopup { + background-color:#f5f5f5; + background-image:none; + margin:10px; + line-height:16px; +} a { - text-decoration: none; - color:#333; - } + font-family:; + font-weight:bold; + text-decoration:none; + color:#232323; +} -a:hover, a:sel{ - color:black; - } -img {width:16px; height:16px; vertical-align:bottom;} -img#pictotitle {width:32px; height:32px;} -td img {width:auto; height:auto;} +a:hover, a:active { + color:rgba(0,0,0,.6); +} input, textarea { + font-size:px; + font-family:; + border-radius:4px; + border:solid 1px rgba(0,0,0,.3); + border-top:solid 1px rgba(0,0,0,.4); + border-bottom:solid 1px rgba(0,0,0,.2); + box-shadow:1px 1px 2px rgba(0,0,0,.2) inset; +} + +input[type="image"] { + border-radius:0px; + border:none; + box-shadow:none; +} + +input.flat { + font-size:px; + font-family:; + border-radius:4px; + border:solid 1px rgba(0,0,0,.3); + border-top:solid 1px rgba(0,0,0,.4); + border-bottom:solid 1px rgba(0,0,0,.2); + box-shadow:1px 1px 2px rgba(0,0,0,.2) inset; +} + +input:disabled {background:#b6b6b6;} + +textarea.flat { + font-size:px; + font-family:; + border-radius:4px; + border:solid 1px rgba(0,0,0,.3); + border-top:solid 1px rgba(0,0,0,.4); + border-bottom:solid 1px rgba(0,0,0,.2); + box-shadow:1px 1px 2px rgba(0,0,0,.2) inset; +} + +textarea:disabled {background:#dddddd;} + +select.flat { + font-size:px; + font-family:; border-radius:4px; border:solid 1px rgba(0,0,0,.3); border-top:solid 1px rgba(0,0,0,.4); border-bottom:solid 1px rgba(0,0,0,.2); - box-shadow: 1px 1px 2px rgba(0,0,0,.2) inset; - padding:2px; - margin-bottom:6px; - } - -.valignmiddle { - vertical-align: middle; + box-shadow:1px 1px 2px rgba(0,0,0,.2) inset; } -.centpercent { + +form { + padding:0px; + margin:0px; +} + + +/* ============================================================================== */ +/* Login */ +/* ============================================================================== */ + +form#login { + display:block; + border:solid 1px rgba(0,0,0,.4); + border-top:solid 1px #ffffff; + background-color:#c7d0db; + background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-gradient( + linear, + left top, + left bottom, + color-stop(0, rgba(255,255,255,.3)), + color-stop(1, rgba(0,0,0,.3)) + ); + margin-left:auto; + margin-right:auto; + padding:20px 20px 10px; + width:500px; + border-radius:12px; + box-shadow:0 0 16px rgba(0,0,0,.8); +} +form#login img {width:auto; height:auto; opacity:.7;} +form#login img#img_logo { + width:120px; + max-width:120px; + height:auto; + border-radius:6px; + padding:6px; + background-color:#ffffff; + border:solid 1px rgba(0,0,0,.4); + border-top:solid 1px rgba(0,0,0,.5); + border-bottom:solid 1px rgba(0,0,0,.3); + box-shadow:1px 1px 6px rgba(0,0,0,.3) inset , 0 0 1px rgba(255,255,255,.6); +} + +form#login input { + padding:6px; + font-size:120%; +} + +form#login label, form#login td b { + vertical-align:middle; + line-height:40px; + color:rgba(0,0,0,.4); + text-shadow:1px 1px 1px rgba(255,255,255,.6); +} + +form#login table.login_table { + margin:10px 0px; + border:none; + background:none !important; +} + +body.body center{color:white;} + +table.login_table { background-color: red !important;} +table.login_table tr td {vertical-align:middle;} +table.login_table tr.vmenu td {font-size:18px;} +table.login_table tr td a {color:#333333 !important;} +table.login_table tr td a:hover {color:#000000 !important;} + +table.login_table .button { + font-size:120%; + background-color:#168ac2; + color:#ffffff; + padding:6px; + margin:10px 0px; + border-radius:1.6em; + border:solid 1px #2e7992; + box-shadow:1px 1px 3px rgba(0,0,0,.4); +} + +table.login_table .vmenu { + color:rgba(0,0,0,.6); + text-shadow:1px 1px 1px rgba(255,255,255,.6); + font-size:120%; +} + +/* ! Message d'erreur lors du login : */ +center .error { padding:8px !important; padding-left:26px !important; padding-right:20px; width:inherit; max-width:450px;color:#552323 !important; font-size:14px; border-radius:8px; text-align: left;} + +/* For hide object and add pointer cursor */ + +.hideobject {display:none;} +.linkobject {cursor:pointer;} + +/* For dragging lines */ + +.dragClass {color:#333333;} +td.showDragHandle {cursor:move;} +.tdlineupdown {white-space:nowrap;} + + +/* ============================================================================== */ +/* Styles de positionnement des zones */ +/* ============================================================================== */ + +td.vmenu { + + margin-right:2px; + padding:0px; + width:170px; + +} + +div.fiche { + padding:8px 12px 10px; +} + + +/* ============================================================================== */ +/* Menu top et 1ère ligne tableau */ +/* ============================================================================== */ + +div.tmenu { + + display:none; + + position:relative; + display:block; + margin:0; + padding:0; + padding-left:1em; + top:0; + left:0; + right:0; + white-space:nowrap; + height:36px; + line-height:36px; + background:#333333; + background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-gradient( + linear, + left top, + left bottom, + color-stop(0, rgba(255,255,255,.3)), + color-stop(1, rgba(0,0,0,.3)) + ); + border-bottom:solid 1px rgba(0,0,0,.8); + box-shadow:0 0 6px rgba(0,0,0,.4) !important; + z-index:100; + +} + +div.tmenu a { + font-weight:normal; +} + +div.tmenu li { + display:inline-table; + margin-right:1em; + text-transform:uppercase; +} + +div.tmenu li a {color:#cccccc;} +div.tmenu li a:hover {color:rgba(255,255,255,.2);} + +div.tmenu ul li a.tmenusel {/* texte du menu principal sélectionné */ + color:#ffffff; + font-weight:bold; +} + +.tmenudisabled {color:#d0d0d0 !important;} + +/* --- end nav --- */ + +/* Login */ + +div.login_block { + position:absolute; + top:5px; + right:10px; + z-index:100; + + display:none; + +} + +div.login_block a {color:rgba(255,255,255,.6);} +div.login_block a:hover {color:#ffffff} + +div.login_block table { + display:inline; +} + +div.login { + white-space:nowrap; + padding:8px 0px 0px 0px; + margin:0px 0px 0px 8px; + font-weight:bold; +} + +img.login, img.printer, img.entity { + padding:8px 0px 0px 0px; + margin:0px 0px 0px 8px; + text-decoration:none; + color:#ffffff; + font-weight:bold; +} + + +/* ============================================================================== */ +/* Menu gauche */ +/* ============================================================================== */ + +div.vmenu { + + display:none; + + width:170px; + background-color:#dde2e9; + +} + +.blockvmenupair .menu_titre, .blockvmenuimpair .menu_titre { + height:22px; + line-height:22px; + text-align:center; + background-color:rgba(0,0,0,.08); + background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-gradient( + linear, + left top, + left bottom, + color-stop(0, rgba(255,255,255,.3)), + color-stop(1, rgba(0,0,0,.3)) + ); + padding-left:3px; + border-top:solid 1px rgba(255,255,255,.5); + border-bottom:solid 1px rgba(0,0,0,.5); +} + +.blockvmenupair .menu_titre a, .blockvmenuimpair .menu_titre a {font-weight:normal;} + +.menu_contenu { + background-color:#ffffff; + padding-left:12px; + border-bottom:solid 1px rgba(0,0,0,.05); +} + +.menu_contenu:hover {background-color:#f7f7f7;} +.menu_contenu a.vsmenu { + color:#000000; + line-height:18px; + font-weight:normal; +} + +.blockvmenusearch { + border-top:solid 1px rgba(0,0,0,.3); + padding:10px 5px 20px; + text-align:center; +} + +.blockvmenusearch .menu_titre { + margin-top:6px; + text-align:left; + padding-left:18px; +} + +#blockvmenuhelp { + border-top:solid 1px rgba(0,0,0,.1); + padding:12px; + text-align:center; +} + + +/* ============================================================================== */ +/* Panes for Main */ +/* ============================================================================== */ + +#mainContent { + background-color:#ffffff; +} + +#mainContent, #leftContent .ui-layout-pane { + padding:0px; + overflow:auto; +} + +#mainContent, #leftContent .ui-layout-center { + padding:0px; + position:relative; /* contain floated or positioned elements */ + overflow:auto; /* add scrolling to content-div */ +} + + +/* ============================================================================== */ +/* Toolbar for ECM or Filemanager */ +/* ============================================================================== */ + +.toolbar {} +.toolbarbutton {} + + +/* ============================================================================== */ +/* Panes for ECM or Filemanager */ +/* ============================================================================== */ + +#containerlayout .layout-with-no-border { + border:0 !important; + border-width:0 !important; +} + +#containerlayout .layout-padding { + padding:2px !important; +} + +#containerlayout .ui-layout-pane {/* all 'panes' */ + background:#ffffff; + border:1px solid #bbbbbb; + padding:0px; + overflow:auto; +} + +#containerlayout .ui-layout-content { + padding:10px; + position:relative; /* contain floated or positioned elements */ + overflow:auto; /* add scrolling to content-div */ +} + +#containerlayout .pane-in.ecm-in-layout-center.ui-layout-pane.ui-layout-pane-center { + border:0px solid #bbbbbb; + border-bottom:1px solid #bbbbbb; +} + +#containerlayout .pane-in.ecm-in-layout-south.layout-padding.ui-layout-pane.ui-layout-pane-south { + border:0px solid #bbbbbb; + border-top:1px solid #bbbbbb; +} + +/* ============================================================================== */ +/* Onglets */ +/* ============================================================================== */ + +div.tabs { + margin-top:8px; +} + +div.tabBar { + background-color:#ffffff; + padding:6px; + margin:3px 0px 5px; + border:1px solid #bbbbbb; +} + +div.tabBar table.notopnoleftnoright { + white-space:nowrap; +} + +div.tabsAction { + margin-top:12px !important; + text-align:right; +} + +a.tabTitle { + color:rgba(0,0,0,.5); + margin-right:10px; + text-shadow:1px 1px 1px #ffffff; + padding-left:5px; + vertical-align:middle; +} + +a.tabTitle img { + vertical-align:top; + margin-top:-1px; +} + +.tab { + margin-left:2px; + margin-right:2px; + padding:3px 0px 4px; + padding-left:8px; + padding-right:8px; + background-color:rgba(0,0,0,.2); + color:#666666; + border:solid 1px rgba(0,0,0,.3); + border-bottom:0px; + -webkit-border-top-left-radius:6px; + -webkit-border-top-right-radius:6px; +} + +.tab#active { + color:#232323; + font-weight:bold; + background-color:#ffffff; + border-bottom:solid 1px #ffffff; +} + +.tab:hover {color:#333333;} + + +/* ============================================================================== */ +/* Styles de positionnement des zones */ +/* ============================================================================== */ + +div.fiche { + margin-: browser->phone) || empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?'20':'24'; ?>px; + margin-: browser->phone)?'12':'6'; ?>px; +} + +div.fichecenter { width: 100%; + clear: both; /* This is to have div fichecenter that are true rectangles */ +} +div.fichethirdleft { + browser->phone)) { print "float: ".$left.";\n"; } ?> + browser->phone)) { print "width: 35%;\n"; } ?> + browser->phone)) { print "padding-bottom: 6px;\n"; } ?> +} +div.fichetwothirdright { + browser->phone)) { print "float: ".$left.";\n"; } ?> + browser->phone)) { print "width: 65%;\n"; } ?> + browser->phone)) { print "padding-bottom: 6px\n"; } ?> +} +div.fichehalfleft { + browser->phone)) { print "float: ".$left.";\n"; } ?> + browser->phone)) { print "width: 50%;\n"; } ?> +} +div.fichehalfright { + browser->phone)) { print "float: ".$left.";\n"; } ?> + browser->phone)) { print "width: 50%;\n"; } ?> +} +div.ficheaddleft { + browser->phone)) { print "padding-left: 16px;\n"; } ?> } + +/* ============================================================================== */ +/* Boutons actions */ +/* ============================================================================== */ + /* boutons : */ .button, .butAction {background: #999;border: solid 1px #666;} .butActionRefused {background: #ccc;} @@ -151,379 +669,921 @@ td.formdocbutton {padding-top:6px;} color-stop(1, rgba(255,255,255,.3)), color-stop(0, rgba(0,0,0,.3)) ); - } - -global->MAIN_BUTTON_HIDE_UNAUTHORIZED)) { ?> -.butActionRefused { - display: none; } - -.tabsAction {margin-top:12px !important; text-align:center;} -.menu_titre img{padding-bottom:2px;} +/* ============================================================================== */ +/* Tables */ +/* ============================================================================== */ -/* LOGIN : */ -form#login { - margin-top: 70px; - margin-bottom: 30px; - display:block; - border:solid 1px rgba(0,0,0,.4); - border-top:solid 1px white; - background-color: #c7d0db; - background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0, rgba(255,255,255,.3)), - color-stop(1, rgba(0,0,0,.3)) - ); - margin-left:auto; - margin-right:auto; - padding:12px; - width:500px; - border-radius: 12px; - box-shadow: 0 0 16px rgba(0,0,0,.8); - } +#undertopmenu { +} - -form#login img { - width:120px; - max-width:120px; - height:auto; - border-radius:6px; - padding:6px; - background-color: white; - border:solid 1px rgba(0,0,0,.4); - border-top:solid 1px rgba(0,0,0,.5); - border-bottom:solid 1px rgba(0,0,0,.3); - box-shadow: 1px 1px 6px rgba(0,0,0,.3) inset , 0 0 1px rgba(255,255,255,.6); - } - -form#login input{ - padding:8px; - font-size:120%; - } - -form#login label { +table img { + padding:0px 2px; vertical-align:middle; - line-height:46px; - color:rgba(0,0,0,.4); - text-shadow: 1px 1px 1px rgba(255,255,255,.6); - } - -form#login table.login{margin:0;border:none;background:none !important;} -table.login tr td a {color:#333 !important;} -table.login tr td a:hover {color:#000 !important;} - -table.login .button { - font-size:120%; - background-color:#168ac2; - color:white; - padding:6px; - border-radius:1.6em; - border:solid 1px #2e7992; - box-shadow: 1px 1px 3px rgba(0,0,0,.4); - } - -table.login .vmenu{ - color:rgba(0,0,0,.3); - text-shadow: 1px 1px 1px rgba(255,255,255,.6); - font-size:120%; - } - -td div.error{color:white;} - - -/* MENUS PRINCIPAUX : */ -div.tmenu { - position:fixed; - margin:0; - padding:0; - padding-left:1em; - top:0; - left:0; - right:0; - white-space: nowrap; - height:36px; - line-height:36px; - - background: #168ac2; /* bleu */ - background: #b7e0e7; /* bleu_clair */ - background: #6d6887; /* violet */ - background: #333; /* obsidienne */ - - background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0, rgba(255,255,255,.3)), - color-stop(1, rgba(0,0,0,.3)) - ); - - border-bottom:solid 1px rgba(0,0,0,.8); - box-shadow: 0 0 6px rgba(0,0,0,.4) !important; - z-index:100; - /* hack pour ie : */ - behavior: url(/theme/amarok/PIE.htc); - } - -div.tmenu li { - display:inline-table; - margin-right:1em; - text-transform: uppercase; - } -div.tmenu li a { - color: #ccc; - } -div.tmenu li a:hover { - color: rgba(255,255,255,.2); - } -div.tmenu ul li a.tmenusel{ /* texte du menu principal sélectionné */ - color: #fff; - font-weight:bold; } +table.liste img { + padding:0px; +} -/* PARTIE LOGIN : */ -div.login_block { - position:fixed; - top:6px; - right:6px; - z-index:101; - } -div.login_block a{color:white;color:rgba(255,255,255,.6);} +table a { + vertical-align:middle; +} +.nocellnopadd { + list-style-type:none; + margin:0px; + padding:0px; +} -/* MENUS SUR LA GAUCHE : */ -div.vmenu { - position:fixed; - top:37px; - left:0; - bottom:0; - width:164px; - border-right:solid 1px rgba(0,0,0,.3); - background-color: #dde2e9; - } +.allwidth { +width: 100%; +} -.blockvmenupair .menu_titre, .blockvmenuimpair .menu_titre { - height:22px; - line-height:22px; - text-align:center; - background-color:rgba(0,0,0,.08); - background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-gradient( - linear, - left top, - left bottom, - color-stop(0, rgba(255,255,255,.3)), - color-stop(1, rgba(0,0,0,.3)) - ); - padding-left:3px; - border-top: solid 1px rgba(255,255,255,.5); - border-bottom: solid 1px rgba(0,0,0,.5); +.notopnoleft { + border-collapse:collapse; + border:0px; + padding-top:0px; + padding-left:0px; + padding-right:10px; + padding-bottom:4px; + margin:0px 0px; +} - } +table.notopnoleftnoright { + border:0px; + border-collapse:collapse; + padding-top:0px; + padding-left:0px; + padding-right:10px; + padding-bottom:4px; + margin:0px; +} -.menu_contenu { - background-color: white; - padding-left:12px; - border-bottom:solid 1px rgba(0,0,0,.05); - } -.menu_contenu:hover{background-color:#f7f7f7;} -.menu_contenu a.vsmenu {color:black;line-height: 18px;} +table.border { + border:1px solid #bbbbbb; + border-collapse:collapse; +} -.blockvmenusearch { - border-top:solid 1px rgba(0,0,0,.3); +table.border td { + padding:1px 0px; + border:1px solid #dddddd; + border-collapse:collapse; + padding-left:2px; +} + +/* +td.border { + border:1px solid #000000; +} +*/ + +/* Main boxes */ + +table.border.formdoc { + background-color:#f7f7f7; + border:1px solid #dddddd; + margin:0px; + width:60%; +} + +table.border.formdoc td {padding:1px 3px;} + +table.noborder { + border:1px solid #bbbbbb; + padding:0px; + margin:3px 0px 8px; + border-spacing:0px; + -moz-box-shadow:2px 4px 2px #cccccc; + -webkit-box-shadow:2px 4px 2px #cccccc; + box-shadow:2px 4px 2px #cccccc; +} + +table.noborder tr {} + +table.noborder td {padding:1px 2px 1px 3px;} + +table.nobordernopadding { + border-collapse:collapse; + border:0px; +} + +table.nobordernopadding tr { + border:0px; + padding:0px 0px; +} + +table.nobordernopadding td { + border:0px; + padding:1px 0px; +} + +table.notopnoleftnopadd { + background-color:#ffffff; + border:1px solid #bbbbbb; padding:6px; - padding-top: 22px; - } +} -.blockvmenusearch .menu_titre { - margin-top:6px; - } +/* For lists */ - -/* AIDE EN LIGNE : */ -#blockvmenuhelp { - border-top: solid 1px rgba(0,0,0,.1); - padding:12px; - text-align:center; - } - - -/* ONGLETS : */ -.tabs { - margin-top:8px; - margin-bottom:-2px; - padding-bottom:0; - } - -.tabTitle { - color:rgba(0,0,0,.5); - margin-right:12px; - text-shadow: 1px 1px 1px white; - } - -.tab { - margin-left:2px; - margin-right:2px; - padding:2px; - padding-left:8px; - padding-right:8px; - height:23px; - background-color: rgba(0,0,0,.2); - color:#666; - border:solid 1px rgba(0,0,0,.3); - border-bottom:solid 1px rgba(0,0,0,.08); - -webkit-border-top-left-radius:6px; - -webkit-border-top-right-radius:6px; - } -.tab#active { - color:#222; - font-weight:bold; - background-color: white; - border-bottom: solid 1px white; - } -.tab:hover{color:black;} - -.tabBar table.border {border:none;} -.tabBar table.border tr td{margin-left:0 !important;padding-left:2px} - -/* TABLEAU PRINCIPAL : */ -table { - margin:0; - padding:0; - border-collapse: collapse !important; - } - -table.liste{border:solid 0px #aaa; padding:.6em;} - -table.liste tbody tr.liste_titre>td, table.liste .liste_total, table.liste .liste_titre { - padding:4px; - background-color:white; - background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-gradient( +table.liste { + padding:0px; + border:1px solid #bbbbbb; + border-spacing:0px; + background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,.3)), color-stop(1, rgba(0,0,0,.3)) ); - } +} -tr.liste_titre td.liste_titre_sel { - background-color: rgba(0,0,0,.2); - color:black; - } +table.liste td {padding:1px 2px 1px 0px;} -table.liste a img{padding: 1px;} - -table#undertopmenu { /* tableau contenant tous les autres : */ - display:block; - position:fixed; - top:37px; - left:165px; - bottom:0; - background-color: #efefef; - overflow-y: auto; -/* width:88.6%; */ - width:100%; - } +tr.liste_titre, tr.box_titre { + padding:4px; + background-color:rgba(0,0,0,.2); + background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-gradient( + linear, + left top, + left bottom, + color-stop(0, rgba(255,255,255,.3)), + color-stop(1, rgba(0,0,0,.3)) + ); +} tr.liste_titre td { - background-color: rgba(255,255,255,.5); padding:2px; - padding-left: 12px !important; - border-top:solid 1px rgba(0,0,0,.08); - color:rgba(0,0,0,.6); - } + padding-left:2px !important; + white-space:nowrap; +} -table.noborder, table.border, div.tabBar, table.liste { - background-color:white; - border:solid 1px #aaa; - margin:.4em; - width:99% !important; - border-bottom:solid 2px #aaa; - } +tr.liste_titre td input.flat { + width:70%; +} -table.liste tr td img {padding-right:2px;} -table.noborder tr td{padding-right:2px;} -table.noborder tr.liste_total td{ /* total en bas d'un tableau */ +td.liste_titre_sel { + font-weight:bold; + white-space:nowrap; +} + +tr.liste_total td { + padding:1px 2px; + border-top:solid 1px #cccccc; + background-color:#eaeaea; + font-weight:bold; + white-space:nowrap; +} + +tr.impair td, tr.pair td {padding:1px 1px 1px 2px;} + +tr.impair table.nobordernopadding td, tr.pair table.nobordernopadding td {padding:1px 0px;} + +.impair { + background:#f4f4f4; + font-family:; + border:0px; +} + +.pair { + background:#eaeaea; + font-family:; + border:0px; +} + + + +/* + * Boxes + */ + +.boxtable { + -moz-box-shadow:2px 4px 2px #cccccc; + -webkit-box-shadow:2px 4px 2px #cccccc; + box-shadow:2px 4px 2px #cccccc; + white-space:nowrap; +} + +.box { + padding-right:0px; + padding-left:0px; + padding-bottom:4px; +} + +tr.box_impair { + background:#f4f4f4; + font-family:; +} + +tr.box_pair { + background:#eaeaea; + font-family:; +} + +tr.fiche { + font-family:; +} + +/* + * Ok, Warning, Error + */ + +.ok { + color:#159e26; + background:url() left center no-repeat; + padding-left:20px; + font-weight:bold; +} + +.warning { + color:#bca936; + background:url() left center no-repeat; + padding-left:20px; + font-weight:bold; +} + +.error { + color:#a61111; + background:url() left center no-repeat; + padding-left:20px; + font-weight:bold; +} + +td.highlights {background:#f9c5c6;} + +div.ok { + background:#61e372 url() 3px center no-repeat; + color:#ffffff; + padding:2px 4px 2px 24px; + margin:0.5em 0em; + border:1px solid #159e26; + font-weight:normal; +} + +div.warning, div.info { + background:#fcf5b8 url() 3px center no-repeat; + color:#232323; + padding:2px 4px 2px 24px; + margin:0.5em 0em; + border:1px solid #bca936; + font-weight:normal; +} + +div.error { + background:#f58080 url() 3px center no-repeat; + color:#ffffff; + padding:2px 4px 2px 24px; + margin:0.5em 0em; + border:1px solid #a61111; + font-weight:normal; +} + +/* + * Other + */ + +.fieldrequired { + font-weight:bold; + color:#333333; +} + +#pictotitle { + padding-left:5px; + padding-right:1px; +} + +.photo {border:0px;} + +div.titre { + color:rgba(0,0,0,.5); + margin-right:12px; + text-shadow:1px 1px 1px #ffffff; + font-weight:bold; + padding-left:1px; + padding-bottom:2px; +} + + +/* ============================================================================== */ +/* Formulaire confirmation (When Ajax JQuery is used) */ +/* ============================================================================== */ + +.ui-dialog-titlebar {} +.ui-dialog-content {font-size:px !important;} + + +/* ============================================================================== */ +/* Formulaire de confirmation (When HTML is used) */ +/* ============================================================================== */ + +table.valid { + border-top:solid 1px #e6e6e6; + border-left:solid 1px #e6e6e6; + border-right:solid 1px #444444; + border-bottom:solid 1px #555555; + padding-top:0px; + padding-left:0px; + padding-right:0px; + padding-bottom:0px; + margin:0px 0px; + background:#d5baa8; +} + +.validtitre { + background:#d5baa8; + font-weight:bold; +} + + +/* ============================================================================== */ +/* Tooltips */ +/* ============================================================================== */ + +#tooltip { + position:absolute; + width:px; + border-top:solid 1px #bbbbbb; + border-left:solid 1px #bbbbbb; + borderright:solid 1px #444444; + border-bottom:solid 1px #444444; padding:2px; - border-top: solid 1px #ccc; - background-color: #eee; - font-weight: bold; - } + z-index:3000; + background-color:#fffff0; + opacity:1; + -moz-border-radius:6px; +} -table.noborder tbody tr.liste_titre td { /* titre des tableaux : */ - color:black; - background-color: #ccc; - background-image: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); - background-image: -webkit-gradient( + +/* ============================================================================== */ +/* Calendar */ +/* ============================================================================== */ + +.ui-datepicker-title { + margin:0 !important; + line-height:28px; +} +.ui-datepicker-month { + margin:0 !important; + padding:0 !important; +} +.ui-datepicker-header { + height:28px !important; +} + +.bodyline { + -moz-border-radius:8px; + padding:0px; + margin-bottom:5px; + z-index:3000; +} + +table.dp { + width:180px; + margin-top:3px; + background-color:#ffffff; + border:1px solid #bbbbbb; + border-spacing:0px; + -moz-box-shadow:2px 4px 2px #cccccc; + -webkit-box-shadow:2px 4px 2px #cccccc; + box-shadow:2px 4px 2px #cccccc; +} + +.dp td, .tpHour td, .tpMinute td { + padding:2px; + font-size:11px; +} + +td.dpHead { + padding:4px; + font-size:11px; + font-weight:bold; +} + +/* Barre titre */ +.dpHead, .tpHead, .tpHour td:Hover .tpHead { + background-color:rgba(0,0,0,.2); + background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); + background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,.3)), color-stop(1, rgba(0,0,0,.3)) ); - border-bottom:solid 1px rgba(0,0,0,.2); - } + font-size:10px; + cursor:auto; +} -table.noborder tbody{ - border:solid 1px rgba(0,0,0,.3); - border-bottom:solid 1px rgba(0,0,0,.08); - -webkit-border-top-left-radius:6px; - -webkit-border-top-right-radius:6px; - } +/* Barre navigation */ +.dpButtons, .tpButtons { + text-align:center; + background-color:#eaeaea; + color:#232323; + font-weight:bold; + cursor:pointer; +} -table.noborder tr td .flat {margin-top:4px;margin-bottom:4px;} +.dpDayNames td, .dpExplanation { + background-color:#eaeaea; + font-weight:bold; + text-align:center; + font-size:11px; +} -table.noborder img {padding:1px;} -tr.impair {background-color: white;} -tr.pair {background-color:#f7f7f7;} -tr.impair td, tr.pair td {padding-left:8px;} -/*tr.impair:hover, tr.pair:hover {background-color:#dde6f2;} /* survol d'une ligne */ +.dpWeek td {text-align:center} + +.dpToday, .dpReg, .dpSelected {cursor:pointer;} + +.dpToday { + font-weight:bold; + color:#232323; + background-color:#dddddd; +} + +.dpReg:Hover, .dpToday:Hover { + background-color:#333333; + color:#ffffff; +} + +/* Jour courant */ +.dpSelected { + background-color:#a61111; + color:#ffffff; + font-weight:bold; +} + +.tpHour { + border-top:1px solid #dddddd; + border-right:1px solid #dddddd; +} + +.tpHour td { + border-left:1px solid #dddddd; + border-bottom:1px solid #dddddd; + cursor:pointer; +} + +.tpHour td:Hover { + background-color:#232323; + color:#ffffff; +} + +.tpMinute {margin-top:5px;} + +.tpMinute td:Hover { + background-color:#333333; + color:#ffffff; +} +.tpMinute td { + background-color:#eaeaea; + text-align:center; + cursor:pointer; +} + +.fulldaystarthour {margin-right:2px;} +.fulldaystartmin {margin-right:2px;} +.fulldayendhour {margin-right:2px;} +.fulldayendmin {margin-right:2px;} + +/* Bouton X fermer */ +.dpInvisibleButtons { + border-style:none; + background-color:transparent; + padding:0px 2px; + font-size:9px; + border-width:0px; + color:#a61111; + vertical-align:middle; + cursor:pointer; +} + +td.dpHead .dpInvisibleButtons { + color:#232323; + font-weight:bold; +} +/* ============================================================================== */ +/* Afficher/cacher */ +/* ============================================================================== */ + +div.visible {display:block;} +div.hidden {display:none;} +tr.visible {display:block;} +td.hidden {display:none;} -/* ! nobordernopadding : */ -table tr td {/* padding-left:4px; */border:solid 1px #ddd;} -table.nobordernopadding tr td{/* padding-left:4px; */border-left:none;} -table.nobordernopadding tr td img {padding:2px;} -/* table.nobordernopadding tr.nobordernopadding td{margin-left:6px;} */ +/* ============================================================================== */ +/* Module agenda */ +/* ============================================================================== */ -/* informations : */ -.info { - margin:1em; - margin-left:3em; - margin-right:3em; - padding:1em; - color:#645a53; - background-color:#fcfeb5; - border:solid 1px #fed86f; - border-radius:1em; - box-shadow: 3px 3px 6px rgba(0,0,0,.2); - } \ No newline at end of file +.cal_other_month { + background:#dddddd; + border:solid 1px #bbbbbb; +} + +.cal_past_month { + background:#eeeeee; + border:solid 1px #bbbbbb; +} + +.cal_current_month { + background:#ffffff; + border:solid 1px #bbbbbb; +} + +.cal_today { + background:#ffffff; + border:solid 2px #bbbbbb; +} + +div.dayevent table.nobordernopadding tr td {padding:1px;} + +table.cal_event { + border-collapse:collapse; + margin-bottom:1px; +} + +.cal_event a:link { + color:#232323; + font-size:11px; + font-weight:normal !important; +} + +.cal_event a:visited { + color:#232323; + font-size:11px; + font-weight:normal !important; +} + +.cal_event a:active { + color:#232323; + font-size:11px; + font-weight:normal !important; +} + +.cal_event a:hover { + color:rgba(255,255,255,.75); + font-size:11px; + font-weight:normal !important; +} + + +/* ============================================================================== */ +/* Afficher/cacher */ +/* ============================================================================== */ + +#evolForm input.error { + font-weight:bold; + border:solid 1px #ff0000; + padding:1px; + margin:1px; +} + +#evolForm input.focuserr { + font-weight:bold; + background:#faf8e8; + color:#333333; + border:solid 1px #ff0000; + padding:1px; + margin:1px; +} + + +#evolForm input.focus { /*** Mise en avant des champs en cours d'utilisation ***/ + background:#faf8e8; + color:#333333; + border:solid 1px #000000; + padding:1px; + margin:1px; +} + +#evolForm input.normal { /*** Retour a l'état normal après l'utilisation ***/ + background:#ffffff; + color:#333333; + border:solid 1px #ffffff; + padding:1px; + margin:1px; +} + + +/* ============================================================================== */ +/* Ajax - Liste déroulante de l'autocompletion */ +/* ============================================================================== */ + +.ui-widget {font-family:Verdana,Arial,sans-serif; font-size:0.9em;} +.ui-autocomplete-loading {background:#ffffff url() right center no-repeat;} + + +/* ============================================================================== */ +/* Ajax - In place editor */ +/* ============================================================================== */ + +form.inplaceeditor-form {/* The form */ +} + +form.inplaceeditor-form input[type="text"] {/* Input box */ +} + +form.inplaceeditor-form textarea {/* Textarea, if multiple columns */ + background:#FAF8E8; + color:#333333; +} + +form.inplaceeditor-form input[type="submit"] {/* The submit button */ + font-size:100%; + font-weight:normal; + border:0px; + cursor:pointer; +} + +form.inplaceeditor-form a {/* The cancel link */ + margin-left:5px; + font-size:11px; + font-weight:normal; + border:0px; + cursor:pointer; +} + + +/* ============================================================================== */ +/* Admin Menu */ +/* ============================================================================== */ + +/* CSS à appliquer à l'arbre hierarchique */ + +/* Lien plier / déplier tout */ +.arbre-switch { + text-align:right; + padding:0 5px; + margin:0 0 -18px 0; +} + +/* Arbre */ +ul.arbre {padding:5px 10px;} + +/* strong:A modifier en fonction de la balise choisie */ +ul.arbre strong { + font-weight:normal; + padding:0 0 0 20px; + margin:0 0 0 -7px; + background-image:url(); + background-repeat:no-repeat; + background-position:1px 50%; +} + +ul.arbre strong.arbre-plier { + background-image:url(); + cursor:pointer; +} + +ul.arbre strong.arbre-deplier { + background-image:url(); + cursor:pointer; +} + +ul.arbre ul { + padding:0; + margin:0; +} + +ul.arbre li { + padding:0; + margin:0; + list-style:none; +} + +/* This is to create an indent */ +ul.arbre li li {margin:0 0 0 16px;} + +/* Classe pour masquer */ +.hide {display:none;} + +img.menuNew { + display:block; + border:0px; +} + +img.menuEdit { + border:0px; + display:block; +} + +img.menuDel { + display:none; + border:0px; +} + +div.menuNew { + margin-top:-20px; + margin-left:270px; + height:20px; + padding:0px; + width:30px; + position:relative; +} + +div.menuEdit { + margin-top:-15px; + margin-left:250px; + height:20px; + padding:0px; + width:30px; + position:relative; +} + +div.menuDel { + margin-top:-20px; + margin-left:290px; + height:20px; + padding:0px; + width:30px; + position:relative; +} + +div.menuFleche { + margin-top:-16px; + margin-left:320px; + height:20px; + padding:0px; + width:30px; + position:relative; +} + + +/* ============================================================================== */ +/* Show Excel tabs */ +/* ============================================================================== */ + +.table_data { + border-style:ridge; + border:1px solid; +} + +.tab_base { + background:#C5D0DD; + font-weight:bold; + border-style:ridge; + border:1px solid; + cursor:pointer; +} + +.table_sub_heading { + background:#CCCCCC; + font-weight:bold; + border-style:ridge; + border:1px solid; +} + +.table_body { + background:#F0F0F0; + font-weight:normal; + font-family:sans-serif; + border-style:ridge; + border:1px solid; + border-spacing:0px; + border-collapse:collapse; +} + +.tab_loaded { + background:#232323; + color:#ffffff; + font-weight:bold; + border-style:groove; + border:1px solid; + cursor:pointer; +} + + +/* ============================================================================== */ +/* CSS for color picker */ +/* ============================================================================== */ + +a.color, a.color:active, a.color:visited { + position:relative; + display:block; + text-decoration:none; + width:10px; + height:10px; + line-height:10px; + margin:0px; + padding:0px; + border:1px inset #ffffff; +} + +a.color:hover {border:1px outset #ffffff;} + +a.none, a.none:active, a.none:visited, a.none:hover { + position:relative; + display:block; + text-decoration:none; + width:10px; + height:10px; + line-height:10px; + margin:0px; + padding:0px; + cursor:default; + border:1px solid #b3c5cc; +} + +.tblColor {display:none;} +.tdColor {padding:1px;} +.tblContainer {background-color:#b3c5cc;} + +.tblGlobal { + position:absolute; + top:0px; + left:0px; + display:none; + background-color:#b3c5cc; + border:2px outset; +} + +.tdContainer {padding:5px;} + +.tdDisplay { + width:50%; + height:20px; + line-height:20px; + border:1px outset #ffffff; +} + +.tdDisplayTxt { + width:50%; + height:24px; + line-height:12px; + font-family:; + font-size:8pt; + color:#333333; + text-align:center; +} + +.btnColor { + width:100%; + font-family:; + font-size:10pt; + padding:0px; + margin:0px; +} + +.btnPalette { + width:100%; + font-family:; + font-size:8pt; + padding:0px; + margin:0px; +} + +/* Style to overwrites JQuery styles */ +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; + font-weight:normal; + font-family:; + font-size:1em; +} + +.ui-widget { + font-family:; + font-size:px; +} + +.ui-button {margin-left:-1px;} +.ui-button-icon-only .ui-button-text {height:8px;} +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {padding:2px 0px 6px 0px;} +.ui-button-text {line-height:1em !important;} +.ui-autocomplete-input {margin:0; padding:1px;} + + +/* ============================================================================== */ +/* CKEditor */ +/* ============================================================================== */ + +.cke_editor table, .cke_editor tr, .cke_editor td {border:0px solid #FF0000 !important;} +span.cke_skin_kama {padding:0px !important;} + + +/* ============================================================================== */ +/* File upload */ +/* ============================================================================== */ + +.template-upload {height:72px !important;} diff --git a/htdocs/theme/amarok/thumb.png b/htdocs/theme/amarok/thumb.png old mode 100644 new mode 100755 index f9fb3691bf6..9bba79fedc5 Binary files a/htdocs/theme/amarok/thumb.png and b/htdocs/theme/amarok/thumb.png differ diff --git a/htdocs/theme/amarok/tpl/README b/htdocs/theme/amarok/tpl/README old mode 100644 new mode 100755 diff --git a/htdocs/theme/amarok/tpl/index.php b/htdocs/theme/amarok/tpl/index.php old mode 100644 new mode 100755