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

Last change on this file since 8557 was 8557, checked in by nzdl, 19 years ago

without the a.gsbutton:hover and a.navbar:hover specific rules, after a link has been visited, then the colour no longer changes. why, I don't know.

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