.ts-heading-style-default {
padding: 2px 0; }
.ts-heading-style-default .ts-heading-inner {
padding: 1em 0.5em; }
.ts-heading.ts-heading-align-left { text-align: left; }
.ts-heading.ts-heading-align-left .ts-heading-inner { padding-left: 0.2em; }
.ts-heading.ts-heading-align-right { text-align: right; }
.ts-heading.ts-heading-align-right .ts-heading-inner { padding-right: 0.2em; }
.ts-heading.ts-heading-align-center { text-align: center; } .ts-divider {
clear: both;
border: none;
text-align: right;
line-height: 1;
}
.ts-divider a {
display: inline-block;
font-size: 0.8em;
text-decoration: none;
outline: none;
padding-bottom: 5px;
}
.ts-divider-style-default { border-bottom-style: solid; }
.ts-divider-style-dotted { border-bottom-style: dotted; }
.ts-divider-style-dashed { border-bottom-style: dashed; }
.ts-divider-style-double { border-bottom-style: double; } .ts-spacer {
display: block;
height: 0;
clear: both;
overflow: hidden;
}
.ts-spacer-5 { height: 5px }
.ts-spacer-10 { height: 10px }
.ts-spacer-20 { height: 20px }
.ts-spacer-30 { height: 30px }
.ts-spacer-40 { height: 40px } .ts-highlight {
display: inline;
padding: 1px 0;
} .ts-label {
display: inline;
margin-right: 0.3em;
padding: 0.1em 0.3em;
font-size: 0.8em;
height: 0.8em;
line-height: 0.8em;
color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.ts-label-type-default { background: #999 }
.ts-label-type-success { background: #090 }
.ts-label-type-warning { background: #f90 }
.ts-label-type-important { background: #f03 }
.ts-label-type-black { background: #111 }
.ts-label-type-info { background: #09c } .ts-dropcap {
float: left;
display: inline-block;
width: 2em;
height: 2em;
margin: 0.2em 0.5em 0.2em 0;
line-height: 2em;
text-align: center;
overflow: hidden;
text-transform: uppercase;
}
.ts-dropcap-style-default {
color: #fff;
background: rgb(69, 72, 77); background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); text-shadow: -1px -1px 0 #000;
-moz-text-shadow: -1px -1px 0 #000;
-webkit-text-shadow: -1px -1px 0 #000;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.ts-dropcap-style-flat {
background: #444;
color: #fff;
}
.ts-dropcap-style-light {
color: #333;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: rgb(255, 255, 255); background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); }
.ts-dropcap-style-simple { border: 2px solid #121212;
} .ts-frame,
.ts-frame-inner { display: block; }
.ts-frame-align-left {
float: left;
margin: 0 1em 1em 0;
}
.ts-frame-align-center {
float: none;
margin: 1em auto;
}
.ts-frame-align-right {
float: right;
margin: 0 0 1em 1em;
}
.ts-frame img {
display: block !important;
float: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
box-shadow: none !important;
}
.ts-frame-style-default {
padding: 2px;
border: 1px solid #999;
background: #fff;
-webkit-box-shadow: 1px 1px 4px #ccc;
-moz-box-shadow: 1px 1px 4px #ccc;
box-shadow: 1px 1px 4px #ccc;
}
.ts-frame-style-default .ts-frame-inner {
padding: 2px;
border: 4px solid #eee;
} .ts-list ul {
list-style: none !important;
margin: 0 0 1.5em 0 !important;
padding: 0 !important;
}
.ts-list ul li {
position: relative;
list-style-type: none !important;
display: block !important;
line-height: 1.3em;
margin: 5px 0 0 0 !important;
padding: 4px 0 4px 2em !important;
}
.ts-list ul li > img {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
padding: 0;
margin: 0;
border: none;
}
.ts-list ul li i {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
text-align: center;
} .ts-button {
display: inline-block !important;
text-align: center;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.ts-button-wide {
display: block !important;
margin: 1em 0;
}
.ts-button-center { text-align: center; }
.ts-button span {
display: block !important;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.ts-button img {
border: none !important;
vertical-align: middle !important;
margin: -0.2em 0.4em 0 -0.3em !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.ts-button i {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0 0 15px !important;
text-align: center;
line-height: 1em;
}
.ts-button.ts-button-float-icon img { margin: 0 0.5em !important }
.ts-button small {
display: block;
margin: -0.2em 0 0 0;
color: inherit;
text-align: center;
font-style: normal;
font-size: 0.8em;
line-height: 1;
opacity: 0.7;
filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
.ts-button span {
padding-top: 1.25em !important;
padding-bottom: 1.25em !important;
line-height: 1.2 !important;
}
.ts-button small {
margin-top: 0.2em !important;
}
}
.ts-button-style-default {
border-width: 1px;
border-style: solid;
}
.ts-button-style-default:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.ts-button-style-default span { }
.ts-button-style-flat,
.ts-button-style-flat span { border: none }
.ts-button-style-flat span { position: relative }
.ts-button-style-flat:hover span { top: 1px }
.ts-button-style-ghost { background: transparent !important; }
.ts-button-style-ghost span {
border-width: 3px;
border-style: solid;
}
.ts-button-style-ghost:hover span { border-color: inherit !important; }
.ts-button-style-soft span { background: 0 -20px url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-soft.png) repeat-x }
.ts-button-style-soft:hover span { background: 0 0 url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-soft.png) repeat-x }
.ts-button-style-glass span { background: 0 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-glass.png) repeat-x }
.ts-button-style-glass:hover span { background: 100% 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-glass.png) repeat-x }
.ts-button-style-bubbles span { background: 0 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-bubbles.png) no-repeat }
.ts-button-style-bubbles:hover span { background: -710px 50% url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-bubbles.png) no-repeat }
.ts-button-style-noise span { background: 0 0 url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-noise.png) repeat-x }
.ts-button-style-noise:hover span { background: 0 0 url(//www.lcch.asia/lcch_v2/wp-content/plugins/edupress-shortcodes/assets/images/styles/style-noise.png) repeat-x }
.ts-button-style-stroked span {
margin: 1px;
border: 1px dashed #fff !important;
}
.ts-button-style-stroked:hover span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.ts-button-style-3d {
border-bottom-style: solid;
border-bottom-width: 6px;
}
.ts-button-style-3d span {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.ts-button-style-3d:hover {
position: relative;
top: 3px;
border-bottom-width: 3px;
} .ts-table table {
width: 100% !important;
margin: 0 0 1.5em 0 !important;
border-collapse: collapse !important;
font-size: 1em !important;
border: 1px solid #ccc !important;
}
.ts-table th {
text-align: left !important;
padding: 1em !important;
font-size: 1em !important;
font-weight: normal !important;
color: #333 !important;
border: 1px solid #ccc !important;
background: #f0f0f0 !important;
line-height: 22px;
}
.ts-table.ts-table-style2 th {
background: #121212 !important;
color: #fff!important;
}
.ts-table td {
padding: 1em !important;
border: 1px solid #ccc !important;
background: #fff !important;
line-height: 22px;
}
.ts-table .ts-even td { background: #f7f7f7 !important } .ts-qrcode { display: inline-block; }
.ts-qrcode-align-left {
float: left;
margin: 0 0.5em 0.5em 0;
}
.ts-qrcode-align-center {
display: block;
clear: both;
margin: 1em auto;
text-align: center;
}
.ts-qrcode-align-right {
float: right;
margin: 0 0 0.5em 0.5em;
}
.ts-qrcode a,
.ts-qrcode a:hover,
.ts-qrcode a:active,
.ts-qrcode a:focus {
background: transparent;
outline: none;
display: inline;
text-decoration: none;
}
.ts-qrcode-clickable a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
.ts-qrcode img { max-width: 100%; }.qtip.ts-qtip { max-width: 480px !important; }
.ts-tooltip { display: inline-block; }
.ts-qtip-size-1 { font-size: 0.8em !important; }
.ts-qtip-size-2 { font-size: 0.9em !important; }
.ts-qtip-size-3 { font-size: 1em !important; }
.ts-qtip-size-4 { font-size: 1.1em !important; }
.ts-qtip-size-5 { font-size: 1.2em !important; }
.ts-qtip-size-6 { font-size: 1.3em !important; }
.ts-tooltip-content { display: none; }
.ts-tooltip-content > :last-child { margin-bottom: 0; }
.qtip-content .ts-tooltip-content img,
.qtip-content .ts-tooltip-content object,
.qtip-content .ts-tooltip-content iframe,
.qtip-content .ts-tooltip-content embed { max-width: 430px; }
.qtip-content .ts-tooltip-content .ts-responsive-media-yes { width: 430px; } .ts-private { margin: 0 0 1.5em 0 } .ts-members {
margin-bottom: 1.5em;
padding: 1em;
border-width: 1px 0;
border-style: solid;
text-align: center;
}
.ts-members a {
text-decoration: underline;
color: inherit;
} .ts-guests { margin-bottom: 1.5em } .ts-posts-default-loop { }
.ts-posts-default-loop .ts-post {
margin-bottom: 2.5em;
line-height: 1.5;
}
.ts-posts-default-loop .ts-post:after {
content: '';
display: table;
clear: both;
}
.ts-posts-default-loop .ts-post-thumbnail {
float: left;
display: block;
width: 100px;
height: 100px;
margin-right: 1em;
}
.ts-posts-default-loop .ts-post-thumbnail img {
max-width: 100px;
max-height: 100px;
}
.ts-posts-default-loop h2.ts-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 1.2em;
font-weight: bold;
}
.ts-posts-default-loop .ts-post-meta {
margin-bottom: 0.7em;
font-size: 0.8em;
opacity: 0.6;
filter: alpha(opacity=60);
}
.ts-posts-default-loop .ts-post-excerpt { margin-bottom: 0.5em }
.ts-posts-default-loop .ts-post-excerpt p:last-child { margin-bottom: 0 }
.ts-posts-default-loop .ts-post-comments-link { font-size: 0.9em }
.ts-posts-teaser-loop { }
.ts-posts-teaser-loop .ts-post {
margin-bottom: 1.5em;
line-height: 1.2;
}
.ts-posts-teaser-loop .ts-post:after {
content: '';
display: table;
clear: both;
}
.ts-posts-teaser-loop .ts-post-thumbnail {
float: left;
display: block;
width: 56px;
height: 56px;
margin: 0 1em 0 0;
}
.ts-posts-teaser-loop .ts-post-thumbnail img {
display: block;
margin: 0;
padding: 2px;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
max-width: 100%;
max-height: 100%;
}
.ts-posts-teaser-loop h2.ts-post-title {
display: block;
margin: 0;
padding: 0;
border: none;
font-size: 0.9em;
font-weight: normal;
clear: none;
}
.ts-posts-single-post { }
.ts-posts-single-post .ts-post {
margin-bottom: 2.5em;
line-height: 1.5;
}
.ts-posts-single-post .ts-post:after {
content: '';
display: table;
clear: both;
}
.ts-posts-single-post h1.ts-post-title {
clear: none;
margin: 0 0 0.3em 0;
font-size: 1.2em;
font-weight: bold;
}
.ts-posts-single-post .ts-post-meta {
margin-bottom: 0.7em;
font-size: 0.8em;
opacity: 0.6;
filter: alpha(opacity=60);
}
.ts-posts-single-post .ts-post-content { margin-bottom: 0.5em }
.ts-posts-single-post .ts-post-content p:last-child { margin-bottom: 0 } .featured-lists ul li {
list-style: none;
}
.featured-lists ul li h4 {
font-size: 16px;
}