Skip to content

Instantly share code, notes, and snippets.

@juque
Created October 25, 2010 18:45
Show Gist options
  • Select an option

  • Save juque/645469 to your computer and use it in GitHub Desktop.

Select an option

Save juque/645469 to your computer and use it in GitHub Desktop.
/*
* Haga a elpost.cl más «leíble»
*
* 1. Selecciona un artículo, para leer (permalink)
* 2. Firefox -> Firebug (si no lo tiene instalelo)
* 3. Consola (en Firebug) -> menú emergente -> Linea de comando más grande
* 4. Pegue el código de abajo
* 5. Correr (abajo)
* 6. Lea con más comodidad
* 7. Captura: http://grab.by/72UM
*/
$('#node-body').css({'font':'3em/1.2 Georgia, time','text-align':'left','color':'#ccc'});
$('#sidebar-left').css({'display':'none'});
$('.container').css({'width':'90%'});
$('body.sidebar-left #main').css({'width':'100%'});
$('body').css({'background-color':'#000'});
$('#main .posteos-tag, .single-node').css({'background-color':'#333'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment