This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section id="clients"> | |
| <h1>Clients</h1> | |
| <ul class="clients-list"> | |
| <li>Client</li> | |
| <li>Client</li> | |
| <li>Client</li> | |
| <li>Client</li> | |
| <li>Client</li> | |
| </ul> | |
| </section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| div#content { | |
| margin-left: 0; | |
| background: white; | |
| z-index: 1; | |
| position: relative; | |
| } | |
| html, | |
| body { | |
| font-size: 1.2em; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test | |
| another line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [color.interactive] | |
| prompt = yellow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http_path = "/" | |
| css_dir = "css" | |
| sass_dir = "sass" | |
| images_dir = "images" | |
| javascripts_dir = "scripts" | |
| output_style = :expanded | |
| line_comments = false | |
| add_import_path "../ladybug/sass" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| switch (PHP_OS) { | |
| case 'Darwin': | |
| $size = shell_exec('stat -f %z ' . escapeshellarg($filepath)); | |
| break; | |
| case 'Linux': | |
| $size = shell_exec('stat -c%s ' . escapeshellarg($filepath)); | |
| break; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| div#content { | |
| margin-left: 0; | |
| background: white; | |
| z-index: 1; | |
| position: relative; | |
| } | |
| html, | |
| body { | |
| font-size: 1.2em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function orchid_preprocess_page(&$variables) { | |
| _orchid_conditional_stylesheets($variables); | |
| } | |
| function _orchid_conditional_stylesheets(&$variables) { | |
| $themes = list_themes(); | |
| $theme = $GLOBALS['theme']; | |
| $query_string = substr(variable_get('css_js_query_string', '0'), 0, 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* api.drupal.org syntax highlighting */ | |
| pre.php { | |
| background-color: #EDF1F3; | |
| border: 1px solid #ccc; | |
| padding: 3px; | |
| } | |
| pre.php code, | |
| pre.php p { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href="http://dev.drupalcontrib.org/api/opensearch/drupal/7.x" title="Drupal API Drupal 7.x" rel="search" type="application/opensearchdescription+xml" /> | |
| <link href="http://dev.drupalcontrib.org/api/opensearch/drupal/4.6.x" title="Drupal API Drupal 4.6.x" rel="search" type="application/opensearchdescription+xml" /> | |
| <link href="http://dev.drupalcontrib.org/api/opensearch/drupal/4.7.x" title="Drupal API Drupal 4.7.x" rel="search" type="application/opensearchdescription+xml" /> | |
| <link href="http://dev.drupalcontrib.org/api/opensearch/drupal/5.x" title="Drupal API Drupal 5.x" rel="search" type="application/opensearchdescription+xml" /> | |
| <link href="http://dev.drupalcontrib.org/api/opensearch/drupal/6.x" title="Drupal API Drupal 6.x" rel="search" type="application/opensearchdescription+xml" /> | |
| <link href="http://dev.drupalcontrib.org/api/opensearch/drupal/8.x" title="Drupal API Drupal 8.x" rel="search" type="application/opensearchdescription+xml" /> | |
| <link href="http://dev.drupalcontrib.org/api/opensearch/about_ |