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