You are here

nd_regions.css in Node displays 7

Same filename and directory in other branches
  1. 6.3 css/nd_regions.css
  2. 6.2 css/nd_regions.css
.nd-region-header {
  clear: both;
}

.nd-region-left {
  clear: left;
  float: left;
}

.nd-region-middle {
  clear: none;
}

.nd-region-right {
  float: right;
}

.nd-region-footer {
  clear: both;
}

/* default region dimensions */

.nd-region-left {
  width: 25%;
}

.nd-region-right {
  width: 25%;
}

/* middle region */

.nd-no-sidebars {
}

.nd-sidebar-left {
  margin-left: 25%;
  overflow: hidden;
}

.nd-sidebar-right {
  margin-right: 25%;
  overflow: hidden;
}

.nd-two-sidebars {
  margin-left: 25%;
  margin-right: 25%;
}

File

css/nd_regions.css
View source
  1. .nd-region-header {
  2. clear: both;
  3. }
  4. .nd-region-left {
  5. clear: left;
  6. float: left;
  7. }
  8. .nd-region-middle {
  9. clear: none;
  10. }
  11. .nd-region-right {
  12. float: right;
  13. }
  14. .nd-region-footer {
  15. clear: both;
  16. }
  17. /* default region dimensions */
  18. .nd-region-left {
  19. width: 25%;
  20. }
  21. .nd-region-right {
  22. width: 25%;
  23. }
  24. /* middle region */
  25. .nd-no-sidebars {
  26. }
  27. .nd-sidebar-left {
  28. margin-left: 25%;
  29. overflow: hidden;
  30. }
  31. .nd-sidebar-right {
  32. margin-right: 25%;
  33. overflow: hidden;
  34. }
  35. .nd-two-sidebars {
  36. margin-left: 25%;
  37. margin-right: 25%;
  38. }