The Following User Says Thank You to YoDude For This Useful Post: | ||
![]() |
2008-11-04
, 18:27
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#2
|
@-moz-document domain(somesite.com) { img{width: 150%; height: 150% !important } }
![]() |
2008-11-04
, 19:31
|
Posts: 609 |
Thanked: 232 times |
Joined on Dec 2007
@ the end of my rope
|
#3
|
![]() |
2008-11-04
, 20:17
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#4
|
img{width: 150%; height: 150% !important }
The Following User Says Thank You to iamthewalrus For This Useful Post: | ||
![]() |
2008-11-04
, 21:37
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
Yes if you leave out the @-moz....} brackets all images will be 150%, so like this
Also see the web section of the old wiki. Be quick because this wiki will be close down and I'm too lazy to copy it to the new one.Code:img{width: 150%; height: 150% !important }
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-11-04
, 21:43
|
Posts: 609 |
Thanked: 232 times |
Joined on Dec 2007
@ the end of my rope
|
#6
|
![]() |
2008-11-04
, 22:08
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#7
|
try this ; replace 'somesite.com' with the actual domain:
Code:@-moz-document domain(somesite.com) { img{width: 150%; height: 150% !important } }
![]() |
2008-11-04
, 22:17
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#8
|
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-11-04
, 22:21
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#9
|
![]() |
2008-11-04
, 22:23
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#10
|
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?