You are here

christmas_lights.css in Christmas Lights 8

Same filename and directory in other branches
  1. 7 css/christmas_lights.css
#christmas-lights {
  background: url(christmas-lights.png);
  height: 36px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
body.toolbar-fixed #christmas-lights {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #christmas-lights {
  top: 79px;
}

File

css/christmas_lights.css
View source
  1. #christmas-lights {
  2. background: url(christmas-lights.png);
  3. height: 36px;
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. z-index: 100;
  8. pointer-events: none;
  9. }
  10. body.toolbar-fixed #christmas-lights {
  11. top: 39px;
  12. }
  13. body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #christmas-lights {
  14. top: 79px;
  15. }