home | career | drupal | java | mac | mysql | perl | php | scala | uml | unix

Drupal example source code file (twocol_bricks.css)

This example Drupal source code file (twocol_bricks.css) is included in the DevDaily.com "Drupal Source Code Warehouse" project. The intent of this project is to help you "Learn Drupal by Example".

PHP - Drupal tags/keywords

50, 5em, both, float, html, inside, left, margin, panel-2col-bricks, panel-col-first, panel-col-last, panel-col-middle, panel-col-top, width

The twocol_bricks.css Drupal example source code


.panel-2col-bricks { 
/*  overflow: hidden;  */
  margin-top: 0;
  padding-top: 0;
}

.panel-2col-bricks .panel-col-top,
.panel-2col-bricks .panel-col-middle,
.panel-2col-bricks .panel-col-bottom { 
  width: 99.9%; 
  clear: both;
}

.panel-2col-bricks .panel-col-top .inside,
.panel-2col-bricks .panel-col-middle .inside {
  margin-bottom: .5em;
}

.panel-2col-bricks .panel-col-first { 
  float: left; 
  width: 50%; 
}
* html .panel-2col-bricks .panel-col-first {
  width: 49.9%;
}

.panel-2col-bricks .panel-col-first .inside { 
  margin: 0 .5em .5em 0;
}

.panel-2col-bricks .panel-col-last { 
  float: left; 
  width: 50%; 
}
* html .panel-2col-bricks .panel-col-last {
  width: 49.9%;
}

.panel-2col-bricks .panel-col-last .inside { 
  margin: 0 0 .5em .5em;
}

.panel-2col-bricks .panel-separator {
  margin: 0 0 1em 0;
}

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal twocol_bricks.css source code file:

new blog posts

"Drupal" is a registered trademark of Dries Buytaert.

my drupal tutorials and examples  

Copyright 1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.

Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.