/* * @File Name : page_style.scss * @Company Name : Mindfire Solutions Private Limited * @Creator Name : Vikram Kumar Mishra * @Date Created : 2012-06-15 * @Date Modified : * @Last Modification Details : * @Purpose : Place all the styles related to the pages for user. */ li{ list-style-type: none; display: inline; } .even { background-color: aquamarine; } .pages-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .pages-clearfix { display: block; } #application-actions{ float: right; padding-left: 15px; padding-top: 0; width: 30.7%; } #page-header{ width: 100%; text-align: center; background-color: yellow; padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px; float:left; } #page-footer{ width: 100%; text-align: center; background-color: yellow; padding-top: 10px; padding-bottom: 10px; position: relative; margin-top: 10px; float:left; } #page-left-body{ width: 20%; text-align: center; background-color: blue; min-height:200px; border: 1px solid red; float:left; } #page-main-body{ min-height:100px; text-align: center; margin-left: 10px; margin-right: 10px; background-color: white; } #page-right-body{ width: 20%; text-align: center; background-color: blue; min-height:200px; border: 1px solid red; float:right; }