Move styles files

This commit is contained in:
sparkyx 2004-10-10 13:42:12 +00:00
parent 0f9416ea99
commit fbd3328d59
5 changed files with 67 additions and 8 deletions

View file

@ -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;

62
html/style-test.css Normal file
View file

@ -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;
<!-- border:solid 1px blue;-->
}
.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;
}

View file

@ -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