Project

General

Profile

« Previous | Next » 

Revision 490810ed

Added by Colin Fleming over 10 years ago

Remove "link", "vlink" and "alink" from BODY tag

This is a positional change to remove "link", "vlink" and "alink" from
the BODY tag, the following themes do not have Anchor tags defined in
CSS, so they use the colours defined in the BODY tag, which is blue
(hex: #0000CC).

_corporate
code-red
metallic
nervecenter
pfsense
pfsense-dropdown

Update "all.css" in the above themes with Anchor tags defined, so that
the colour definition can be removed from the BODY tag.

View differences:

usr/local/www/themes/nervecenter/all.css
154 154
a {
155 155
	text-decoration: none;
156 156
}
157

  
158
a:link {
159
	color: #0000CC;
160
}
161

  
162
a:visited {
163
	color: #0000CC;
164
}
165

  
166
a:active {
167
	color: #0000CC;
168
}
169

  
170
a:hover {
171
	color: #0000CC;
172
}
173

  
157 174
form input {
158 175
	font-size: 1.1em;
159 176
}

Also available in: Unified diff