Jump to content

User:Ennen/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ennen (talk | contribs)
No edit summary
Ennen (talk | contribs)
No edit summary
Line 7: Line 7:
}
}
#content .new {
#content .new {
color: #553535;
}
#content .new:visited {
color: red;
color: red;
}
}

Revision as of 01:01, 12 September 2012

#content p {
  text-align: justify;
}
#content a {
  color: #6e7fd2;
  border-bottom: 1px solid #cedfff;
}
#content .new {
  color: #553535;
}
#content .new:visited {
  color: red;
}
#content a:hover {
  text-decoration: none;
  color: #3e4fa2;
}
#content a:visited {
  color: #353555;
}
#content a:visited:hover {
  color: #3e4fa2;
}