test css : font-size in percentage
This commit is contained in:
parent
5399d338a1
commit
7f2cb40085
1 changed files with 76 additions and 76 deletions
152
html/style.css
152
html/style.css
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
BODY {
|
||||
background-color:#EDF3FF;
|
||||
font-size:12px;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:100%;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
padding: 0px 0px 0px 0px ;
|
||||
margin:0;
|
||||
color:blue;
|
||||
|
|
@ -29,7 +29,7 @@ table.resultfooter tfoot {
|
|||
}
|
||||
table.sortable th, table.table_large th,table.result th {
|
||||
font-weight:bold;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
border-bottom:1px solid blue;
|
||||
border-top:0;
|
||||
|
||||
|
|
@ -40,8 +40,8 @@ table.sortable th, table.table_large th,table.result th {
|
|||
}
|
||||
|
||||
h2 {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:14px;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
font-size:120%;
|
||||
color:grey;
|
||||
}
|
||||
div.info {
|
||||
|
|
@ -54,7 +54,7 @@ div.info {
|
|||
content h2.info {
|
||||
background:#879ed4;
|
||||
color:black;
|
||||
font-size:14pt;
|
||||
font-size:120%;
|
||||
text-align:center;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
|
|
@ -62,7 +62,7 @@ content h2.info {
|
|||
redcontent h2.info {
|
||||
background:#879ed4;
|
||||
color:white;
|
||||
font-size:14pt;
|
||||
font-size:120%;
|
||||
text-align:center;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
|
|
@ -70,7 +70,7 @@ redcontent h2.info {
|
|||
h2.info {
|
||||
background-color:#879ed4;
|
||||
color:white;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
text-align:center;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
|
|
@ -81,13 +81,13 @@ h2.info {
|
|||
h3.info {
|
||||
background:#879ed4;
|
||||
color:white;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
h2.info2 {
|
||||
color:blue;
|
||||
font-size:14px;
|
||||
font-size:100%;
|
||||
text-align:center;
|
||||
|
||||
}
|
||||
|
|
@ -96,7 +96,7 @@ h2.info2 {
|
|||
h2.error {
|
||||
background:red;
|
||||
color:white;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -147,14 +147,14 @@ background-color:lightgrey;
|
|||
div.lmenu {
|
||||
float:left;
|
||||
clear:left;
|
||||
font-size:9px;
|
||||
font-size:90%;
|
||||
|
||||
}
|
||||
div.lextmenu {
|
||||
|
||||
float:left;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:9px;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
font-size:90%;
|
||||
|
||||
}
|
||||
div.searchmenu {
|
||||
|
|
@ -167,8 +167,8 @@ div.searchmenu {
|
|||
|
||||
div.recherche_form{
|
||||
width:700px;
|
||||
font-size:9px;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:90%;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
border-style:outset;
|
||||
border-width:1px;
|
||||
|
||||
|
|
@ -178,8 +178,8 @@ div.redcontent{
|
|||
float:left;
|
||||
padding-top:7px;
|
||||
padding-left:8px;
|
||||
font-size:9px;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:90%;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
width:75%;
|
||||
|
||||
}
|
||||
|
|
@ -188,7 +188,7 @@ div.content{
|
|||
padding-top:2px;
|
||||
margin-top:2px;
|
||||
width:100%;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -197,12 +197,12 @@ div.content30{
|
|||
float:left;
|
||||
padding-top:7px;
|
||||
width:35%;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
|
||||
}
|
||||
div.no span{
|
||||
position:static;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
font-weight:bold;
|
||||
color:red;
|
||||
|
||||
|
|
@ -217,7 +217,7 @@ table.document {
|
|||
}
|
||||
table.document th{
|
||||
font-weight:bold;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
border-bottom:2px solid blue;
|
||||
border-top:0;
|
||||
color:#25238F;
|
||||
|
|
@ -252,20 +252,20 @@ td.mtitle {
|
|||
text-align:center;
|
||||
width:95px;
|
||||
height :30px;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
background-color:#DDE6FF;
|
||||
border:1px solid #99B1DF;
|
||||
}
|
||||
td.msubtitle {
|
||||
text-align:center;
|
||||
height:20px;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
background-color:#DDE6FF;
|
||||
}
|
||||
span.mtitle {
|
||||
color:gray;
|
||||
background-color:blue;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
border-style:groove
|
||||
}
|
||||
span.odd {
|
||||
|
|
@ -279,18 +279,18 @@ span.even {
|
|||
|
||||
tr.odd {
|
||||
background-color:#DDE6FF;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
}
|
||||
tr {
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
}
|
||||
td.odd{
|
||||
background-color:#DDE6FF ;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
}
|
||||
td.even{
|
||||
border:0px;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
}
|
||||
td.cell{
|
||||
height:32px;
|
||||
|
|
@ -300,21 +300,21 @@ td.selectedcell{
|
|||
border-style:inset;
|
||||
border-color:blue;
|
||||
border-width:1pt ;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
background:#5D90CD ;
|
||||
color:white;
|
||||
text-align:center;
|
||||
width:120px;
|
||||
}
|
||||
a.mtitle {
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
text-decoration:none;
|
||||
display:inline;
|
||||
color: blue;
|
||||
|
||||
}
|
||||
a.mtitle:hover {
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
text-decoration:none;
|
||||
display:inline;
|
||||
|
||||
|
|
@ -323,13 +323,13 @@ background-color:#5D90CD;
|
|||
|
||||
}
|
||||
td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
|
||||
font-size:1em;
|
||||
font-size:90%;
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
color:white;
|
||||
}
|
||||
a.dossier {
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
color: #202267;
|
||||
|
|
@ -362,11 +362,11 @@ a.cell {
|
|||
display:block;
|
||||
color:blue;
|
||||
background-color:white;
|
||||
font-size:9px;
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
a.cell:hover {
|
||||
font-size:9px;
|
||||
font-size:90%;
|
||||
color:white;
|
||||
background-color:#5D90CD;
|
||||
text-decoration:none;
|
||||
|
|
@ -396,8 +396,8 @@ a.one:hover {
|
|||
|
||||
a.detail
|
||||
{
|
||||
font-size:9px;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:90%;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
color: blue;
|
||||
|
|
@ -405,8 +405,8 @@ a.detail
|
|||
|
||||
a.detail:hover
|
||||
{
|
||||
font-size:9px;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:90%;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
color: white;
|
||||
background-color: rgb(93, 144, 205);
|
||||
text-decoration: none;
|
||||
|
|
@ -418,7 +418,7 @@ li.menuv,ol.menuv {
|
|||
padding:1em 1em;
|
||||
}
|
||||
div.redcontent a {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
color: blue;
|
||||
|
|
@ -426,7 +426,7 @@ div.redcontent a {
|
|||
}
|
||||
|
||||
div.redcontent a:hover {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
color: white;
|
||||
background-color: rgb(93, 144, 205);
|
||||
text-decoration: none;
|
||||
|
|
@ -434,7 +434,7 @@ div.redcontent a:hover {
|
|||
|
||||
}
|
||||
div.content a {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
color: blue;
|
||||
|
|
@ -444,7 +444,7 @@ padding: 0;
|
|||
|
||||
|
||||
div.content a:hover {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
color: white;
|
||||
background-color: rgb(93, 144, 205);
|
||||
text-decoration: none;
|
||||
|
|
@ -470,7 +470,7 @@ div.redcontent a.mtitle:hover {
|
|||
|
||||
}
|
||||
div.content a.mtitle {
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
text-decoration:none;
|
||||
display:inline;
|
||||
color:blue;
|
||||
|
|
@ -488,7 +488,7 @@ div.content a.mtitle:hover {
|
|||
|
||||
}
|
||||
div.redcontent input.text {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
font-weight:normal;
|
||||
border-color:336699;
|
||||
border-style:solid;
|
||||
|
|
@ -497,7 +497,7 @@ div.redcontent input.text {
|
|||
color:blue;
|
||||
}
|
||||
div.content input.text {
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
font-weight:normal;
|
||||
border-color:336699;
|
||||
border-style:solid;
|
||||
|
|
@ -522,7 +522,7 @@ color: #1a207d;
|
|||
border-collapse:collapse;
|
||||
}
|
||||
a.document{
|
||||
font-size:12px;
|
||||
font-size:100%;
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
}
|
||||
|
|
@ -550,11 +550,11 @@ a.document:hover {
|
|||
h1.legend, legend {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 110% ;
|
||||
font-size: 120% ;
|
||||
|
||||
}
|
||||
fieldset fieldset legend {
|
||||
font-size:110%;
|
||||
font-size:120%;
|
||||
color:grey;
|
||||
}
|
||||
select {
|
||||
|
|
@ -596,7 +596,7 @@ span.action a.action {
|
|||
padding-left: 3px;
|
||||
padding-right:3px;
|
||||
text-decoration:none;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
|
||||
display:inline;
|
||||
color:black;
|
||||
|
|
@ -633,8 +633,8 @@ div.popup_border_title {
|
|||
/*border:dotted 1px black;*/
|
||||
border: 2px outset #201e87;
|
||||
background-color:#879ED4;
|
||||
font-size: 110% ;
|
||||
font-family: verdana,helvetica,sans-serif;
|
||||
font-size: 100% ;
|
||||
font-family: verdana,sans-serif,helvetica;
|
||||
font-style: italic;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
|
|
@ -656,7 +656,7 @@ div.popup_border_notitle {
|
|||
/*border:dotted 1px black;*/
|
||||
border: 3px outset #201e87;
|
||||
background-color: #879ED4;
|
||||
font-family: verdana,helvetica,sans-serif;
|
||||
font-family: verdana,sans-serif,helvetica;
|
||||
font-style: italic;
|
||||
font-weight: bolder;
|
||||
text-align:center;
|
||||
|
|
@ -677,8 +677,8 @@ div.popup_content {
|
|||
height:96%;
|
||||
overflow: auto;
|
||||
background-color:#DFE7FF;
|
||||
font-size:10px ;
|
||||
font-family: verdana,helvetica,sans-serif;
|
||||
font-size:90% ;
|
||||
font-family: verdana,sans-serif,helvetica;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
|
|
@ -695,7 +695,7 @@ div.autocomplete {
|
|||
margin:0;
|
||||
padding:0;
|
||||
text-align:left;
|
||||
font-size:12px;
|
||||
font-size:100%;
|
||||
|
||||
}
|
||||
div.autocomplete em {
|
||||
|
|
@ -800,12 +800,12 @@ cursor:inherit;
|
|||
}
|
||||
|
||||
a#anchorbutton, .button, a.button,div.content a.button {
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
|
||||
text-decoration:none;
|
||||
font-family: verdana,helvetica,sans-serif;
|
||||
font-family: verdana,sans-serif,helvetica;
|
||||
background-image: url("image/bg-submit2.gif");
|
||||
background-repeat: repeat-x;
|
||||
background-position: left;
|
||||
|
|
@ -845,7 +845,7 @@ h2.dossier {
|
|||
color:darkblue;
|
||||
font-style: italic;
|
||||
display:inline;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
font-variant:small-caps;
|
||||
|
|
@ -886,8 +886,8 @@ body.op_detail_frame,div.op_detail_frame {
|
|||
}
|
||||
div.inner_box {
|
||||
background-color:#e4e7ed;
|
||||
font-size:10;
|
||||
font-family:verdana,helvetica,sans-serif;
|
||||
font-size:100%;
|
||||
font-family:verdana,sans-serif,helvetica;
|
||||
padding:0;
|
||||
margin:0;
|
||||
overflow:hidden;
|
||||
|
|
@ -949,24 +949,24 @@ table.sortable td, table.table_large td, table.result td
|
|||
}
|
||||
table.info_op
|
||||
{
|
||||
font-size:18;
|
||||
font-size:100%;
|
||||
width:100%;
|
||||
}
|
||||
table.info_op tr
|
||||
{
|
||||
font-size:14;
|
||||
font-size:120%;
|
||||
background:white;
|
||||
}
|
||||
h2#jrn_name
|
||||
{
|
||||
color:blue;
|
||||
font-size:22;
|
||||
font-size:120%;
|
||||
margin-right:30%;
|
||||
float: right;
|
||||
|
||||
}
|
||||
tr.footer{
|
||||
font-size:14;
|
||||
font-size:120%;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
|
||||
|
|
@ -1001,7 +1001,7 @@ div#jrn_name_div
|
|||
div#wait_box
|
||||
{
|
||||
background-color:#F1E6E6;
|
||||
font-size:10;
|
||||
font-size:120%;
|
||||
font-family: verdana,helvetica,arial,sans-serif;
|
||||
padding:0;
|
||||
margin:0;
|
||||
|
|
@ -1058,7 +1058,7 @@ font-size:110%;
|
|||
margin-left: 2px;
|
||||
margin-right:2px;
|
||||
margin-top:0px;
|
||||
font-size:10px;
|
||||
font-size:90%;
|
||||
}
|
||||
#close_div:hover
|
||||
{
|
||||
|
|
@ -1077,7 +1077,7 @@ table.table_large tr.odd ,table.table_large tr.even {
|
|||
width:300px;
|
||||
border:1px solid black;
|
||||
background-color:#aec3e8;
|
||||
font-size:16px;
|
||||
font-size:120%;
|
||||
padding: 20px 20px;
|
||||
}
|
||||
span.invoice
|
||||
|
|
@ -1091,14 +1091,14 @@ span.invoice
|
|||
a.nav,div.content a.nav,div.redcontent a.nav {
|
||||
display:inline;
|
||||
text-decoration:none;
|
||||
font-size:1em;
|
||||
font-size:100%;
|
||||
}
|
||||
a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
|
||||
display:inline;
|
||||
text-decoration:none;
|
||||
background-color:darkblue;
|
||||
color:white;
|
||||
font-size:1em;
|
||||
font-size:100%;
|
||||
}
|
||||
#dossier {
|
||||
display:inline;
|
||||
|
|
@ -1112,30 +1112,30 @@ div.foldercontent {
|
|||
|
||||
h1.title {
|
||||
color: blue;
|
||||
font-size:18px;
|
||||
font-size:120%;
|
||||
font-style: italic;
|
||||
}
|
||||
h2.title {
|
||||
color: blue;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
font-weight:bold;
|
||||
font-style: italic;
|
||||
margin-left: 15px;
|
||||
}
|
||||
h3.title {
|
||||
color: blue;
|
||||
font-size:14px;
|
||||
font-size:120%;
|
||||
margin-left: 30px;
|
||||
}
|
||||
h4.title {
|
||||
color: blue;
|
||||
font-size:12px;
|
||||
font-size:120%;
|
||||
margin-left: 45px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
h5.title {
|
||||
color: blue;
|
||||
font-size:12px;
|
||||
font-size:120%;
|
||||
margin-left: 45px;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue