Updating CSS to remove image and font-face references.
This commit is contained in:
Родитель
055bf41eb6
Коммит
004a28bf9a
|
@ -6,6 +6,10 @@
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
/*----------------------------------
|
||||
Header
|
||||
----------------------------------*/
|
||||
|
@ -30,7 +34,7 @@
|
|||
rgb(59,105,177) 100%
|
||||
);
|
||||
height: 57px;
|
||||
margin: 10px auto 0;
|
||||
margin: 0 auto;
|
||||
font-family: verdana;
|
||||
-moz-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
|
||||
|
@ -55,7 +59,6 @@
|
|||
display: block;
|
||||
height: 57px;
|
||||
width: 110px;
|
||||
background: url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
|
||||
text-indent: -9999px;
|
||||
overflow: hidden;
|
||||
-moz-transition: background 0.2s ease-in-out;
|
||||
|
@ -63,8 +66,6 @@
|
|||
|
||||
#header h1 a:hover,
|
||||
#header h1 a:active {
|
||||
background: -moz-radial-gradient(center 45deg, ellipse closest-side, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%),
|
||||
url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
|
||||
-moz-transition: background 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -298,7 +299,6 @@
|
|||
}
|
||||
|
||||
#header a.mozilla span {
|
||||
background: url(../../img/zamboni/global/header-logos.png) 1px -73px no-repeat;
|
||||
overflow: hidden;
|
||||
text-indent: -9999px;
|
||||
width: 64px;
|
||||
|
@ -320,13 +320,12 @@
|
|||
----------------------------------*/
|
||||
|
||||
#footer {
|
||||
background: #33559b url(../../img/zamboni/global/bg-footer.png) 0 0 repeat-x;
|
||||
clear: both;
|
||||
color: #476FBE;
|
||||
display: block;
|
||||
font-family: Georgia, serif;
|
||||
min-width: 978px;
|
||||
padding: 123px 0 5px 0;
|
||||
padding: 115px 0 5px;
|
||||
}
|
||||
|
||||
#footer-logo a,
|
||||
|
@ -335,7 +334,6 @@
|
|||
display: block;
|
||||
height: 57px;
|
||||
width: 110px;
|
||||
background: url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
|
||||
text-indent: -200px;
|
||||
overflow: hidden;
|
||||
-moz-transition: background 0.2s ease-in-out;
|
||||
|
@ -343,8 +341,6 @@
|
|||
|
||||
#footer-logo a:hover,
|
||||
#footer-logo a:active {
|
||||
background: -moz-radial-gradient(center 45deg, ellipse closest-side, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%),
|
||||
url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
|
||||
-moz-transition: background 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче