D&D.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
Icy.horse (talk | contribs)
m Blanked the page
Tag: Blanking
Elerneron (talk | contribs)
m Reverted edits by Icy.horse (talk) to last revision by Elerneron
Tag: Rollback
 
Line 1: Line 1:
a{
color: goldenrod;
}
a:hover{
color: gold;
}
a:visited{
color: darkgoldenrod;
}
a:visited:hover{
color: goldenrod;
}
a.new{
color: red;
}
a.new:hover{
color: pink;
}
a.new:visited{
color: darkred;
}
a.new:visited:hover{
color: red;
}


/* <noinclude>[[Category:StyleSheets]]</noinclude> */

Latest revision as of 14:08, 26 January 2021

a{ color: goldenrod; } a:hover{ color: gold; } a:visited{ color: darkgoldenrod; } a:visited:hover{ color: goldenrod; } a.new{ color: red; } a.new:hover{ color: pink; } a.new:visited{ color: darkred; } a.new:visited:hover{ color: red; }

/* */