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
| Class | Type 1 | Stat 1 | Type 2 | Stat 2 | Type 3 | Stat 3 | |
|---|---|---|---|---|---|---|---|
| Coil | Corruption | 49 | Handling | 33 | Shock | 17 | |
| Coil | Corruption | 49 | Handling | 33 | Shock | 17 | |
| Coil | Corruption | 45 | Shock | 16 | |||
| Coil | Corruption | 44 | |||||
| Coil | Corruption | 43 | Tear | 11 | |||
| Coil | Corruption | 43 | Shock | 15 | |||
| Coil | Corruption | 43 | Shock | 15 | |||
| Coil | Corruption | 42 | |||||
| Coil | Corruption | 41 |
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
| $topbar-breakpoint: #{upper-bound($medium-range)}; // Change to 9999px for always mobile layout | |
| $topbar-media-query: "only screen and (min-width: #{upper-bound($medium-range)})"; | |
| // Source: http://foundation.zurb.com/forum/posts/1772-foundation-5-top-bar-breakpoint |
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
| AddType image/svg+xml svg |
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
| https://www.facebook.com/dialog/pagetab?app_id={YOUR_APP_ID}&redirect_uri=https://facebook.com |
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
| **/.sass-cache | |
| **/.sass-cache/* | |
| **.sass-cache** |
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
| include(locate_template('your-template-name.php')); | |
| //original here: http://keithdevon.com/passing-variables-to-get_template_part-in-wordpress/ |
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
| if(!function_exists('converte_query_result_em_array_of_objects')): | |
| /** | |
| * CONVERTE ARRAY DE QUERY RESULT | |
| * EM ARRAY DE OBJETOS PARA ACESSO DIRETO | |
| **/ | |
| function converte_query_result_em_array_of_objects($array){ | |
| if(is_array($array) && is_resource($array)): | |
| $output = array(); | |
| while($row = mysql_fetch_assoc($array)): $output[] = (object)$row; endwhile; | |
| return $output; |
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
| html { | |
| /* Remove 300ms touch delay in IE */ | |
| -ms-touch-action: manipulation; | |
| touch-action: manipulation; | |
| } |
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
| .fb_iframe_widget > span { | |
| } | |
| .fb-comments, | |
| .fb-comments iframe[style], | |
| .fb-comments > span { | |
| width: 100% !important; | |
| } |
NewerOlder