NIHVIVO-1716: Made index page theme agnostic

This commit is contained in:
mb863 2011-01-14 20:27:30 +00:00
parent 219232ba3c
commit 699495a099

View file

@ -776,6 +776,32 @@ p{
a { a {
text-decoration: underline text-decoration: underline
} }
/* -------------------------------------------------> */
/* INDIVIDUAL LIST ---------------------------------> */
/* -------------------------------------------------> */
.pagination li.selectedNavPage{
color: #91b039;
}
.rdfLink {
border-left: 1px solid #a6b1b0;
}
.rdfLink a {
color: #84a655;
}
.individualList ul.individualData li {
border-right: solid 1px #a0a0a0;
}
.individualList ul {
margin-left: 0;
}
.individualList li {
color: #9c9c9c;
}
.individualList li a {
font-weight: normal;
}
/* -------------------------------------------------> */ /* -------------------------------------------------> */
/* MENU PAGES --------------------------------------> */ /* MENU PAGES --------------------------------------> */
/* -------------------------------------------------> */ /* -------------------------------------------------> */