Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
a {
2
	text-decoration: none;
3
}
4
a#hover {
5
  text-decoration: none;
6
}
7
a#visited {
8
	text-decoration: none;
9
}
10
 
11
img {	
12
	border-style: none;
13
}
14
 
15
#notebox{
16
	position: absolute;
17
	width: 300px;
18
	left: 0;
19
	top: 0px;
20
	cursor:hand;
21
	border: 2px solid black;
22
	background-color: lightyellow;
23
	z-index: 100;
24
	visibility: hidden;
25
}
26
 
27
#noteboxhead{
28
	position: absolute;
29
	width: 100%;
30
	left: 0;
31
	top: 10px;
32
	background-color: #DAD7C8;
33
	z-index: 101;
34
}
35
 
36
#noteboxbody{
37
	padding: 5px;
38
	text-align: left;
39
}
40
 
41
#noteboxcontents{
42
	background-color: lightyellow;
43
	border: 0px;
44
	font-family: courier;
45
	font-size : 14px;
46
}