themes/springy/css-global/for-mozillas-eyes-only.css
author Dan
Fri, 29 May 2009 14:36:23 -0400
changeset 1 deac853bf428
parent 0 faec06138933
permissions -rw-r--r--
Updated to 1.1.6 compatibility

/*
 * Simplistic Mozilla-specific enhancements
 */

body {
  background-image: url(../img/sunny.jpg);
  background-attachment: fixed;
  background-position: center center;
}
div#rap {
  background-image: url(../img/transp/spacer.png) !important;
}
div.title {
  background-image: url(../img/transp/heading.png) !important;
}
div.copyright-top {
  background-image: url(../img/transp/copyright-hi.png) !important;
}
div.copyright {
  background-image: url(../img/transp/copyright-mid.png) !important;
}
div.copyright-bottom {
  background-image: url(../img/transp/copyright-low.png) !important;
}