152 lines
2.5 KiB
CSS
Executable File
152 lines
2.5 KiB
CSS
Executable File
body {
|
|
background: #fff url("../../images/body_back.gif") repeat-x;
|
|
}
|
|
|
|
#footer {
|
|
border-top: 1px solid #666;
|
|
margin: 2em 0;
|
|
padding: 1em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#footer ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#footer li {
|
|
display: inline;
|
|
}
|
|
|
|
#footer span,#footer a {
|
|
white-space: nowrap;
|
|
padding: 0 1em;
|
|
}
|
|
|
|
#footer p span,#footer p a {
|
|
white-space: nowrap;
|
|
padding: 0 0.3em;
|
|
}
|
|
|
|
#footer span a {
|
|
padding: 0;
|
|
}
|
|
|
|
#footer p,#footer p a {
|
|
color: #666;
|
|
}
|
|
|
|
#footer p a:hover {
|
|
color: #000;
|
|
}
|
|
|
|
/* Site Header */
|
|
|
|
#header {
|
|
clear: both;
|
|
}
|
|
|
|
#header h1 {
|
|
height: 46px;
|
|
margin: 0;
|
|
font-size: 2px;
|
|
position: relative;
|
|
top: 7px;
|
|
}
|
|
#header h1 a,#header h1 a:hover {
|
|
display: block;
|
|
width: 250px;
|
|
height: 46px;
|
|
background: url("../../images/title.gif") no-repeat;
|
|
text-indent: -700em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#key-title { /* fixes background issue in IE6 */
|
|
position: relative;
|
|
}
|
|
|
|
#header ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 6px;
|
|
margin-left: 200px;
|
|
font-family: tahoma, arial, sans-serif;
|
|
}
|
|
|
|
#header li {
|
|
float: left;
|
|
list-style: none;
|
|
padding-left: 1em;
|
|
font-size: 85%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#header dl {
|
|
margin: 0 1em 0 0;
|
|
padding: 4px 0 4px 40px;
|
|
float: left;
|
|
min-height: 35px;
|
|
}
|
|
#header #menu-firefox {
|
|
background: url("../../images/s-firefox.png") no-repeat 0 8px;
|
|
}
|
|
#header #menu-thunderbird {
|
|
background: url("../../images/s-thunderbird.png") no-repeat 0 8px;
|
|
}
|
|
#header #menu-mozillasuite {
|
|
background: url("../../images/s-mozillasuite.png") no-repeat 0 8px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#header dt {
|
|
font-size: 85%;
|
|
}
|
|
#header dd {
|
|
margin: 0;
|
|
}
|
|
|
|
#key-menu:before {
|
|
line-height: 0.1;
|
|
font-size: 1px;
|
|
background: transparent url("../../images/key-menu_tr.gif") no-repeat top right;
|
|
margin: -8px -8px 0 -8px;
|
|
height: 8px;
|
|
display: block;
|
|
border: none;
|
|
content: url("../../images/key-menu_tl.gif");
|
|
}
|
|
#key-menu {
|
|
background: #B2C1C8 url("../../images/key-menu_back.gif") right top no-repeat;
|
|
padding: 8px;
|
|
}
|
|
#key-menu:after {
|
|
display: block;
|
|
clear: both;
|
|
padding-top: 8px;
|
|
line-height: 0.1;
|
|
font-size: 1px;
|
|
content: url("../../images/key-menu_bl.gif");
|
|
margin: -8px;
|
|
height: 8px;
|
|
background: transparent url("../../images/key-menu_br.gif") scroll no-repeat bottom right ;
|
|
}
|
|
|
|
.ie-clear-menu { /* needed to clear floats in IE */
|
|
clear: both;
|
|
height: 5px;
|
|
font-size: 2px;
|
|
}
|
|
|
|
#mozilla-org a {
|
|
float: right;
|
|
display: block;
|
|
text-indent: -5000em;
|
|
width: 110px;
|
|
height: 25px;
|
|
text-decoration: none;
|
|
background: url(../../images/mozilla-org.gif) no-repeat;
|
|
}
|
|
|
|
/* End Site Header */ |