MediaWiki:Gadget-ReverseIP.css: Difference between revisions

From AnOtherWiki, the free encyclopedia written by, for, and about the Otherkin community.
(Replaced content with " a.reverseipeditlink { color: red; } a:visited.reverseipeditlink { color: red; }")
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
a.reverseipeditlink:link {


a.reverseipeditlink {
color: red;
color: red;
}
}
a:visited.reverseipeditlink {
a.reverseipeditlink:visited {
color: red;
color: black;
text-decoration:line-through !important;

}
}

Latest revision as of 07:28, 22 January 2013

a.reverseipeditlink:link {
color: red;
}
a.reverseipeditlink:visited {
   color: black;
   
text-decoration:line-through !important;

}