PHP Classes

File: public/assets/less/default/page-option/_page_with_boxed_layout.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/default/page-option/_page_with_boxed_layout.less   Download  
File: public/assets/less/default/page-option/_page_with_boxed_layout.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 736 bytes
 

Contents

Class file image Download
/* Option - Boxed Layout */ .boxed-layout { background-image: url(images/cover-pattern.png); } .boxed-layout .top-menu, .boxed-layout .pace { width: 1080px; left: 50%; margin-left: -540px; } .boxed-layout .page-container { width: 1080px; margin: 0 auto; box-shadow: 0 0px 30px rgba(0,0,0,0.5); min-height: 100%; background: #d9e0e7; overflow: hidden; position: relative; } .boxed-layout .page-container #header, .boxed-layout .page-container .sidebar, .boxed-layout .page-container .sidebar-bg { left: auto; } .boxed-layout .page-container #header { width: 1080px; right: auto; } .boxed-layout .pace .pace-progress, .boxed-layout .pace .pace-activity, .boxed-layout .page-with-top-menu .top-menu { position: absolute; }