Updated page footer, submenu indicator.

This commit is contained in:
kay.one 2012-03-01 17:29:33 -08:00
parent 969c36912d
commit ac568ef47b
3 changed files with 65 additions and 58 deletions

View File

@ -1,4 +1,51 @@
.sub-menu #menu
{
height: 60px;
}
#menu ul
{
margin: 0;
padding: 5px 0px 5px 0px;
list-style: none;
line-height: normal;
}
#menu li
{
display: block;
float: left;
padding: 5px 15px 2px 10px;
}
#menu a
{
display: block;
float: left;
height: 26px;
padding: 0px 5px 7px 5px;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-size: 21px;
font-weight: normal;
vertical-align: middle;
font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif;
}
#menu a:hover
{
text-decoration: none;
}
#menu li.current_page_item a
{
border-bottom: 2px solid;
border-color: #065EFE;
}
.sub-menu
{ {
padding-left: 5px; padding-left: 5px;
margin-top: 0px; margin-top: 0px;
@ -9,11 +56,13 @@
display: inline; display: inline;
list-style-type: circle; list-style-type: circle;
margin-right: 12px; margin-right: 12px;
padding-left: 2px; padding-left: 4px;
padding-top: 2px; padding-top: 2px;
border-left: 7px solid #F0F5FF; border-left: 5px solid #85aeff;
cursor: pointer;
} }
.sub-menu a .sub-menu a
{ {
text-decoration: none; text-decoration: none;

View File

@ -50,54 +50,6 @@ hr
display: none; display: none;
} }
/* Menu */
#menu
{
height: 60px;
}
#menu ul
{
margin: 0;
padding: 5px 0px 5px 0px;
list-style: none;
line-height: normal;
}
#menu li
{
display: block;
float: left;
padding: 5px 15px 2px 10px;
}
#menu a
{
display: block;
float: left;
height: 26px;
padding: 0px 5px 7px 5px;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-size: 21px;
font-weight: normal;
vertical-align: middle;
font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif;
}
#menu a:hover
{
text-decoration: none;
}
#menu li.current_page_item a
{
border-bottom: 2px solid;
border-color: #065EFE;
}
/* Page */ /* Page */
#page #page
@ -119,8 +71,7 @@ hr
background: url(images/logo.png) no-repeat left top; background: url(images/logo.png) no-repeat left top;
background-color: #065EFE; background-color: #065EFE;
font-size: 110px; font-size: 110px;
color: white; color: white; /**color: rgb(40, 40, 40);**/
/**color: rgb(40, 40, 40);**/
text-transform: lowercase; text-transform: lowercase;
letter-spacing: -1px; letter-spacing: -1px;
line-height: 110px; line-height: 110px;
@ -280,8 +231,15 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
font-weight: normal; font-weight: normal;
} }
#footer a { #footer a
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif; {
font-size: 14px; font-family: "Segoe UI" , "Open Sans" , "Segoe UI" , sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: lighter; font-weight: lighter;
} }
#footer a:hover
{
text-decoration: underline;
}

View File

@ -1,4 +1,4 @@
@using NzbDrone.Web.Models @using NzbDrone.Web.Models
@model FooterModel @model FooterModel
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update") @Html.ActionLink(String.Format("NzbDrone {0} ({1:MMM d, yyyy})", Model.Version, Model.BuildTime), "Index", "Update")