web/wp-content/themes/thematic/library/layouts/2c-r-fixed.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /*
       
     2 LAYOUT: One-Column (Right) Fixed
       
     3 DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
       
     4 */
       
     5 
       
     6 body {
       
     7     min-width:960px;
       
     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:960px;
       
    26     margin:0 auto;
       
    27     overflow:hidden;
       
    28     position:relative;
       
    29 }
       
    30 #container {
       
    31     width:620px;
       
    32     float:left;
       
    33 }
       
    34 #content {
       
    35     margin:0 0 0 10px;
       
    36     width:540px;
       
    37     overflow:hidden;
       
    38 }
       
    39 .main-aside {
       
    40     width:300px;
       
    41     float:right;
       
    42     position:relative;
       
    43     right:10px;
       
    44 }
       
    45 #secondary {
       
    46     clear:right;
       
    47 }
       
    48 #footer {    
       
    49     clear:both;
       
    50 }
       
    51 #subsidiary {
       
    52     width:940px;
       
    53     margin:0 auto;
       
    54     overflow:hidden;
       
    55 }
       
    56 #subsidiary .aside {
       
    57     width:300px;
       
    58     float:left;
       
    59     margin:0 20px 0 0;
       
    60 }
       
    61 #subsidiary #third {
       
    62     margin:0;
       
    63 }
       
    64 #siteinfo {
       
    65     clear:both;
       
    66     width:940px;
       
    67     margin:0 auto;
       
    68 }