Sonarr/NzbDrone.Web/Content/NzbDrone.css

287 lines
4.2 KiB
CSS
Raw Normal View History

2011-07-27 22:59:48 +00:00
*
{
font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif;
}
body
{
2011-11-27 06:03:16 +00:00
background: #191919 url(images/background.jpg) no-repeat right top;
font-size: 13px;
color: #3C3C3C;
background-attachment: fixed;
}
#centered
{
2011-11-26 18:27:44 +00:00
margin-right: auto;
width: 85%;
margin-left: auto;
2011-12-03 23:22:49 +00:00
min-width: 850px;
2011-11-26 18:27:44 +00:00
max-width: 1400px;
}
2011-07-27 22:59:48 +00:00
h1, h2, h3, h4, h5, h6
{
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
2011-07-27 22:59:48 +00:00
color: #3C3C3C;
font-weight: 300;
}
fieldset
{
border-style: solid;
border-color: #065EFE;
border-width: 1px;
}
a
{
color: #065EFE;
}
a:hover
{
text-decoration: none;
}
hr
{
display: none;
}
/* Menu */
#menu
{
height: 60px;
}
#menu ul
{
margin: 0;
2011-11-27 06:03:16 +00:00
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
{
2011-11-27 06:03:16 +00:00
border-bottom: 2px solid;
border-color: #065EFE;
}
/* Page */
#page
{
background-color: White;
padding: 10px 20px 100px 20px;
2011-03-30 07:37:10 +00:00
min-height: 300px;
}
/** LOGO */
#logo
{
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
font-weight: 100;
height: 135px;
2012-02-26 23:48:48 +00:00
background: url(images/logo.png) no-repeat left top;
2012-02-22 04:43:19 +00:00
background-color: #065EFE;
2012-02-26 23:48:48 +00:00
font-size: 110px;
color: white;
2012-02-27 00:18:37 +00:00
/**color: rgb(40, 40, 40);**/
text-transform: lowercase;
letter-spacing: -1px;
2012-02-26 23:48:48 +00:00
line-height: 110px;
padding-left: 140px;
}
.stackframe
{
font-family: Consolas, Monospace;
}
/* Footer */
2011-11-26 02:06:40 +00:00
#footer
{
2011-11-26 07:53:16 +00:00
margin-top: 5px;
margin-bottom: 30px;
2011-11-08 17:48:34 +00:00
padding: 1px 1px 1px 1px;
2011-03-30 07:37:10 +00:00
color: #065EFE;
text-align: center;
2011-11-26 07:53:16 +00:00
text-decoration: none;
}
.sub-field
{
2011-03-30 07:37:10 +00:00
width: 70%;
margin-top: 10px;
margin-bottom: 10px;
}
.config-value
{
float: right;
}
.config-checkbox
{
margin-right: 135px;
}
2011-07-01 20:59:25 +00:00
input[type=text], select
2011-07-01 07:23:07 +00:00
{
2011-07-27 22:59:48 +00:00
font-size: small;
padding: 2px 2px;
2011-07-01 07:23:07 +00:00
border: solid 1px #aacfe4;
width: 200px;
2011-07-27 22:59:48 +00:00
margin: 2px 0 10px 0px;
2011-07-01 07:23:07 +00:00
height: 20px;
}
select
2011-07-01 07:23:07 +00:00
{
2011-07-27 22:59:48 +00:00
height: 26px;
min-width: 50px;
margin-left: 10px;
2011-07-01 07:23:07 +00:00
}
button, input[type="button"], input[type="submit"], input[type="reset"]
{
margin-left: 10px;
}
/*select, button, input[type="button"], input[type="submit"], input[type="reset"]
{
height: 26px;
min-width: 50px;
margin-left: 10px;
}
/*This allows us to override center the text on the jQuery UI Buttons when we set the height above*
2011-12-05 03:15:02 +00:00
button span, input[type="button"] span, input[type="submit"] span, input[type="reset"] span
{
margin-top: -3px;
}*/
2011-12-05 03:15:02 +00:00
.listButton
{
padding: 2px 10px 2px 10px;
vertical-align: middle;
margin: 0px;
}
.hiddenResult
{
display: none;
}
/* Add Series */
.tvDbSearchResults
{
width: 400px;
}
.rootDirectories
{
width: 400px;
2011-03-30 07:37:10 +00:00
}
.edit-group
{
width: 435px;
display: block;
height: 25px;
2011-05-19 03:37:26 +00:00
}
2011-07-06 05:38:34 +00:00
.dialog
{
margin-left: auto;
margin-right: auto;
2011-07-27 22:59:48 +00:00
}
.qualitySelector
{
min-width: 60px;
width: auto;
}
#quickAdd
{
position: fixed;
top: 30px;
right: 15px;
2011-11-08 17:48:34 +00:00
}
2011-11-26 18:27:44 +00:00
#localSeriesLookup
{
width: 220px;
float: right;
margin-top: 7px;
margin-bottom: 0px;
border: 0px;
2012-02-27 00:18:37 +00:00
background: rgb(75, 75, 75);
2011-11-26 18:27:44 +00:00
color: rgb(169, 169, 169);
padding: 4px;
2012-02-07 06:37:03 +00:00
}
.ui-dialog-buttonset .ui-delete-button
{
2012-02-11 00:48:20 +00:00
background: url("jQueryUI/images/ui-bg_flat_30_b40404_40x100.png") repeat-x scroll 50% 50% #B40404;
2012-02-07 06:37:03 +00:00
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-weight: normal;
}
.ui-dialog-buttonset .ui-delete-button:active
{
2012-02-11 00:48:20 +00:00
background: url("jQueryUI/images/ui-bg_flat_30_616161_40x100.png") repeat-x scroll 50% 50% #616161;
2012-02-07 06:37:03 +00:00
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-weight: normal;
}
2012-03-01 01:04:48 +00:00
#footer a {
font-family: "Segoe UI Light", "Open Sans", "Segoe UI", sans-serif;
font-size: 14px;
font-weight: lighter;
}