1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00
Radarr/NzbDrone.Web/Content/style.css
Mark McDowall 84f0dfed4e Removed un-needed WebClient from XbmcProvider.
BackLog Provider created.
QueueIfWanted moved to new class (RssItemProcessingProvider) to cutdown on repeating code (between RssSyncProvider and BacklogProvider)
Style.css now sets width for rootDirectories class (when adding a new show).
2011-03-18 08:39:19 -07:00

249 lines
2.9 KiB
CSS

h1, h2, h3
{
margin: 0;
color: #000000;
}
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
{
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
{
}
a
{
color: #065EFE;
}
a:hover
{
text-decoration: none;
}
a img
{
border: none;
}
hr
{
display: none;
}
/* Menu */
#menu
{
height: 60px;
}
#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;
}
/* Page */
#page
{
margin: 0 auto 10px;
overflow: hidden;
background-color: White;
padding: 10px 20px 20px 20px;
}
#centered
{
margin-right: auto;
width: 910px;
margin-left: auto;
}
/** LOGO */
#logo
{
font-family: Segoe UI Light, Tahoma, Geneva, sans-serif;
height: 135px;
background: url(images/img03.jpg) no-repeat left top;
font-size: 90px;
color: #FFFFFF;
text-transform: lowercase;
letter-spacing: -1px;
line-height: normal;
padding-left: 120px;
}
.stackframe
{
font-family: Consolas, Monospace;
}
/*fix telerik grid missing border*/
.t-grid .t-last
{
border-bottom: 1px solid #EEEEEE;
border-color: #EEEEEE;
}
/* Footer */
.timer
{
text-align: center;
color: #065EFE;
}
#footer
{
padding: 1px, 1px, 1px, 1px;
text-align: center;
}
/* Config Pages */
.config-section
{
width: 550px;
display: block;
padding-bottom: 25px;
}
.config-group
{
width:300px;
display: block;
float: left;
}
.config-title
{
font-weight: bold;
padding-right: 15px;
float: left;
}
.config-value
{
float: right;
}
.config-validation
{
color: Red;
float: right;
}
.sub-field
{
width: 70%;
margin-top: 10px;
margin-bottom: 10px;
}
input[type="text"]
{
border: 1px solid #006;
background: #CBE8FF;
}
input[type="text"]:hover
{
border: 1px solid #065EFE;
background: #C0D6FF;
}
#save_button
{
border: 1px solid #006;
background: #ccf;
}
#save_button:hover
{
border: 1px solid #f00;
background: #eef;
}
/* Add Series */
.tvDbSearchResults
{
width: 400px;
}
.rootDirectories
{
width: 400px;
}