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