Improve style sheet
This commit is contained in:
parent
d2b99b862b
commit
61ba2ce8be
2 changed files with 24 additions and 11 deletions
|
|
@ -1,9 +1,13 @@
|
|||
<style type="text/css">
|
||||
BODY {
|
||||
bgcolor:#E3F0FF;
|
||||
}
|
||||
background-color:#f7f7f7;
|
||||
font-size:12px;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
BODY.defaut {
|
||||
bgcolor:#E3F0FF;
|
||||
background-color:#f7f7f7;
|
||||
font-size:12px;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
h2.info {
|
||||
background:gray;
|
||||
|
|
@ -34,6 +38,15 @@ div.mtitle {
|
|||
width:100px;
|
||||
background:#E3F0FF;
|
||||
|
||||
}
|
||||
div.recherche{
|
||||
position: absolute;
|
||||
top:100px;
|
||||
left:100px;
|
||||
width:700px;
|
||||
font-size:9px;
|
||||
font-family:sans-serif;
|
||||
|
||||
}
|
||||
|
||||
div.tmenu {
|
||||
|
|
@ -47,10 +60,10 @@ div.tmenu {
|
|||
|
||||
div.lmenu {
|
||||
position: absolute;
|
||||
top:50px;
|
||||
top:110px;
|
||||
left:30px;
|
||||
width:100px;
|
||||
background-color:#E3F0FF;
|
||||
//background-color:#E3F0FF;
|
||||
}
|
||||
div.lextmenu {
|
||||
position: absolute;
|
||||
|
|
@ -85,10 +98,10 @@ div.redcontent{
|
|||
}
|
||||
div.ccontent{
|
||||
position: absolute;
|
||||
top:40px;
|
||||
top:110px;
|
||||
left:130px;
|
||||
width:680px;
|
||||
background-color:#E3F0FF;
|
||||
//background-color:#E3F0FF;
|
||||
}
|
||||
div.rmenu {
|
||||
position: absolute;
|
||||
|
|
@ -100,7 +113,7 @@ div.rmenu {
|
|||
|
||||
table.mtitle {
|
||||
border:0;
|
||||
align:center
|
||||
text-align:center
|
||||
}
|
||||
td.mshort {
|
||||
text-align:center;
|
||||
|
|
@ -125,7 +138,7 @@ td.mtitle {
|
|||
background:url('image/elegant-n.jpg') no-repeat center;
|
||||
height:30px;
|
||||
width:100px;
|
||||
font-size:12px;
|
||||
font-size:11px;
|
||||
}
|
||||
span.mtitle2 {
|
||||
background-color:red;
|
||||
|
|
@ -236,7 +249,7 @@ div.u_tmenu {
|
|||
}
|
||||
div.u_redcontent{
|
||||
position: absolute;
|
||||
top:100px;
|
||||
top:115px;
|
||||
left:150px;
|
||||
width:700px;
|
||||
font-size:9pt;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ div.u_tmenu {
|
|||
|
||||
div.lmenu {
|
||||
position: absolute;
|
||||
top:10px;
|
||||
top:100px;
|
||||
left:0px;
|
||||
width:100px;
|
||||
font-size:10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue