Radarr/NzbDrone.Web/Content/style.css

284 lines
3.2 KiB
CSS

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body
{
padding: 0;
background: #191919 url(images/img07.jpg) no-repeat right top;
font-family: Segoe UI, Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #3C3C3C;
background-attachment: fixed;
}
h1, h2, h3
{
margin: 0;
color: #549900;
font-family: Segoe UI Light,Tahoma, Geneva, sans-serif;
text-transform: lowercase;
}
h1
{
font-size: 52px;
}
h2
{
font-size: 26px;
}
h3
{
font-size: 18px;
}
p, ul, ol
{
margin-top: 0;
line-height: 240%;
text-align: justify;
}
ul, ol
{
}
blockquote
{
}
a
{
color: #065EFE;
}
a:hover
{
text-decoration: none;
}
a img
{
border: none;
}
img.left
{
float: left;
margin: 7px 30px 0 0;
}
img.right
{
float: right;
margin: 7px 0 0 30px;
}
hr
{
display: none;
}
.list1
{
}
.list1 li
{
float: left;
line-height: normal;
}
.list1 li img
{
margin: 0 30px 30px 0;
}
.list1 li.alt img
{
margin-right: 0;
}
#wrapper
{
}
/* Header */
#header
{
width: 950px;
height: 70px;
margin: 0px auto;
}
/* Menu */
#menu
{
}
#menu ul
{
margin: 0;
padding: 8px 0px 0px 0px;
list-style: none;
line-height: normal;
}
#menu li
{
display: block;
float: left;
}
#menu a
{
display: block;
float: left;
height: 28px;
padding: 7px 30px 0px 35px;
letter-spacing: -1px;
text-decoration: none;
text-align: center;
text-transform: lowercase;
font-size: 17px;
font-weight: normal;
vertical-align: middle;
}
#menu a:hover
{
text-decoration: none;
}
#menu li.current_page_item
{
background: url(images/img01.jpg) no-repeat left top;
}
#menu li.current_page_item a
{
background: url(images/img02.jpg) no-repeat right top;
color: #FFFFFF;
}
#menu .first
{
}
/* Page */
#page
{
margin: 0 auto 60px;
overflow: hidden;
background-color: White;
padding: 10px 20px 20px 20px;
width: 910px;
}
/** LOGO */
#logo
{
width: 950px;
height: 135px;
margin: 0 auto;
background: url(images/img03.jpg) no-repeat left top;
}
#logo h1, #logo p
{
margin: 0px;
line-height: normal;
text-transform: lowercase;
font-weight: lighter;
color: #FFFFFF;
}
#logo p
{
margin-top: -4px;
padding: 0px 0px 0px 120px;
text-transform: lowercase;
font-size: 13px;
color: #3E81FB;
}
#logo h1
{
padding: 0px 0px 0px 120px;
letter-spacing: -1px;
font-size: 90px;
}
#logo h1 a
{
text-decoration: none;
color: #FFFFFF;
}
#logo a
{
text-decoration: none;
color: #3E81FB;
}
#banner
{
padding-bottom: 20px;
}
/* Content */
#content
{
background: #FFFFFF no-repeat;
float: left;
width: 100%;
padding: 0px 30px 20px 30px;
}
/* Footer */
#footer
{
width: 920px;
height: 100px;
margin: 0 auto;
padding: 0;
}
#footer p
{
margin: 0;
padding: 30px 0px 0px 0px;
text-align: center;
line-height: normal;
font-size: 11px;
}
#footer a
{
}
.stackframe
{
font-family: Consolas, Monospace;
}
/*fix telerik grid missing boarder*/
.t-grid .t-last
{
border-bottom: 1px solid #EEEEEE;
border-color: #EEEEEE;
}