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 4: Line 4:
#content a {
#content a {
color: #6e7fd2;
color: #6e7fd2;
display: inline-block;
height: 1.2em;
border-bottom: 1px solid #cedfff;
border-bottom: 1px solid #cedfff;
}
}

Revision as of 01:07, 12 September 2012

#content p {
  text-align: justify;
}
#content a {
  color: #6e7fd2;
  display: inline-block;
  height: 1.2em;
  border-bottom: 1px solid #cedfff;
}
#content .new {
  color: #d27f6e;
}
#content .new:visited {
  color: #553535;
}
#content a:hover {
  text-decoration: none;
  color: #3e4fa2;
}
#content a:visited {
  color: #353555;
}
#content a:visited:hover {
  color: #3e4fa2;
}