Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Userchrome.css For Firefox, Tip to change the Fox look nad behavior
hazemmostafa
post May 8 2007, 08:27 PM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 51
Joined: 29-April 07
From: EGYPT
Member No.: 21,716



Hello ,

Here is good CSS tip for FireFox users

Find userContent.css in your Application Data Folder and edit it as you like and the effects will be on FireFox next start ...

For Example
If you want to mark all links that will open in a new _blank window use this CSS script

CODE
/* Put dashed red border around links that open a new window */
:link[target=”_blank”], :link[target=”_new”] {
border: thin dashed red;
padding: 2px !important;
}
/* Put dashed blue border around visited links that open a new
window */
:visited[target=”_blank”], :visited[target=”_new”]{
border: thin dashed blue;
padding: 2px !important;
}



Using !important is important when override FireFox defualt setting

you will find userContent-example.css file edit it and save as userChrome.css

For CSS scripters I m sure you will find awesome changes to make using this tip

Same goes here but with a userChrome.css

Try this script to make a change in throbber box

CODE
#throbber-box {
border: 1px solid BLUE !important;
padding-left: 5px !important;
padding-right: 5px !important;
margin-left: 20px !important;
margin-right: 20px !important;
}


Or even remove it

CODE
#throbber-box {
display: none !important;
}



let’s increase the width of the search bar by adding the following code:

CODE
#search-container, #searchbar {
-moz-box-flex: 300 !important;
}





Another one here

open FireFox and type in the address bar about:config

see all the configurations for FireFox and you will be able to change them as you like




Thank you
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Change Ur Ip Address(47)
  2. How To Change Registered Owner`s Name On Win Xp(21)
  3. Howto: Change Graphical Login To Text(3)
  4. Firefox Tab Position(3)
  5. Mozilla Firefox And Runescape(10)
  6. Change Font On Series 60 Phone(9)
  7. Change Fonts On A S60 Phone [tutorial](13)
  8. Switch Network Settings With Batch Files(18)
  9. Dynamically Change The Background Image On Mouse Effects!(3)
  10. Firefox Update(7)
  11. Opera(48)
  12. Windows Internet Explorer 7 Vs. Mozilla Firefox 2(28)
  13. Firefox 2(3)
  14. Internet Explorer 7 Problem(8)
  15. Disable Crash Recovery Restore Session Option On Firefox 2(3)
  1. Firefox 2 Has A Spell Check!(40)
  2. How To Change Your Ip Address.(68)
  3. E-mail - Firefox(6)
  4. Power Distribution Change Reboot After 8pm Pst On Saturday May 31, 2008(0)
  5. Recognizing Third-party Content In Firefox(2)
  6. Firefox Addon Check(2)
  7. Firefox 3(19)
  8. Domain Change.(10)
  9. Safari, Firefox And Dns Client Service Behaviour(1)
  10. Css With Firefox(5)
  11. Joomla Template Kit Extension For Nvu/composer(2)
  12. Center Update(5)
  13. Css Background Not Showing Upin Ie(1)


 



- Lo-Fi Version Time is now: 5th September 2008 - 12:06 PM