history.js: comment
[conkeror.git] / content / hints.css
blob0b5cc1651d8ec207e4a45dbd83008a3f6aef0849
1 /**
2 * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
4 * Use, modification, and distribution are subject to the terms specified in the
5 * COPYING file.
6 **/
8 @namespace url("http://www.w3.org/1999/xhtml");
10 span.__conkeror_hint {
11 background-color: red !important;
12 color: white !important;
13 position: absolute !important;
14 font-size: 10px !important;
15 font-family: sans-serif !important;
16 font-weight: bold !important;
17 line-height: 10px !important;
18 padding: 0px 1px 0px 0px !important;
19 z-index: 10000001 !important;
20 display: none;
23 span.__conkeror_img_hint {
24 position: absolute;
25 opacity: 0.5;
26 z-index: 10000000;