NIHVIVO-2311: Styled Browse by section in homepage
This commit is contained in:
parent
010ffda62c
commit
5b8b7b2c5d
2 changed files with 37 additions and 12 deletions
|
@ -504,7 +504,6 @@ ul#main-nav {
|
||||||
#main-nav li a.selected {
|
#main-nav li a.selected {
|
||||||
color: #002b44;
|
color: #002b44;
|
||||||
background: url(../images/rollover-nav.gif) left bottom repeat-x;
|
background: url(../images/rollover-nav.gif) left bottom repeat-x;
|
||||||
margin-left: 18px;
|
|
||||||
}
|
}
|
||||||
/* WRAPPER CONTENT------> */
|
/* WRAPPER CONTENT------> */
|
||||||
#wrapper-content {
|
#wrapper-content {
|
||||||
|
@ -560,7 +559,7 @@ body.login #login {
|
||||||
}
|
}
|
||||||
#login h2 {
|
#login h2 {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #47B6D0;
|
color: #006279;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-top: 18px;
|
padding-top: 18px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -686,21 +685,43 @@ p.password-note {
|
||||||
height:34px;
|
height:34px;
|
||||||
}
|
}
|
||||||
/* BROWSE ------> */
|
/* BROWSE ------> */
|
||||||
|
#browse {
|
||||||
|
background-color: #f7f5f0;
|
||||||
|
border-color: #dde5e4;
|
||||||
|
}
|
||||||
|
#browse h4 {
|
||||||
|
background-color: transparent;
|
||||||
|
color: #006279;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 20px;
|
||||||
|
padding-left: 37px;
|
||||||
|
width: 13%;
|
||||||
|
}
|
||||||
|
ul#browse-classgroups {
|
||||||
|
background-color: #e0ded9;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
ul#browse-classgroups li {
|
||||||
|
border-bottom: 1px solid #bbbbb9;
|
||||||
|
}
|
||||||
ul#browse-classgroups a:hover {
|
ul#browse-classgroups a:hover {
|
||||||
background: url(../images/arrow.gif) 0 10px no-repeat;
|
background-image: none;
|
||||||
color: #2ea0cf;
|
color: #fff;
|
||||||
|
background-color: #7c7a77;
|
||||||
}
|
}
|
||||||
ul#browse-classgroups a.selected {
|
ul#browse-classgroups a.selected {
|
||||||
color: #2ea0cf;
|
color: #fff;
|
||||||
background: url(../images/arrow.gif) 0 10px no-repeat;
|
background-image: none;
|
||||||
|
background-color: #7c7a77;
|
||||||
}
|
}
|
||||||
ul#classes-in-classgroup a:hover {
|
ul#classes-in-classgroup a:hover {
|
||||||
background: url(../images/arrow.gif) 0 10px no-repeat;
|
background-image: none;
|
||||||
color: #2ea0cf;
|
color: #fff;
|
||||||
|
background-color: #7c7a77;
|
||||||
}
|
}
|
||||||
ul#classes-in-classgroup a.selected {
|
ul#classes-in-classgroup a.selected {
|
||||||
color: #2ea0cf;
|
color: #fff;
|
||||||
background: url(../images/arrow.gif) 0 10px no-repeat;
|
background-image: none;
|
||||||
}
|
}
|
||||||
#visual-graph h5 {
|
#visual-graph h5 {
|
||||||
color: #47B6D0;
|
color: #47B6D0;
|
||||||
|
@ -718,6 +739,10 @@ p.view-all {
|
||||||
a.view-all-style {
|
a.view-all-style {
|
||||||
color: #303e4e
|
color: #303e4e
|
||||||
}
|
}
|
||||||
|
ul#browse-classgroups a.selected span.count-classes,
|
||||||
|
ul#browse-classgroups a:hover span.count-classes {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
/* FOOTER------> */
|
/* FOOTER------> */
|
||||||
footer {
|
footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -1160,7 +1185,7 @@ ul#individual-tools li a {
|
||||||
color: #5f6464;
|
color: #5f6464;
|
||||||
}
|
}
|
||||||
ul.individual-urls {
|
ul.individual-urls {
|
||||||
list-style: url(../../../images/individual/arrow-grey.gif);
|
list-style: url(../images/bullet.gif);
|
||||||
}
|
}
|
||||||
ul#individual-email,
|
ul#individual-email,
|
||||||
ul#individual-phone {
|
ul#individual-phone {
|
||||||
|
@ -1192,7 +1217,7 @@ ul.individual-urls-people li a {
|
||||||
}
|
}
|
||||||
#individual-info h1.fn {
|
#individual-info h1.fn {
|
||||||
font-size: 1.375em;
|
font-size: 1.375em;
|
||||||
color: #47B6D0;
|
color: #006279;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
h1.fn .preferred-title {
|
h1.fn .preferred-title {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 377 B |
Loading…
Add table
Add a link
Reference in a new issue