2011-07-27 15:59:48 -07:00
|
|
|
*
|
2011-02-02 18:49:52 -08:00
|
|
|
{
|
2011-07-27 15:59:48 -07:00
|
|
|
font-family: "Segoe UI" , "Segoe UI Light" , Tahoma, Geneva, sans-serif;
|
2011-02-02 18:49:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
body
|
|
|
|
{
|
|
|
|
background: #191919 url(images/img07.jpg) no-repeat right top;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #3C3C3C;
|
|
|
|
background-attachment: fixed;
|
|
|
|
}
|
|
|
|
|
2011-11-25 17:34:38 -08:00
|
|
|
#centered
|
|
|
|
{
|
2011-11-26 10:27:44 -08:00
|
|
|
margin-right: auto;
|
|
|
|
width: 85%;
|
|
|
|
margin-left: auto;
|
|
|
|
min-width: 800px;
|
|
|
|
max-width: 1400px;
|
2011-11-25 17:34:38 -08:00
|
|
|
}
|
|
|
|
|
2011-07-27 15:59:48 -07:00
|
|
|
h1, h2, h3, h4, h5, h6
|
|
|
|
{
|
|
|
|
font-family: "Segoe UI Light" , "Segoe UI" , Tahoma, Geneva, sans-serif;
|
|
|
|
color: #3C3C3C;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-04-03 18:31:27 -07:00
|
|
|
fieldset
|
|
|
|
{
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #065EFE;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
2011-02-02 18:49:52 -08:00
|
|
|
a
|
|
|
|
{
|
|
|
|
color: #065EFE;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover
|
|
|
|
{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
2011-11-25 17:34:38 -08:00
|
|
|
#menu
|
|
|
|
{
|
|
|
|
height: 60px;
|
|
|
|
}
|
2011-02-02 18:49:52 -08:00
|
|
|
|
|
|
|
#menu ul
|
|
|
|
{
|
2011-11-25 17:34:38 -08:00
|
|
|
margin: 0;
|
|
|
|
padding: 8px 0px 0px 0px;
|
2011-02-02 18:49:52 -08:00
|
|
|
list-style: none;
|
2011-11-25 17:34:38 -08:00
|
|
|
line-height: normal;
|
2011-02-02 18:49:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu li
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu a
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2011-11-25 17:34:38 -08:00
|
|
|
height: 28px;
|
|
|
|
padding: 7px 30px 0px 35px;
|
2011-02-02 18:49:52 -08:00
|
|
|
letter-spacing: -1px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: lowercase;
|
|
|
|
font-size: 17px;
|
2011-11-25 17:34:38 -08:00
|
|
|
font-weight: normal;
|
2011-02-02 18:49:52 -08:00
|
|
|
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
|
|
|
|
{
|
|
|
|
background-color: White;
|
|
|
|
padding: 10px 20px 20px 20px;
|
2011-03-30 00:37:10 -07:00
|
|
|
min-height: 300px;
|
2011-02-02 18:49:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** LOGO */
|
|
|
|
|
|
|
|
#logo
|
|
|
|
{
|
2011-04-03 18:31:27 -07:00
|
|
|
font-family: "Segoe UI Light" , "Segoe UI" , Tahoma, Geneva, sans-serif;
|
|
|
|
font-weight: 100;
|
2011-02-02 18:49:52 -08:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2011-04-03 18:31:27 -07:00
|
|
|
|
2011-02-02 18:49:52 -08:00
|
|
|
/* Footer */
|
2011-11-25 18:06:40 -08:00
|
|
|
#footer
|
2011-02-02 18:49:52 -08:00
|
|
|
{
|
2011-11-25 23:53:16 -08:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 30px;
|
2011-11-08 09:48:34 -08:00
|
|
|
padding: 1px 1px 1px 1px;
|
2011-03-30 00:37:10 -07:00
|
|
|
color: #065EFE;
|
2011-02-02 18:49:52 -08:00
|
|
|
text-align: center;
|
2011-11-25 23:53:16 -08:00
|
|
|
text-decoration: none;
|
2011-02-02 18:49:52 -08:00
|
|
|
}
|
|
|
|
|
2011-04-26 22:09:24 -07:00
|
|
|
|
2011-02-10 23:48:40 -08:00
|
|
|
|
2011-02-02 18:49:52 -08:00
|
|
|
.sub-field
|
|
|
|
{
|
2011-03-30 00:37:10 -07:00
|
|
|
width: 70%;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2011-02-02 18:49:52 -08:00
|
|
|
}
|
|
|
|
|
2011-04-26 22:09:24 -07:00
|
|
|
.config-value
|
|
|
|
{
|
|
|
|
float: right;
|
|
|
|
}
|
2011-02-02 18:49:52 -08:00
|
|
|
|
2011-04-26 22:09:24 -07:00
|
|
|
.config-checkbox
|
|
|
|
{
|
|
|
|
margin-right: 135px;
|
|
|
|
}
|
2011-02-02 18:49:52 -08:00
|
|
|
|
2011-04-03 18:31:27 -07:00
|
|
|
button, input[type="button"], input[type="submit"], input[type="reset"]
|
2011-03-30 00:37:10 -07:00
|
|
|
{
|
|
|
|
color: white;
|
|
|
|
background-color: #065EFE;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #065EFE;
|
|
|
|
}
|
|
|
|
|
2011-05-31 13:50:19 -07:00
|
|
|
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active
|
|
|
|
{
|
|
|
|
border-color: #0C48B6;
|
|
|
|
}
|
|
|
|
|
2011-07-01 13:59:25 -07:00
|
|
|
input[type=text], select
|
2011-07-01 00:23:07 -07:00
|
|
|
{
|
2011-07-27 15:59:48 -07:00
|
|
|
font-size: small;
|
|
|
|
padding: 2px 2px;
|
2011-07-01 00:23:07 -07:00
|
|
|
border: solid 1px #aacfe4;
|
|
|
|
width: 200px;
|
2011-07-27 15:59:48 -07:00
|
|
|
margin: 2px 0 10px 0px;
|
2011-07-01 00:23:07 -07:00
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
2011-07-27 15:59:48 -07:00
|
|
|
|
|
|
|
select, button, input[type="button"], input[type="submit"], input[type="reset"]
|
2011-07-01 00:23:07 -07:00
|
|
|
{
|
2011-07-27 15:59:48 -07:00
|
|
|
height: 26px;
|
|
|
|
min-width: 50px;
|
|
|
|
margin-left: 10px;
|
2011-07-01 00:23:07 -07:00
|
|
|
}
|
|
|
|
|
2011-03-31 23:36:34 -07:00
|
|
|
.listButton
|
|
|
|
{
|
2011-04-03 18:31:27 -07:00
|
|
|
padding: 2px 10px 2px 10px;
|
|
|
|
vertical-align: middle;
|
2011-03-31 23:36:34 -07:00
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2011-05-12 21:46:26 -07:00
|
|
|
.hiddenResult
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-03-17 00:40:23 -07:00
|
|
|
/* Add Series */
|
|
|
|
|
|
|
|
.tvDbSearchResults
|
2011-03-18 08:39:19 -07:00
|
|
|
{
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rootDirectories
|
2011-03-17 00:40:23 -07:00
|
|
|
{
|
|
|
|
width: 400px;
|
2011-03-30 00:37:10 -07:00
|
|
|
}
|
2011-04-20 23:18:28 -07:00
|
|
|
|
2011-05-09 23:32:33 -07:00
|
|
|
.edit-group
|
|
|
|
{
|
|
|
|
width: 435px;
|
|
|
|
display: block;
|
|
|
|
height: 25px;
|
2011-05-18 20:37:26 -07:00
|
|
|
}
|
2011-07-05 22:38:34 -07:00
|
|
|
|
|
|
|
|
|
|
|
.dialog
|
|
|
|
{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2011-07-27 15:59:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.qualitySelector
|
|
|
|
{
|
|
|
|
min-width: 60px;
|
|
|
|
width: auto;
|
2011-10-19 08:16:34 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#quickAdd
|
|
|
|
{
|
|
|
|
position: fixed;
|
|
|
|
top: 30px;
|
|
|
|
right: 15px;
|
2011-11-08 09:48:34 -08:00
|
|
|
}
|
2011-11-26 10:27:44 -08:00
|
|
|
|
|
|
|
|
|
|
|
#localSeriesLookup
|
|
|
|
{
|
|
|
|
width: 220px;
|
|
|
|
float: right;
|
|
|
|
margin-top: 7px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
border: 0px;
|
|
|
|
background: rgb(68, 67, 67);
|
|
|
|
color: rgb(169, 169, 169);
|
|
|
|
padding: 4px;
|
|
|
|
}
|