Debian: Set "Rules-Requires-Root: no"
[conkeror.git] / style / default / eye-guide.css
blob502049b3780cf4a5e5ac3fa8ffd1bc33f8524f6f
2 @namespace url("http://www.w3.org/1999/xhtml");
4 #__conkeror_eye_guide {
5 position: fixed;
6 left: 0px;
7 top: 0px;
8 width: 100%;
9 background: black;
10 opacity: 0.1;
11 z-index: 100000;
15 * Note, the following selectors can be styled with a
16 * border-top and border-bottom respectively to achieve
17 * the effect of a single line scroll-guide:
19 * #__conkeror_eye_guide.__conkeror_eye_guide_scroll_down
20 * #__conkeror_eye_guide.__conkeror_eye_guide_scroll_up