Adding absent link color

This commit is contained in:
Eston Bond
2010-12-13 14:34:44 -08:00
parent 87be3ff414
commit 8b032f03f2
@@ -24,6 +24,16 @@
text-decoration: none;
}
/*
Link classes available:
.absent - for internal links that do not yet exist
.internal - for internal links (links that link to other wiki pages)
.present - for internal links that exist (normal color)
*/
#template a.absent {
color: #d00 !important;
}
#template a:hover, #template a:visited {
text-decoration: underline;
}