File: imp.css

package info (click to toggle)
imp 3%3A2.2.6-5.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,476 kB
  • ctags: 766
  • sloc: php: 4,253; sh: 831; makefile: 98; perl: 50; pascal: 15
file content (36 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
/*
	IMP Cascading Stylesheet Declarations

	$Id: imp.css,v 2.2.2.1 2000/06/28 17:54:35 chuck Exp $
*/

/* Menu Items */
A.MENUITEM {
    color: #ffffff;
    text-decoration: none;
}

A.MENUITEM:hover {
    color: #ffffcc;
    text-decoration: none;
}

/* Version */
A.VERSION {
    color: #c0c0c0;
    text-decoration: none;
}

A.VERSION:hover {
    color: #ffffff;
    text-decoration: none;
}

a.message {
    text-decoration: none;
}

a.message:hover {
    color: #0000ff;
    text-decoration: none;
}