Skip to content
Snippets Groups Projects
Commit 4520300c authored by Seth Meranda's avatar Seth Meranda
Browse files

Added a link to the featured huskers in the top panel and created styles to go...

Added a link to the featured huskers in the top panel and created styles to go with it. Also added cursor:pointer to the divs on hover.

Need to update the href when available.
parent c224d62b
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="splash_headline"> <div class="splash_headline">
<h4>Huskers Around the World</h4> <h4>Huskers Around the World</h4>
<p> <p>
UNL community members are doing fantastic work around the world. Featured Huskers: UNL community members are doing fantastic work around the world. <a href="#">Featured Huskers</a>:
</p> </p>
<!-- row 1 --> <!-- row 1 -->
......
...@@ -63,6 +63,18 @@ ...@@ -63,6 +63,18 @@
color:#666; color:#666;
padding:12px 24px; padding:12px 24px;
} }
#headlines div.splash_headline a, #headlines div.splash_headline a {
text-decoration:none;
color:#cc0000!important;
}
#headlines>div.activepanel a, #headlines>div:hover a, #headlines>div.activepanel a:focus, #headlines>div:hover a:focus {
text-decoration:underline;
color:#fff!important;
}
#headlines div.splash_headline a:hover {
text-decoration:none;
color:#fff!important;
}
/* original code for three equal panels on the right side /* original code for three equal panels on the right side
#headline1 div.splash_headline { #headline1 div.splash_headline {
border:0 !important; border:0 !important;
...@@ -90,7 +102,9 @@ end three equal panels */ ...@@ -90,7 +102,9 @@ end three equal panels */
#headlines>div.activepanel h4, #headlines>div:hover h4{ #headlines>div.activepanel h4, #headlines>div:hover h4{
color:#fff; color:#fff;
} }
#headlines>div:hover {
cursor:pointer;
}
#posters { #posters {
position:relative; position:relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment