Skip to content

Instantly share code, notes, and snippets.

View kilatepro's full-sized avatar

Gabriela Favre kilatepro

View GitHub Profile
@kilatepro
kilatepro / dabblet.css
Created June 1, 2012 22:58
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
}
article {
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
width: 50%;
@kilatepro
kilatepro / 0_reuse_code.js
Created August 16, 2017 00:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@kilatepro
kilatepro / .htaccess
Last active July 6, 2019 20:43
Setup do Wordpress #WP #basic
# protect wpconfig.php
<files wp-config.php>
order allow,deny
deny from all
</files>
# begin betabrandao
# compress text files – with WP Fastest Cache
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
@kilatepro
kilatepro / reset-kilatepro.css
Last active August 15, 2020 19:43
Reset WP #WP #reset #basic styles
html, body, p {
font-family: '', serif;
font-style: normal;
font-weight: normal;
letter-spacing: em;
}
body, p {
font-size: 17px;
letter-spacing: em;
@kilatepro
kilatepro / style.css
Last active April 28, 2019 02:36
Child theme basic text #WP #basic #reset
/*
Theme Name: Child Theme
Theme URI: http://childtheme.com
Description: Child Theme
Author: kilate.pro
Author URI: https://kilate.pro
Template: parent-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@kilatepro
kilatepro / wp-config.php
Last active March 20, 2024 19:04
Complemento para o wp-config #WP #reset
/* Complemento do wp-config.php */
/**
WordPress database table prefix.
You can have multiple installations in one database if you give each
a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_';
/**
For developers: WordPress debugging mode.