Просмотр файла cms/layout.css

Размер файла: 1.21Kb
  1. #main {width:800px; margin:0 auto; position:relative;}
  2.  
  3. #header {height:285px; background:url(images/header-bg2.jpg) no-repeat left top;}
  4. #header, #content, #footer { font-size:0.75em;}
  5.  
  6. .col-1, .col-2, .col-3 { float:left;}
  7.  
  8. /*======= home.html =======*/
  9. #page1 #content .col-1 {width:250px; margin-right:20px;}
  10. #page1 #content .col-2 { width:650px;}
  11.  
  12. /*======= about-us.html =======*/
  13. #page2 #content .col-1 {width:250px; margin-right:20px;}
  14. #page2 #content .col-2 { width:650px;}
  15.  
  16. /*======= articles.html =======*/
  17. #page3 #content .col-1 {width:250px; margin-right:20px;}
  18. #page3 #content .col-2 { width:650px;}
  19.  
  20. /*======= article.html =======*/
  21. #page4 #content .col-1 {width:250px; margin-right:20px;}
  22. #page4 #content .col-2 { width:650px;}
  23.  
  24. /*======= contact-us.html =======*/
  25. #page5 #content .col-1 {width:250px; margin-right:20px;}
  26. #page5 #content .col-2 { width:650px;}
  27.  
  28. /*======= site-map.html =======*/
  29. #page6 #content .col-1 {width:250px; margin-right:20px;}
  30. #page6 #content .col-2 { width:650px;}
  31.  
  32. /*======= site-map.html =======*/
  33. #page7 #content .col-1 {width:250px; margin-right:20px;}
  34. #page7 #content .col-2 { width:650px;}
  35.  
  36.  
  37. /*=========================*/
  38.  
  39.  
  40. #footer {height:89px;}