cms/drupal/themes/bartik/css/print.css
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 
       
     2 /* ---------- General Layout ---------- */
       
     3 
       
     4 body,
       
     5 input,
       
     6 textarea,
       
     7 select {
       
     8   color: #000;
       
     9   background: none;
       
    10 }
       
    11 body.two-sidebars,
       
    12 body.sidebar-first,
       
    13 body.sidebar-second,
       
    14 body {
       
    15   width: 640px;
       
    16 }
       
    17 #sidebar-first,
       
    18 #sidebar-second,
       
    19 .navigation,
       
    20 #toolbar,
       
    21 #footer-wrapper,
       
    22 .tabs,
       
    23 .add-or-remove-shortcuts {
       
    24   display: none;
       
    25 }
       
    26 .one-sidebar #content,
       
    27 .two-sidebars #content {
       
    28   width: 100%;
       
    29 }
       
    30 #triptych-wrapper {
       
    31   width: 960px;
       
    32   margin: 0;
       
    33   padding: 0;
       
    34   border: none;
       
    35 }
       
    36 #triptych-first, #triptych-middle, #triptych-last {
       
    37   width: 250px;
       
    38 }
       
    39 
       
    40 /* ---------- Node Pages ---------- */
       
    41 
       
    42 #comments .title,
       
    43 #comments form,
       
    44 .comment_forbidden {
       
    45   display: none;
       
    46 }