Has anyone tried skinning b.org differently for mobile devices?
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Is there a way to pull a style sheet only when I'm on my phone?
::snoozy doubleposting::
An @media rule specifies the target media types (separated by commas) of a set of rules (delimited by curly braces). The @media construct allows style sheet rules for various media in the same style sheet:
@media screen {
BODY { font-size: 12pt }
}
Interesting. I've only ever used CSS mediatypes where there are two separate files being called, not within the same stylesheet.
This page will show you whether or not your cell phone actually uses CSS mediatypes.
My E61i doesn't. I wonder if it's a conceit or an oversight. I mean, it's a really good browser, but why not let me have the option to drop out the graphics? And having spoilertext visible only where I can't select it would be nifty.
Huh. The iPhone seems to be half and half. Screen types are applied, but media types are not. What does that mean?
Screen types are applied, but media types are not
What do you mean? Screen is a media type, as is handheld.
I'm sorry. I meant the Handheld type is not supported. Screen is supported.