File: bt.css

package info (click to toggle)
webcit 7.37-dfsg-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,972 kB
  • ctags: 2,344
  • sloc: ansic: 23,301; sh: 3,618; makefile: 239
file content (18 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.tooltip {
	width: 300px;
	color: #000;
	font:lighter 11px/1.3 sans-serif;
	text-decoration:none;
	text-align:left;
}

.tooltip span.top {
	padding: 30px 8px 0;
	background: url(bt.gif) no-repeat top
}

.tooltip b.bottom {
	padding:3px 8px 15px;
	color: #548912;
	background: url(bt.gif) no-repeat bottom
}