User talk:Quagbert: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
Line 23: Line 23:
:Unfortunately, Safari (at least from my experience) doesn't support the border-radius shortcut for individual corners (i.e. -webkit-border-radius: 1em 0 0 1em;) so I had to replace it with the code for the individual corners, as before my edit none of the corners were round when viewing the site in Safari.
:Unfortunately, Safari (at least from my experience) doesn't support the border-radius shortcut for individual corners (i.e. -webkit-border-radius: 1em 0 0 1em;) so I had to replace it with the code for the individual corners, as before my edit none of the corners were round when viewing the site in Safari.


As for the plain, non-browser-specific border-radius code, I'll take your word and leave it after the -moz and -webkit code, but I figured I'd let you know (my apologies if you already know) that [http://desandro.com/articles/opera-logo-css/ according to this site] the latest version of Opera (10.5) and the upcoming Internet Explorer 9 both support it, and I'm sure Firefox and Safari will eventually support it as well. [[User:Quagbert|Quagbert]] 11:20, 21 March 2010 (UTC)
:As for the plain, non-browser-specific border-radius code, I'll take your word and leave it after the -moz and -webkit code, but I figured I'd let you know (my apologies if you already know) that [http://desandro.com/articles/opera-logo-css/ according to this site] the latest version of Opera (10.5) and the upcoming Internet Explorer 9 both support it, and I'm sure Firefox and Safari will eventually support it as well. [[User:Quagbert|Quagbert]] 11:20, 21 March 2010 (UTC)

Revision as of 11:21, 21 March 2010

Archives

D:

You know... it's probably a better thing to wait until like 3 AM to edit the Pokémon Infobox. The servers get kinda pissy if you don't... especially with all the traffic.

Also get on AIM so we can communicate better. D: TTEchidna 01:02, 11 March 2010 (UTC)

I'm afraid 3 AM is a tad inconvenient for me, seeing how it's 3 AM in my time zone as well (I really don't feel like getting up at 3 in the morning to contribute to a Pokémon fansite of all things) so how about around 9-10 PM, or 6 AM on Thursday after I watch the anime on KeyHole?
As for getting on AIM, I generally don't use that service and actually prefer the talk page, especially since I get e-mail notification whenever someone posts here. However, I just installed [http:www.pidgin.im Pidgin] in case you absolutely must contact me via AIM. My screenname is the same as my email address (quagbert (at) gmail.com) and I'll try to stay logged in whenever I'm working on something on this site. Just keep in mind that I'm not available 24/7. D: Quagbert 02:47, 11 March 2010 (UTC)
Everyone always with the email address as the screenname... does no one ever set it up with just the screenname anymore? TTEchidna 06:35, 11 March 2010 (UTC)
for the record, 6AM EST is a superb time to edit stressful templates. (also, Pidgin > AIM) -- MAGNEDETH 06:41, 11 March 2010 (UTC)

CSS

Is there a particular reason you switched the -webkit-border-radius? I did have the code I used there tested in Safari as well, so I have no idea what differences your changes are making, aside from the fix to the usermessage box. If you could at least mention something in the edit summary for me, since I am testing my code and otherwise have no idea what you're changing. If you're fixing something, I'd like to know what it is, so I can avoid the issue in the future.

On the note of that, however, for future reference, the border-radius line should always be under the -moz and -webkit variants, so they're processed first in the correct browsers (those two being the preferred codes, and the least buggy). -- Jïörüjï Ðērākō.>.cнаt^ 05:05, 21 March 2010 (UTC)

Unfortunately, Safari (at least from my experience) doesn't support the border-radius shortcut for individual corners (i.e. -webkit-border-radius: 1em 0 0 1em;) so I had to replace it with the code for the individual corners, as before my edit none of the corners were round when viewing the site in Safari.
As for the plain, non-browser-specific border-radius code, I'll take your word and leave it after the -moz and -webkit code, but I figured I'd let you know (my apologies if you already know) that according to this site the latest version of Opera (10.5) and the upcoming Internet Explorer 9 both support it, and I'm sure Firefox and Safari will eventually support it as well. Quagbert 11:20, 21 March 2010 (UTC)