I hereby claim:
- I am dsutoyo on github.
- I am dsutoyo (https://keybase.io/dsutoyo) on keybase.
- I have a public key ASDr2XNxiiloZ-zTH4Sf1t2tBnJa7sHEcOJLUBYXPZ3QCAo
To claim this, I am signing this object:
| <?php if ( ! empty( $settings->text_color ) ) : // Text Color ?> | |
| .fl-node-<?php echo $id; ?> { | |
| color: <?php echo FLBuilderColor::hex_or_rgb( $settings->text_color ); ?>; | |
| } | |
| <?php endif; ?> | |
| <?php | |
| // Background Color | |
| FLBuilderCSS::rule( array( | |
| 'selector' => ".fl-node-$id > .fl-row-content-wrap", |
| *~ | |
| .DS_Store | |
| .svn | |
| .cvs | |
| *.bak | |
| *.swp | |
| .htaccess | |
| Thumbs.db | |
| Movefile | |
| movefile.yml |
| # Edit conf/ngnix/site.conf.hbs, starting around line 40 | |
| # | |
| # Static file rules | |
| # | |
| location ~* \.(?:css|js)$ { | |
| access_log off; | |
| log_not_found off; | |
| add_header Cache-Control "no-cache, public, must-revalidate, proxy-revalidate"; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| // Rename Tables | |
| RENAME table `wp_commentmeta` TO `wp_h2tatkf2dt_commentmeta`; | |
| RENAME table `wp_comments` TO `wp_h2tatkf2dt_comments`; | |
| RENAME table `wp_links` TO `wp_h2tatkf2dt_links`; | |
| RENAME table `wp_options` TO `wp_h2tatkf2dt_options`; | |
| RENAME table `wp_postmeta` TO `wp_h2tatkf2dt_postmeta`; | |
| RENAME table `wp_posts` TO `wp_h2tatkf2dt_posts`; | |
| RENAME table `wp_terms` TO `wp_h2tatkf2dt_terms`; | |
| RENAME table `wp_term_relationships` TO `wp_h2tatkf2dt_term_relationships`; | |
| RENAME table `wp_term_taxonomy` TO `wp_h2tatkf2dt_term_taxonomy`; |
| # Adapted from https://gist.github.com/natelandau/10654137 | |
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching |
| /* | |
| Form Elements | |
| -- Styled to look like native Safari on OS X. | |
| -- Drop-down <select> menus are unaffected. | |
| -- Buttons are unaffected. Native OS style. | |
| */ | |
| input, | |
| button, | |
| select, |