Skip to content
Snippets Groups Projects
Commit a57bd6bc authored by Kevin Abel's avatar Kevin Abel
Browse files

Adjust home page styles to use 4.0 bands and buttons.

parent 45db91dc
Branches
No related tags found
No related merge requests found
@CHARSET "UTF-8"; @CHARSET "UTF-8";
#homepage { #homepage.wdn-band {
background-image:url(images/main.jpg); background-image:url(images/main.jpg);
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:center; background-position:center;
background-size:100%; background-size:cover;
width:100%; text-align:center;
height:480px; margin-bottom: 0;
} }
#homepage h1 { #homepage h1 {
padding-top:1em;
text-align:center;
color:#FFF; color:#FFF;
font-size:3.0em;
margin:0; margin:0;
} }
#homepage ul { #homepage ul {
text-align:center; padding:0;
margin-top:10px;s
} }
#homepage ul li { #homepage ul li {
display:block; display:block;
margin:30px; margin:30px;
} }
#homepage ul li a {
background-color:#cc0000;
padding: 10px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#FFF;
font-size:150%;
}
#homepage ul li a:hover {
color:#FFF;
font-size:150%;
text-decoration:underline;
}
#homepage ul li a:active, #homepage ul li a:focus, #homepage ul li a:visited {
color:#FFF;
}
@media (min-width: 700px) {
display:inline;
margin:18px;
}
<div id="homepage" class="wdn-band"> <div id="homepage" class="wdn-band">
<h1>Welcome to the 2013-2014 Bulletins</h1> <div class="wdn-inner-wrapper">
<h1>Welcome to the 2014-2015 Bulletins</h1>
<ul> <ul>
<li><a href="http://bulletin.unl.edu/undergraduate/" title="Go to the Undergraduate Bulletin homepage">Undergraduate Bulletin</a></li> <li><a class="wdn-button wdn-button-brand" href="http://bulletin.unl.edu/undergraduate/">Undergraduate Bulletin</a></li>
<li><a href="http://www.unl.edu/gradstudies/bulletin" title="Go to the Graduate Bulletin homepage">Graduate Bulletin</a></li> <li><a class="wdn-button wdn-button-brand" href="http://www.unl.edu/gradstudies/bulletin">Graduate Bulletin</a></li>
<li><a href="courses/" title="Go to the listing of latest course information">Courses</a></li> <li><a class="wdn-button wdn-button-brand" href="courses/">Courses</a></li>
</ul> </ul>
</div> </div>
</div>
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment