/* Styles for theme options */ /* Main Container for tabs */ #bluesip-container { margin: 0; padding: 50px; color: #808080; } #blue-panel-header { height: 50px; width: 100%; background: #ccc; color: #f2f2f2; border: 1px solid #e5e5e5; -webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px; box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px; padding-top: 10px; border-bottom: 5px solid #37abc8; padding-bottom: 5px; } .panel-header { margin: 0 auto; width: 176px; } #bluesip-container #tabs { font-size: 90%; margin: 0; padding: 10px; background: #f9f9f9; border: 1px solid #e5e5e5; -webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px; box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } #bluesip-container #tabs ul { float: left; padding-top: 4px; margin-bottom: 0px; } #bluesip-container #tabs li { margin-left: 8px; list-style: none; } #bluesip-container #tabs li { display: inline; min-width: 100px; text-align: center; height: 30px; padding: 10px; } #bluesip-container #tabs li{ float: left; text-align: center; font-size: 20px; margin-bottom: 0px; } #bluesip-container #tabs ul li.active { border-top: 2px #f2f2f2 solid; background: #fff; border-radius: 4px 4px 1px 1px; -moz-border-radius: 4px 4px 1px 1px; -webkit-border-radius: 4px 4px 1px 1px; } #bluesip-container #tabs ul li.active a { color: #808080; } #bluesip-container #tabs div { background: #FFFFFF; border-bottom: 3px #f2f2f2 solid; border-left: 3px #f2f2f2 solid; border-right: 3px #f2f2f2 solid; clear: both; padding: 15px; min-height: 200px; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; } #bluesip-container #tabs div h3 { margin-bottom: 12px; text-align: center; font-size: 25px ; } #bluesip-container #tabs div p { line-height: 150%; } #bluesip-container #tabs ul li a { text-decoration: none; padding: 8px; color: #808080; font-weight: bold; } /* Styling table in Main Tabs */ #bluesip-container table { width: 100%; padding: 30px; } #bluesip-container table tr { height: 50px; padding: 5px; } #bluesip-container table td.left { width: 30%; border: 1px solid rgb(223, 223, 223); background: linear-gradient(to top, rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(241, 241, 241); text-align: center; } #bluesip-container table td.left label { font-size: 20px; color: #222; } #bluesip-container table td.right { width: 60%; }