Created
September 28, 2012 12:30
-
-
Save sarahkadar/3799531 to your computer and use it in GitHub Desktop.
index.hu "csak a lenyeg" edition
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
/* Removes Velvet, Totalcar, Porfolio, Divany, HG and some other unnecessary stuff. For the best experience, use it with adblock. */ | |
/* based on http://keki.tumblr.com/post/15183352367/angeldaynak-szeretettel and userscripts.org/scripts/show/69639 */ | |
#featured, #rss, #indabox, .adocean, #cikklistak, #szolg, .hirdetes, .cimlapozo-anyag .microsite_dummy, .hirdetes_bottom, .linkroll, #idojaras_top, #idojaras, #idojaras_bottom, #idojaras_bottom + .doboz_bottom, .partnerek, .partnerek + .box_bottom_light, #ctravelbox, #ctravelbox + .box_bottom_dark, #bookline, #top_velvet, #top_velvet + .hasab, #top_velvet + .hasab + .hasab, #divanybox, #hgbox, #ml_kep, #top_tc, #top_tc + .hasab, #top_tc + .hasab + .hasab, #travelbox, #ongo_rotate, .box_bottom_dark, #ongobox, .ajanlok, .blogbox, .box_bottom_light, #tulelokeszlet_szeles, #rotate_ongo_ctravel_travelo, #travelo_rotate, #travelo_box, #top_portfolio, #top_portfolio + .hasab, #top_portfolio + .hasab + .hasab, #divanybox_szeles, #divanybox_szeles + .hasab, #divanybox_szeles + .hasab + .hasab {display:none;} | |
#navi { height: auto; } | |
#ajanlobox {height: 0 !important; opacity: 0; z-index: -1000; padding: 0px; margin: 0px;} | |
#features .box_light.blogbox.tematikus_blogbox {margin-top: 0;} | |
body { margin: 0 0 10px 20px; } | |
#content .hasab.cimlapozo-blokk2, #content .hasab.cimlapozo-blokk3 { margin-bottom: 0px } | |
#page_wrapper { margin: 0px; } | |
body { background-position: left top; } | |
#kopf, #szoveg p, #szoveg h3, #szoveg ul { padding-left: 0px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment