aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/style.css
blob: 9789e6f35cf70fd12d0477026171b6bc2cdf6312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.uzbl_highlight { background-color: yellow;}
.uzbl_h_first   { background-color: lightgreen;}

#uzbl_hint > div    { 
	display:                        inline;
	border:                         2px solid #4a6600;
	background-color:               #b9ff00;
	color:                          black;
	font-size:                      9px;
	font-weight:                    bold;
	line-height:                    9px;
	margin:                         0px;
	padding:                        0px;
	position:                       absolute;
	z-index:                        1000;
	-webkit-border-radius:          6px;
	text-decoration:                none;
	-wekit-transform:               scale(1) rotate(0deg) translate(-6px,-5px);
}

/* vim:set et ts=4: */