summaryrefslogtreecommitdiffstats
path: root/custom.css.in
blob: 71b860d4a5137f497f3157a2001bd976f7f56453 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
m4_include(/usr/share/cgit/cgit.css)

div#cgit span.libravatar img.onhover {
	display: none;
	border: 1px solid gray;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 128px;
	height: 128px;
}

div#cgit span.libravatar img.inline {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 13px;
	height: 13px;
	margin-right: 0.2em;
}

div#cgit span.libravatar:hover > img.onhover {
	display: block;
	position: absolute;
	margin-left: 1.5em;
	background-color: #eeeeee;
	box-shadow: 2px 2px 7px rgba(100,100,100,0.75);
}