diff --git a/htdocs/theme/rodolphe/dolibarr.css b/htdocs/theme/rodolphe/dolibarr.css new file mode 100644 index 00000000000..4bda5279d3c --- /dev/null +++ b/htdocs/theme/rodolphe/dolibarr.css @@ -0,0 +1,91 @@ +/* Copyright (C) 2002 Rodolphe Quiedeville + * + * $Id$ + * $Source$ + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + +BODY +{ + background: #e0ebeb; + font-family: Helvetica, Verdana; font-size: 12px; + text-decoration: none +} +/* + * Menu superieur + */ +.menu +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; + color: #000000; + text-decoration: none } + +.submenu +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 14px; + color: #000000; + text-decoration: none } + + +/* + * Barre de gauche + */ + +TD.barre +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 14px; + color: #000000; + text-decoration: none } + +TD.barre_select +{ + background: #b3cccc; + color: #000000 + } + + + +DIV.titre +{ + font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; + color: #336666; + text-decoration: none } +/* + * + */ +TR.liste_titre +{ + background: #669999; + font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; + text-decoration: none } + +TR.pair +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 12px; + text-decoration: none } + +TR.impair +{ + background: #cceeee; + font-family: Helvetica, Verdana; font-size: 12px; + text-decoration: none } + + diff --git a/htdocs/theme/rodolphe/img/1downarrow.png b/htdocs/theme/rodolphe/img/1downarrow.png new file mode 100644 index 00000000000..f67f46deb3e Binary files /dev/null and b/htdocs/theme/rodolphe/img/1downarrow.png differ diff --git a/htdocs/theme/rodolphe/img/1leftarrow.png b/htdocs/theme/rodolphe/img/1leftarrow.png new file mode 100644 index 00000000000..137115c0397 Binary files /dev/null and b/htdocs/theme/rodolphe/img/1leftarrow.png differ diff --git a/htdocs/theme/rodolphe/img/1rightarrow.png b/htdocs/theme/rodolphe/img/1rightarrow.png new file mode 100644 index 00000000000..fbac1f11294 Binary files /dev/null and b/htdocs/theme/rodolphe/img/1rightarrow.png differ diff --git a/htdocs/theme/rodolphe/img/1uparrow.png b/htdocs/theme/rodolphe/img/1uparrow.png new file mode 100644 index 00000000000..44e54e0cdcf Binary files /dev/null and b/htdocs/theme/rodolphe/img/1uparrow.png differ diff --git a/htdocs/theme/rodolphe/img/editdelete.png b/htdocs/theme/rodolphe/img/editdelete.png new file mode 100644 index 00000000000..5999892c878 Binary files /dev/null and b/htdocs/theme/rodolphe/img/editdelete.png differ diff --git a/htdocs/theme/rodolphe/img/fileclose.png b/htdocs/theme/rodolphe/img/fileclose.png new file mode 100644 index 00000000000..87faccb61ba Binary files /dev/null and b/htdocs/theme/rodolphe/img/fileclose.png differ diff --git a/htdocs/theme/rodolphe/img/filenew.png b/htdocs/theme/rodolphe/img/filenew.png new file mode 100644 index 00000000000..563f859eda0 Binary files /dev/null and b/htdocs/theme/rodolphe/img/filenew.png differ diff --git a/htdocs/theme/rodolphe/img/filter.png b/htdocs/theme/rodolphe/img/filter.png new file mode 100644 index 00000000000..4baa3a3be8e Binary files /dev/null and b/htdocs/theme/rodolphe/img/filter.png differ diff --git a/htdocs/theme/rodolphe/img/player_start.png b/htdocs/theme/rodolphe/img/player_start.png new file mode 100644 index 00000000000..ccc8bc1b66a Binary files /dev/null and b/htdocs/theme/rodolphe/img/player_start.png differ diff --git a/htdocs/theme/rodolphe/img/start.png b/htdocs/theme/rodolphe/img/start.png new file mode 100644 index 00000000000..9bf7f03ff83 Binary files /dev/null and b/htdocs/theme/rodolphe/img/start.png differ