Created
September 1, 2010 14:29
-
-
Save runeb/560755 to your computer and use it in GitHub Desktop.
Cleaning up db.no
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
/* Generell plagsomhet */ | |
.skattesok2009 {display: none!important;} | |
#solBox {display: none!important;} | |
#header {display:none!important;} | |
div.ad {display: none!important;} | |
#ad-top {display: none!important;} | |
div#topp-ad {display: none!important;} | |
#tvguide .head {display: none!important; } | |
iframe {display: none!important;} | |
#footerwrapper {display: none!important;} | |
#dagbladettv {display: none!important;} | |
.tvfooter {display: none!important;} | |
.loft {display: none!important;} | |
.rss {display: none!important;} | |
#rssBox {display: none!important;} | |
.centerAd {display:none!important;} | |
img.front-rss {display:none!important; } | |
a[title="Klikk for å komme til Annonseinfo"] {display:none!important;} | |
div#footer {display:none!important; } | |
div[class^="ad"] {display:none!important; } | |
div[class^="skatt-artikkelsok"] {display:none!important; } | |
/*a[href*="kjendis.no"] {display:none!important;}*/ | |
/* Kjendis.no link på /tv */ | |
div.menu_level3 > *:nth-child(7) { | |
display: none!important; | |
} | |
div#kanaler2 > *:nth-child(7) { | |
display: none!important; | |
} | |
/* Facebook button */ | |
div.article-tools > *:nth-child(2) { | |
display: none!important; | |
} | |
/* Fjern kjendis.no */ | |
ul#tabs > *:nth-child(4) { | |
display: none!important; | |
} | |
div.mainnav > *:nth-child(4) { | |
display: none!important; | |
} | |
/* Fjern 123 Spill */ | |
#spill123 {display: none;} | |
.userlinks {display:none;} | |
.nav + .lower > *:nth-child(4) { | |
display:none!important; | |
} | |
ul#under > *:nth-child(4) { | |
display: none!important; | |
} | |
ul#under > *:nth-child(7) { | |
display: none!important; | |
} | |
/* Fjern Se.no */ | |
.userlinks {display:none;} | |
.nav + .lower > *:nth-child(7) { | |
display:none!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment