Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* $Id$ */
- /*
- +----------------------------------------------------------------+
- | Insight for Dupal 6.x - Version 1.0 |
- | Copyright (C) 2011 Antsin.com All Rights Reserved. |
- | @license - Copyrighted Commercial Software |
- |----------------------------------------------------------------|
- | Theme Name: Insight |
- | Description: Insight by Antsin |
- | Author: Antsin.com |
- | Date: 31st October 2011 |
- | Website: http://www.antsin.com/ |
- |----------------------------------------------------------------+
- | This file may not be redistributed in whole or |
- | significant part. |
- +----------------------------------------------------------------+
- */
- /*============== LAYOUT ===================*/
- /** content **/
- .sidebar-left #content {
- width: 680px;
- margin-left: 0;
- margin-right: -680px;
- }
- .sidebar-right #content {
- width: 830px;
- margin-left: 130px;
- margin-right: -960px;
- }
- .two-sidebars #content {
- width: 550px;
- margin-left: 130px;
- margin-right: -680px;
- }
- /** sidebar left & right **/
- .sidebar-left #sidebar-left, .two-sidebars #sidebar-left {
- float: left;
- width: 270px;
- margin-left: 690px;
- margin-right: -960px;
- }
- .sidebar-right #sidebar-right, .two-sidebars #sidebar-right {
- float: left;
- width: 120px;
- margin-left: 0;
- margin-right: -120px;
- }
Advertisement
Add Comment
Please, Sign In to add comment