You are here

Files in Zenophile 6.2

Primary tabs

File namesort descending Location Namespace Description
README.txt README.txt Zenophile by Garrett Albright My Drupal user page: http://drupal.org/user/191212 This module's project page: http://drupal.org/project/Zenophile Zenophile allows themers to very easily create Zen subthemes without all the tedious file copying…
sidebars-left-fixed.css zenophile_sidebars/css_z1/sidebars-left-fixed.css /* Fixed layout; both sidebars on left */ #page, .no-sidebars #content { width: PAGEpx; } #sidebar-left { width: LSB-SBpx; margin-right: -LSB-SBpx; } #sidebar-right { width: RSB-SBpx; } .two-sidebars #sidebar-right { margin-left:…
sidebars-left-fixed.css zenophile_sidebars/css_z2/sidebars-left-fixed.css /* Fixed layout; both sidebars on left */ #page, #page-wrapper, .region-page-closure, body.no-sidebars #content { width: PAGEpx; } div.region-sidebar-first { width: LSB-SBpx; margin-right: -LSB-SBpx; } div.region-sidebar-second { width:…
sidebars-left-liquid.css zenophile_sidebars/css_z1/sidebars-left-liquid.css /* Liquid layout; both sidebars on left */ #sidebar-left { width: LSB-SBpx; margin-right: -LSB-SBpx; } #sidebar-right { float: left; width: RSB-SBpx; } .two-sidebars #sidebar-right { margin-left: LSB-SBpx; margin-right:…
sidebars-left-liquid.css zenophile_sidebars/css_z2/sidebars-left-liquid.css /* Liquid layout; both sidebars on left */ div.region-sidebar-first { width: LSB-SBpx; margin-right: -LSB-SBpx; } div.region-sidebar-second { float: left; width: RSB-SBpx; } body.two-sidebars div.region-sidebar-second { margin-left:…
sidebars-normal-fixed.css zenophile_sidebars/css_z1/sidebars-normal-fixed.css /* Fixed layout; standard sidebar placement */ #page, .no-sidebars #content { width: PAGEpx; } #sidebar-left { width: LSB-SBpx; margin-right: -LSB-SBpx; } #sidebar-right { width: RSB-SBpx; margin-left: RSB-CONTENTpx; margin-right:…
sidebars-normal-fixed.css zenophile_sidebars/css_z2/sidebars-normal-fixed.css /* Fixed layout; standard sidebar placement */ #page, #page-wrapper, .region-page-closure, body.no-sidebars #content { width: PAGEpx; } div.region-sidebar-first { width: LSB-SBpx; margin-right: -LSB-SBpx; } div.region-sidebar-second { …
sidebars-normal-liquid.css zenophile_sidebars/css_z1/sidebars-normal-liquid.css /* Liquid layout; standard sidebar placement */ #sidebar-left { width: LSB-SBpx; } #sidebar-right { width: RSB-SBpx; } .sidebar-left #content-inner, .two-sidebars #content-inner { padding-left: LSB-SBpx; } .sidebar-right #content-inner,…
sidebars-normal-liquid.css zenophile_sidebars/css_z2/sidebars-normal-liquid.css /* Liquid layout; standard sidebar placement */ div.region-sidebar-first { width: LSB-SBpx; } div.region-sidebar-second { width: RSB-SBpx; } body.sidebar-first #content div.section, body.two-sidebars #content div.section { padding-left:…
sidebars-right-fixed.css zenophile_sidebars/css_z1/sidebars-right-fixed.css /* Fixed layout; both sidebars on right */ #page, .no-sidebars #content { width: PAGEpx; } #sidebar-left { width: LSB-SBpx; } #sidebar-right { width: RSB-SBpx; margin-left: RSB-CONTENTpx; margin-right: -PAGEpx; } .two-sidebars…
sidebars-right-fixed.css zenophile_sidebars/css_z2/sidebars-right-fixed.css /* Fixed layout; both sidebars on right */ #page, #page-wrapper, .region-page-closure, body.no-sidebars #content { width: PAGEpx; } div.region-sidebar-first { width: LSB-SBpx; } div.region-sidebar-second { width: RSB-SBpx; margin-left:…
sidebars-right-liquid.css zenophile_sidebars/css_z1/sidebars-right-liquid.css /* Liquid layout; both sidebars on right */ #sidebar-left { width: LSB-SBpx; float: right; margin-right: 0px; } #sidebar-right { width: RSB-SBpx; } #sidebar-left-inner { margin-left: 20px; margin-right: 0px; } .sidebar-left…
sidebars-right-liquid.css zenophile_sidebars/css_z2/sidebars-right-liquid.css /* Liquid layout; both sidebars on right */ div.region-sidebar-first { width: LSB-SBpx; float: right; margin-right: 0px; } div.region-sidebar-second { width: RSB-SBpx; } div.region-sidebar-first div.section { margin-left: 20px; …
zenophile.drush.inc zenophile.drush.inc Zenophile Drush commands.
zenophile.info zenophile.info name = Zenophile description = Quickly create Zen subthemes. package = Development core = 6.x
zenophile.install zenophile.install Zenophile's .install file.
zenophile.module zenophile.module Creates Zen subthemes quickly and easily.
zenophile_midnight.info zenophile_midnight/zenophile_midnight.info name = Zenophile Midnight description = Aids in creating light-on-dark color schemes with Zenophile. package = Development core = 6.x dependencies[] = zenophile
zenophile_midnight.module zenophile_midnight/zenophile_midnight.module Aid to create light-on-dark Zen-based themes with Zenophile.
zenophile_sidebars.info zenophile_sidebars/zenophile_sidebars.info name = Zenophile Sidebars description = Adds controls to adjust the width and placement of the sidebars and page. package = Development core = 6.x dependencies[] = zenophile
zenophile_sidebars.module zenophile_sidebars/zenophile_sidebars.module Adds controls to adjust the width and placement of the sidebars and page in themes created with Zenophile.
zen_midnight.css zenophile_midnight/css/zen_midnight.css /** * Basic site elements */ body { background-color: black; color: white; } /** * Links */ a { color: #99f; } a:visited { color: #ebf; } a:active { color: #f99; } #skip-to-nav a:link, #skip-to-nav a:visited { color:…
zen_midnight_ubercart.css zenophile_midnight/css/zen_midnight_ubercart.css .uc-store-admin-table, .summary-overview, .order-pane-table thead th, .order-pane-table tr, .solid-border, #cart-form-products, #cart-form-buttons, .cart-review, #checkout-form-bottom { border-color: #444; /* #bbb */ } .uc-customer-table…
zen_midnight_views.css zenophile_midnight/css/zen_midnight_views.css /* views.css */ html.js a.views-throbbing, html.js span.views-throbbing { background-image:url(images/throbber.gif); background-position: right -20px; } div.view div.views-admin-links li a { color: #333; } div.view div.views-admin-links-hover…

Other projects