Rev 61 | Rev 83 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 61 | Rev 74 | ||
---|---|---|---|
Line 86... | Line 86... | ||
86 | }
|
86 | }
|
87 | 87 | ||
88 | a:link:hover, |
88 | a:link:hover, |
89 | a:link:focus |
89 | a:link:focus |
90 | {
|
90 | {
|
91 | background-color:#000; |
91 | /* background-color:#000; */
|
92 | color: #f90; |
92 | color: #f90; |
93 | }
|
93 | }
|
94 | 94 | ||
95 | a:link:active { |
95 | a:link:active { |
96 | background-color:#000; |
96 | /* background-color:#000; */
|
97 | color: #fff; |
97 | color: #fff; |
98 | }
|
98 | }
|
99 | 99 | ||
100 | a:link { |
100 | a:link { |
101 | background-color:#000; |
101 | /* background-color:#000; */
|
102 | color:#fc9; |
102 | color: #fc9; |
103 | }
|
103 | }
|
104 | 104 | ||
105 | a:visited:hover, |
105 | a:visited:hover, |
106 | a:visited:focus |
106 | a:visited:focus |
107 | {
|
107 | {
|
108 | background-color:#000; |
108 | /* background-color:#000; */
|
109 | color:#f90; |
109 | color: #f90; |
110 | }
|
110 | }
|
111 | 111 | ||
112 | a:visited:active { |
112 | a:visited:active { |
113 | background-color:black; |
113 | /* background-color: #000; */
|
114 | color:#fff; |
114 | color: #fff; |
115 | }
|
115 | }
|
116 | 116 | ||
117 | a:hover, |
117 | a:hover, |
118 | a:focus, |
118 | a:focus, |
Line 120... | Line 120... | ||
120 | {
|
120 | {
|
121 | text-decoration: underline; |
121 | text-decoration: underline; |
122 | }
|
122 | }
|
123 | 123 | ||
124 | a:visited { |
124 | a:visited { |
125 | background-color:black; |
125 | /* background-color: #000; */
|
126 | color:#c9c; |
126 | color: #c9c; |
127 | }
|
127 | }
|
128 | 128 | ||
129 | h2 {
|
129 | h2 {
|
130 | background-color: #000; |
130 | background-color: #000; |