|
|
Set default zoom level in Safari using a CSS file
Is there a way to make this specific to certain types of content, e.g. Safari RSS feeds only?
Set default zoom level in Safari using a CSS file
These selectors modify Safari's default RSS viewer display (using my preferred settings as an example):
.apple-rss-single-line-mode .apple-rss-subject
{
font-size: 13px !important;
letter-spacing: 0.06em !important;
}
.apple-rss-multi-line-mode .apple-rss-subject
{
letter-spacing: 0.06em !important;
}
See this file for more info on available selectors: /System/Library/Frameworks/PubSub.framework/Versions/A/Resources/PubSubAgent.app/Contents/Resources/Main.css Hope this helps. -Dennis
Set default zoom level in Safari using a CSS file
Hrmmm... doesn't work for me for some unknown reason. Thanks for the suggestion, though.
Set default zoom level in Safari using a CSS file
You can try this:
.apple-rss-content {
It only zooms the content, because I could not get a full page zoom to work properly. You can try replacing " .apple-rss-content" with ".apple-rss-show-unread-mode, .apple-rss-no-unread-mode" and see if you like the results.
Set default zoom level in Safari using a CSS file
This worked!, although it required a logout to reflect the change. Thanks! |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.15 seconds |
|