We are still actively working on the spam issue.

Difference between revisions of "Firefox ricing"

From InstallGentoo Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{Cleanup}}
 +
 +
'''Firefox ricing''' refers to ricing Firefox (who would have guessed?).
 +
 
You can edit Firefox's appearance with CSS (Cascading Style Sheets). To be more general, you can alter ANY web page with CSS. This is achieved with the usage of userstyles. To use and take complete advantage of them, you need a userstyle manager.
 
You can edit Firefox's appearance with CSS (Cascading Style Sheets). To be more general, you can alter ANY web page with CSS. This is achieved with the usage of userstyles. To use and take complete advantage of them, you need a userstyle manager.
  
Line 7: Line 11:
 
The Stylish button that appears after you install it is useful. For instance, to write a userstyle for Firefox, you need to go to:
 
The Stylish button that appears after you install it is useful. For instance, to write a userstyle for Firefox, you need to go to:
  
<code>chrome://browser/content/browser.xul</code>
+
    chrome://browser/content/browser.xul
  
 
And select Write new style -> For this URL, and it'll have a template set up.
 
And select Write new style -> For this URL, and it'll have a template set up.
Line 15: Line 19:
 
You can learn how to write CSS in:
 
You can learn how to write CSS in:
  
http://www.w3schools.com/css/
+
http://htmldog.com/guides/css/
  
  
 +
[[Category:Browser]]
 
[[Category:Ricing]]
 
[[Category:Ricing]]

Revision as of 06:33, 29 January 2014

Cleanup.png
Cleanup.png
CLEANUP CANDIDATE
Relevant discussion may be found on the talk page. Reason: No reason specified.


Firefox ricing refers to ricing Firefox (who would have guessed?).

You can edit Firefox's appearance with CSS (Cascading Style Sheets). To be more general, you can alter ANY web page with CSS. This is achieved with the usage of userstyles. To use and take complete advantage of them, you need a userstyle manager.

In Firefox's case, this would be Stylish: https://addons.mozilla.org/en-US/firefox/addon/stylish/

Note: if you're hell-bent on using Nightly, you'll probably notice your interface userstyles don't work well with Australis. To mitigate this, download Holly - which is pretty much Nightly without Australis. You can get it here: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-holly/

The Stylish button that appears after you install it is useful. For instance, to write a userstyle for Firefox, you need to go to:

   chrome://browser/content/browser.xul

And select Write new style -> For this URL, and it'll have a template set up.

The most useful feature in writing userstyles is the Inspector. You pop it up by pressing Ctrl+Shift+C and it'll let you see what elements you can style on the page.

You can learn how to write CSS in:

http://htmldog.com/guides/css/