Author Topic: can someone give me a userstyle that removes all the images on the forums  (Read 895 times)

this is for css dudes. everything on here is a picture, including all the gradients and the background, and i just want someone to give me the css/a userstyle with them all removed or replaced with a single color


Code: [Select]
img {
    display: none;
}

;wap2
you don't know what css or a userstyle is do you
Code: [Select]
img {
    display: none;
}
i need one that works globally for all these stuffty ass images
forum.blockland.us/Themes/Blockland2//images/theme/main_block.png is one such example of the images that globally plague this site and prevent me from making a theme without tearing my hair out


so you want to destroy the entire webpage? alright.
Code: [Select]
body {
    background: none !important
}
img {
    display: none !important
}
div {
    background: none !important
}
td {
    background: none !important
}
h3 {
    background: none !important
}
span {
    background: none !important
}


you don't know what css or a userstyle is do you
Sorry for trying to offer an easier and simpler method

Sorry for trying to offer an easier and simpler method
i think hes trying to use the base version of the site? wap2 is like so barebones he cant edit any existing buttons and whatnot. idk