IE CSS
This commit is contained in:
parent
4e4d53ab38
commit
30f0db0742
@ -232,8 +232,11 @@ h4 { font-size: 1.2em; }
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: black;
|
background:none;
|
||||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
|
background-color:rgba(0,0,0,0.75);
|
||||||
|
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
|
||||||
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
|
||||||
|
zoom:1;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -247,14 +250,20 @@ h4 { font-size: 1.2em; }
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
background-color: white;
|
background:none;
|
||||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
|
background-color:rgba(255,255,255,0.9);
|
||||||
|
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
|
||||||
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
|
||||||
|
zoom:1;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#head {
|
#head {
|
||||||
background: rgb(184,60,50);
|
background:none;
|
||||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
background-color:rgba(184,60,46,0.7);
|
||||||
|
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3b83c2e,endColorstr=#B3b83c2e);
|
||||||
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3b83c2e,endColorstr=#B3b83c2e);
|
||||||
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user