kompressaur

layout css

Feb 17th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. /* $Id$ */
  2.  
  3. /*
  4. +----------------------------------------------------------------+
  5. | Insight for Dupal 6.x - Version 1.0 |
  6. | Copyright (C) 2011 Antsin.com All Rights Reserved. |
  7. | @license - Copyrighted Commercial Software |
  8. |----------------------------------------------------------------|
  9. | Theme Name: Insight |
  10. | Description: Insight by Antsin |
  11. | Author: Antsin.com |
  12. | Date: 31st October 2011 |
  13. | Website: http://www.antsin.com/ |
  14. |----------------------------------------------------------------+
  15. | This file may not be redistributed in whole or |
  16. | significant part. |
  17. +----------------------------------------------------------------+
  18. */
  19.  
  20. /*============== LAYOUT ===================*/
  21. /** content **/
  22. .sidebar-left #content {
  23. width: 680px;
  24. margin-left: 0;
  25. margin-right: -680px;
  26. }
  27.  
  28. .sidebar-right #content {
  29. width: 830px;
  30. margin-left: 130px;
  31. margin-right: -960px;
  32. }
  33.  
  34. .two-sidebars #content {
  35. width: 550px;
  36. margin-left: 130px;
  37. margin-right: -680px;
  38. }
  39.  
  40. /** sidebar left & right **/
  41. .sidebar-left #sidebar-left, .two-sidebars #sidebar-left {
  42. float: left;
  43. width: 270px;
  44. margin-left: 690px;
  45. margin-right: -960px;
  46. }
  47.  
  48. .sidebar-right #sidebar-right, .two-sidebars #sidebar-right {
  49. float: left;
  50. width: 120px;
  51. margin-left: 0;
  52. margin-right: -120px;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment