![]() |
userContent.css Edit?
MicroB in Diablo works very well for me. Between Flash and HTML I have been able to make locally stored pages that provide me with information that makes the tablet very useful. I hope to post examples soon.
However, there are two domains that I access frequently that usually require that I increase zoom to 150% so that images are viewable from the windsheild mount while driving. Is there a way to edit the userContent.css so that the view for pages from just these two domains is increased automatically? If so, can someone provide an an example of the code that should be inserted in userContent.css? |
Re: userContent.css Edit?
try this ; replace 'somesite.com' with the actual domain:
Code:
@-moz-document domain(somesite.com) { |
Re: userContent.css Edit?
@ iamthewalrus: Is there a way to tweak this to make X% the default zoom for any page microB accesses?
|
Re: userContent.css Edit?
Yes if you leave out the @-moz....} brackets all images will be 150%, so like this
Code:
img{width: 150%; height: 150% !important } |
Re: userContent.css Edit?
Quote:
|
Re: userContent.css Edit?
Sorry, I meant to ask if there was a way to have the WHOLE PAGE rendered at X%, not just the images...???
|
Re: userContent.css Edit?
Quote:
Thanks for jumpstartin' my brain cells. :) |
Re: userContent.css Edit?
Well, you can do something like body {font-size: 150% !important} (off-hand, syntax not guaranteed.), I think.
|
Re: userContent.css Edit?
if the van don't come, you'll get your tan from standing in the english rain.
|
Re: userContent.css Edit?
Quote:
|
| All times are GMT. The time now is 22:34. |
vBulletin® Version 3.8.8