web/wp-content/themes/thematic/library/layouts/2c-l-fixed.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /*
       
     2 LAYOUT: One-Column (Left) Fixed
       
     3 DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
       
     4 */
       
     5 
       
     6 body {
       
     7     min-width:940px;
       
     8 }
       
     9 #header {
       
    10     position:relative;
       
    11 }
       
    12 #branding {
       
    13     width:940px;
       
    14     margin:0 auto;
       
    15 }
       
    16 #access {
       
    17     position:relative;
       
    18     overflow:hidden;
       
    19 }
       
    20 .menu {
       
    21     width:940px;
       
    22     margin:0 auto;
       
    23 }
       
    24 #main {
       
    25     width:940px;
       
    26     margin:0 auto;
       
    27     overflow:hidden;
       
    28     position:relative;
       
    29 }
       
    30 #container {
       
    31     width:940px;
       
    32     float:right;
       
    33     margin: 0 0 0 -310px;
       
    34 }
       
    35 #content {
       
    36     width:620px;
       
    37     overflow:hidden;
       
    38     margin: 0 0 0 320px;
       
    39 }
       
    40 .hentry {
       
    41     width:620px;
       
    42 }
       
    43 .main-aside {
       
    44     width:300px;
       
    45     float:left;
       
    46     position:relative;
       
    47 }
       
    48 #primary {
       
    49     float:left;
       
    50 }
       
    51 #secondary {
       
    52     clear:left;
       
    53 }
       
    54 #footer {    
       
    55     clear:both;
       
    56 }
       
    57 #subsidiary {
       
    58     width:940px;
       
    59     margin:0 auto;
       
    60     overflow:hidden;
       
    61 }
       
    62 #subsidiary .aside {
       
    63     width:300px;
       
    64     float:left;
       
    65     margin:0 20px 0 0;
       
    66 }
       
    67 #subsidiary #third {
       
    68     margin:0;
       
    69 }
       
    70 #siteinfo {
       
    71     clear:both;
       
    72     width:940px;
       
    73     margin:0 auto;
       
    74 }