Created
October 25, 2010 18:45
-
-
Save juque/645469 to your computer and use it in GitHub Desktop.
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
| /* | |
| * 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