User:Ennen/vector.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
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;
}