This file contains 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
/** | |
* reset.css | |
* Autor: Eric Meyer | |
* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ | |
* v: 2009-07-22 11:31:08 | |
*/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, |
This file contains 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
** hmedina ** | |
Descargar django | |
http://www.djangoproject.com/download/ | |
colorscheme darkblue | |
set guifont=Monaco\ 13 " My favorite font | |
set directory=/tmp | |
set backupdir=/tmp | |
set encoding=utf-8 |
This file contains 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
/** | |
* Nombre del Proyecto | |
* Autor: Silogismo.com | |
* Fecha: | |
*/ | |
@import "reset.css"; | |
@import "layout.css"; | |
@import "base.css"; | |
@import "hacks.css"; |
This file contains 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
/** | |
* Proyecto: | |
* Autor: Silogismo.com | |
*/ | |
/** | |
* Safari | |
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |
html* elemento { } |
This file contains 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
/** | |
* Proyecto: | |
* Autor: Silogismo.com | |
*/ | |
/* auto-limpia flotantes | |
- - - - - - - - - - - - - - - - - - - - - */ | |
.grupo:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} |
This file contains 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
/** | |
archivo (colores:620044|FA0021) | |
- - - - - - - - - - - - - - - - - - - - - -*/ | |
#archivo {width:auto;margin:.5em;} | |
#archivo a {color:#620044;text-decoration:none;} | |
#archivo h1 {color:#620044;font-size:2em;margin-bottom:1.1em;text-transform:uppercase;} | |
#archivo .autor {color:#620044} | |
#archivo .contenido {position:relative;top:0;} | |
#archivo .contenido dt {font-weight:normal;text-transform:uppercase;} | |
#archivo .contenido dd+dd {margin-bottom:1em;} |
This file contains 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
<body id="archivo"> | |
<div class="contenido"> | |
<h1>Archivo de Bizama</h1> | |
<dl> | |
<dt><a href="#">Showroom Bizama Milan 2009</a></dt> | |
<dd><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p></dd> | |
<dd>25/10/2009 Por <span class="autor">Juan Perez</span></dd> | |
<dt><a href="#">Showroom Bizama Milan 2009</a></dt> | |
<dd><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p></dd> |
This file contains 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
Gistpaste: Command line paste script | |
==================================== | |
This script can do all that the [defunkt gist script](http://github.com/defunkt/gist/tree) can: | |
- paste a file | |
- paste from stdin | |
- authenticate | |
- copy URL to clipboard |
This file contains 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
/* Estructura y Datos de las Regiones, Provincias */ | |
/* y Comunas de Chile. */ | |
/* */ | |
/* Fecha: Julio 2010 */ | |
/* Autor: Juan Pablo Aqueveque - juque.cl */ | |
-- | |
-- Comunas | |
-- | |
DROP TABLE IF EXISTS `comunas`; |
OlderNewer