Correcting errors and typos
This commit is contained in:
parent
6eb66a4416
commit
0b552a51a7
1 changed files with 13 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
body {
|
body {
|
||||||
font-family:arial,helvetica;
|
font-family:arial,helvetica,sans-serif;
|
||||||
font-size:10pt;
|
font-size:10pt;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
@ -57,7 +57,6 @@ label {
|
||||||
border-color: black;
|
border-color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
border-radius: 6px;
|
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
@ -76,7 +75,7 @@ table {
|
||||||
table.noborder {
|
table.noborder {
|
||||||
border:0px;
|
border:0px;
|
||||||
border-collapse:collapse;
|
border-collapse:collapse;
|
||||||
float:center;
|
margin : auto;
|
||||||
}
|
}
|
||||||
table.small {
|
table.small {
|
||||||
width:auto;
|
width:auto;
|
||||||
|
@ -96,7 +95,6 @@ th.noborder {
|
||||||
background-image:none;
|
background-image:none;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
border:0px;
|
|
||||||
border:1px solid #ad11ad;
|
border:1px solid #ad11ad;
|
||||||
/* border-left:1px solid #ad11ad; */
|
/* border-left:1px solid #ad11ad; */
|
||||||
padding:3px 0px 3px 0px;
|
padding:3px 0px 3px 0px;
|
||||||
|
@ -194,7 +192,7 @@ h3 {
|
||||||
|
|
||||||
#bloc25 {
|
#bloc25 {
|
||||||
float:left;
|
float:left;
|
||||||
width=30%;
|
width:30%;
|
||||||
border:1px solid #000000;
|
border:1px solid #000000;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
@ -202,20 +200,20 @@ h3 {
|
||||||
#bloc100 {
|
#bloc100 {
|
||||||
float:left;
|
float:left;
|
||||||
position:relative;
|
position:relative;
|
||||||
width=100%;
|
width:100%;
|
||||||
border:1px solid #000000;
|
border:1px solid #000000;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#resultnumber {
|
#resultnumber {
|
||||||
width=30%;
|
width:30%;
|
||||||
margin-left:35%;
|
margin-left:35%;
|
||||||
margin:right:35%;
|
margin-right:35%;
|
||||||
}
|
}
|
||||||
#resultlist {
|
#resultlist {
|
||||||
width=70%;
|
width:70%;
|
||||||
margin-left:5%;
|
margin-left:5%;
|
||||||
margin:right:5%;
|
margin-right:5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -228,7 +226,7 @@ a:hover {
|
||||||
|
|
||||||
a.submenu {
|
a.submenu {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: hand;
|
cursor : pointer;
|
||||||
color:#777777;
|
color:#777777;
|
||||||
background-color:#EEEEEE;
|
background-color:#EEEEEE;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -236,7 +234,7 @@ a.submenu {
|
||||||
}
|
}
|
||||||
a.submenu:hover {
|
a.submenu:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: hand;
|
cursor:pointer;
|
||||||
color:#777777;
|
color:#777777;
|
||||||
background-color:#EEEEEE;
|
background-color:#EEEEEE;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -246,7 +244,7 @@ a.submenu:hover {
|
||||||
|
|
||||||
a.submenu2 {
|
a.submenu2 {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: hand;
|
cursor:pointer;
|
||||||
color:#777777;
|
color:#777777;
|
||||||
background-color:#CCCCCC;
|
background-color:#CCCCCC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -254,7 +252,7 @@ a.submenu2 {
|
||||||
}
|
}
|
||||||
a.submenu2:hover {
|
a.submenu2:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: hand;
|
cursor:pointer;
|
||||||
color:#777777;
|
color:#777777;
|
||||||
background-color:#CCCCCC;
|
background-color:#CCCCCC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -264,10 +262,9 @@ a.submenu2:hover {
|
||||||
|
|
||||||
#menubar {
|
#menubar {
|
||||||
border-top:1px solid #666666;
|
border-top:1px solid #666666;
|
||||||
font: 125% sans-serif;
|
font: 125% bold sans-serif;
|
||||||
background-color:#DDDDDD;
|
background-color:#DDDDDD;
|
||||||
padding-bottom:5px;
|
padding-bottom:5px;
|
||||||
font-weight:bold;
|
|
||||||
}
|
}
|
||||||
#submenu {
|
#submenu {
|
||||||
background-color:#EEEEEE;
|
background-color:#EEEEEE;
|
||||||
|
|
Loading…
Reference in a new issue