Setting up for theme changing
sickbeard.THEME_NAME to be added to source inc_top & confing_general broken until then.
@ -1,236 +0,0 @@
|
||||
.tvshowDiv {
|
||||
display: block;
|
||||
clear: both;
|
||||
border: 1px solid #111;
|
||||
margin: auto;
|
||||
padding: 0px;
|
||||
text-align: left;
|
||||
width: 750px;
|
||||
border-radius: 10px;
|
||||
background: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.tvshowDiv a, .tvshowDiv a:link, .tvshowDiv a:visited, .tvshowDiv a:hover {
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tvshowTitle a {
|
||||
color: #000000;
|
||||
float: left;
|
||||
padding-top: 3px;
|
||||
line-height: 1.2em;
|
||||
font-size: 1.1em;
|
||||
text-shadow: -1px -1px 0 #FFF);
|
||||
}
|
||||
|
||||
.tvshowTitleIcons {
|
||||
float: right;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
.tvshowDiv .title {
|
||||
font-weight: bold;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.posterThumb {
|
||||
-ms-interpolation-mode: bicubic; /* make scaling look nicer for ie */
|
||||
vertical-align: top;
|
||||
height: auto;
|
||||
width: 180px;
|
||||
border-right: 1px solid #111;
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
.bannerThumb {
|
||||
-ms-interpolation-mode: bicubic; /* make scaling look nicer for ie */
|
||||
vertical-align: top;
|
||||
height: auto;
|
||||
width: 750px;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-bottom: 1px solid #111;
|
||||
}
|
||||
|
||||
.tvshowDiv th {
|
||||
color: #000;
|
||||
letter-spacing: 1px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tvshowDiv th.nobg {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tvshowDiv td {
|
||||
padding: 5px 10px 5px 10px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.tvshowDiv td.next_episode {
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
border-bottom: 1px solid #111;
|
||||
vertical-align: top;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h1.day {
|
||||
margin-top: 10px;
|
||||
padding: 4px;
|
||||
letter-spacing: 1px;
|
||||
background:#297ab8;
|
||||
background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:-o-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:linear-gradient(to bottom, #297ab8,#15528f) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important;
|
||||
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important;
|
||||
color: #fff;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
text-align: center;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-left: 1px solid #111;
|
||||
border-top: 1px solid #111;
|
||||
border-right: 1px solid #111;
|
||||
}
|
||||
|
||||
h1.network {
|
||||
margin-top: 10px;
|
||||
padding: 4px;
|
||||
letter-spacing: 1px;
|
||||
background:#297ab8;
|
||||
background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:-o-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:linear-gradient(to bottom, #297ab8,#15528f) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important;
|
||||
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important;
|
||||
color: #fff;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
text-align: center;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-left: 1px solid #111;
|
||||
border-top: 1px solid #111;
|
||||
border-right: 1px solid #111;
|
||||
}
|
||||
|
||||
.comingepheader > .ep_listing {
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
.comingepheader > .ep_listing ~ .ep_listing {
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
.comingepheader > * > .ep_listing ~ .ep_listing {
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
.listingradius {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.ep_listing {
|
||||
width: auto;
|
||||
border: 1px solid #111;
|
||||
margin-bottom: 10px;
|
||||
/* margin: 10px; */
|
||||
/* overflow: hidden; */
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.h2footer .listing_default,
|
||||
.h2footer .listing_current,
|
||||
.h2footer .listing_waiting,
|
||||
.h2footer .listing_overdue,
|
||||
.h2footer .listing_toofar {
|
||||
padding: 0px 10px;
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #111;
|
||||
}
|
||||
|
||||
.listing_default {
|
||||
background-color: #ffd4aa;
|
||||
color: #bf5f00;
|
||||
}
|
||||
|
||||
.listing_current {
|
||||
background-color: #d4ffaa;
|
||||
color: #3f7f00;
|
||||
}
|
||||
|
||||
.listing_waiting {
|
||||
background-color: #d4ffaa;
|
||||
}
|
||||
|
||||
.listing_overdue {
|
||||
background-color: #ffbfbf;
|
||||
color: #ff5656;
|
||||
}
|
||||
|
||||
.listing_toofar {
|
||||
background-color: #aad4ff;
|
||||
color: #003f7f;
|
||||
}
|
||||
|
||||
.listing_unknown {
|
||||
background-color: #ffd4aa;
|
||||
}
|
||||
|
||||
tr.listing_default {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
tr.listing_current {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
tr.listing_waiting {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
tr.listing_overdue {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
tr.listing_toofar {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
tr.listing_unknown {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
span.pause {
|
||||
color: #FF0000;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.ep_summaryTrigger {
|
||||
/* float: left;
|
||||
padding-top: 9px;*/
|
||||
}
|
||||
|
||||
.ep_summary {
|
||||
margin-left: 5px;
|
||||
/* padding-top: 5px; */
|
||||
font-style: italic;
|
||||
line-height: 21px;
|
||||
}
|
@ -1,474 +0,0 @@
|
||||
#config {
|
||||
text-align:center;
|
||||
padding:0 0 0 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#config *{
|
||||
font-family: "Open Sans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
#config a:hover {
|
||||
color: #09a2ff !important;
|
||||
}
|
||||
|
||||
#config h3 a {
|
||||
text-decoration: none;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#config h3 img {
|
||||
vertical-align: baseline;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#config ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#config h3 {
|
||||
font-size: 1.5em;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#config h4 {
|
||||
font-size: 1em;
|
||||
color: #FFFFFF;
|
||||
text-transform: uppercase;
|
||||
margin: 0 0 .2em;
|
||||
line-height: 12px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
#config h5 {
|
||||
font-size: 1em;
|
||||
color: #FFFFFF;
|
||||
margin: 0 0 .2em;
|
||||
}
|
||||
|
||||
#config p {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
#config .path {
|
||||
font-size: 1em;
|
||||
color: #333;
|
||||
font-family: "Open Sans", Verdana;
|
||||
}
|
||||
|
||||
#config .jumbo {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
#config-content {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
clear: both;
|
||||
margin: 0 auto;
|
||||
padding: 0 0 0;
|
||||
}
|
||||
|
||||
#config-components {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#config-components-border {
|
||||
float: left;
|
||||
width: auto;
|
||||
border-top: 1px solid #999;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#config .title-group {
|
||||
border-bottom: 1px solid #707070;
|
||||
position: relative;
|
||||
padding: 25px 15px 25px;
|
||||
}
|
||||
|
||||
#config .component-group {
|
||||
border-bottom: 1px solid #111;
|
||||
padding: 15px 15px 25px;
|
||||
}
|
||||
|
||||
#config .component-group-desc {
|
||||
float: left;
|
||||
width: 235px;
|
||||
}
|
||||
|
||||
#config .component-group-desc h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#config .component-group-desc p {
|
||||
width: 85%;
|
||||
font-size: 1.0em;
|
||||
color: #FFFFFF;
|
||||
margin: .8em 0;
|
||||
}
|
||||
|
||||
#config .component-group-desc p.note {
|
||||
width: 90%;
|
||||
color: #FFFFFF;
|
||||
margin: .8em 0;
|
||||
}
|
||||
|
||||
#config .component-group-list {
|
||||
float: left;
|
||||
width: 610px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
#config fieldset {
|
||||
border: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#config div.field-pair {
|
||||
margin: .9em 0 1.4em;
|
||||
}
|
||||
|
||||
#config div.field-pair input:not(.btn) {
|
||||
float: left;
|
||||
margin-right: 6px;
|
||||
margin-top: 4px;
|
||||
padding: 4px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #111;
|
||||
}
|
||||
|
||||
#config div.field-pair input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
#config div.naming-anime input[type="radio"] {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
#provider_order_list input[type="checkbox"],
|
||||
#service_order_list input[type="checkbox"] {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
#config label.nocheck,
|
||||
#config div #customQuality {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#config label span.component-title {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
float: left;
|
||||
width: 175px;
|
||||
margin-right: 10px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#config label span.component-desc {
|
||||
margin-left: 190px;
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#config label.nocheck span.component-desc {
|
||||
margin-left: 170px;
|
||||
}
|
||||
|
||||
#config div.field-pair select {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#config-settings {
|
||||
float: right;
|
||||
width: 200px;
|
||||
background: #fffae5;
|
||||
border-bottom: 1px dotted #666;
|
||||
border-top: 1px solid #999;
|
||||
margin-right: 20px;
|
||||
padding: 20px 0 30px;
|
||||
}
|
||||
|
||||
#config-settings .config-settings-group {
|
||||
border-bottom: 1px dotted #999;
|
||||
padding-bottom: 15px;
|
||||
margin: 0 15px 15px;
|
||||
}
|
||||
|
||||
#config-settings .config-settings-group h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#config-settings .config-settings-group p {
|
||||
font-size: 1.1em;
|
||||
color: #666;
|
||||
margin: .6em 0 1em;
|
||||
}
|
||||
|
||||
#config-settings .config-settings-group div.field-pair {
|
||||
margin: 1.2em 0 .6em;
|
||||
}
|
||||
|
||||
#config-settings .config-settings-group input {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Hides from IE-mac \*/
|
||||
* html .clearfix {
|
||||
height: 1%;
|
||||
}
|
||||
/* End hide from IE-mac */
|
||||
|
||||
#provider_order_list,
|
||||
#service_order_list {
|
||||
list-style-type: none;
|
||||
width: 270px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#provider_order_list li,
|
||||
#service_order_list li {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
font-family: "Open Sans", Verdana;
|
||||
margin: 0 5px 5px;
|
||||
padding: 6px;
|
||||
height: 22px;
|
||||
background: #333;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#provider_order_list input,
|
||||
#service_order_list input {
|
||||
margin: 0px 2px;
|
||||
}
|
||||
|
||||
.providerDiv {
|
||||
display: none;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#config div.metadataDiv {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#config div.metadata_options {
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
font-family: "Open Sans", Verdana;
|
||||
width: 185px;
|
||||
color: #FFF;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
#config div.metadata_options label:hover {
|
||||
background-color: #09A2FF;
|
||||
}
|
||||
|
||||
#config div.metadata_options label {
|
||||
display: block;
|
||||
color: #FFF;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
#config div.metadata_example {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
font-family: "Open Sans", Verdana;
|
||||
width: 265px;
|
||||
color: #036;
|
||||
overflow: auto;
|
||||
margin-right: 30px;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
#config div.metadata_example label {
|
||||
display: block;
|
||||
color: #09A2FF;
|
||||
}
|
||||
|
||||
#config div.metadataDiv .disabled {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#config div #metadataLegend {
|
||||
font-size: 14px;
|
||||
font-family: "Open Sans", Verdana;
|
||||
font-weight: 900;
|
||||
display: block;
|
||||
width: auto;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.infoTable {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.infoTableHeader,
|
||||
.infoTableCell {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.infoTableHeader {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.infoTableSeperator {
|
||||
border-top: 1px dotted #666666;
|
||||
}
|
||||
|
||||
#config div.testNotification {
|
||||
border: 1px solid #111;
|
||||
padding: 5px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 20px;
|
||||
background-color: #333;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.config_message {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 1.3em;
|
||||
background: #ffecac;
|
||||
}
|
||||
|
||||
[class^="icon16-"], [class*=" icon16-"] {
|
||||
background-image: url("/images/glyphicons-config.png");
|
||||
background-position: -40px 0;
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
vertical-align: text-top;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.icon16-github {
|
||||
background-position: 0 0;
|
||||
}
|
||||
.icon16-mirc {
|
||||
background-position: -20px 0;
|
||||
}
|
||||
.icon16-sb {
|
||||
background-position: -40px 0;
|
||||
}
|
||||
.icon16-web {
|
||||
background-position: -60px 0;
|
||||
}
|
||||
.icon16-win {
|
||||
background-position: -80px 0;
|
||||
}
|
||||
|
||||
#config span.path {
|
||||
color: #09a2ff;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
#config .tip_scale {
|
||||
margin-left: -9px;
|
||||
margin-top: -10px !important;
|
||||
margin-right: 5px;
|
||||
margin-bottom: -20px;
|
||||
line-height: 18px;
|
||||
font-size: 0.5 em !important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#config .tip_scale label span.component-title {
|
||||
width: 85px !important;
|
||||
font-size: 12px !important;
|
||||
margin-top: 2px !important;
|
||||
}
|
||||
|
||||
#config .tip_scale label span.component-desc {
|
||||
margin-left: 120px !important;
|
||||
width: 220px !important;
|
||||
}
|
||||
|
||||
#config .tip_scale label span.component-desc2 {
|
||||
margin-left: 100px !important;
|
||||
width: 220px !important;
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#config .tip_scale input[type="text"],
|
||||
#config .tip_scale input[type="password"],
|
||||
#config .tip_scale select {
|
||||
transform: scale(0.8) !important;
|
||||
-ms-transform: scale(0.8) !important;
|
||||
-webkit-transform: scale(0.8) !important;
|
||||
margin-left: -35px !important;
|
||||
margin-top: 3px !important;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
config_postProcessing.tmpl
|
||||
========================================================================== */
|
||||
|
||||
#config div.example {
|
||||
padding: 4px 10px 4px 10px;
|
||||
margin-top: 2px;
|
||||
color: #09a2ff;
|
||||
border: 1px solid #111;
|
||||
background: #333;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.Key {
|
||||
width: 100%;
|
||||
padding: 6px;
|
||||
font-size: 11px;
|
||||
background-color: #3d3d3d;
|
||||
border: 1px solid #111;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
line-height: 18px !important;
|
||||
margin-left: 15px !important;
|
||||
}
|
||||
|
||||
.Key th, .tableHeader {
|
||||
padding: 3px 9px;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
background:#297ab8;
|
||||
background-clip:padding-box;
|
||||
background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:-o-linear-gradient(top, #297ab8,#15528f) !important;
|
||||
background-image:linear-gradient(to bottom, #297ab8,#15528f) !important;
|
||||
}
|
||||
|
||||
.Key td {
|
||||
padding: 1px 5px !important;
|
||||
}
|
||||
|
||||
.Key tr {
|
||||
border-bottom: 1px solid #111;
|
||||
}
|
||||
|
||||
.Key tr.even {
|
||||
background-color: #333;
|
||||
}
|
@ -1,78 +0,0 @@
|
||||
/* Variables */
|
||||
@base-font-face: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
|
||||
@alt-font-face: "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||||
@base-font-size: 12px;
|
||||
@text-color: #343434;
|
||||
@swatch-blue: #4183C4;
|
||||
@swatch-green: #BDE433;
|
||||
@swatch-grey: #666666;
|
||||
@link-color: #75ADD8;
|
||||
@border-color: #CCCCCC;
|
||||
@msg-bg: #FFF6A9;
|
||||
@msg-bg-success: #D3FFD7;
|
||||
@msg-bg-error: #FFD3D3;
|
||||
|
||||
/* Mixins */
|
||||
.rounded(@radius: 5px) {
|
||||
-moz-border-radius: @radius;
|
||||
-webkit-border-radius: @radius;
|
||||
border-radius: @radius;
|
||||
}
|
||||
.roundedTop(@radius: 5px) {
|
||||
-moz-border-radius-topleft: @radius;
|
||||
-moz-border-radius-topright: @radius;
|
||||
-webkit-border-top-right-radius: @radius;
|
||||
-webkit-border-top-left-radius: @radius;
|
||||
border-top-left-radius: @radius;
|
||||
border-top-right-radius: @radius;
|
||||
}
|
||||
.roundedLeftTop(@radius: 5px) {
|
||||
-moz-border-radius-topleft: @radius;
|
||||
-webkit-border-top-left-radius: @radius;
|
||||
border-top-left-radius: @radius;
|
||||
}
|
||||
.roundedRightTop(@radius: 5px) {
|
||||
-moz-border-radius-topright: @radius;
|
||||
-webkit-border-top-right-radius: @radius;
|
||||
border-top-right-radius: @radius;
|
||||
}
|
||||
.roundedBottom(@radius: 5px) {
|
||||
-moz-border-radius-bottomleft: @radius;
|
||||
-moz-border-radius-bottomright: @radius;
|
||||
-webkit-border-bottom-right-radius: @radius;
|
||||
-webkit-border-bottom-left-radius: @radius;
|
||||
border-bottom-left-radius: @radius;
|
||||
border-bottom-right-radius: @radius;
|
||||
}
|
||||
.roundedLeftBottom(@radius: 5px) {
|
||||
-moz-border-radius-bottomleft: @radius;
|
||||
-webkit-border-bottom-left-radius: @radius;
|
||||
border-bottom-left-radius: @radius;
|
||||
}
|
||||
.roundedRightBottom(@radius: 5px) {
|
||||
-moz-border-radius-bottomright: @radius;
|
||||
-webkit-border-bottom-right-radius: @radius;
|
||||
border-bottom-right-radius: @radius;
|
||||
}
|
||||
.shadow(@shadow: 0 17px 11px -1px #ced8d9) {
|
||||
-moz-box-shadow: @shadow;
|
||||
-webkit-box-shadow: @shadow;
|
||||
-o-box-shadow: @shadow;
|
||||
box-shadow: @shadow;
|
||||
}
|
||||
.gradient(@gradientFrom: #FFFFFF, @gradientTo: #EEEEEE){
|
||||
background-image: -moz-linear-gradient(@gradientFrom, @gradientTo) !important;
|
||||
background-image: linear-gradient(@gradientFrom, @gradientTo) !important;
|
||||
background-image: -webkit-linear-gradient(@gradientFrom, @gradientTo) !important;
|
||||
background-image: -o-linear-gradient(@gradientFrom, @gradientTo) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@gradientFrom, endColorstr=@gradientTo) !important;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@gradientFrom, endColorstr=@gradientTo) !important;
|
||||
}
|
||||
.opacity(@opacity_percent:85) {
|
||||
filter: ~"alpha(opacity=85)";
|
||||
-moz-opacity: @opacity_percent / 100 !important;
|
||||
-khtml-opacity:@opacity_percent / 100 !important;
|
||||
-o-opacity:@opacity_percent / 100 !important;
|
||||
opacity:@opacity_percent / 100 !important;
|
||||
}
|
||||
|
1906
gui/slick/css/dark.css
Normal file
@ -1,542 +0,0 @@
|
||||
// Config
|
||||
@import "config.less";
|
||||
|
||||
* { outline: 0;margin:0; }
|
||||
*:focus { outline: none; }
|
||||
img { border: 0; vertical-align: middle;}
|
||||
html { margin:0; padding:0}
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
color: #343434;
|
||||
font-family: @base-font-face;
|
||||
margin: 0;
|
||||
overflow-y: scroll;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
form {
|
||||
border:none;
|
||||
display:inline;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
a {color: @link-color;}
|
||||
|
||||
/* these are for inc_top.tmpl */
|
||||
#upgrade-notification{position: fixed;line-height:0.5em;color:#000;font-size:1em; height:0px;text-align:center;width:100%;z-index:100;margin:0;padding:0;}
|
||||
#upgrade-notification div{.gradient(#FDF0D5,#fff9ee);border-bottom:1px solid #af986b;padding:7px 0;}
|
||||
#header-fix{*margin-bottom: -31px; /* IE fix */height:21px;padding:0;}
|
||||
|
||||
#header {
|
||||
.gradient(#555555, #333333);
|
||||
border-bottom: 1px solid #CACACA;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
height: 58px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
}
|
||||
#header .wrapper {
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
width: 960px;
|
||||
}
|
||||
#header a:hover {
|
||||
background:none;
|
||||
}
|
||||
|
||||
#logo {
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 0px;
|
||||
left: -5px;
|
||||
}
|
||||
|
||||
#versiontext {
|
||||
color: #FFFFFF;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
text-transform: lowercase;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.navShows { margin-top:-25px; margin-bottom: 40px;}
|
||||
|
||||
.tvshowImg {
|
||||
background: url("../images/loading.gif") no-repeat scroll center center #FFFFFF;
|
||||
border: 5px solid #FFFFFF;
|
||||
.shadow(1px 1px 2px 0 #555555);
|
||||
float: left;
|
||||
height: auto;
|
||||
margin-bottom: 30px;
|
||||
margin-right: 25px;
|
||||
overflow: hidden;
|
||||
text-indent: -3000px;
|
||||
width: 175px;
|
||||
img {
|
||||
float: left;
|
||||
min-width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
/* --------------------------------------------- */
|
||||
|
||||
table {
|
||||
margin:0;
|
||||
td a {
|
||||
color: #555;
|
||||
&:hover { color: @text-color;}
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align:left;
|
||||
font-size:21px;
|
||||
line-height:23px;
|
||||
font-weight:400;
|
||||
}
|
||||
h1.title {
|
||||
padding-bottom:4px;
|
||||
margin-bottom:12px;
|
||||
font-weight: bold;
|
||||
font-family: @alt-font-face;
|
||||
font-size: 38px;
|
||||
}
|
||||
h1.header {
|
||||
padding-bottom:4px;
|
||||
margin-bottom:12px;
|
||||
font-size: 30px;
|
||||
font-family: @alt-font-face;
|
||||
font-weight: bold;
|
||||
}
|
||||
h1 a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:18px;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
.h2footer {
|
||||
margin: -33px 5px 6px 0px;
|
||||
}
|
||||
.h2footer select {
|
||||
margin-top: -6px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
|
||||
.separator {
|
||||
font-size:90%;
|
||||
color:#999;
|
||||
}
|
||||
|
||||
div select {
|
||||
font-size:10px;
|
||||
border:1px solid #d4d0c8;
|
||||
}
|
||||
|
||||
div select option {
|
||||
line-height:1.4;
|
||||
padding:0 10px;
|
||||
border-bottom: 1px dotted #D7D7D7;
|
||||
}
|
||||
|
||||
/* --------------- alignment ------------------- */
|
||||
.float-left { float:left; }
|
||||
.float-right { float:right; }
|
||||
.align-left { text-align:left; }
|
||||
.align-right { text-align:right; }
|
||||
.nowrap { white-space: nowrap; }
|
||||
/* --------------------------------------------- */
|
||||
|
||||
.footer {
|
||||
clear:both;
|
||||
width: 960px;
|
||||
text-align:center;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
margin: 20px auto;
|
||||
border-top:1px solid #eee;
|
||||
line-height: 1.4em;
|
||||
font-size: 11px;
|
||||
a {
|
||||
color: @link-color;
|
||||
text-decoration: none;
|
||||
}
|
||||
ul {
|
||||
li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
img { margin-right: 3px; position: relative; top: -2px;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sickbeardTable {
|
||||
width: 100%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
text-align:left;
|
||||
color: #343434;
|
||||
background-color: #fff;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.sickbeardTable th,
|
||||
.sickbeardTable td {
|
||||
padding: 4px;
|
||||
border-top: #fff 1px solid;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.sickbeardTable th:first-child,
|
||||
.sickbeardTable td:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
.sickbeardTable th{
|
||||
border-collapse: collapse;
|
||||
.gradient(#555555,#333333);
|
||||
color: #fff;
|
||||
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
|
||||
text-align: left;
|
||||
}
|
||||
.sickbeardTable tfoot a {
|
||||
text-decoration: none;
|
||||
color: @swatch-green;
|
||||
}
|
||||
.sickbeardTable td {
|
||||
font-size: 12px;
|
||||
&.title { font-size: 14px; line-height: normal;}
|
||||
&.status_column{ line-height: normal;}
|
||||
small { font-size:11px; font-style: italic; line-height: normal;}
|
||||
}
|
||||
.row {
|
||||
clear:left;
|
||||
}
|
||||
|
||||
.plotInfo {
|
||||
cursor:help;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#actions {
|
||||
.selectAll { margin-right: 10px; border-right: 1px solid #eee; padding-right: 10px;}
|
||||
.clearAll {}
|
||||
}
|
||||
#tooltip {
|
||||
display:none;
|
||||
z-index:3343434;
|
||||
border:1px solid #111;
|
||||
background-color:#eee;
|
||||
padding:5px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.progressbarText {
|
||||
text-shadow: 0 0 0.1em #fff;
|
||||
position:absolute;
|
||||
top:0;
|
||||
font-size: 9px;
|
||||
width:100%;
|
||||
height:100%;
|
||||
overflow:visible;
|
||||
text-align:center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.ui-progressbar .ui-widget-header {
|
||||
.gradient(#A3E532, #90CC2A);
|
||||
.rounded(3px);
|
||||
}
|
||||
tr.seasonheader {
|
||||
background-color: #FFFFFF;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 10px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
td {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
tr.seasonheader h2 {
|
||||
display:inline;
|
||||
font-size:22px;
|
||||
line-height:20px;
|
||||
letter-spacing:1px;
|
||||
margin:0;
|
||||
color:#343434;
|
||||
}
|
||||
tr.seasonheader a {
|
||||
text-decoration:none;
|
||||
}
|
||||
tr.seasonheader a:hover {
|
||||
background-color: #fff;
|
||||
color:#343434;
|
||||
}
|
||||
|
||||
|
||||
#checkboxControls label { white-space:nowrap; }
|
||||
tr.unaired,span.unaired {
|
||||
background-color:#F5F1E4;
|
||||
padding:5px;
|
||||
font-size: 13px;
|
||||
color: #cec198;
|
||||
font-weight: bold;
|
||||
b { color:@text-color;}
|
||||
.rounded(5px);
|
||||
}
|
||||
|
||||
tr.skipped,span.skipped {
|
||||
background-color:#E9F7FB;
|
||||
color: #90D5EC;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
padding:5px;
|
||||
.rounded(5px);
|
||||
b { color:@text-color;}
|
||||
}
|
||||
|
||||
tr.good,span.good {
|
||||
background-color:#E2FFD8;
|
||||
color: #AAD450;
|
||||
padding:5px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
.rounded(5px);
|
||||
b { color:@text-color;}
|
||||
}
|
||||
|
||||
tr.qual,span.qual {
|
||||
background-color:#FDF0D5;
|
||||
padding:5px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #F7B42C;
|
||||
.rounded(5px);
|
||||
b { color:@text-color;}
|
||||
}
|
||||
|
||||
tr.wanted,span.wanted {
|
||||
background-color:#FDEBF3;
|
||||
padding:5px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
color: #F49AC1;
|
||||
.rounded(5px);
|
||||
b { color:@text-color;}
|
||||
}
|
||||
|
||||
tr.wanted,tr.qual,tr.good,tr.skipped,tr.unaired {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
color: @text-color;
|
||||
}
|
||||
.showInfo {
|
||||
width: 745px;
|
||||
float: right;
|
||||
padding-top: 10px;
|
||||
}
|
||||
div#summary {
|
||||
background-color:#f9f9f9;
|
||||
.rounded(10px);
|
||||
padding:10px;
|
||||
border:1px solid #ddd;
|
||||
margin:10px 0;
|
||||
.infoTable {
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
div#summary tr {
|
||||
line-height: 17px;
|
||||
td { font-size: 14px; line-height: 25px;}
|
||||
}
|
||||
|
||||
#MainMenu {
|
||||
float: right;
|
||||
height: 58px;
|
||||
margin: 0;
|
||||
padding: 0 0 0 10px;
|
||||
}
|
||||
#SubMenu {
|
||||
float: right;
|
||||
margin-top: -30px;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#SubMenu a {
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
#SubMenu span b { margin-left: 20px;}
|
||||
#donate {
|
||||
line-height:1em;
|
||||
background: #57442B;
|
||||
float: right;
|
||||
display: none;
|
||||
}
|
||||
#donate a,#donate a:hover {
|
||||
background-color:#57442B;
|
||||
border:0;
|
||||
padding:4px 15px 0px;
|
||||
}
|
||||
#contentWrapper {
|
||||
background: none;
|
||||
}
|
||||
#content {
|
||||
line-height: 24px;
|
||||
margin: 0 auto;
|
||||
padding: 105px 0 0;
|
||||
width: 960px;
|
||||
}
|
||||
.showLegend{
|
||||
font-weight:700;
|
||||
padding-right:10px;
|
||||
padding-bottom:1px;
|
||||
}
|
||||
|
||||
/* for the add new/existing show */
|
||||
.alt { background-color: #efefef; }
|
||||
#tabs div.field-pair, .stepDiv div.field-pair{padding:0.75em 0;}
|
||||
#tabs div.field-pair input, .stepDiv div.field-pair input{float:left;}
|
||||
#tabs label.nocheck, #tabs div.providerDiv, #tabs div #customQuality, .stepDiv label.nocheck,.stepDiv div.providerDiv,.stepDiv div #customQuality{padding-left:23px;}
|
||||
#tabs label span.component-title, .stepDiv label span.component-title{font-size:1.1em;font-weight:700;float:left;width:165px; padding-left: 6px; margin-right:10px;}
|
||||
#tabs label span.component-desc, .stepDiv label span.component-desc{font-size:.9em; float:left;}
|
||||
#tabs div.field-pair select, .stepDiv div.field-pair select{font-size:1em;border:1px solid #d4d0c8;}
|
||||
#tabs div.field-pair select option, .stepDiv div.field-pair select option{line-height:1.4;padding:0 10px; border-bottom: 1px dotted #D7D7D7;}
|
||||
|
||||
ul#rootDirStaticList { width: 90%; text-align: left; margin-left: auto; margin-right: auto; padding-left: 0; }
|
||||
ul#rootDirStaticList li{ list-style: none outside none; margin: 2px; padding: 4px 5px 4px 5px; cursor: pointer; }
|
||||
|
||||
#displayText {
|
||||
background-color:#efefef;
|
||||
padding:8px;
|
||||
border:1px solid #DFDEDE;
|
||||
font-size:1.1em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div#addShowPortal {
|
||||
margin: 50px auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div#addShowPortal button { float: left;
|
||||
margin-left: 20px;
|
||||
padding: 10px;
|
||||
width: 47%;}
|
||||
div#addShowPortal button div.button img{ position: absolute; display: block; top: 35%; padding-left: 0.4em; text-align: center; }
|
||||
div#addShowPortal button .buttontext { position: relative; display: block; padding: 0.1em 0.4em 0.1em 4.4em; text-align: left; }
|
||||
|
||||
#rootDirs, #rootDirsControls { width: 50%; min-width: 400px; }
|
||||
|
||||
td.tvShow a {text-decoration: none; font-size:16px; }
|
||||
.navShow { display: inline; cursor: pointer; vertical-align: top; position:relative;top:0px; .opacity(50);
|
||||
&:hover { .opacity(100);}
|
||||
}
|
||||
|
||||
/* for manage_massEdit */
|
||||
.optionWrapper { width: 450px; margin-left: auto; margin-right: auto; padding: 6px 12px; }
|
||||
.optionWrapper span.selectTitle { float: left; font-weight: 700; font-size: 1.2em; text-align: left; width: 225px; }
|
||||
.optionWrapper div.selectChoices { float: left; width: 175px; margin-left: 25px; }
|
||||
.optionWrapper br { clear: both; }
|
||||
|
||||
a.whitelink { color: white; }
|
||||
|
||||
/* for displayShow notice */
|
||||
#show_message {
|
||||
border: 1px solid @border-color;
|
||||
.gradient(#FDF0D5,#fff9ee);
|
||||
.rounded(7px);
|
||||
font-size: 14px;
|
||||
right: 10px;
|
||||
.shadow(0px 0px 2px #aaa);
|
||||
padding: 7px 10px;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
bottom: 10px;
|
||||
min-height: 22px;
|
||||
width: 250px;
|
||||
z-index: 9999;
|
||||
font-family: @alt-font-face;
|
||||
line-height: normal;
|
||||
.opacity(80);
|
||||
.msg {
|
||||
font-family: @alt-font-face;
|
||||
line-height: normal;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.loader {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
&.success {
|
||||
.gradient(@msg-bg-success,#C2EDC6);
|
||||
padding: 15px 10px;
|
||||
text-align: left;
|
||||
}
|
||||
&.error {
|
||||
.gradient(@msg-bg-error,#EDC4C4);
|
||||
padding:15px 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.ui-icon {
|
||||
display: inline-block;
|
||||
margin-left: -20px;
|
||||
top: 2px;
|
||||
position: relative;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
div.ui-pnotify { min-width: 340px; max-width: 550px; width: auto !important;}
|
||||
|
||||
/* override for qtip2 */
|
||||
.ui-tooltip-sb .ui-tooltip-titlebar a { color: #222222; text-decoration: none; }
|
||||
.ui-tooltip, .qtip { max-width: 500px !important; }
|
||||
|
||||
option.flag {
|
||||
padding-left: 35px;
|
||||
background-color: #fff;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px 50%;
|
||||
}
|
||||
|
||||
span.quality {
|
||||
font: bold 1em/1.2em verdana, sans-serif;
|
||||
background: none repeat scroll 0 0 #999999;
|
||||
color: #FFFFFF;
|
||||
display: inline-block;
|
||||
padding: 2px 4px;
|
||||
text-align: center;
|
||||
-webkit-border-radius: 4px;
|
||||
font-size:12px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
span.Custom {
|
||||
background: none repeat scroll 0 0 #444499; /* blue */
|
||||
}
|
||||
span.HD,span.WEB-DL,span.BluRay {
|
||||
background: none repeat scroll 0 0 #449944; /* green */
|
||||
}
|
||||
span.SD {
|
||||
background: none repeat scroll 0 0 #994444; /* red */
|
||||
}
|
||||
span.Any {
|
||||
background: none repeat scroll 0 0 #444444; /* black */
|
||||
}
|
||||
|
||||
span.false {
|
||||
color: #993333; /* red */
|
||||
}
|
||||
span.true {
|
||||
color: #669966; /* green */
|
||||
}
|
||||
.ui-progressbar {
|
||||
height: 15px !important;
|
||||
line-height: 17px;
|
||||
}
|
@ -1,101 +0,0 @@
|
||||
fieldset.sectionwrap{
|
||||
text-align: left;
|
||||
width: 800px;
|
||||
border-width:0;
|
||||
padding:5px;
|
||||
top: -25px !important;
|
||||
}
|
||||
|
||||
legend.legendStep{
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #343434;
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.stepsguide{ /*div that contains all the "steps" text located at top of form */
|
||||
text-align: left;
|
||||
width: 800px; /*width of "steps" container*/
|
||||
overflow:hidden;
|
||||
margin-bottom:15px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
div.stepsguide .step{
|
||||
width:266px; /*width of each "steps" text*/
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
float:left;
|
||||
}
|
||||
div.stepsguide .step p {
|
||||
border-bottom: 4px solid #23afdc;
|
||||
}
|
||||
|
||||
div.stepsguide .disabledstep{
|
||||
color:#C4C4C4;
|
||||
}
|
||||
div.stepsguide .disabledstep p {
|
||||
border-bottom: 4px solid #1178b3;
|
||||
}
|
||||
|
||||
div.stepsguide .step .smalltext{
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.formpaginate{
|
||||
width: 800px;
|
||||
overflow:auto;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
margin-top:1em;
|
||||
}
|
||||
|
||||
div.formpaginate .prev, div.formpaginate .next{
|
||||
display: inline-block;
|
||||
padding: 3.5px 10px 3.5px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
background:#2265a1;
|
||||
background-clip:padding-box;
|
||||
border:1px solid #111;
|
||||
border-radius:3px;
|
||||
cursor:pointer;
|
||||
-webkit-box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15);
|
||||
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
.prev:hover , .next:hover{
|
||||
background-color:#2672b6 !important;
|
||||
}
|
||||
|
||||
.stepDiv {
|
||||
padding: 21px 15px 15px 15px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
input:not(.btn){
|
||||
margin-right: 6px;
|
||||
padding: 4px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #111;
|
||||
}
|
||||
|
||||
/* step 3 related */
|
||||
|
||||
#customQualityWrapper {/* height: 190px;*/ overflow: hidden; }
|
||||
#customQualityWrapper div.component-group-desc{float:left;width:165px;}
|
||||
#customQualityWrapper div.component-group-desc p{width:85%;font-size:14px;color:#666;margin:.8em 0;}
|
||||
#customQualityWrapper div.component-group-desc p.note{width:90%;font-size:14px;color:#333;margin:.8em 0;}
|
@ -1,102 +0,0 @@
|
||||
#confirmOverlay{
|
||||
width:100%;
|
||||
height:100%;
|
||||
position:fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
background:url('../images/bg.gif');
|
||||
background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) repeat-x rgba(0,0,0,0.5);
|
||||
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))) repeat-x rgba(0,0,0,0.5);
|
||||
z-index:100000;
|
||||
}
|
||||
|
||||
#confirmBox{
|
||||
background: #222;
|
||||
width:460px;
|
||||
position:fixed;
|
||||
left:50%;
|
||||
top:50%;
|
||||
margin:-130px 0 0 -230px;
|
||||
border: 1px solid #111;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#confirmBox h1,
|
||||
#confirmBox p{
|
||||
font:20px/1 "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
|
||||
padding: 12px 12px;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#confirmBox h1{
|
||||
background-image: -moz-linear-gradient(#297ab8, #15528f) !important;
|
||||
background-image: linear-gradient(#297ab8, #15528f) !important;
|
||||
background-image: -webkit-linear-gradient(#297ab8, #15528f) !important;
|
||||
background-image: -o-linear-gradient(#297ab8, #15528f) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important;
|
||||
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom: 1px solid #111;
|
||||
letter-spacing:0.3px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#confirmBox p{
|
||||
background:none;
|
||||
font-size:14px;
|
||||
line-height:1.4;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#confirmButtons{
|
||||
padding:20px 0 20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#confirmBox .button{
|
||||
font:16px/33px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
|
||||
margin-right: 15px;
|
||||
padding: 0 40px 0 40px;
|
||||
text-decoration:none;
|
||||
border:none;
|
||||
display: inline-block;
|
||||
color:#fff;
|
||||
text-align:center;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
background-clip:padding-box;
|
||||
border:1px solid #111;
|
||||
border-radius:3px;
|
||||
cursor:pointer;
|
||||
-webkit-box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
box-sizing:border-box;
|
||||
background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25));
|
||||
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15);
|
||||
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
#confirmBox .button:last-child{
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
#confirmBox .green {
|
||||
background-color: #3F7636;
|
||||
}
|
||||
|
||||
#confirmBox .green:hover {
|
||||
background-color: #48873E;
|
||||
}
|
||||
|
||||
#confirmBox .red {
|
||||
background-color: #8D2D2B;
|
||||
}
|
||||
|
||||
#confirmBox .red:hover {
|
||||
background-color: #A13331;
|
||||
}
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
858
gui/slick/css/lib/jquery-ui-1.10.4.custom.css
vendored
@ -1,858 +0,0 @@
|
||||
/*! jQuery UI - v1.10.4 - 2014-02-03
|
||||
* http://jqueryui.com
|
||||
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.tabs.css, jquery.ui.theme.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23ffffff&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23dcdcdc&bgTextureContent=highlight_soft&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23efefef&bgTextureDefault=highlight_soft&bgImgOpacityDefault=75&borderColorDefault=%23aaaaaa&fcDefault=%23222222&iconColorDefault=%238c291d&bgColorHover=%23dddddd&bgTextureHover=highlight_soft&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23222222&iconColorHover=%23222222&bgColorActive=%23dfdfdf&bgTextureActive=inset_soft&bgImgOpacityActive=75&borderColorActive=%23aaaaaa&fcActive=%23140f06&iconColorActive=%238c291d&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23aaaaaa&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23aaaaaa&fcError=%238c291d&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=35&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=35&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&ctl=themeroller
|
||||
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
.ui-helper-reset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
line-height: 1.3;
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
.ui-helper-clearfix:before,
|
||||
.ui-helper-clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.ui-helper-clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.ui-helper-clearfix {
|
||||
min-height: 0; /* support: IE7 */
|
||||
}
|
||||
.ui-helper-zfix {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter:Alpha(Opacity=0);
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
display: block;
|
||||
text-indent: -99999px;
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-resizable {
|
||||
position: relative;
|
||||
}
|
||||
.ui-resizable-handle {
|
||||
position: absolute;
|
||||
font-size: 0.1px;
|
||||
display: block;
|
||||
}
|
||||
.ui-resizable-disabled .ui-resizable-handle,
|
||||
.ui-resizable-autohide .ui-resizable-handle {
|
||||
display: none;
|
||||
}
|
||||
.ui-resizable-n {
|
||||
cursor: n-resize;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
top: -5px;
|
||||
left: 0;
|
||||
}
|
||||
.ui-resizable-s {
|
||||
cursor: s-resize;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
bottom: -5px;
|
||||
left: 0;
|
||||
}
|
||||
.ui-resizable-e {
|
||||
cursor: e-resize;
|
||||
width: 7px;
|
||||
right: -5px;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-resizable-w {
|
||||
cursor: w-resize;
|
||||
width: 7px;
|
||||
left: -5px;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-resizable-se {
|
||||
cursor: se-resize;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
right: 1px;
|
||||
bottom: 1px;
|
||||
}
|
||||
.ui-resizable-sw {
|
||||
cursor: sw-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
left: -5px;
|
||||
bottom: -5px;
|
||||
}
|
||||
.ui-resizable-nw {
|
||||
cursor: nw-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
left: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
.ui-resizable-ne {
|
||||
cursor: ne-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
right: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
.ui-selectable-helper {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
border: 1px dotted black;
|
||||
}
|
||||
.ui-autocomplete {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
.ui-button {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
margin-right: .1em;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
overflow: visible; /* removes extra width in IE */
|
||||
}
|
||||
.ui-button,
|
||||
.ui-button:link,
|
||||
.ui-button:visited,
|
||||
.ui-button:hover,
|
||||
.ui-button:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
/* to make room for the icon, a width needs to be set here */
|
||||
.ui-button-icon-only {
|
||||
width: 2.2em;
|
||||
}
|
||||
/* button elements seem to need a little more width */
|
||||
button.ui-button-icon-only {
|
||||
width: 2.4em;
|
||||
background: #707070 !important;
|
||||
}
|
||||
.ui-button-icons-only {
|
||||
width: 3.4em;
|
||||
}
|
||||
button.ui-button-icons-only {
|
||||
width: 3.7em;
|
||||
}
|
||||
|
||||
/* button text element */
|
||||
.ui-button .ui-button-text {
|
||||
display: block;
|
||||
line-height: normal;
|
||||
}
|
||||
.ui-button-text-only .ui-button-text {
|
||||
padding: .4em 1em;
|
||||
}
|
||||
.ui-button-icon-only .ui-button-text,
|
||||
.ui-button-icons-only .ui-button-text {
|
||||
padding: .4em;
|
||||
text-indent: -9999999px;
|
||||
}
|
||||
.ui-button-text-icon-primary .ui-button-text,
|
||||
.ui-button-text-icons .ui-button-text {
|
||||
padding: .4em 1em .4em 2.1em;
|
||||
}
|
||||
.ui-button-text-icon-secondary .ui-button-text,
|
||||
.ui-button-text-icons .ui-button-text {
|
||||
padding: .4em 2.1em .4em 1em;
|
||||
}
|
||||
.ui-button-text-icons .ui-button-text {
|
||||
padding-left: 2.1em;
|
||||
padding-right: 2.1em;
|
||||
}
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button {
|
||||
padding: .4em 1em;
|
||||
}
|
||||
|
||||
/* button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon,
|
||||
.ui-button-text-icon-primary .ui-icon,
|
||||
.ui-button-text-icon-secondary .ui-icon,
|
||||
.ui-button-text-icons .ui-icon,
|
||||
.ui-button-icons-only .ui-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.ui-button-icon-only .ui-icon {
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
}
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary,
|
||||
.ui-button-text-icons .ui-button-icon-primary,
|
||||
.ui-button-icons-only .ui-button-icon-primary {
|
||||
left: .5em;
|
||||
}
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
||||
.ui-button-text-icons .ui-button-icon-secondary,
|
||||
.ui-button-icons-only .ui-button-icon-secondary {
|
||||
right: .5em;
|
||||
}
|
||||
|
||||
/* button sets */
|
||||
.ui-buttonset {
|
||||
margin-right: 7px;
|
||||
}
|
||||
.ui-buttonset .ui-button {
|
||||
margin-left: 0;
|
||||
margin-right: -.3em;
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
/* reset extra padding in Firefox, see h5bp.com/l */
|
||||
input.ui-button::-moz-focus-inner,
|
||||
button.ui-button::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.ui-dialog {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: .2em;
|
||||
outline: 0;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
padding: .4em 1em;
|
||||
position: relative;
|
||||
}
|
||||
.ui-dialog .ui-dialog-title {
|
||||
float: left;
|
||||
margin: .1em 0;
|
||||
white-space: nowrap;
|
||||
width: 90%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
position: absolute;
|
||||
right: .3em;
|
||||
top: 50%;
|
||||
width: 20px;
|
||||
margin: -10px 0 0 0;
|
||||
padding: 1px;
|
||||
height: 20px;
|
||||
}
|
||||
.ui-dialog .ui-dialog-content {
|
||||
position: relative;
|
||||
border: 0;
|
||||
padding: .5em 1em;
|
||||
background: none;
|
||||
overflow: auto;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
text-align: left;
|
||||
border-width: 1px 0 0 0;
|
||||
background-image: none;
|
||||
margin-top: .5em;
|
||||
padding: .3em 1em .5em .4em;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
float: right;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
margin: .5em .4em .5em 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ui-dialog .ui-resizable-se {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
right: -5px;
|
||||
bottom: -5px;
|
||||
background-position: 16px 16px;
|
||||
}
|
||||
.ui-draggable .ui-dialog-titlebar {
|
||||
cursor: move;
|
||||
}
|
||||
.ui-menu {
|
||||
list-style: none;
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
display: block;
|
||||
outline: none;
|
||||
}
|
||||
.ui-menu .ui-menu {
|
||||
margin-top: -3px;
|
||||
position: absolute;
|
||||
}
|
||||
.ui-menu .ui-menu-item {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
||||
}
|
||||
.ui-menu .ui-menu-divider {
|
||||
margin: 5px -2px 5px -2px;
|
||||
height: 0;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.ui-menu .ui-menu-item a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 2px .4em;
|
||||
line-height: 1.5;
|
||||
min-height: 0; /* support: IE7 */
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-menu .ui-menu-item a.ui-state-focus,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: -1px;
|
||||
}
|
||||
|
||||
.ui-menu .ui-state-disabled {
|
||||
font-weight: normal;
|
||||
margin: .4em 0 .2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.ui-menu .ui-state-disabled a {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* icon support */
|
||||
.ui-menu-icons {
|
||||
position: relative;
|
||||
}
|
||||
.ui-menu-icons .ui-menu-item a {
|
||||
position: relative;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
/* left-aligned */
|
||||
.ui-menu .ui-icon {
|
||||
position: absolute;
|
||||
top: .2em;
|
||||
left: .2em;
|
||||
}
|
||||
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon {
|
||||
position: static;
|
||||
float: right;
|
||||
}
|
||||
.ui-progressbar {
|
||||
height: 2em;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ui-progressbar .ui-progressbar-value {
|
||||
margin: -1px;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-progressbar .ui-progressbar-overlay {
|
||||
/* background: url("images/animated-overlay.gif"); */
|
||||
height: 100%;
|
||||
filter: alpha(opacity=25);
|
||||
opacity: 0.25;
|
||||
}
|
||||
.ui-progressbar-indeterminate .ui-progressbar-value {
|
||||
background-image: none;
|
||||
}
|
||||
.ui-tabs {
|
||||
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
padding: .2em;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
margin: 0;
|
||||
padding: .2em .2em 0;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 1px .2em 0 0;
|
||||
border-bottom-width: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
||||
float: left;
|
||||
padding: .5em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
||||
margin-bottom: -1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
||||
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
||||
cursor: text;
|
||||
}
|
||||
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
||||
cursor: pointer;
|
||||
}
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
display: block;
|
||||
border-width: 0;
|
||||
padding: 1em 1.4em;
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget {
|
||||
font-family: "Open Sans",Verdana,Arial,sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.ui-widget .ui-widget {
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget input,
|
||||
.ui-widget select,
|
||||
.ui-widget textarea,
|
||||
.ui-widget button {
|
||||
font-family: "Open Sans",Verdana,Arial,sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget-content {
|
||||
border:1px solid #111;
|
||||
}
|
||||
.ui-widget-content a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #111;
|
||||
/* background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; */
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ui-widget-header a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default,
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
border: 1px solid #111;
|
||||
background: #333;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
|
||||
}
|
||||
.ui-state-default a,
|
||||
.ui-state-default a:link,
|
||||
.ui-state-default a:visited {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-state-hover,
|
||||
.ui-widget-content .ui-state-hover,
|
||||
.ui-widget-header .ui-state-hover,
|
||||
.ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus,
|
||||
.ui-widget-header .ui-state-focus {
|
||||
border: 1px solid #111;
|
||||
/* background: #dddddd url(images/ui-bg_highlight-soft_75_dddddd_1x100.png) 50% 50% repeat-x; */
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.ui-state-hover a,
|
||||
.ui-state-hover a:hover,
|
||||
.ui-state-hover a:link,
|
||||
.ui-state-hover a:visited,
|
||||
.ui-state-focus a,
|
||||
.ui-state-focus a:hover,
|
||||
.ui-state-focus a:link,
|
||||
.ui-state-focus a:visited {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-state-active,
|
||||
.ui-widget-content .ui-state-active,
|
||||
.ui-widget-header .ui-state-active {
|
||||
border: 1px solid #111;
|
||||
background: #dfdfdf url(images/ui-bg_inset-soft_75_dfdfdf_1x100.png) 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.ui-state-active a,
|
||||
.ui-state-active a:link,
|
||||
.ui-state-active a:visited {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight,
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
border: 1px solid #111;
|
||||
/* background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; */
|
||||
color: #363636;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
.ui-widget-content .ui-state-highlight a,
|
||||
.ui-widget-header .ui-state-highlight a {
|
||||
color: #363636;
|
||||
}
|
||||
.ui-state-error,
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
border: 1px solid #111;
|
||||
/* background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; */
|
||||
color: #8c291d;
|
||||
}
|
||||
.ui-state-error a,
|
||||
.ui-widget-content .ui-state-error a,
|
||||
.ui-widget-header .ui-state-error a {
|
||||
color: #8c291d;
|
||||
}
|
||||
.ui-state-error-text,
|
||||
.ui-widget-content .ui-state-error-text,
|
||||
.ui-widget-header .ui-state-error-text {
|
||||
color: #8c291d;
|
||||
}
|
||||
.ui-priority-primary,
|
||||
.ui-widget-content .ui-priority-primary,
|
||||
.ui-widget-header .ui-priority-primary {
|
||||
font-weight: bold;
|
||||
}
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary,
|
||||
.ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
filter:Alpha(Opacity=70);
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled,
|
||||
.ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
filter:Alpha(Opacity=35);
|
||||
background-image: none;
|
||||
}
|
||||
.ui-state-disabled .ui-icon {
|
||||
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
||||
}
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
/*
|
||||
.ui-icon,
|
||||
.ui-widget-content .ui-icon {
|
||||
background-image: url(images/ui-icons_222222_256x240.png);
|
||||
}
|
||||
.ui-widget-header .ui-icon {
|
||||
background-image: url(images/ui-icons_222222_256x240.png);
|
||||
}
|
||||
.ui-state-default .ui-icon {
|
||||
background-image: url(images/ui-icons_8c291d_256x240.png);
|
||||
}
|
||||
.ui-state-hover .ui-icon,
|
||||
.ui-state-focus .ui-icon {
|
||||
background-image: url(images/ui-icons_222222_256x240.png);
|
||||
}
|
||||
.ui-state-active .ui-icon {
|
||||
background-image: url(images/ui-icons_8c291d_256x240.png);
|
||||
}
|
||||
.ui-state-highlight .ui-icon {
|
||||
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
||||
}
|
||||
.ui-state-error .ui-icon,
|
||||
.ui-state-error-text .ui-icon {
|
||||
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
||||
}
|
||||
*/
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-blank { background-position: 16px 16px; }
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-on { background-position: -96px -144px; }
|
||||
.ui-icon-radio-off { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-left,
|
||||
.ui-corner-tl {
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-right,
|
||||
.ui-corner-tr {
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-left,
|
||||
.ui-corner-bl {
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-right,
|
||||
.ui-corner-br {
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
/* background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */
|
||||
opacity: .75;
|
||||
filter: Alpha(Opacity=75);
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
margin: -8px 0 0 -8px;
|
||||
padding: 8px;
|
||||
/* background: #000000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; */
|
||||
opacity: .35;
|
||||
filter: Alpha(Opacity=35);
|
||||
border-radius: 8px;
|
||||
}
|
567
gui/slick/css/lib/jquery-ui-1.8.17.custom.css
vendored
@ -1,567 +0,0 @@
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*/
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
||||
.ui-helper-clearfix:after { clear: both; }
|
||||
.ui-helper-clearfix { zoom: 1; }
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
*/
|
||||
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget .ui-widget { font-size: 1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
||||
.ui-widget-header a { color: #222222; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
|
||||
.ui-widget :active { outline: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
|
||||
.ui-pnotify-icon span { background-image: url(images/ui-icons_222222_256x240.png) !important;}
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-off { background-position: -96px -144px; }
|
||||
.ui-icon-radio-on { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
|
||||
* jQuery UI Resizable 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Resizable#theming
|
||||
*/
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
|
||||
* jQuery UI Selectable 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Selectable#theming
|
||||
*/
|
||||
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
||||
/*!
|
||||
* jQuery UI Accordion 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Accordion#theming
|
||||
*/
|
||||
/* IE/Win - Fix animation bug - #4615 */
|
||||
.ui-accordion { width: 100%; }
|
||||
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
||||
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
||||
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
|
||||
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
||||
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-content-active { display: block; }
|
||||
/*!
|
||||
* jQuery UI Autocomplete 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Autocomplete#theming
|
||||
*/
|
||||
.ui-autocomplete { position: absolute; cursor: default; }
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
|
||||
/*
|
||||
* jQuery UI Menu 1.8.20
|
||||
*
|
||||
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Menu#theming
|
||||
*/
|
||||
.ui-menu {
|
||||
list-style:none;
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
display:block;
|
||||
float: left;
|
||||
}
|
||||
.ui-menu .ui-menu {
|
||||
margin-top: -3px;
|
||||
}
|
||||
.ui-menu .ui-menu-item {
|
||||
margin:0;
|
||||
padding: 0;
|
||||
zoom: 1;
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-menu .ui-menu-item a {
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
padding:.2em .4em;
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
}
|
||||
.ui-menu .ui-menu-item a.ui-state-hover,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: -1px;
|
||||
}
|
||||
/*!
|
||||
* jQuery UI Button 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Button#theming
|
||||
*/
|
||||
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
||||
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
||||
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
||||
.ui-button-icons-only { width: 3.4em; }
|
||||
button.ui-button-icons-only { width: 3.7em; }
|
||||
|
||||
/*button text element */
|
||||
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
||||
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
/*button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
||||
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
|
||||
/*button sets*/
|
||||
.ui-buttonset { margin-right: 7px; }
|
||||
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
||||
/*!
|
||||
* jQuery UI Dialog 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Dialog#theming
|
||||
*/
|
||||
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
||||
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
||||
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
||||
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
||||
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
/*!
|
||||
* jQuery UI Slider 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Slider#theming
|
||||
*/
|
||||
.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
||||
|
||||
.ui-slider-horizontal { height: .8em; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
|
||||
* jQuery UI Tabs 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Tabs#theming
|
||||
*/
|
||||
.ui-tabs { position: relative; padding: 0em; zoom: 1; background: transparent; border: none;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; background: none; border:none;}
|
||||
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap;background: #FFF; }
|
||||
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; font-weight: normal; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background-color: #f7f7f7; border-color: #CCC; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { color: #454545; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: #f7f7f7; border: 1px solid #CCC; }
|
||||
.ui-tabs .ui-tabs-hide { display: none !important; }
|
||||
/*!
|
||||
* jQuery UI Datepicker 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Datepicker#theming
|
||||
*/
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||
.ui-datepicker-cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}/*!
|
||||
* jQuery UI Progressbar 1.8.20
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Progressbar#theming
|
||||
*/
|
||||
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
||||
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
@ -1,92 +0,0 @@
|
||||
/*
|
||||
Document : jquery.pnotify.default.css
|
||||
Created on : Nov 23, 2009, 3:14:10 PM
|
||||
Author : Hunter Perrin
|
||||
Version : 1.0.0
|
||||
Description:
|
||||
Default styling for Pines Notify jQuery plugin.
|
||||
*/
|
||||
|
||||
/* Notice
|
||||
----------------------------------*/
|
||||
.ui-pnotify {
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
/* Ensure that the notices are on top of everything else. */
|
||||
z-index: 9999;
|
||||
}
|
||||
/* This hides position: fixed from IE6, which doesn't understand it. */
|
||||
html > body .ui-pnotify {
|
||||
position: fixed;
|
||||
}
|
||||
.ui-pnotify .ui-widget {
|
||||
background: none;
|
||||
}
|
||||
.ui-pnotify-container {
|
||||
background-position: 0 0;
|
||||
border: 1px solid #111;
|
||||
background-color: #3D3D3D !important;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
font-size: 14px;
|
||||
-moz-box-shadow: 0px 0px 2px #000000;
|
||||
-webkit-box-shadow: 0px 0px 2px #000000;
|
||||
-o-box-shadow: 0px 0px 2px #000000;
|
||||
box-shadow: 0px 0px 2px #000000;
|
||||
padding: 7px 10px;
|
||||
text-align: center;
|
||||
min-height: 22px;
|
||||
z-index: 9999;
|
||||
font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||||
line-height: normal;
|
||||
}
|
||||
.ui-pnotify-closer {
|
||||
float: right;
|
||||
margin-left: .2em;
|
||||
}
|
||||
.ui-pnotify-title {
|
||||
display: block;
|
||||
background: none;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||||
line-height: normal;
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui-pnotify-text {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||||
line-height: normal;
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui-pnotify-icon, .ui-pnotify-icon span {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: .2em;
|
||||
}
|
||||
/* History Pulldown
|
||||
----------------------------------*/
|
||||
.ui-pnotify-history-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 18px;
|
||||
width: 70px;
|
||||
border-top: none;
|
||||
/* Ensure that the history container is on top of the notices. */
|
||||
z-index: 10000;
|
||||
}
|
||||
.ui-pnotify-history-container .ui-pnotify-history-header {
|
||||
/*padding: 2px;*/
|
||||
}
|
||||
.ui-pnotify-history-container button {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
@ -1,136 +0,0 @@
|
||||
/* Variables *//* Mixins */
|
||||
/* SB Theme */
|
||||
table.tablesorter {
|
||||
width:100%;
|
||||
line-height:32px;
|
||||
text-align:middle;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
border-collapse:separate;
|
||||
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);
|
||||
box-shadow:0 1px 2px rgba(0,0,0,0.15);
|
||||
border:1px solid #111;
|
||||
border-radius:10px;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
table.tablesorter td {
|
||||
font-size: 14px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
/* remove extra border from left edge */
|
||||
table.tablesorter th:first-child,
|
||||
table.tablesorter td:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.tablesorter thead tr:first-child, .tablesorter thead th:first-child{
|
||||
border-top-left-radius:10px;
|
||||
}
|
||||
|
||||
.tablesorter thead tr:last-child, .tablesorter thead th:last-child{
|
||||
border-top-right-radius:10px;
|
||||
}
|
||||
|
||||
.tablesorter tfoot tr:first-child, .tablesorter tfoot th:first-child{
|
||||
border-bottom-left-radius:10px;
|
||||
}
|
||||
|
||||
.tablesorter tfoot tr:last-child, .tablesorter tfoot th:last-child{
|
||||
border-bottom-right-radius:10px;
|
||||
}
|
||||
|
||||
.tablesorter tfoot a {
|
||||
text-decoration: none;
|
||||
color: #FFFFFF;
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table.tablesorter th {
|
||||
overflow:hidden;
|
||||
line-height:30px;
|
||||
padding:0 11px;
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
background:#297ab8;
|
||||
background-clip:padding-box;
|
||||
background-image:-webkit-linear-gradient(top, #297ab8,#15528f);
|
||||
background-image:-moz-linear-gradient(top, #297ab8,#15528f);
|
||||
background-image:-o-linear-gradient(top, #297ab8,#15528f);
|
||||
background-image:linear-gradient(to bottom, #297ab8,#15528f);
|
||||
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
|
||||
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
table.tablesorter .tablesorter-header {
|
||||
cursor: pointer;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
table.tablesorter .tablesorter-header-inner {
|
||||
padding: 0px 15px 0px 15px;
|
||||
}
|
||||
|
||||
table.tablesorter th.tablesorter-headerAsc .tablesorter-header-inner {
|
||||
background: url(../lib/images/tablesorter/asc.gif) no-repeat right center;
|
||||
}
|
||||
|
||||
table.tablesorter th.tablesorter-headerDesc .tablesorter-header-inner {
|
||||
background: url(../lib/images/tablesorter/desc.gif) no-repeat right center;
|
||||
}
|
||||
|
||||
table.tablesorter th.tablesorter-headerAsc {
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
background:#3983bc;
|
||||
background-clip:padding-box;
|
||||
background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important;
|
||||
background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important;
|
||||
background-image:-o-linear-gradient(top, #3983bc,#32699e) !important;
|
||||
background-image:linear-gradient(to bottom, #3983bc,#32699e) !important;
|
||||
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
|
||||
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
|
||||
}
|
||||
table.tablesorter th.tablesorter-headerDesc {
|
||||
text-shadow:0 1px rgba(0,0,0,0.8);
|
||||
background:#3983bc;
|
||||
background-clip:padding-box;
|
||||
background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important;
|
||||
background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important;
|
||||
background-image:-o-linear-gradient(top, #3983bc,#32699e) !important;
|
||||
background-image:linear-gradient(to bottom, #3983bc,#32699e) !important;
|
||||
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
|
||||
box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15);
|
||||
}
|
||||
/* Zebra Widget - row alternating colors */
|
||||
table.tablesorter tr.odd td {
|
||||
background-color: #333333;
|
||||
}
|
||||
table.tablesorter tr.even td {
|
||||
background-color: #2e2e2e;
|
||||
}
|
||||
/* filter widget */
|
||||
table.tablesorter input.tablesorter-filter {
|
||||
width: 98%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
table.tablesorter tr.tablesorter-filter,
|
||||
table.tablesorter tr.tablesorter-filter td {
|
||||
text-align: center;
|
||||
}
|
||||
/* optional disabled input styling */
|
||||
table.tablesorter input.tablesorter-filter.disabled {
|
||||
display: none;
|
||||
}
|
||||
/* xtra css for sb */
|
||||
.tablesorter-header-inner {
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
padding: 0 2px;
|
||||
font-weight: normal;
|
||||
}
|
||||
tr.tablesorter-stickyHeader {
|
||||
background-color: #fff;
|
||||
padding: 2px 0;
|
||||
}
|
1837
gui/slick/css/original.css
Normal file
@ -1,133 +0,0 @@
|
||||
#container, #container-anime {
|
||||
margin-bottom: 20px;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
.show {
|
||||
margin: 10px;
|
||||
background-color: #333;
|
||||
border-radius: 3px;
|
||||
width: 186px;
|
||||
height: 324px;
|
||||
border: 1px solid #111;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.show-image {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
height: 273px;
|
||||
width: 186px;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
|
||||
.show-image-slide {
|
||||
background-color: rgba(42,42,42,0.7);
|
||||
border-top: 1px solid #111;
|
||||
text-shadow: 1px 1px #000;
|
||||
width: 180px;
|
||||
padding: 6px;
|
||||
position: absolute;
|
||||
bottom: -100px;
|
||||
transition: all 0.5s ease;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.show-image:hover .show-image-slide {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.show .ui-progressbar {
|
||||
height: 6px !important;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.show .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
||||
.show .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
.show .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
|
||||
border-top-right-radius: 0px;
|
||||
}
|
||||
|
||||
.show .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
|
||||
.show .ui-widget-content {
|
||||
border-top: 1px solid #111;
|
||||
border-bottom: 1px solid #111;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
.show .progress-80 {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.show .progress-60 {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.show .progress-40 {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.show .progress-20 {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.show-add {
|
||||
text-shadow: 1px 1px #000;
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.show-date {
|
||||
text-shadow: 1px 1px #000;
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
display: block;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.show-status {
|
||||
text-shadow: 1px 1px #000;
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
display: block;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.show-network-image {
|
||||
width: 50px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.show-dlstats {
|
||||
text-shadow: 1px 1px #000;
|
||||
font-size: 11px;
|
||||
text-align: right;
|
||||
display: block;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
#sort-by {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#sort-by ul, #sort-by li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
@ -1,286 +0,0 @@
|
||||
/* Variables *//* Mixins */
|
||||
/*** ESSENTIAL STYLES ***/
|
||||
.sf-menu ul {
|
||||
background: #363636;
|
||||
position: absolute;
|
||||
top: -999em;
|
||||
padding: 0;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border: 1px solid #111;
|
||||
width: 10em;
|
||||
/* left offset of submenus need to match (see below) */
|
||||
|
||||
}
|
||||
.sf-menu ul li a {
|
||||
padding-left: 28px;
|
||||
}
|
||||
.sf-menu ul li a img {
|
||||
position: absolute;
|
||||
margin-top: -1px;
|
||||
margin-left: -22px;
|
||||
z-index: 99;
|
||||
}
|
||||
.sf-menu ul li {
|
||||
width: 100%;
|
||||
}
|
||||
.sf-menu li.spacer,
|
||||
.sf-menu li.spacer:hover {
|
||||
background-color: #57442B;
|
||||
width: 15px;
|
||||
}
|
||||
.sf-menu .first {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.sf-menu .navIcon {
|
||||
padding: 0.6em 1em 0.55em;
|
||||
}
|
||||
.sf-menu li:hover {
|
||||
visibility: inherit;
|
||||
/* fixes IE7 'sticky bug' */
|
||||
|
||||
}
|
||||
.sf-menu li {
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
.sf-menu a {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.sf-menu li:hover ul,
|
||||
.sf-menu li.sfHover ul {
|
||||
left: 0;
|
||||
top: 3.2em;
|
||||
/* match top ul list item height */
|
||||
|
||||
z-index: 99;
|
||||
}
|
||||
ul.sf-menu li:hover li ul,
|
||||
ul.sf-menu li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li:hover ul,
|
||||
ul.sf-menu li li.sfHover ul {
|
||||
left: 10em;
|
||||
/* match ul width */
|
||||
|
||||
top: 0;
|
||||
}
|
||||
ul.sf-menu li li:hover li ul,
|
||||
ul.sf-menu li li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li li:hover ul,
|
||||
ul.sf-menu li li li.sfHover ul {
|
||||
left: 10em;
|
||||
/* match ul width */
|
||||
|
||||
top: 0;
|
||||
}
|
||||
.sf-menu li.current > a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.sf-menu {
|
||||
float: left;
|
||||
/*margin-bottom: 1em;*/
|
||||
|
||||
line-height: 1em;
|
||||
}
|
||||
.sf-menu a {
|
||||
border-right: 1px solid #ccc;
|
||||
padding: .75em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
.sf-menu li a {
|
||||
border: 1px solid transparent;
|
||||
color: #FFFFFF;
|
||||
display: block;
|
||||
padding-bottom: 12px;
|
||||
padding-top: 12px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.sf-menu li a.log {
|
||||
border: 1px solid transparent;
|
||||
color: #FFFFFF;
|
||||
display: block;
|
||||
padding-bottom: 12px;
|
||||
padding-top: 12px;
|
||||
padding-left: 15px;
|
||||
padding-right: 25px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.sf-menu li a.config {
|
||||
height: 14px;
|
||||
width: 20px;
|
||||
}
|
||||
.sf-menu li a.config img {
|
||||
left: 0px;
|
||||
position: relative;
|
||||
top: -13px;
|
||||
}
|
||||
.sf-menu li li a,
|
||||
.sf-menu li li li a {
|
||||
text-shadow: none;
|
||||
}
|
||||
.sf-menu a,
|
||||
.sf-menu a:visited {
|
||||
/* visited pseudo selector so IE6 applies text colour*/
|
||||
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.sf-menu li {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 8px 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
.sf-menu li li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
/* alt row light brown */
|
||||
}
|
||||
.sf-menu li li li {
|
||||
background: #2a2a2a;
|
||||
/* even row tan */
|
||||
}
|
||||
.sf-menu li li a,
|
||||
.sf-menu li li a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
.sf-menu li li a:hover {
|
||||
color: #000;
|
||||
}
|
||||
.sf-menu li li li a,
|
||||
.sf-menu li li li a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
.sf-menu li li li a:hover {
|
||||
color: #000;
|
||||
}
|
||||
.sf-menu li:hover,
|
||||
.sf-menu li.sfHover,
|
||||
.sf-menu a:focus,
|
||||
.sf-menu a:hover,
|
||||
.sf-menu a:active {
|
||||
outline: 0;
|
||||
}
|
||||
.sf-menu li a:hover {
|
||||
background-image: -moz-linear-gradient(#2a88cf, #297ab8) !important;
|
||||
background-image: linear-gradient(#2a88cf, #297ab8) !important;
|
||||
background-image: -webkit-linear-gradient(#2a88cf, #297ab8) !important;
|
||||
background-image: -o-linear-gradient(#2a88cf, #297ab8) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#2a88cf, endColorstr=#297ab8) !important;
|
||||
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#2a88cf, endColorstr=#297ab8) !important;
|
||||
border: 1px solid #2a88cf;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
-moz-box-shadow: 0 1px 0 #2a88cf inset;
|
||||
-webkit-box-shadow: 0 1px 0 #2a88cf inset;
|
||||
-o-box-shadow: 0 1px 0 #2a88cf inset;
|
||||
box-shadow: 0 1px 0 #2a88cf inset;
|
||||
}
|
||||
.sf-menu li ul li a {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.sf-menu li ul li a:hover {
|
||||
background-image: -moz-linear-gradient(#297ab8, #15528f) !important;
|
||||
background-image: linear-gradient(#297ab8, #15528f) !important;
|
||||
background-image: -webkit-linear-gradient(#297ab8, #15528f) !important;
|
||||
background-image: -o-linear-gradient(#297ab8, #15528f) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important;
|
||||
-ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important;
|
||||
color: #FFFFFF !important;
|
||||
text-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
/*** arrows **/
|
||||
.sf-menu a.sf-with-ul {
|
||||
padding-right: 1.8em;
|
||||
min-width: 1px;
|
||||
/* trigger IE7 hasLayout so spans position accurately */
|
||||
|
||||
}
|
||||
.sf-sub-indicator {
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: .75em;
|
||||
top: 1.05em;
|
||||
/* IE6 only */
|
||||
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
text-indent: -999em;
|
||||
overflow: hidden;
|
||||
/*
|
||||
background: url('/images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
|
||||
|
||||
}
|
||||
a > .sf-sub-indicator {
|
||||
/* give all except IE6 the correct values */
|
||||
|
||||
top: 14px;
|
||||
background-position: 0 -100px;
|
||||
/* use translucent arrow for modern browsers*/
|
||||
|
||||
}
|
||||
/* apply hovers to modern browsers */
|
||||
a:focus > .sf-sub-indicator,
|
||||
a:hover > .sf-sub-indicator,
|
||||
a:active > .sf-sub-indicator,
|
||||
li:hover > a > .sf-sub-indicator,
|
||||
li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px -100px;
|
||||
/* arrow hovers for modern browsers*/
|
||||
|
||||
}
|
||||
/* point right for anchors in subs */
|
||||
.sf-menu ul .sf-sub-indicator {
|
||||
background-position: -10px 0;
|
||||
}
|
||||
.sf-menu ul a > .sf-sub-indicator {
|
||||
background-position: 0 0;
|
||||
}
|
||||
/* apply hovers to modern browsers */
|
||||
.sf-menu ul a:focus > .sf-sub-indicator,
|
||||
.sf-menu ul a:hover > .sf-sub-indicator,
|
||||
.sf-menu ul a:active > .sf-sub-indicator,
|
||||
.sf-menu ul li:hover > a > .sf-sub-indicator,
|
||||
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px 0;
|
||||
/* arrow hovers for modern browsers*/
|
||||
|
||||
}
|
||||
/*** shadows for all but IE6 ***/
|
||||
.sf-shadow ul {
|
||||
/*
|
||||
background: url('/images/shadow.png') no-repeat bottom right;
|
||||
*/
|
||||
|
||||
padding: 0 8px 9px 0;
|
||||
-moz-border-radius-bottomleft: 17px;
|
||||
-moz-border-radius-topright: 17px;
|
||||
-webkit-border-top-right-radius: 17px;
|
||||
-webkit-border-bottom-left-radius: 17px;
|
||||
}
|
||||
.sf-shadow ul.sf-shadow-off {
|
||||
background: transparent;
|
||||
}
|
@ -1,211 +0,0 @@
|
||||
// Config
|
||||
@import "config.less";
|
||||
|
||||
/*** ESSENTIAL STYLES ***/
|
||||
|
||||
.sf-menu ul {
|
||||
background: #F5F1E4;
|
||||
position: absolute;
|
||||
top: -999em;
|
||||
padding: 0;
|
||||
border: 1px solid #ccc;
|
||||
width: 10em; /* left offset of submenus need to match (see below) */
|
||||
}
|
||||
.sf-menu ul li a {padding-left: 28px;}
|
||||
.sf-menu ul li a img {position:absolute;margin-top:-2px;margin-left:-22px;z-index:99;}
|
||||
|
||||
.sf-menu ul li {
|
||||
width: 100%;
|
||||
}
|
||||
.sf-menu li.spacer,.sf-menu li.spacer:hover {
|
||||
background-color:#57442B;
|
||||
width:15px;
|
||||
}
|
||||
.sf-menu .first {
|
||||
margin-left:0px;
|
||||
}
|
||||
.sf-menu .navIcon {
|
||||
padding: 0.6em 1em 0.55em;
|
||||
}
|
||||
.sf-menu li:hover {
|
||||
visibility: inherit; /* fixes IE7 'sticky bug' */
|
||||
}
|
||||
.sf-menu li {
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
.sf-menu a {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.sf-menu li:hover ul,
|
||||
.sf-menu li.sfHover ul {
|
||||
left: 0;
|
||||
top: 3.2em; /* match top ul list item height */
|
||||
z-index: 99;
|
||||
}
|
||||
ul.sf-menu li:hover li ul,
|
||||
ul.sf-menu li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li:hover ul,
|
||||
ul.sf-menu li li.sfHover ul {
|
||||
left: 10em; /* match ul width */
|
||||
top: 0;
|
||||
}
|
||||
ul.sf-menu li li:hover li ul,
|
||||
ul.sf-menu li li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
ul.sf-menu li li li:hover ul,
|
||||
ul.sf-menu li li li.sfHover ul {
|
||||
left: 10em; /* match ul width */
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.sf-menu li.current > a {
|
||||
color: @swatch-green;
|
||||
}
|
||||
|
||||
|
||||
.sf-menu {
|
||||
float: left;
|
||||
/*margin-bottom: 1em;*/
|
||||
line-height: 1em;
|
||||
}
|
||||
.sf-menu a {
|
||||
border-right: 1px solid #ccc;
|
||||
padding: .75em 1em;
|
||||
text-decoration:none;
|
||||
}
|
||||
.sf-menu li a {
|
||||
border: 1px solid transparent;
|
||||
color: #FFFFFF;
|
||||
display: block;
|
||||
padding-bottom: 12px;
|
||||
padding-top: 12px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.sf-menu li a.log {
|
||||
font-size: 11px;
|
||||
padding-top: 10px;
|
||||
padding-left: 15px;
|
||||
padding-bottom: 11px;
|
||||
line-height: 19px;
|
||||
padding-right: 23px;
|
||||
}
|
||||
|
||||
.sf-menu li a.config {
|
||||
height: 28px;
|
||||
width: 10px;
|
||||
}
|
||||
.sf-menu li a.config img {
|
||||
left: -7px;
|
||||
position: relative;
|
||||
top: -14px;
|
||||
}
|
||||
.sf-menu li li a, .sf-menu li li li a {
|
||||
text-shadow: none;
|
||||
}
|
||||
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.sf-menu li { display: block;
|
||||
float: left;
|
||||
margin: 8px 0 0;
|
||||
text-align: center;}
|
||||
.sf-menu li li { padding: 0; margin: 0; text-align: left; /* alt row light brown */ }
|
||||
.sf-menu li li li { background: #F5F1E4; /* even row tan */ }
|
||||
|
||||
.sf-menu li li a,.sf-menu li li a:visited { color: #000; }
|
||||
.sf-menu li li a:hover { color: #343434; }
|
||||
|
||||
.sf-menu li li li a,.sf-menu li li li a:visited { color: #000; }
|
||||
.sf-menu li li li a:hover { color: #343434; }
|
||||
|
||||
|
||||
.sf-menu li:hover, .sf-menu li.sfHover,
|
||||
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
|
||||
outline: 0;
|
||||
}
|
||||
.sf-menu li a:hover {
|
||||
//-moz-transition: color 0.2s ease-in 0s;
|
||||
.gradient(#777777, #555555);
|
||||
border: 1px solid #777777;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
.shadow(0 1px 0 #888888 inset);
|
||||
}
|
||||
.sf-menu li ul li a {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.sf-menu li ul li a:hover {
|
||||
.gradient(#555555, #333333);
|
||||
color: #FFF !important;
|
||||
text-shadow: none;
|
||||
border: 1px solid transparent;
|
||||
.rounded(0);
|
||||
.shadow(none);
|
||||
}
|
||||
/*** arrows **/
|
||||
.sf-menu a.sf-with-ul {
|
||||
padding-right: 1.8em;
|
||||
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
|
||||
}
|
||||
.sf-sub-indicator {
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: .75em;
|
||||
top: 1.05em; /* IE6 only */
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
text-indent: -999em;
|
||||
overflow: hidden;
|
||||
/*
|
||||
background: url('/images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
|
||||
|
||||
}
|
||||
a > .sf-sub-indicator { /* give all except IE6 the correct values */
|
||||
top: 14px;
|
||||
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
|
||||
}
|
||||
/* apply hovers to modern browsers */
|
||||
a:focus > .sf-sub-indicator,
|
||||
a:hover > .sf-sub-indicator,
|
||||
a:active > .sf-sub-indicator,
|
||||
li:hover > a > .sf-sub-indicator,
|
||||
li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px -100px; /* arrow hovers for modern browsers*/
|
||||
}
|
||||
|
||||
/* point right for anchors in subs */
|
||||
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
|
||||
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
|
||||
/* apply hovers to modern browsers */
|
||||
.sf-menu ul a:focus > .sf-sub-indicator,
|
||||
.sf-menu ul a:hover > .sf-sub-indicator,
|
||||
.sf-menu ul a:active > .sf-sub-indicator,
|
||||
.sf-menu ul li:hover > a > .sf-sub-indicator,
|
||||
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
|
||||
background-position: -10px 0; /* arrow hovers for modern browsers*/
|
||||
}
|
||||
|
||||
/*** shadows for all but IE6 ***/
|
||||
.sf-shadow ul {
|
||||
/*
|
||||
background: url('/images/shadow.png') no-repeat bottom right;
|
||||
*/
|
||||
padding: 0 8px 9px 0;
|
||||
-moz-border-radius-bottomleft: 17px;
|
||||
-moz-border-radius-topright: 17px;
|
||||
-webkit-border-top-right-radius: 17px;
|
||||
-webkit-border-bottom-left-radius: 17px;
|
||||
}
|
||||
.sf-shadow ul.sf-shadow-off {
|
||||
background: transparent;
|
||||
}
|
@ -1,91 +0,0 @@
|
||||
// Config
|
||||
@import "config.less";
|
||||
|
||||
/* SB Theme */
|
||||
table.tablesorter {
|
||||
width: 100%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
text-align:left;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
border-spacing: 0;
|
||||
}
|
||||
table.tablesorter td {
|
||||
font-size: 12px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
/* remove extra border from left edge */
|
||||
table.tablesorter th:first-child,
|
||||
table.tablesorter td:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
table.tablesorter th {
|
||||
border-collapse: collapse;
|
||||
.gradient(#555555,#333333);
|
||||
color: #fff;
|
||||
}
|
||||
table.tablesorter .tablesorter-header {
|
||||
/* background-image: url(../images/tablesorter/bg.gif); */
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
//padding: 4px 18px 4px 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
table.tablesorter .tablesorter-header-inner {
|
||||
//background: url(../images/tablesorter/bg.gif) no-repeat right center;
|
||||
padding: 0px 18px 0px 4px;
|
||||
}
|
||||
table.tablesorter th.tablesorter-headerSortUp .tablesorter-header-inner {
|
||||
background: url(../images/tablesorter/asc.gif) no-repeat right center;
|
||||
}
|
||||
table.tablesorter th.tablesorter-headerSortDown .tablesorter-header-inner {
|
||||
background: url(../images/tablesorter/desc.gif) no-repeat right center;
|
||||
}
|
||||
table.tablesorter th.tablesorter-headerSortUp {
|
||||
.gradient(#777777, #555555);
|
||||
color: #FFFFFF;
|
||||
/* background-image: url(../images/tablesorter/asc.gif); */
|
||||
}
|
||||
table.tablesorter th.tablesorter-headerSortDown {
|
||||
.gradient(#777777, #555555);
|
||||
color: #FFFFFF;
|
||||
/* background-image: url(../images/tablesorter/desc.gif); */
|
||||
}
|
||||
|
||||
/* Zebra Widget - row alternating colors */
|
||||
table.tablesorter tr.odd td {
|
||||
background-color: #F5F1E4;
|
||||
}
|
||||
table.tablesorter tr.even td {
|
||||
background-color: #fbf9f3;
|
||||
}
|
||||
/* filter widget */
|
||||
table.tablesorter input.tablesorter-filter {
|
||||
width: 98%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
table.tablesorter tr.tablesorter-filter,
|
||||
table.tablesorter tr.tablesorter-filter td {
|
||||
text-align: center;
|
||||
background: #eee;
|
||||
}
|
||||
/* optional disabled input styling */
|
||||
table.tablesorter input.tablesorter-filter.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* xtra css for sb */
|
||||
.tablesorter-header-inner {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
padding: 0 2px;
|
||||
}
|
||||
tr.tablesorter-stickyHeader {
|
||||
background-color: #fff;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
@ -1,53 +0,0 @@
|
||||
.traktShowTitleIcons {
|
||||
float: right;
|
||||
padding-right: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.traktContainer h2, .traktContainer i {
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
text-shadow: 1px 1px 0px #000;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.traktContainer {
|
||||
margin: 0px auto;
|
||||
margin-bottom: 20px;
|
||||
width: 186px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
text-shadow:0 1px rgba(0,0,0,0.5);
|
||||
background: #333;
|
||||
border: 1px solid #111;
|
||||
}
|
||||
|
||||
.trakt-image {
|
||||
background-image: url(../images/poster.png);
|
||||
background-size: 186px 273px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
height: 273px;
|
||||
width: 186px;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-bottom: 1px solid #111;
|
||||
}
|
||||
|
||||
.trakt-image-slide {
|
||||
background-color: rgba(42,42,42,0.7);
|
||||
border-top: 1px solid #111;
|
||||
text-shadow: 1px 1px #000;
|
||||
width: 186px;
|
||||
padding: 6px;
|
||||
position: absolute;
|
||||
bottom: -100px;
|
||||
transition: all 0.5s ease;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.trakt-image:hover .trakt-image-slide {
|
||||
bottom: 0;
|
||||
}
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.8 KiB |
BIN
gui/slick/images/network/abc australia.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.1 KiB |