[IMP] HTML5 improvements with Javascript for old web browser
This commit is contained in:
@ -137,7 +137,7 @@ clear: both;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
aside#cartable {
|
||||
nav#cartable {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
width: 20%;
|
||||
@ -152,7 +152,7 @@ border-bottom-left-radius: 25px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
aside#cartable h3 {
|
||||
nav#cartable h3 {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
border-bottom: solid;
|
||||
@ -162,14 +162,14 @@ border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
}
|
||||
|
||||
aside#cartable a:link {
|
||||
nav#cartable a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
aside#cartable a:visited {
|
||||
nav#cartable a:visited {
|
||||
}
|
||||
|
||||
aside#cartable a:hover {
|
||||
nav#cartable a:hover {
|
||||
}
|
||||
|
||||
/* ENQUEUE DE PAGE */
|
||||
|
@ -46,25 +46,25 @@ color: #ffffff;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
aside#cartable {
|
||||
nav#cartable {
|
||||
background-color: #223355;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
aside#cartable h3 {
|
||||
nav#cartable h3 {
|
||||
color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
aside#cartable a:link {
|
||||
nav#cartable a:link {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
aside#cartable a:visited {
|
||||
nav#cartable a:visited {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
aside#cartable a:hover {
|
||||
nav#cartable a:hover {
|
||||
background-color: #aaaabb;
|
||||
color: #223355;
|
||||
}
|
||||
|
@ -47,25 +47,25 @@ color: #ffffff;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
aside#cartable {
|
||||
nav#cartable {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
aside#cartable h3 {
|
||||
nav#cartable h3 {
|
||||
color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
aside#cartable a:link {
|
||||
nav#cartable a:link {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
aside#cartable a:visited {
|
||||
nav#cartable a:visited {
|
||||
color: #aaaabb;
|
||||
}
|
||||
|
||||
aside#cartable a:hover {
|
||||
nav#cartable a:hover {
|
||||
background-color: #aaaabb;
|
||||
color: #223355;
|
||||
}
|
||||
|
@ -137,7 +137,7 @@ clear: both;
|
||||
}
|
||||
|
||||
/* MENU */
|
||||
aside#cartable {
|
||||
nav#cartable {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
width: 20%;
|
||||
@ -152,7 +152,7 @@ border-bottom-left-radius: 25px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
aside#cartable h3 {
|
||||
nav#cartable h3 {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
border-bottom: solid;
|
||||
@ -162,14 +162,14 @@ border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
}
|
||||
|
||||
aside#cartable a:link {
|
||||
nav#cartable a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
aside#cartable a:visited {
|
||||
nav#cartable a:visited {
|
||||
}
|
||||
|
||||
aside#cartable a:hover {
|
||||
nav#cartable a:hover {
|
||||
}
|
||||
|
||||
/* ENQUEUE DE PAGE */
|
||||
|
Reference in New Issue
Block a user