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/_corporate/all.css
99 99
a {
100 100
	text-decoration: none;
101 101
}
102
a:link {
103
	color: #0000CC;
104
}
105

  
106
a:visited {
107
	color: #0000CC;
108
}
109

  
110
a:active {
111
	color: #0000CC;
112
}
113

  
114
a:hover {
115
	color: #0000CC;
116
}
117

  
102 118
form input {
103 119
	font-size: 1.1em;
104 120
}
usr/local/www/themes/code-red/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
}
usr/local/www/themes/metallic/all.css
142 142
a {
143 143
	text-decoration: none;
144 144
}
145

  
146
a:link {
147
	color: #0000CC;
148
}
149

  
150
a:visited {
151
	color: #0000CC;
152
}
153

  
154
a:active {
155
	color: #0000CC;
156
}
157

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

  
145 162
form input {
146 163
	font-size: 1.1em;
147 164
}
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
}
usr/local/www/themes/pfsense-dropdown/all.css
76 76
a {
77 77
	text-decoration: none;
78 78
}
79

  
80
a:link {
81
	color: #0000CC;
82
}
83

  
84
a:visited {
85
	color: #0000CC;
86
}
87

  
88
a:active {
89
	color: #0000CC;
90
}
91

  
92
a:hover {
93
	color: #0000CC;
94
}
95

  
79 96
form input {
80 97
	font-size: 1.1em;
81 98
}
usr/local/www/themes/pfsense/all.css
75 75
a {
76 76
	text-decoration: none;
77 77
}
78

  
79
a:link {
80
	color: #0000CC;
81
}
82

  
83
a:visited {
84
	color: #0000CC;
85
}
86

  
87
a:active {
88
	color: #0000CC;
89
}
90

  
91
a:hover {
92
	color: #0000CC;
93
}
94

  
78 95
form input {
79 96
	font-size: 1.1em;
80 97
}

Also available in: Unified diff