Suppression des styles obsoltes et uniformisation des existants.
@ -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;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 484 B |
|
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 810 B |
|
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 502 B |
BIN
htdocs/theme/freelug/img/addfile.png
Executable file
|
After Width: | Height: | Size: 827 B |
BIN
htdocs/theme/freelug/img/alerte.png
Executable file
|
After Width: | Height: | Size: 821 B |
BIN
htdocs/theme/freelug/img/bookmark.png
Executable file
|
After Width: | Height: | Size: 252 B |
BIN
htdocs/theme/freelug/img/button_bg.gif
Executable file
|
After Width: | Height: | Size: 147 B |
BIN
htdocs/theme/freelug/img/button_edit.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/freelug/img/call.png
Executable file
|
After Width: | Height: | Size: 336 B |
BIN
htdocs/theme/freelug/img/call_out.png
Executable file
|
After Width: | Height: | Size: 398 B |
BIN
htdocs/theme/freelug/img/delete.png
Executable file
|
After Width: | Height: | Size: 832 B |
BIN
htdocs/theme/freelug/img/disable.png
Executable file
|
After Width: | Height: | Size: 330 B |
BIN
htdocs/theme/freelug/img/edit.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/freelug/img/edit_add.png
Executable file
|
After Width: | Height: | Size: 246 B |
BIN
htdocs/theme/freelug/img/edit_remove.png
Executable file
|
After Width: | Height: | Size: 936 B |
|
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 330 B |
BIN
htdocs/theme/freelug/img/encrypted.png
Executable file
|
After Width: | Height: | Size: 928 B |
BIN
htdocs/theme/freelug/img/file.png
Executable file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/freelug/img/folder-home.png
Executable file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
htdocs/theme/freelug/img/folder-open.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
htdocs/theme/freelug/img/high.png
Executable file
|
After Width: | Height: | Size: 711 B |
BIN
htdocs/theme/freelug/img/history.png
Executable file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
htdocs/theme/freelug/img/info.png
Executable file
|
After Width: | Height: | Size: 641 B |
BIN
htdocs/theme/freelug/img/lock.png
Executable file
|
After Width: | Height: | Size: 928 B |
BIN
htdocs/theme/freelug/img/logout.png
Executable file
|
After Width: | Height: | Size: 590 B |
BIN
htdocs/theme/freelug/img/multi_3.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/freelug/img/next.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/freelug/img/object_actions.png
Executable file
|
After Width: | Height: | Size: 920 B |
BIN
htdocs/theme/freelug/img/object_bill.png
Executable file
|
After Width: | Height: | Size: 536 B |
BIN
htdocs/theme/freelug/img/object_book.png
Executable file
|
After Width: | Height: | Size: 678 B |
BIN
htdocs/theme/freelug/img/object_company.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/freelug/img/object_contact.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/freelug/img/object_contract.png
Executable file
|
After Width: | Height: | Size: 585 B |
BIN
htdocs/theme/freelug/img/object_order.png
Executable file
|
After Width: | Height: | Size: 508 B |
BIN
htdocs/theme/freelug/img/object_product.png
Executable file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/freelug/img/object_propal.png
Executable file
|
After Width: | Height: | Size: 482 B |
BIN
htdocs/theme/freelug/img/pdf.png
Executable file
|
After Width: | Height: | Size: 744 B |
|
Before Width: | Height: | Size: 722 B |
BIN
htdocs/theme/freelug/img/previous.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/freelug/img/reload.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/freelug/img/senti.png
Executable file
|
After Width: | Height: | Size: 323 B |
BIN
htdocs/theme/freelug/img/stamp.png
Executable file
|
After Width: | Height: | Size: 250 B |
BIN
htdocs/theme/freelug/img/star.png
Executable file
|
After Width: | Height: | Size: 537 B |
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/theme/freelug/img/stcomm-1.png
Executable file
|
After Width: | Height: | Size: 821 B |
BIN
htdocs/theme/freelug/img/stcomm0.png
Executable file
|
After Width: | Height: | Size: 843 B |
BIN
htdocs/theme/freelug/img/stcomm1.png
Executable file
|
After Width: | Height: | Size: 890 B |
BIN
htdocs/theme/freelug/img/stcomm2.png
Executable file
|
After Width: | Height: | Size: 657 B |
BIN
htdocs/theme/freelug/img/stcomm3.png
Executable file
|
After Width: | Height: | Size: 932 B |
BIN
htdocs/theme/freelug/img/stcomm4.png
Executable file
|
After Width: | Height: | Size: 928 B |
BIN
htdocs/theme/freelug/img/task.png
Executable file
|
After Width: | Height: | Size: 284 B |
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 994 B |
BIN
htdocs/theme/freelug/img/transparent.png
Executable file
|
After Width: | Height: | Size: 128 B |
BIN
htdocs/theme/freelug/img/unlock.png
Executable file
|
After Width: | Height: | Size: 1009 B |
BIN
htdocs/theme/freelug/img/warning.png
Executable file
|
After Width: | Height: | Size: 723 B |