You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
258 lines
3.8 KiB
258 lines
3.8 KiB
*
|
|
{
|
|
font-family: "Segoe UI" , "Open Sans" , "Segoe UI Light" , sans-serif;
|
|
}
|
|
|
|
body
|
|
{
|
|
background: #191919 url(images/background.jpg) no-repeat right top;
|
|
font-size: 13px;
|
|
color: #3C3C3C;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
#centered
|
|
{
|
|
margin-right: auto;
|
|
width: 85%;
|
|
margin-left: auto;
|
|
min-width: 850px;
|
|
max-width: 1400px;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
{
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
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;
|
|
}
|
|
|
|
/* Page */
|
|
|
|
#page
|
|
{
|
|
background-color: White;
|
|
padding: 10px 20px 100px 20px;
|
|
min-height: 300px;
|
|
}
|
|
|
|
|
|
|
|
/** LOGO */
|
|
|
|
#logo
|
|
{
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
font-weight: 100;
|
|
height: 135px;
|
|
background: url(images/logo.png) no-repeat left top;
|
|
background-color: #065EFE;
|
|
font-size: 110px;
|
|
color: white; /**color: rgb(40, 40, 40);**/
|
|
text-transform: lowercase;
|
|
letter-spacing: -1px;
|
|
line-height: 110px;
|
|
padding-left: 140px;
|
|
}
|
|
|
|
.stackframe
|
|
{
|
|
font-family: Consolas, Monospace;
|
|
}
|
|
|
|
|
|
/* Footer */
|
|
#footer
|
|
{
|
|
margin-top: 5px;
|
|
margin-bottom: 30px;
|
|
padding: 1px 1px 1px 1px;
|
|
color: #065EFE;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
|
|
.sub-field
|
|
{
|
|
width: 70%;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.config-value
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
.config-checkbox
|
|
{
|
|
margin-right: 135px;
|
|
}
|
|
|
|
|
|
input[type=text], input[type=date], select
|
|
{
|
|
font-size: small;
|
|
padding: 2px 2px;
|
|
border: solid 1px #aacfe4;
|
|
width: 200px;
|
|
margin: 2px 0 10px 0px;
|
|
height: 20px;
|
|
}
|
|
|
|
select
|
|
{
|
|
height: 26px;
|
|
min-width: 50px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
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*
|
|
button span, input[type="button"] span, input[type="submit"] span, input[type="reset"] span
|
|
{
|
|
margin-top: -3px;
|
|
}*/
|
|
|
|
.listButton
|
|
{
|
|
padding: 2px 10px 2px 10px;
|
|
vertical-align: middle;
|
|
margin: 0px;
|
|
}
|
|
|
|
.hiddenResult
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
/* Add Series */
|
|
|
|
.tvDbSearchResults
|
|
{
|
|
width: 400px;
|
|
}
|
|
|
|
.rootDirectories
|
|
{
|
|
width: 400px;
|
|
}
|
|
|
|
.edit-group
|
|
{
|
|
width: 435px;
|
|
display: block;
|
|
height: 25px;
|
|
}
|
|
|
|
.dialog
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.qualitySelector
|
|
{
|
|
min-width: 60px;
|
|
width: auto;
|
|
}
|
|
|
|
.delete-root {
|
|
color: red;
|
|
}
|
|
|
|
.delete-root:before {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.delete-root:hover {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
/* Local Series Search */
|
|
#localSeriesLookup
|
|
{
|
|
width: 220px;
|
|
float: right;
|
|
margin-top: 7px;
|
|
margin-bottom: 0px;
|
|
border: 0px;
|
|
background: rgb(75, 75, 75);
|
|
color: rgb(169, 169, 169);
|
|
padding: 4px;
|
|
}
|
|
|
|
.ui-dialog-buttonset .ui-delete-button
|
|
{
|
|
background: url("jQueryUI/images/ui-bg_flat_30_b40404_40x100.png") repeat-x scroll 50% 50% #B40404;
|
|
border: 1px solid #FFFFFF;
|
|
color: #FFFFFF;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ui-dialog-buttonset .ui-delete-button:active
|
|
{
|
|
background: url("jQueryUI/images/ui-bg_flat_30_616161_40x100.png") repeat-x scroll 50% 50% #616161;
|
|
border: 1px solid #FFFFFF;
|
|
color: #FFFFFF;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#footer a
|
|
{
|
|
font-family: "Segoe UI" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
font-size: 16px;
|
|
text-decoration: none;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
#footer a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.series-delete-files {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
|
|
/* Font-Awesome */
|
|
i[class*="icon-"]:not(.gridAction):hover {
|
|
cursor: default;
|
|
} |