Pass proxy_url to download handler
[uzbl-mobile] / examples / data / uzbl / style.css
1 .uzbl_highlight { background-color: yellow;}
2 .uzbl_h_first   { background-color: lightgreen;}
3
4 .uzbl_follow    { border-style:     dotted;
5                   border-width:     thin;
6 }
7
8 #uzbl_hint > div    {
9         display:                        inline;
10         border:                         2px solid #4a6600;
11         background-color:               #b9ff00;
12         color:                          black;
13         font-size:                      9px;
14         font-weight:                    bold;
15         line-height:                    9px;
16         margin:                         0px;
17         padding:                        0px;
18         position:                       absolute;
19         z-index:                        1000;
20         -webkit-border-radius:          6px;
21         text-decoration:                none;
22         -wekit-transform:               scale(1) rotate(0deg) translate(-6px,-5px);
23 }
24
25 /* vim:set et ts=4: */