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.
 
 
 
 
 

706 lines
14 KiB

.page.settings {
min-width: 960px;
}
.page.settings:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.page.settings .tabs {
float: left;
width: 14.7%;
font-size: 17px;
text-align: right;
list-style: none;
padding: 35px 0;
margin: 0;
min-height: 470px;
background-image: linear-gradient(
76deg,
rgba(0,0,0,0) 50%,
rgba(0,0,0,0.3) 100%
);
}
.page.settings .tabs a {
display: block;
padding: 7px 15px;
font-weight: normal;
transition: all 0.3s ease-in-out;
color: rgba(255, 255, 255, 0.8);
text-shadow: none;
}
.page.settings .tabs a:hover,
.page.settings .tabs .active a {
background: rgb(78, 89, 105);
color: #fff;
}
.page.settings .tabs > li {
border-bottom: 1px solid rgb(78, 89, 105);
}
.page.settings .tabs .subtabs {
list-style: none;
padding: 0;
margin: -5px 0 10px;
}
.page.settings .tabs .subtabs a {
font-size: 13px;
padding: 0 15px;
font-weight: normal;
transition: all .3s ease-in-out;
color: rgba(255, 255, 255, 0.7);
}
.page.settings .tabs .subtabs .active a {
color: #fff;
background: rgb(78, 89, 105);
}
.page.settings .containers {
width: 84%;
float: left;
padding: 40px 0 40px 2%;
min-height: 300px;
}
.page .advanced {
display: none;
color: #edc07f;
}
.page.show_advanced .advanced { display: block; }
.page.settings .tab_content {
display: none;
}
.page.settings .tab_content.active { display: block; }
.page fieldset {
padding: 10px 0;
}
.page fieldset h2 {
font-weight: normal;
font-size: 25px;
padding: 0 9px 10px 30px;
margin: 0;
border-bottom: 1px solid #333;
box-shadow: 0 1px 0px rgba(255,255,255, 0.15);
}
.page fieldset h2 .hint {
font-size: 12px;
margin-left: 10px;
}
.page fieldset h2 .hint a {
margin: 0 !important;
padding: 0;
}
.page fieldset.disabled .ctrlHolder {
display: none;
}
.page fieldset > .ctrlHolder:first-child {
display: block;
padding: 0;
width: auto;
margin: 0;
position: relative;
margin-bottom: -23px;
border: none;
width: 20px;
}
.page .ctrlHolder {
line-height: 25px;
padding: 10px 10px 10px 30px;
font-size: 14px;
border: 0;
}
.page .ctrlHolder.save_success:not(:first-child) {
background: url('../images/icon.check.png') no-repeat 7px center;
}
.page .ctrlHolder:last-child { border: none; }
.page .ctrlHolder:hover { background-color: rgba(255,255,255,0.05); }
.page .ctrlHolder.focused { background-color: rgba(255,255,255,0.2); }
.page .ctrlHolder.focused:first-child, .page .ctrlHolder:first-child{ background-color: transparent; }
.page .ctrlHolder .formHint {
width: 47%;
margin: -18px 0;
padding: 0;
color: #fff !important;
display: inline-block;
vertical-align: middle;
padding-left: 2%;
line-height: 14px;
}
.page .check {
margin-top: 6px;
}
.page .check + .formHint {
float: none;
width: auto;
display: inline-block;
padding-left: 1% !important;
height: 24px;
vertical-align: middle;
line-height: 24px;
}
.page .ctrlHolder label {
font-weight: bold;
width: 20%;
margin: 0;
padding: 6px 0 0;
}
.page .xsmall { width: 20px !important; text-align: center; }
.page .enabler {
display: block;
}
.page .option_list {
margin-bottom: 20px;
}
.page .option_list .check {
margin-top: 5px;
}
.page .option_list .enabler {
padding: 0;
margin-left: 5px !important;
}
.page .option_list .enabler:not(.disabled) {
margin: 0 0 0 30px;
}
.page .option_list .enabler:not(.disabled) .ctrlHolder:first-child {
margin: 10px 0 -33px 0;
}
.page .option_list h3 {
padding: 0;
margin: 10px 5px 0;
text-align: center;
font-weight: normal;
text-shadow: none;
text-transform: uppercase;
font-size: 12px;
background: rgba(255,255,255,0.03);
}
.page .option_list .enabler.disabled {
display: inline-block;
margin: 3px 3px 3px 20px;
padding: 4px 0;
width: 173px;
vertical-align: top;
}
.page .option_list .enabler.disabled h2 {
border: none;
box-shadow: none;
padding: 0 10px 0 25px;
font-size: 16px;
}
.page .option_list .enabler:not(.disabled) h2 {
font-size: 16px;
font-weight: bold;
border: none;
border-top: 1px solid rgba(255,255,255, 0.15);
box-shadow: 0 -1px 0px #333;
margin: 0;
padding: 10px 0 5px 25px;
}
.page .option_list .enabler:not(.disabled):first-child h2 {
border: none;
box-shadow: none;
}
.page .option_list .enabler.disabled h2 .hint {
display: none;
}
.page .option_list .enabler h2 .hint {
font-weight: normal;
}
.page input[type=text], .page input[type=password] {
padding: 5px 3px;
margin: 0;
width: 30%;
border-radius: 3px;
}
.page .input.xsmall { width: 5% }
.page .input.small { width: 10% }
.page .input.medium { width: 15% }
.page .input.large { width: 25% }
.page .input.xlarge { width: 30% }
.page .advanced_toggle {
clear: both;
display: block;
text-align: right;
height: 20px;
margin: 0 0 -38px;
}
.page .advanced_toggle .check {
margin: 0;
}
.page .advanced_toggle span { padding: 0 5px; }
.page.show_advanced .advanced_toggle {
color: #edc07f;
}
.page form .directory {
display: inline-block;
padding: 0 4% 0 4px;
font-size: 13px;
width: 30%;
overflow: hidden;
vertical-align: top;
position: relative;
}
.page form .directory:after {
content: "\e097";
position: absolute;
right: 7px;
top: 2px;
font-family: 'Elusive-Icons';
color: #f5e39c;
}
.page form .directory > span {
height: 25px;
display: inline-block;
float: right;
text-align: right;
white-space: nowrap;
cursor: pointer;
}
.page form .directory span:empty:before {
content: 'No folder selected';
font-style: italic;
opacity: .3;
}
.page .directory_list {
z-index: 2;
position: absolute;
width: 450px;
margin: 28px 0 20px 18.4%;
background: #5c697b;
box-shadow: 0 20px 40px -20px rgba(0,0,0,0.55);
}
.page .directory_list .pointer {
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid #5c697b;
display: block;
position: absolute;
width: 0px;
margin: -6px 0 0 45%;
}
.page .directory_list ul {
width: 92%;
height: 300px;
overflow: auto;
margin: 0 4%;
font-size: 16px;
}
.page .directory_list li {
padding: 4px 30px 4px 10px;
cursor: pointer;
margin: 0 !important;
border-top: 1px solid rgba(255,255,255,0.1);
background: url('../images/right.arrow.png') no-repeat 98% center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.page .directory_list li:last-child {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.page .directory_list li:hover {
background-color: #515c68;
}
.page .directory_list li.empty {
background: none;
height: 100px;
text-align: center;
font-style: italic;
border: none;
line-height: 100px;
cursor: default;
color: #BBB;
text-shadow: none;
font-size: 12px;
}
.page .directory_list .actions {
clear: both;
padding: 4% 4% 2%;
min-height: 45px;
position: relative;
width: 100%;
text-align: right;
}
.page .directory_list .actions label {
float: right;
width: auto;
padding: 0;
}
.page .directory_list .actions .inlay {
margin: 0 0 0 7px;
}
.page .directory_list .actions .back {
font-weight: bold;
width: 160px;
display: inline-block;
padding: 0;
line-height: 120%;
vertical-align: top;
position: absolute;
text-align: left;
left: 4%;
}
.page .directory_list .actions:last-child {
float: right;
padding: 4%;
}
.page .directory_list .actions:last-child > span {
padding: 0 5px;
text-shadow: none;
}
.page .directory_list .actions:last-child > .clear {
left: 4%;
position: absolute;
background-color: #af3128;
}
.page .directory_list .actions:last-child > .cancel {
font-weight: bold;
color: #ddd;
}
.page .directory_list .actions:last-child > .save {
background: #9dc156;
}
.page .multi_directory.is_empty .delete {
visibility: hidden;
}
.page .multi_directory .delete {
display: none;
}
.page .multi_directory:hover .delete {
display: inline-block;
width: 22px;
height: 24px;
vertical-align: top;
background-position: center;
margin-left: 5px;
}
.page .tag_input select {
width: 20%;
display: inline-block;
}
.page .tag_input .selection {
border-radius: 0 10px 10px 0;
height: 26px;
}
.page .tag_input > input {
display: none;
}
.page .tag_input > ul {
list-style: none;
border-radius: 3px;
cursor: text;
width: 30%;
margin: 0 !important;
min-height: 27px;
line-height: 0;
display: inline-block;
}
.page .tag_input:hover > ul {
border-radius: 3px 0 0 3px;
}
.page .tag_input:hover .formHint { display: none; }
.page .tag_input > ul > li {
display: inline-block;
min-height: 20px;
min-width: 2px;
font-size: 12px;
padding: 0;
margin: 4px 0 0 !important;
border-width: 0;
background: 0;
line-height: 20px;
}
.page .tag_input > ul > li:first-child { min-width: 4px; }
.page .tag_input li.choice {
cursor: -moz-grab;
cursor: -webkit-grab;
cursor: grab;
padding: 0;
border-radius: 2px;
}
.page .tag_input > ul:hover > li.choice {
background: linear-gradient(
180deg,
rgba(255,255,255,0.3) 0%,
rgba(255,255,255,0.1) 100%
);
}
.page .tag_input > ul > li.choice:hover,
.page .tag_input > ul > li.choice.selected {
background: linear-gradient(
180deg,
#5b9bd1 0%,
#406db8 100%
);
}
.page .tag_input .select {
display: none;
}
.page .tag_input:hover .select { display: inline-block; }
.page .tag_input li input {
background: 0;
border: 0;
color: #fff;
outline-width: 0;
padding: 0;
min-width: 2px;
}
.page .tag_input li:first-child input {
padding-left: 2px;
min-width: 0;
}
.page .tag_input li:not(.choice) span {
white-space: pre;
position: absolute;
top: -9999px;
}
.page .tag_input .delete {
display: none;
height: 10px;
width: 16px;
position: absolute;
margin: -9px 0 0 -16px;
border-radius: 30px 30px 0 0;
cursor: pointer;
background: url('../images/icon.delete.png') no-repeat center 2px, linear-gradient(
180deg,
#5b9bd1 0%,
#5b9bd1 100%
);
background-size: 65%;
}
.page .tag_input .choice:hover .delete,
.page .tag_input .choice.selected .delete { display: inline-block; }
.page .tag_input .choice .delete:hover {
height: 14px;
margin-top: -13px;
}
.page .combined_table .head {
margin: 0 0 0 60px;
}
.page .disabled .head { display: none; }
.page .combined_table .head abbr {
display: inline-block;
font-weight: bold;
border-bottom: 1px dotted #fff;
line-height: 140%;
cursor: help;
}
.page .combined_table .head abbr.use, .page .combined_table .head abbr.automation_urls_use {
display: none;
}
.page .combined_table .head abbr.host {
margin-right: 190px;
}
.page .combined_table .head abbr.api_key {
margin-right: 171px;
}
.page .combined_table .head .extra_score,
.page .combined_table .extra_score {
width: 70px;
text-align: center;
display: none;
}
.page.show_advanced .combined_table .head .extra_score,
.page.show_advanced .combined_table .extra_score {
display: inline-block;
}
.page .combined_table .ctrlHolder {
padding-top: 2px;
padding-bottom: 3px;
}
.page .combined_table .ctrlHolder.hide { display: none; }
.page .combined_table .ctrlHolder > * {
margin: 0 10px 0 0;
}
.page .combined_table .ctrlHolder > .check {
margin-top: 6px;
}
.page .combined_table .ctrlHolder .delete {
display: none;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
vertical-align: middle;
color: #fe3d3d;
}
.page .combined_table .ctrlHolder:hover .delete {
display: inline-block;
}
.page .combined_table .ctrlHolder.is_empty .delete, .page.settings .combined_table .ctrlHolder.is_empty .check {
visibility: hidden;
}
.page .tab_about .usenet {
padding: 20px 30px 0;
font-size: 1.5em;
line-height: 1.3em;
}
.page .tab_about .usenet a {
padding: 0 5px;
}
.page .tab_about .usenet ul {
float: left;
width: 50%;
margin: 10px 0;
padding: 0;
}
.page .tab_about .usenet li {
background: url('../images/icon.check.png') no-repeat left center;
padding: 0 0 0 25px;
}
.page .tab_about .donate {
float: left;
width: 42%;
text-align: center;
font-size: 17px;
padding: 0 0 0 4%;
margin: 20px 0 0;
border-left: 1px solid #333;
box-shadow: -1px 0 0 rgba(255,255,255, 0.15);
}
.page .tab_about .donate form {
padding: 10px 0 0;
}
.page .tab_about .info {
padding: 20px 30px;
margin: 0;
overflow: hidden;
}
.page .tab_about .info dt {
clear: both;
float: left;
width: 17%;
font-weight: bold;
}
.page .tab_about .info dd {
float: right;
width: 80%;
padding: 0;
margin: 0;
font-style: italic;
}
.page .tab_about .info dd.version { cursor: pointer; }
.page .tab_about .group_actions > div {
padding: 30px;
text-align: center;
}
.page .tab_about .group_actions a {
margin: 0 10px;
font-size: 20px;
}
.group_userscript {
background: center bottom no-repeat;
min-height: 360px;
font-size: 20px;
font-weight: normal;
}
.group_userscript h2 .hint {
display: block;
margin: 0 !important;
}
.group_userscript .userscript {
float: left;
margin: 14px 0 0 25px;
height: 36px;
line-height: 25px;
}
.group_userscript .or {
float: left;
margin: 20px -10px 0 10px;
}
.group_userscript .bookmarklet {
display: block;
display: block;
float: left;
padding: 20px 15px 0 25px;
border-radius: 5px;
}
.group_userscript .bookmarklet span {
margin-left: 10px;
display: inline-block;
}
.active .group_imdb_automation:not(.disabled) {
background: url('../images/imdb_watchlist.png') no-repeat right 50px;
min-height: 210px;
}