blanktheme

Changeset 393

Show
Ignore:
Timestamp:
03/22/09 07:30:15 (12 months ago)
Author:
mateo
Message:

[blanktheme] 3col231 body template added to support an static (fluid) main column for 213 and 312 distributions only

Location:
trunk/themes/blanktheme
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/blanktheme/style/screen/basemod.css

    r392 r393  
    428428  } 
    429429 
     430 
     431  /** 
     432   * 3col231 template 
     433   * 213 is the default layout 
     434   * @subsection layout-template-3col231 
     435   */ 
     436 
     437  /* #col1 is the main column */ 
     438  .bt_3col231 #col1 { 
     439    border-left: 1px dashed #DDDDDD; 
     440    border-right: 1px dashed #DDDDDD; 
     441    float: none; 
     442    margin-left: 25%; /* leftcol width*/ 
     443    margin-right: 25%; /* rightcol width*/ 
     444    width: auto; 
     445  } 
     446  .bt_3col231 #col1_content { 
     447    padding: 0 10px; 
     448  } 
     449 
     450  /* #col2 contains the left blocks */ 
     451  .bt_3col231 #col2 { 
     452    float: left; 
     453    margin: 0; 
     454    width: 25%; 
     455  } 
     456  .bt_3col231 #col2_content { 
     457    padding: 0 10px 0 15px; 
     458  } 
     459 
     460  /* #col3 contains the right blocks */ 
     461  .bt_3col231 #col3 { 
     462    float: right; 
     463    margin: 0; 
     464    width: 25%; 
     465  } 
     466  .bt_3col231 #col3_content { 
     467    padding: 0 15px 0 10px; 
     468  } 
     469 
     470 
     471  /* 312 layout */ 
     472  .bt_3col231 .bt_312 #col2 { 
     473    float: right; 
     474    margin-left: -5px; 
     475  } 
     476  .bt_3col231 .bt_312 #col2_content { 
     477    padding: 0 15px 0 10px; 
     478  } 
     479  .bt_3col231 .bt_312 #col3 { 
     480    float: left; 
     481  } 
     482  .bt_3col231 .bt_312 #col3_content { 
     483    padding: 0 10px 0 15px; 
     484  } 
     485 
    430486} 
 
 
Powered by Trac
Design by Arcsin