altocompta/html/style-light.css
2005-01-24 20:30:58 +00:00

329 lines
4.3 KiB
CSS

/* <style type="text/css"> */
BODY {
background-color:#EDF3FF;
font-size:12px;
font-family:sans-serif;
}
h2 {
font-family:sans-serif;
font-size:14px;
color:grey;
}
div.info {
background:#879ed4;
color:white;
font-size:16pt;
text-align:center;
}
h2.info {
background:#879ed4;
color:white;
font-size:16pt;
text-align:center;
}
h3.info {
background:#879ed4;
color:white;
font-size:10pt;
text-align:center;
}
h2.info2 {
color:blue;
font-size:20px;
text-align:center;
}
h2.error {
background:red;
color:white;
font-size:20px;
}
h1.title {
color: blue;
font-size:25px;
}
div.mtitle {
position: absolute;
right:300px;
width:100px;
}
div.tmenu {
position: absolute;
top:60px;
left:120px;
width:800px;
text-align:center;
}
div.u_tmenu {
position: absolute;
top:40px;
left:150px;
width:600px;
}
/*div.u_subtmenu {
position: absolute;
top:100px;
left:10px;
}*/
div.lmenu {
position: absolute;
top:100px;
left:0px;
width:100px;
font-size:10px;
}
div.lextmenu {
position: absolute;
top:50px;
font-size:11pt;
left:30px;
width:200px;
}
div.searchmenu {
left:30px;
width:95px;
top:100px;
position:absolute;
}
div.credit{
border-style:solid;
border-width:1pt;
}
div.debit{
border-style:solid;
border-width:1pt;
}
div.recherche{
position: absolute;
top:100px;
left:100px;
width:700px;
font-size:9px;
font-family:sans-serif;
}
div.redcontent{
position: absolute;
top:100px;
left:220px;
width:500px;
font-size:9px;
font-family:sans-serif;
}
div.u_redcontent{
position: absolute;
top:130px;
left:150px;
width:700px;
font-size:9px;
font-family:sans-serif;
}
div.ccontent{
position: absolute;
top:110px;
left:130px;
width:670px;
font-size:9pt;
}
div.rmenu {
position: absolute;
top:110px;
right:30px;
width:100px;
}
table.mtitle {
border:0;
text-align:center
}
td.mshort {
text-align:center;
border: 1px solid;
color:#5D90CD ;
background-color:#DDE6FF;
}
td.mlltitle {
text-align:center;
height:30px;
width:30px;
font-size:12px;
}
td.mltitle {
text-align:center;
height:30px;
width:60px;
font-size:12px;
border: 1px solid;
background-color:#DDE6FF;
}
td.mtitle {
text-align:center;
width:75px;
font-size:10px;
border: 1px solid;
padding:3px;
background-color:#DDE6FF;
}
span.mtitle2 {
background-color:red;
font-size:12px;
border-style:groove
}
span.mtitle {
color:gray;
background-color:blue;
font-size:12px;
border-style:groove
}
span.odd {
background-color:#ECF3FF;
display:block;
}
span.even {
background-color:#DDE6FF;
display:block;
}
tr.odd {
background-color:#DDE6FF;
border-size:0px;
}
td.odd{
background-color:#DDE6FF ;
border-size:0px;
font-size:10px;
}
td.even{
border:0px;
font-size:10px;
}
td.cell{
// border:1px solid blue;
padding: 4px;
}
td.selectedcell{
border-style:solid;
border-width:1pt;
font-size:11pt;
background:blue ;
color:white;
}
a.mtitle {
font-size:11px;
text-decoration:none;
display:block;
color:blue;
}
a.mtitle:hover {
font-size:11px;
color:white;
background-color:#5D90CD;
text-decoration:none;
display:block;
}
a.cell {
text-decoration:none;
display:block;
color:blue;
background-color:white;
font-size:9px;
}
a.cell:hover {
font-size:9px;
color:white;
background-color:#5D90CD;
text-decoration:none;
display:block;
}
a.mtitle2 {
height:30px;
text-decoration:none;
color:white;
}
a.mtitle2:hover {
height:30px;
color:green;
background-color:#5D90CD;
text-decoration:none;
}
a.one:link {
text-decoration:underline;
color:#3010FF
}
a.one:visited {
text-decoration:underline;
color:#3010FF
}
a.one:active {
background: #0000FF
}
a.one:hover {
background:#3010FF;
color:#FFFFFF
}
a.two:link {
text-decoration:none;
color:#3010FF
}
a.two:visited {
text-decoration:none;
color:#3010FF
}
a.two:active {
background: #0000FF;
}
a.two:hover {
background:#3010FF;
color:#FFFFFF;
font-size:19px
}
th.doc {
background: #0000C5;
color: #FFFFFF
}
table.doc {
width: 60% ;
text-align: center;
}
a.detail
{
text-decoration: none;
display: block;
color: blue;
}
a.detail:hover
{
color: white;
background-color: rgb(93, 144, 205);
text-decoration: none;
display: block;
}
/* </style> */