NIHVIVO-1716: Made index page theme agnostic
This commit is contained in:
parent
219232ba3c
commit
699495a099
1 changed files with 26 additions and 0 deletions
|
@ -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 --------------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue