becauseiwantedto Posted June 11, 2009 Share Posted June 11, 2009 Nice sig simonnn >.> I second that statement! Quote Changed the text in the signature yay! PDN gallery! Link to comment Share on other sites More sharing options...
becauseiwantedto Posted June 11, 2009 Share Posted June 11, 2009 Nice sig simonnn >.> I second that statement! Quote Changed the text in the signature yay! PDN gallery! Link to comment Share on other sites More sharing options...
TopHATslash Posted June 11, 2009 Share Posted June 11, 2009 Yeah. Small text like that is nothing but annoying... So I wrote an override in Stylish to force 100% font size on any spans in the content area of a post. , as it were. hahahaha nice. Quote Link to comment Share on other sites More sharing options...
TopHATslash Posted June 11, 2009 Share Posted June 11, 2009 Yeah. Small text like that is nothing but annoying... So I wrote an override in Stylish to force 100% font size on any spans in the content area of a post. , as it were. hahahaha nice. Quote Link to comment Share on other sites More sharing options...
Gamer_World14 Posted June 11, 2009 Share Posted June 11, 2009 Thats pretty sweet CMD! How long did it take to code for that. I guess only you can see this then... Trying to make this unreadable...lol. Quote deviantART | Paint.NET Gallery | bennettfrazier.com <-- (My new Website!) Link to comment Share on other sites More sharing options...
Gamer_World14 Posted June 11, 2009 Share Posted June 11, 2009 Thats pretty sweet CMD! How long did it take to code for that. I guess only you can see this then... Trying to make this unreadable...lol. Quote deviantART | Paint.NET Gallery | bennettfrazier.com <-- (My new Website!) Link to comment Share on other sites More sharing options...
Simon Brown Posted June 11, 2009 Share Posted June 11, 2009 @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("paintdotnet.forumer.com") { .content, .content > *, .content > * > *, .content > * > * > * { font-size: 12px !important; } } Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted June 11, 2009 Share Posted June 11, 2009 @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("paintdotnet.forumer.com") { .content, .content > *, .content > * > *, .content > * > * > * { font-size: 12px !important; } } Quote Link to comment Share on other sites More sharing options...
pyrochild Posted June 12, 2009 Share Posted June 12, 2009 Speaking of audio equipment, does anyone know of a decent quality, yet cheap set of earphones? http://woot.com/ Normally a ~$50 set, for less than $20 including shipping (12.99 + 5 = 17.99). Today only, of course. Reviews: CNET gives 3/5: http://reviews.cnet.com/headphones/maxi ... 10453.html Amazon has 4/5: http://www.amazon.com/Maximo-iM-490S-iM ... 047&sr=8-1 Some random forum people seem to like them too (given the price point): http://www.head-fi.org/forums/f4/maximo ... -a-286143/ Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
pyrochild Posted June 12, 2009 Share Posted June 12, 2009 Speaking of audio equipment, does anyone know of a decent quality, yet cheap set of earphones? http://woot.com/ Normally a ~$50 set, for less than $20 including shipping (12.99 + 5 = 17.99). Today only, of course. Reviews: CNET gives 3/5: http://reviews.cnet.com/headphones/maxi ... 10453.html Amazon has 4/5: http://www.amazon.com/Maximo-iM-490S-iM ... 047&sr=8-1 Some random forum people seem to like them too (given the price point): http://www.head-fi.org/forums/f4/maximo ... -a-286143/ Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
TopHATslash Posted June 12, 2009 Share Posted June 12, 2009 I think I'm getting better at large work in photoshop. I decided to force myself to only make large work from now on. http://robobreeze.deviantart.com/art/Life-125637984 hmm, best viewed if you download, the thumbnail looks stupid. Quote Link to comment Share on other sites More sharing options...
TopHATslash Posted June 12, 2009 Share Posted June 12, 2009 I think I'm getting better at large work in photoshop. I decided to force myself to only make large work from now on. http://robobreeze.deviantart.com/art/Life-125637984 hmm, best viewed if you download, the thumbnail looks stupid. Quote Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted June 12, 2009 Share Posted June 12, 2009 Thats pretty sweet CMD! How long did it take to code for that. Oh, about ten seconds, plus the time to right-click through to the Stylish editor. And by the way: I'm not sure if I was the only one, but yes, I could read that. @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("paintdotnet.forumer.com") { .content, .content > *, .content > * > *, .content > * > * > * { font-size: 12px !important; } } Actually, nothing even that complex. The way PHPBB does styling like that is with inline styles on a span, so all I did was: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("paintdotnet.forumer.com") { div.content span { font-size:100% !important; } } And since I feel like a jerk for BOP-ing tHs: I think I'm getting better at large work in photoshop. I decided to force myself to only make large work from now on.http://robobreeze.deviantart.com/art/Life-125637984 hmm, best viewed if you download, the thumbnail looks stupid. It looks pretty awesome too. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted June 12, 2009 Share Posted June 12, 2009 Thats pretty sweet CMD! How long did it take to code for that. Oh, about ten seconds, plus the time to right-click through to the Stylish editor. And by the way: I'm not sure if I was the only one, but yes, I could read that. @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("paintdotnet.forumer.com") { .content, .content > *, .content > * > *, .content > * > * > * { font-size: 12px !important; } } Actually, nothing even that complex. The way PHPBB does styling like that is with inline styles on a span, so all I did was: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("paintdotnet.forumer.com") { div.content span { font-size:100% !important; } } And since I feel like a jerk for BOP-ing tHs: I think I'm getting better at large work in photoshop. I decided to force myself to only make large work from now on.http://robobreeze.deviantart.com/art/Life-125637984 hmm, best viewed if you download, the thumbnail looks stupid. It looks pretty awesome too. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted June 12, 2009 Share Posted June 12, 2009 Wow. The one thing I thought was new and innovative in the beta for Safari 4 - the re-use of the application title bar as the tab bar - doesn't actually seem to be in the final version. It's not there by default, and there doesn't seem to be an option for it either. Nice one Apple. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted June 12, 2009 Share Posted June 12, 2009 Wow. The one thing I thought was new and innovative in the beta for Safari 4 - the re-use of the application title bar as the tab bar - doesn't actually seem to be in the final version. It's not there by default, and there doesn't seem to be an option for it either. Nice one Apple. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
david.atwell Posted June 12, 2009 Share Posted June 12, 2009 You mean a la Chrome? I've always found that rather annoying, myself... Better screen real estate, but harder to get to and visualize. I'd rather have the address bar in the apptitle. Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
david.atwell Posted June 12, 2009 Share Posted June 12, 2009 You mean a la Chrome? I've always found that rather annoying, myself... Better screen real estate, but harder to get to and visualize. I'd rather have the address bar in the apptitle. Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted June 12, 2009 Share Posted June 12, 2009 I did a little Googling on the subject, and apparently there was a huge backlash from Safari users against the change. Thanks guys. You've broken everything. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted June 12, 2009 Share Posted June 12, 2009 I did a little Googling on the subject, and apparently there was a huge backlash from Safari users against the change. Thanks guys. You've broken everything. Quote I am not a mechanism, I am part of the resistance; I am an organism, an animal, a creature, I am a beast. ~ Becoming the Archetype Link to comment Share on other sites More sharing options...
Gamer_World14 Posted June 12, 2009 Share Posted June 12, 2009 I did a little Googling on the subject, and apparently there was a huge backlash from Safari users against the change... But the real question is, what browser did you do the Googling on? Quote deviantART | Paint.NET Gallery | bennettfrazier.com <-- (My new Website!) Link to comment Share on other sites More sharing options...
Gamer_World14 Posted June 12, 2009 Share Posted June 12, 2009 I did a little Googling on the subject, and apparently there was a huge backlash from Safari users against the change... But the real question is, what browser did you do the Googling on? Quote deviantART | Paint.NET Gallery | bennettfrazier.com <-- (My new Website!) Link to comment Share on other sites More sharing options...
david.atwell Posted June 12, 2009 Share Posted June 12, 2009 http://tvtropes.org/pmwiki/pmwiki.php/M ... nedFOREVER Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
david.atwell Posted June 12, 2009 Share Posted June 12, 2009 http://tvtropes.org/pmwiki/pmwiki.php/M ... nedFOREVER Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
usedHONDA Posted June 12, 2009 Author Share Posted June 12, 2009 Today, I was notified by USPS that my package has arrived (a white PS3 controller I bought from eBay) all the way from Hong Kong. I go to my mailbox, and I find a package that's unusually small. I open it to see not a PS3 controller or anything related to a Playstation, but instead, an iPhone case. An ugly one at that (plaid). So I go to the seller's feedback page, and it seems that the same exact thing has happened to 11 other people, all giving negative feedback. Waiting for a response from the Chinese guy. Quote "The greatest thing about the Internet is that you can write anything you want and give it a false source." ~Ezra Pound twtr | dA | tmblr | yt | fb Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.