File :-(, x, )
no background Anonymous
I am looking for /c/ pics to use as my 4chan background, preferably stuff with a white background.
>> Anonymous
     File :-(, x)
here is the one I am using atm
>> Anonymous
     File :-(, x)
i cant get this to work with local files
plz help

also bump with pic I want to use
>> Anomalous
     File :-(, x)
>>736287
I know there's a CSS phrase you can use for local files but I can't seem to remember it offhand. You can also upload the file you want to use to something like imageshack and use the picture's url.
>> Anonymous
     File :-(, x)
This is the one I'm using.
Forgive the pixels as I don't have PS on my laptop and had to resize it in Paint.
>> Anonymous
>>736293

if its 'file:///' it doesn't work (at lest for me) ;_;
>> Anonymous
https://addons.mozilla.org/en-US/firefox/addon/2108
>> Anonymous
>>736343
thanks but I already have Stylist plugin
need code for using local files files for back ground image
also sorry for not knowing how to get it to work :(
>> Anonymous
>>736348
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(zip.4chan.org),
domain(img.4chan.org),
domain(orz.4chan.org),
domain(cgi.4chan.org) {
html,body {
background-color:#FFFFFF !important;
background-image:url(http://img179.imageshack.us/img179/251/1220215014435rd8.jpg) !important;
background-position: right bottom !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important
}
TABLE[class="4chan_ext_reply"] {
max-width:1100px !important
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
background-color:#FFFFFF !important;
max-width:1100px !important
}
}
>> Anonymous
>>736348
also replace http://img179.imageshack.us/img179/251/1220215014435rd8.jpg with whatever image you want.
I can give you another code if you like.
>> Anonymous
>>736350
PLEASE DO (sorry for caps) how to do local file file:///C:/Stuff/TwinTailPachy.gif
sorry for being complete dumb ass... :(
also thanks for help ^_^
>> Anonymous
>>736386
Oh also thanks for this code
better than what i have ...
also


sorry... :(
dont mean to be trouble
sorry
>> Anonymous
     File :-(, x)
>> Anonymous
>>736399
thanks
any... ? with (sp) with uosaga (Bunny) sorry
not felling well sorry n for trouble. sorry
>> Anonymous
     File :-(, x)
>> Anonymous
>>736501
code plz so i save to stylish

thanx Anonymous for code
>> Anonymous
>>736386
here's my code
http://userstyles.org/styles/10487

and search 4chan in http://userstyles.org for more styles.
>> Anonymous
     File :-(, x)
>> Anonymous
     File :-(, x)
>> Anonymous
How do you set these codes, anyway?
>> Anonymous
     File :-(, x)
Thanks guys. I've settled with a Tsukino, although I could probably get something better once I figure out how to use local files.
>> Anonymous
i've been told local files run slower
>> Anonymous
     File :-(, x)
>> sage sage
>>737545
You sir, are intelligent.
>> Anonymus
     File :-(, x)
>> Anonymous
>>736349
does this work with opera?
>> Helpful
you could always use base64 to store the image in the css itself
>> Anonymus
>>739206
try this: http://my.opera.com/BleedingHeart/blog/2007/04/29/my-stylish-clone-using-ka
>> Anonymous
>>739182
want that one!
>> Anonymus
>>739224

here you are:

@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain(zip.4chan.org),
domain(img.4chan.org),
domain(orz.4chan.org),
domain(cgi.4chan.org) {
html,body {
background-color:#FFFFFF !important;
background-image:url(http://img112.imageshack.us/img112/3899/1217690065007sf0.jpg) !important;
background-position: right bottom !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important
}
TABLE[class="4chan_ext_reply"] {
max-width:1100px !important
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
background-color:#FFFFFF !important;
max-width:1100px !important
}
}
>> Helpful
>>739222
http://www.greywyvern.com/code/php/binary2base64

this is a good way to fix the problem with no access to local files :3
>> Helpful
>>739222
http://en.wikipedia.org/wiki/Data:_URL
>> Anonymous
>>739229
no, I JUST want the image itself
>> Helpful
>>739289
http://img112.imageshack.us/img112/3899/1217690065007sf0.jpg
...?
>> Anonymous
Thanks! =D
>> Anonymous
>>739223
thanks
>> Anonymous
     File :-(, x)
@-moz-document domain(zip.4chan.org),
domain(img.4chan.org),
domain(orz.4chan.org),
domain(cgi.4chan.org) {
html,body {
background-color:#FFFFFF !important;
background-image:url(http://i205.photobucket.com/albums/bb132/yagsnave/1215180234309.jpg) !important;
background-position: right bottom !important;
background-repeat:no-repeat !important;
background-attachment:fixed !important
}
TABLE[class="4chan_ext_reply"] {
max-width:1100px !important
}
DIV[class="4chan_ext_thread"] > BLOCKQUOTE {
background-color:#FFFFFF !important;
max-width:1100px !important
}
}
>> Anonymous
How do you do these things? All the technical stuff in this thread frightens me. Is it easier than I think or will I need to understand what all this>>736349stuff means?
>> Anonymous
>>740851
Install Stylish to use them: http://userstyles.org/stylish
>> Anonymous
     File :-(, x)
>> Anonymous
>>740851
If you can operate ctrl+C and ctrl+V you can set up stylish.
>> Anonymous
Whats the code to make posts transparent like>>736501
>> Anonymous
     File :-(, x)
>>736501
Updated.