/** * Theme's dashboard page styles. */ .getting-started * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .bigwigs-dashboard img { display: inline-block; width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } .bigwigs-dashboard { max-width: 980px; padding: 30px 25px; } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ .page-header { margin-bottom: 40px; } .page-header .theme-info { width: 60%; float: right; } .page-header .theme-info .inner { padding-left: 40px; } .page-header .theme-info h1 { font-size: 29px; color: #32373c; } .page-header .ver { color: #a3a3a3; margin-top: 8px; margin-bottom: 25px; } .page-header .theme-description { color: #555d66; } .page-header .theme-screenshot { width: 40%; float: left; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ .bigwigs-dashboard h2.nav-tab-wrapper { background: #ffffff; border: 1px solid #dddddd; padding: 0 40px; } .bigwigs-dashboard .nav-tab { padding: 15px 0 13px; border: none; border-bottom: 2px solid transparent; border-radius: 0; box-shadow: none; background: none; margin-right: 40px; } .bigwigs-dashboard .nav-tab:first-of-type { margin-left: 0; } .bigwigs-dashboard .nav-tab-active { border-bottom-color: #23282d; } .bigwigs-dashboard .tab-content { position: relative; background: #ffffff; border: 1px solid #dddddd; border-top: none; padding: 0 40px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); border-radius: 0 0 2px 2px; } .tab-content .section-title { margin-top: 0; margin-bottom: 5px; } .tab-content .tab-section ul { list-style: disc; margin-left: 20px; } .tab-content .tab-section { margin-bottom: 40px; } .tab-section.action-section p { padding-left: 25px; } .tab-content .tab-section:last-of-type, .tab-content .tab-section :last-child { margin-bottom: 0; } .tab-content .tab-secondary .tab-section { border-bottom: 1px solid #dedede; padding-bottom: 25px; } .tab-content .tab-secondary .tab-section:last-of-type { padding-bottom: 0; border: none; } .tab-content .tab-primary .inner, .tab-content .tab-secondary .inner { padding-top: 40px; padding-bottom: 40px; } .tab-content .tab-primary, .tab-content .tab-secondary { float: left; } .tab-content .tab-primary { width: 65%; } .tab-content .tab-secondary { width: 35%; } .tab-content .tab-primary .inner { border-right: 1px solid #dddddd; margin-right: -1px; padding-right: 40px; } .tab-content .tab-secondary .inner { border-left: 1px solid #dddddd; padding-left: 40px; } .tab-content .demo-button { margin-left: 15px; } /* table */ .compare { width: 100%; border: none; margin: 15px 0; } .compare th { text-align: left; padding: 5px 0; border-bottom: 2px solid #333; background-color: #fff; } .compare td strong { color: #000; } .compare td { padding-bottom: 10px; padding-top: 5px; border-bottom: 1px solid #eaeaea; } .compare tr:nth-child(odd) { background-color: #f6f6f6; } /* responsive */ @media screen and (max-width: 782px) { .page-header .theme-screenshot, .page-header .theme-info, .tab-content .tab-secondary, .tab-content .tab-primary { width: 100%; } .page-header .theme-info .inner, .tab-content .tab-secondary .inner { padding-left: 0; } .page-header .theme-info .inner { margin-bottom: 40px; } .tab-content .tab-secondary .inner { border-left: none; border-top: 1px solid #dddddd; } .tab-content .tab-primary .inner { border-right: none; margin-right: 0; padding-right: 0; } .bigwigs-dashboard h2.nav-tab-wrapper { padding: 0; } .bigwigs-dashboard .nav-tab { float: none; display: block; margin: 0; padding-left: 40px; padding-right: 40px; border-bottom: 1px solid #dddddd; } .bigwigs-dashboard .nav-tab:last-of-type { border-bottom: none; } .bigwigs-dashboard .nav-tab-active { background: #23282d; color: #ffffff; } }