@charset "utf-8"; /* * LHG MEMBER WEBSITE v1.0 * Support by: www.onesolution.com.hk * Last updated: 2014-11-06 * Last remark: */ /* Import ================================================== */ @import url('reset.css'); /* DEMO FUNCTION ================================================== */ html{ -ms-content-zooming: none; -ms-touch-action: pan-x pan-y; } body.bg{ background-color: #fff; } body.no-bg { background: none; } /* Basic Styles ================================================== */ ::-moz-selection { color: #2b505e; background: #aae0fe; } ::selection { color: #2b505e; background: #aae0fe; } body { font-family: 'Microsoft JhengHei', sans-serif, Arial, Helvetica; color: #000; } .container{ width: 1000px; height: 650px; border: 1px solid #000; margin: 0 auto; margin-top: 20px; } /* ===== Typography ===== */ a:active, a:hover { outline: 0; } a { color: #fff; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; outline: 0; text-decoration: none; } a:visited { color: #fff; } a:hover { color: #F9BF3F; } h1 { } h2 { font-size: 38px; font-weight: normal; } h3 { font-size: 21px; font-weight: normal; line-height: 60px; } h4 { } h5 { font-size: 18px; font-weight: bold; } h6 { } /* ===== Misc ===== */ .fl { float: left; } .fr { float: right; } .tl { text-align: left; } .tr { text-align: right; } .tc { text-align: center; } .hide { display: none !important; } .nobg { background: none !important; } /* Framework ================================================== */ #marquee_wrapper { width: 1000px; height: 29px; padding: 5px 0px; line-height: 29px; font-size: 20px; overflow: hidden; background-color: #fff; border-top: 1px solid #000; } .marquee_list li { display: inline-block; text-align: left; margin-right: 100px; } /* added by kelvin*/ #marquee_container { margin: 0 auto; } #slideshow_container{ width: 1000px; height: 610px; } .slideshow_img{ width: 1000px; height: 610px; }