diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 8c7f7d4e340..d77170a9596 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -14,67 +14,236 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * * $Id$ * $Source$ */ + +/***** Style du fond *****/ body { - background: #EEEEEE; margin: 0px; background-image: url("/theme/freelug/img/background.png"); font-family: Helvetica, Verdana; font-size: 12px; text-decoration: none ; } -a { - text-decoration: none; - } +/***** Styles par défaut *****/ +a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } +a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } +a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } +a:hover { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; } +input { font: helvetica, verdana, arial, sans-serif; } +textarea { font: helvetica, verdana, arial, sans-serif; } +.button { + font-family: arial,verdana,helvetica, sans-serif; + font-size: 100%; + border: 1px solid #ccd7e0; + background-image : url(/images/button_bg.gif); + background-position : bottom; +} -/* - * Menu superieur - */ +div.body +{ + margin-top: 1px; + margin-bottom: 0; + margin-right: 3px; + margin-left: 3px; + display:block; + padding:0px; + font-family:arial,tahoma,verdana,helvetica; + font-size:12px; +} td.menu { border-right: 1px solid #000000; border-bottom: 1px solid #000000; } +div.tmenu +{ + float: top; + display:block; + white-space: nowrap; + border:0; + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + padding: 3px 1em 0em; + margin: 0em 0em 0.2em 0em; + font-weight:bold; + font-size:12px; + height: 18px; + background: #dddddd; + color: #000000; + text-decoration: none; +} + +div.vmenuplusfiche +{ + float: left; + margin-right: 6px; +} + +div.vmenu +{ + display:block; + float: left; + margin-right: 2px; + padding: 0px; + padding-bottom: 0px; + width: 158px; +} + +div.fiche +{ + position: absolute; + display: block; + top: 28px; + margin-right: 6px; + margin-top: 0px; +} + + +/* + * Menu superieur et 1ere ligne tableau + */ .menu { background: #DDDDDD; font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; color: #000000; - text-decoration: none } - - -.submenu + text-decoration: none; +} +.menusel { - background: #DDDDDD; - font-family: Helvetica, Verdana; font-size: 14px; - color: #000000; - text-decoration: none } + font-size: 12px; font-weight: bold; + color: #000000; + text-decoration: none; +} + +a.tmenu +{ + color: #234046; + padding: 0em 1.5em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #dddddd; + font-weight:bold; + font-size:12px; +} +a.tmenu#sel +{ + color: #202020; + background: #bbbbcc; + padding: 0em 1.5em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #eeeeff; +} +a.tmenu:hover +{ + color: #202020; + background: #bbbbcc; + padding: 0em 1.5em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #eeeedd; + text-decoration: none; +} + +a.login +{ + position: absolute; + right: 27px; + top: 3px; + + color: #234046; + padding: 0em 1.5em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #dcdcd0; + font-weight:bold; + font-size:12px; +} +a.login:hover +{ + color:black; +} +img.login +{ + position: absolute; + right: 9px; + top: 3px; + + padding:2px; + text-decoration:none; + color:white; + font-weight:bold; +} /* * Barre de gauche */ -a.leftmenu -{ - font-family: Helvetica, Verdana; - font-size: 14px; - font-weight: bold; - color: #202020; - background: #DDDDDD; - } +a.vmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } +a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } +a.vmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } +a.vmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; } -.leftmenu { - background: #DDDDDD; - font-family: Helvetica, Verdana; - color: #202020; - text-decoration: none } +a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; } +a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; } +a.vsmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; } +a.vsmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; } + +a.help:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } +a.help:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } +a.help:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } +a.help:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; } + +div.blockvmenupair +{ + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + background: #dddddd; + font: helvetica, verdana, arial, sans-serif; + color: #202020; + text-align:left; + text-decoration: none; + padding: 3px; + margin: 1px 0px 0px 0px; +} + +div.blockvmenuimpair +{ + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + background: #dddddd; + font: helvetica, verdana, arial, sans-serif; + color: #202020; + text-align:left; + text-decoration: none; + padding: 3px; + margin: 1px 0px 0px 0px; +} + +div.help +{ + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + background: #f0f0f0; + font: helvetica, verdana, arial, sans-serif; + color: #000000; + text-align:left; + text-decoration: none; + padding: 3px; + margin: 1px 0px 0px 0px; +} + + +.flat { + font-family: arial,verdana,helvetica, sans-serif; + font-size: 100%; + border: 1px solid #ccd7e0; + background-image : url(img/button_bg.gif); + background-position : bottom; +} td.barre { border-right: 1px solid #000000; @@ -82,80 +251,348 @@ td.barre { background: #DDDDDD; font-family: Helvetica, Verdana; font-size: 14px; color: #000000; - text-decoration: none } - + text-align:left; + text-decoration: none +} td.barre_select { background: #b3cccc; color: #000000 } +form { + padding: 0.1em 0em 0em 0em; + margin: 0em 0em 0em 0em; +} +/* + * Barre recherche + */ +div.formsearch +{ + display: block; + float: none; + clear: right; + background: #bbbbcc; + top: 0px; + left: 130px; + padding: 4px; + vertical-align: center; + margin-bottom: 10px; +} + + +/* + * Barre onglets + */ +div.tabBar { + background: #dcdcd0; + padding: 0em 1em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #9999BB; + border-top: 1px solid #9999BB; +} + +div.tabs { + top: 20px; + margin: 1px 0em 0em 0em; + padding: 0em 0.5em; + text-align: left; +} + +div.tabsAction { + margin: 24px 0em 1px 0em; + padding: 0em 0em; + text-align: right; +} + +a.tabTitle { + background: #bbbbcc; + border: 1px solid #9999BB; + color: #000000; + font-weight: normal; + padding: 0em 0.5em; + margin: 0em 1em; + text-decoration: none; + white-space: nowrap; +} + +div.FicheSubmit { + margin: 1.0em; + padding: 0em 0em; + text-align: center; +} + +div.message { + background: #dee7ec; + padding: 0em 1.5em; + margin: 0em 0em 0em 0em; + border-top: 1px solid #9999BB; + border-left: 1px solid #9999BB; + border-right: 1px solid #9999BB; +} + +a.tab { + background: white; + border: 1px solid #9999BB; + color: #436976; + padding: 0em 1em; + margin: 0em 0.2em; + text-decoration: none; + white-space: nowrap; +} + +a.tab#active { + background: #dcdcd0; + border-bottom: #dee7ec 1px solid; + text-decoration: none; +} + +a.tab:hover { + background: #ebebe0; + text-decoration: none; +} + +a.tabimage { + color: #436976; + text-decoration: none; + white-space: nowrap; +} + + +/* + * Case actions + */ +a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + + +/* + * Tables + */ +table.border { +font: helvetica, verdana, arial, sans-serif; +border-collapse: collapse; +border: 1px white ridge; +} + +table.border td { +border: 1px solid #6C7C8B; +padding: 2px 3px; +} + +table.noborder { +border-collapse: collapse; +border: 0px; +} + +table.liste { +border-collapse: collapse; +border: 0px; +width: 100%; +} + +table.noborder td { +border-collapse: collapse; +border: 0px; +padding: 1px 3px; +} + +table#actions { +border-collapse: collapse; +border: 1px ridge +} + +table#actions td { +border-collapse: collapse; +border: 1px ridge +} + + +td.border { + border-top: 1px solid #000000; + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + border-left: 1px solid #000000; + } + +div.menus { + background: #eeeedd; + color: #bbbb88; + font-size: 0.95em; + border-top: 1px dashed #ccccb3; + border-right: 1px dashed #ccccb3; + border-bottom: 1px dashed #ccccb3; + border-left: 1px dashed #ccccb3; + } + + +a.leftmenu { + font-weight: bold; + color: #202020; + } + + + +div.leftmenu { + background: #ccccb3; + text-align: left; + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + margin: 1px 0em 0em 0em; + padding: 2px; + } + + + +.menu +{ + background: #ccccb3; + font-weight: bold; + font-size: 0.95em; + color: #000000; + text-decoration: none } + +.menusel +{ + background: #bbbb88; + font-weight: bold; + font-size: 0.95em; + color: #000000; + text-decoration: none } + +.alerte +{ + background: #FF9988; + font-weight: bold; + font-size: 0.95em; + color: #000000; + text-decoration: none } + +/* + * Normal, warning, erreurs + */ +.ok { color: #114466; } +.warning { color: #777711; } +.error { color: #550000; } + + +/* + * Liens Payes/Non payes + */ + +a.normal:link { font-weight: normal } +a.normal:visited { font-weight: normal } +a.normal:active { font-weight: normal } +a.normal:hover { font-weight: normal } + +a.impayee:link { font-weight: bold; color: #550000; } +a.impayee:visited { font-weight: bold; color: #550000; } +a.impayee:active { font-weight: bold; color: #550000; } +a.impayee:hover { font-weight: bold; color: #550000; } + + + + + +/* + * ??? + */ div.titre { - font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; - color: #336666; + font: helvetica, verdana, arial, sans-serif; + font-weight: bold; + color: #777799; text-decoration: none } /* * */ -TR.liste_titre -{ - background: #669999; - font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; - text-decoration: none } -TR.liste_sep -{ - background: #669999; - font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; - text-decoration: none } +tr.liste_titre { + color: #FFFFFF; + background: #777799; + font-family: Helvetica, Verdana; + font-size: 1.0em; + font-weight: bold; + white-space: nowrap; + } -TR.pair -{ - background: #b3cccc; - font-family: Helvetica, Verdana; font-size: 12px; - text-decoration: none } +tr.pair { + background: #dcdcd0; + font-size: 1.0em; + } -TR.impair -{ - background: #cceeee; - font-family: Helvetica, Verdana; font-size: 12px; - text-decoration: none } +tr.impair { + background: #eeeedd; + font-size: 1.0em; + } +/* + * + */ +tr.box_titre { + color: #FFFFFF; + background: #777799; + font-family: Helvetica, Verdana; + font-size: 1.0em; + font-weight: bold; } -TR.barreBouton -{ - background: #cceeee; - font-family: Helvetica, Verdana; font-size: 12px; - text-decoration: none -} +tr.box_pair { + background: #dcdcd0; + font-size: 0.95em; } -td.bouton +tr.box_impair { + background: #eeeedd; + font-family: Helvetica, Verdana; + font-size: 0.95em; } + +tr.fiche { + font-family: Helvetica, Verdana; + font-size: 0.6em; } +/* + * Widgets standard + */ + +input.flat { - font-weight: bold; -} + border: 0 + } td.valeur { font-weight: bold; } -td.delete -{ +td.delete { background: red; font-weight: bold; } -td.valid -{ +td.valid { background: pink; font-weight: bold; } +td.small { + font-size: 0.8em; + } + +tr.nonpayed { + font-size: 0.95em; font-weight: bold; + } + + + +/* + * Objets debug + */ + p#powered-by-dolibarr { position: fixed; margin: 0; padding: 0; bottom: 2px; + font-size: 0.8em; left: 0px; z-index: 2; } @@ -164,7 +601,7 @@ p#powered-by-dolibarr a { border: 1px solid black; text-decoration: none; color: black; - font-size: 0.9em; + font-size: 0.8em; padding-right: 5px; padding-left: 5px; } \ No newline at end of file diff --git a/htdocs/theme/freelug/img/1downarrow.png b/htdocs/theme/freelug/img/1downarrow.png index f67f46deb3e..1c8d60e8316 100644 Binary files a/htdocs/theme/freelug/img/1downarrow.png and b/htdocs/theme/freelug/img/1downarrow.png differ diff --git a/htdocs/theme/freelug/img/1leftarrow.png b/htdocs/theme/freelug/img/1leftarrow.png index 137115c0397..70f0aed4c9a 100644 Binary files a/htdocs/theme/freelug/img/1leftarrow.png and b/htdocs/theme/freelug/img/1leftarrow.png differ diff --git a/htdocs/theme/freelug/img/1rightarrow.png b/htdocs/theme/freelug/img/1rightarrow.png index fbac1f11294..f8d4f4f3208 100644 Binary files a/htdocs/theme/freelug/img/1rightarrow.png and b/htdocs/theme/freelug/img/1rightarrow.png differ diff --git a/htdocs/theme/freelug/img/1uparrow.png b/htdocs/theme/freelug/img/1uparrow.png index 44e54e0cdcf..1fe75b6d78d 100644 Binary files a/htdocs/theme/freelug/img/1uparrow.png and b/htdocs/theme/freelug/img/1uparrow.png differ diff --git a/htdocs/theme/freelug/img/addfile.png b/htdocs/theme/freelug/img/addfile.png new file mode 100755 index 00000000000..3bfa627d758 Binary files /dev/null and b/htdocs/theme/freelug/img/addfile.png differ diff --git a/htdocs/theme/freelug/img/alerte.png b/htdocs/theme/freelug/img/alerte.png new file mode 100755 index 00000000000..1cabc6e95d8 Binary files /dev/null and b/htdocs/theme/freelug/img/alerte.png differ diff --git a/htdocs/theme/freelug/img/bookmark.png b/htdocs/theme/freelug/img/bookmark.png new file mode 100755 index 00000000000..bb859eed384 Binary files /dev/null and b/htdocs/theme/freelug/img/bookmark.png differ diff --git a/htdocs/theme/freelug/img/button_bg.gif b/htdocs/theme/freelug/img/button_bg.gif new file mode 100755 index 00000000000..5e8501d4ef4 Binary files /dev/null and b/htdocs/theme/freelug/img/button_bg.gif differ diff --git a/htdocs/theme/freelug/img/button_edit.png b/htdocs/theme/freelug/img/button_edit.png new file mode 100755 index 00000000000..ce8b226710b Binary files /dev/null and b/htdocs/theme/freelug/img/button_edit.png differ diff --git a/htdocs/theme/freelug/img/call.png b/htdocs/theme/freelug/img/call.png new file mode 100755 index 00000000000..8315c57d61d Binary files /dev/null and b/htdocs/theme/freelug/img/call.png differ diff --git a/htdocs/theme/freelug/img/call_out.png b/htdocs/theme/freelug/img/call_out.png new file mode 100755 index 00000000000..bf972d8b1ae Binary files /dev/null and b/htdocs/theme/freelug/img/call_out.png differ diff --git a/htdocs/theme/freelug/img/delete.png b/htdocs/theme/freelug/img/delete.png new file mode 100755 index 00000000000..32e3d1e308a Binary files /dev/null and b/htdocs/theme/freelug/img/delete.png differ diff --git a/htdocs/theme/freelug/img/disable.png b/htdocs/theme/freelug/img/disable.png new file mode 100755 index 00000000000..adc3d27f648 Binary files /dev/null and b/htdocs/theme/freelug/img/disable.png differ diff --git a/htdocs/theme/freelug/img/edit.png b/htdocs/theme/freelug/img/edit.png new file mode 100755 index 00000000000..304980887fe Binary files /dev/null and b/htdocs/theme/freelug/img/edit.png differ diff --git a/htdocs/theme/freelug/img/edit_add.png b/htdocs/theme/freelug/img/edit_add.png new file mode 100755 index 00000000000..bb8e3bfeb1c Binary files /dev/null and b/htdocs/theme/freelug/img/edit_add.png differ diff --git a/htdocs/theme/freelug/img/edit_remove.png b/htdocs/theme/freelug/img/edit_remove.png new file mode 100755 index 00000000000..abed2414328 Binary files /dev/null and b/htdocs/theme/freelug/img/edit_remove.png differ diff --git a/htdocs/theme/freelug/img/editdelete.png b/htdocs/theme/freelug/img/editdelete.png index 5999892c878..adc3d27f648 100644 Binary files a/htdocs/theme/freelug/img/editdelete.png and b/htdocs/theme/freelug/img/editdelete.png differ diff --git a/htdocs/theme/freelug/img/encrypted.png b/htdocs/theme/freelug/img/encrypted.png new file mode 100755 index 00000000000..03480e30c37 Binary files /dev/null and b/htdocs/theme/freelug/img/encrypted.png differ diff --git a/htdocs/theme/freelug/img/file.png b/htdocs/theme/freelug/img/file.png new file mode 100755 index 00000000000..66704f3b1f1 Binary files /dev/null and b/htdocs/theme/freelug/img/file.png differ diff --git a/htdocs/theme/freelug/img/filenew.png b/htdocs/theme/freelug/img/filenew.png index 563f859eda0..1f6581389d1 100644 Binary files a/htdocs/theme/freelug/img/filenew.png and b/htdocs/theme/freelug/img/filenew.png differ diff --git a/htdocs/theme/freelug/img/folder-home.png b/htdocs/theme/freelug/img/folder-home.png new file mode 100755 index 00000000000..3afa8033793 Binary files /dev/null and b/htdocs/theme/freelug/img/folder-home.png differ diff --git a/htdocs/theme/freelug/img/folder-open.png b/htdocs/theme/freelug/img/folder-open.png new file mode 100755 index 00000000000..33cc0bb90e1 Binary files /dev/null and b/htdocs/theme/freelug/img/folder-open.png differ diff --git a/htdocs/theme/freelug/img/high.png b/htdocs/theme/freelug/img/high.png new file mode 100755 index 00000000000..429ee98186e Binary files /dev/null and b/htdocs/theme/freelug/img/high.png differ diff --git a/htdocs/theme/freelug/img/history.png b/htdocs/theme/freelug/img/history.png new file mode 100755 index 00000000000..932921c1f4c Binary files /dev/null and b/htdocs/theme/freelug/img/history.png differ diff --git a/htdocs/theme/freelug/img/info.png b/htdocs/theme/freelug/img/info.png new file mode 100755 index 00000000000..43b02977cd8 Binary files /dev/null and b/htdocs/theme/freelug/img/info.png differ diff --git a/htdocs/theme/freelug/img/lock.png b/htdocs/theme/freelug/img/lock.png new file mode 100755 index 00000000000..03480e30c37 Binary files /dev/null and b/htdocs/theme/freelug/img/lock.png differ diff --git a/htdocs/theme/freelug/img/logout.png b/htdocs/theme/freelug/img/logout.png new file mode 100755 index 00000000000..df45e0ef16b Binary files /dev/null and b/htdocs/theme/freelug/img/logout.png differ diff --git a/htdocs/theme/freelug/img/multi_3.png b/htdocs/theme/freelug/img/multi_3.png new file mode 100755 index 00000000000..7109febe0cc Binary files /dev/null and b/htdocs/theme/freelug/img/multi_3.png differ diff --git a/htdocs/theme/freelug/img/next.png b/htdocs/theme/freelug/img/next.png new file mode 100755 index 00000000000..1ed9a74c2bf Binary files /dev/null and b/htdocs/theme/freelug/img/next.png differ diff --git a/htdocs/theme/freelug/img/object_actions.png b/htdocs/theme/freelug/img/object_actions.png new file mode 100755 index 00000000000..85815b7b01d Binary files /dev/null and b/htdocs/theme/freelug/img/object_actions.png differ diff --git a/htdocs/theme/freelug/img/object_bill.png b/htdocs/theme/freelug/img/object_bill.png new file mode 100755 index 00000000000..f8df3632ba4 Binary files /dev/null and b/htdocs/theme/freelug/img/object_bill.png differ diff --git a/htdocs/theme/freelug/img/object_book.png b/htdocs/theme/freelug/img/object_book.png new file mode 100755 index 00000000000..e355fbf7506 Binary files /dev/null and b/htdocs/theme/freelug/img/object_book.png differ diff --git a/htdocs/theme/freelug/img/object_company.png b/htdocs/theme/freelug/img/object_company.png new file mode 100755 index 00000000000..966f6e05cfa Binary files /dev/null and b/htdocs/theme/freelug/img/object_company.png differ diff --git a/htdocs/theme/freelug/img/object_contact.png b/htdocs/theme/freelug/img/object_contact.png new file mode 100755 index 00000000000..7210d3944f4 Binary files /dev/null and b/htdocs/theme/freelug/img/object_contact.png differ diff --git a/htdocs/theme/freelug/img/object_contract.png b/htdocs/theme/freelug/img/object_contract.png new file mode 100755 index 00000000000..0458e7de67e Binary files /dev/null and b/htdocs/theme/freelug/img/object_contract.png differ diff --git a/htdocs/theme/freelug/img/object_order.png b/htdocs/theme/freelug/img/object_order.png new file mode 100755 index 00000000000..ce598fbb775 Binary files /dev/null and b/htdocs/theme/freelug/img/object_order.png differ diff --git a/htdocs/theme/freelug/img/object_product.png b/htdocs/theme/freelug/img/object_product.png new file mode 100755 index 00000000000..c0a86543cf0 Binary files /dev/null and b/htdocs/theme/freelug/img/object_product.png differ diff --git a/htdocs/theme/freelug/img/object_propal.png b/htdocs/theme/freelug/img/object_propal.png new file mode 100755 index 00000000000..c43c124d340 Binary files /dev/null and b/htdocs/theme/freelug/img/object_propal.png differ diff --git a/htdocs/theme/freelug/img/pdf.png b/htdocs/theme/freelug/img/pdf.png new file mode 100755 index 00000000000..cd76e0f9253 Binary files /dev/null and b/htdocs/theme/freelug/img/pdf.png differ diff --git a/htdocs/theme/freelug/img/player_start.png b/htdocs/theme/freelug/img/player_start.png deleted file mode 100644 index ccc8bc1b66a..00000000000 Binary files a/htdocs/theme/freelug/img/player_start.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/previous.png b/htdocs/theme/freelug/img/previous.png new file mode 100755 index 00000000000..44c737c5344 Binary files /dev/null and b/htdocs/theme/freelug/img/previous.png differ diff --git a/htdocs/theme/freelug/img/reload.png b/htdocs/theme/freelug/img/reload.png new file mode 100755 index 00000000000..e7aeaac5f28 Binary files /dev/null and b/htdocs/theme/freelug/img/reload.png differ diff --git a/htdocs/theme/freelug/img/senti.png b/htdocs/theme/freelug/img/senti.png new file mode 100755 index 00000000000..d2f814c9123 Binary files /dev/null and b/htdocs/theme/freelug/img/senti.png differ diff --git a/htdocs/theme/freelug/img/stamp.png b/htdocs/theme/freelug/img/stamp.png new file mode 100755 index 00000000000..8538be4fc45 Binary files /dev/null and b/htdocs/theme/freelug/img/stamp.png differ diff --git a/htdocs/theme/freelug/img/star.png b/htdocs/theme/freelug/img/star.png new file mode 100755 index 00000000000..2f3ebc13f01 Binary files /dev/null and b/htdocs/theme/freelug/img/star.png differ diff --git a/htdocs/theme/freelug/img/start.png b/htdocs/theme/freelug/img/start.png deleted file mode 100644 index 9bf7f03ff83..00000000000 Binary files a/htdocs/theme/freelug/img/start.png and /dev/null differ diff --git a/htdocs/theme/freelug/img/stcomm-1.png b/htdocs/theme/freelug/img/stcomm-1.png new file mode 100755 index 00000000000..1cabc6e95d8 Binary files /dev/null and b/htdocs/theme/freelug/img/stcomm-1.png differ diff --git a/htdocs/theme/freelug/img/stcomm0.png b/htdocs/theme/freelug/img/stcomm0.png new file mode 100755 index 00000000000..6053eeda485 Binary files /dev/null and b/htdocs/theme/freelug/img/stcomm0.png differ diff --git a/htdocs/theme/freelug/img/stcomm1.png b/htdocs/theme/freelug/img/stcomm1.png new file mode 100755 index 00000000000..8673653d1aa Binary files /dev/null and b/htdocs/theme/freelug/img/stcomm1.png differ diff --git a/htdocs/theme/freelug/img/stcomm2.png b/htdocs/theme/freelug/img/stcomm2.png new file mode 100755 index 00000000000..a4ec85a1976 Binary files /dev/null and b/htdocs/theme/freelug/img/stcomm2.png differ diff --git a/htdocs/theme/freelug/img/stcomm3.png b/htdocs/theme/freelug/img/stcomm3.png new file mode 100755 index 00000000000..156187d6e6b Binary files /dev/null and b/htdocs/theme/freelug/img/stcomm3.png differ diff --git a/htdocs/theme/freelug/img/stcomm4.png b/htdocs/theme/freelug/img/stcomm4.png new file mode 100755 index 00000000000..c839a8acec5 Binary files /dev/null and b/htdocs/theme/freelug/img/stcomm4.png differ diff --git a/htdocs/theme/freelug/img/task.png b/htdocs/theme/freelug/img/task.png new file mode 100755 index 00000000000..60749876a7c Binary files /dev/null and b/htdocs/theme/freelug/img/task.png differ diff --git a/htdocs/theme/freelug/img/tick.png b/htdocs/theme/freelug/img/tick.png index 331e64d0495..2e37a879df8 100644 Binary files a/htdocs/theme/freelug/img/tick.png and b/htdocs/theme/freelug/img/tick.png differ diff --git a/htdocs/theme/freelug/img/transparent.png b/htdocs/theme/freelug/img/transparent.png new file mode 100755 index 00000000000..002a01b2e3d Binary files /dev/null and b/htdocs/theme/freelug/img/transparent.png differ diff --git a/htdocs/theme/freelug/img/unlock.png b/htdocs/theme/freelug/img/unlock.png new file mode 100755 index 00000000000..a52d7900515 Binary files /dev/null and b/htdocs/theme/freelug/img/unlock.png differ diff --git a/htdocs/theme/freelug/img/warning.png b/htdocs/theme/freelug/img/warning.png new file mode 100755 index 00000000000..9910f47f5af Binary files /dev/null and b/htdocs/theme/freelug/img/warning.png differ