diff --git a/style-aqua.css b/html/style-aqua.css
similarity index 100%
rename from style-aqua.css
rename to html/style-aqua.css
diff --git a/style-elegant.css b/html/style-elegant.css
similarity index 100%
rename from style-elegant.css
rename to html/style-elegant.css
diff --git a/style-light.css b/html/style-light.css
similarity index 95%
rename from style-light.css
rename to html/style-light.css
index 380676510..1d08d610d 100644
--- a/style-light.css
+++ b/html/style-light.css
@@ -4,7 +4,7 @@ BODY {
background-color:#E3F0FF;
}
BODY.defaut {
- background-color:#E3F0FF;
+ background-color:white;
}
h2.info {
background:#879ed4;
@@ -35,7 +35,6 @@ div.mtitle {
}
div.tmenu {
- border:solid 1px black;
position: absolute;
top:10px;
left:120px;
@@ -43,7 +42,7 @@ div.tmenu {
}
div.u_tmenu {
- border:solid 2px black;
+
position: absolute;
top:40px;
left:150px;
@@ -52,7 +51,7 @@ div.u_tmenu {
}
div.u_subtmenu {
position: absolute;
- top:50px;
+ top:100px;
left:10px;
}
@@ -72,10 +71,9 @@ div.lextmenu {
width:200px;
}
div.searchmenu {
- border:solid 1px blue;
left:30px;
width:95px;
- top:95px;
+ top:150px;
position:absolute;
}
div.credit{
@@ -95,7 +93,7 @@ div.redcontent{
}
div.u_redcontent{
position: absolute;
- top:200px;
+ top:130px;
left:150px;
width:700px;
font-size:9pt;
diff --git a/html/style-test.css b/html/style-test.css
new file mode 100644
index 000000000..bdbc57081
--- /dev/null
+++ b/html/style-test.css
@@ -0,0 +1,62 @@
+span.tmenu {
+ padding-left:20px;
+ padding-right:20px;
+ border:solid 1px blue;
+ background-color: #6699dd ;
+}
+.topmenu {
+ background:url('/FR/wcompta/image/bg1.jpg');
+ color:white;
+ text-align:center;
+
+ }
+.menuitem {
+ width:150px;
+}
+a.tmenu:link {
+ background-color: #6699dd ;
+// color:#683af2;
+ color:white;
+ }
+a.tmenu:visited {
+// background-color:black ;
+ color:#683af2;
+ color:white;
+ }
+a.tmenu:active{
+ background-color:#6699dd ;
+ color:#683af2;
+ color:white;
+ }
+a.tmenu:hover{
+ background-color:#6699dd ;
+ color:#d1ffb9;
+ }
+div.dtitle {
+ width:150px;
+ color:#6699dd;
+ background:#cccccc;
+ text-align:center;
+ font-size:20px;
+}
+div.dcontent {
+ color:black;
+ background-color:white;
+ margin: 5% 5%;
+
+}
+div.ddownload {
+ color:white;
+ background-color:#6699dd ;
+}
+div.content {
+ margin-left:10%;
+ margin-right:10%;
+ padding:2%;
+// background-color:white;
+}
+H2 {
+ font-size:16pt;
+ color:blue;
+ background-color:white;
+}
diff --git a/install.sh b/install.sh
index 7f9d9b8ea..d1bfedb85 100755
--- a/install.sh
+++ b/install.sh
@@ -115,7 +115,6 @@ echo "Installing source"
cp -fr html/*.php $COMPTA_HOME/html
cp -fr include/*.php $COMPTA_HOME/include
cp -fr html/*.html $COMPTA_HOME/html
-cp -f style*.css $COMPTA_HOME/html
cp -f html/*.js $COMPTA_HOME/html
cp -fR addon $COMPTA_HOME/html
cp -fR html/image/* $COMPTA_HOME/html/image