source: trunk/gsdl3/web/interfaces/default/style/core.css@ 8556

Last change on this file since 8556 was 8556, checked in by kjdon, 19 years ago

changed the yellow of hover to default hover colour

  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1a.gsbutton,a:visited.gsbutton {
2 text-decoration:none;
3 color:#345437; /* green colour */
4 font-weight: bold;
5}
6
7td.gsbutton {
8 background-image: url(../images/greenbar.gif);
9 height: 20;
10 text-align: center;
11}
12
13td.gsbuttonoff {
14 background-image: url(../images/greenbar.gif);
15 height: 20;
16 text-align: center;
17 color:black;
18 font-weight: bold;
19}
20
21a.navbar, a:visited.navbar {
22 text-decoration: none;
23 font-size: larger;
24 color:#345437;
25}
26
27td.navbar {
28 background-image: url(../images/greenbar.gif);
29 height: 20;
30 text-align: center;
31 font-weight:bold;
32}
33
34td.navbaroff {
35 background-image: url(../images/greenbar.gif);
36 height: 20;
37 text-align: center;
38 font-weight:bold;
39 color:black ;
40 font-size: larger;
41}
42
43body {
44 background-color: #ffffff;
45 background-image: url(../images/chalk.gif);
46 color:#000000
47}
48
49a {
50 color: #006666;
51}
52
53a:visited {
54 color: #666633
55}
56
57a:hover {
58 color: #cc9900 /* bright yellow */
59}
Note: See TracBrowser for help on using the repository browser.