Not signed in [Sign In]
[Apply for membership]

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordiffred
    • CommentTimeOct 18th 2008
     
    Hi!

    I've just installed SE on my Ubuntu 8.04 and IMO it's amazing!!!

    Just one thing, I don't really like that text fields of webpages are modified in Firefox (for example google's classical entry field is black as well as the Sign In of most forums). Can I change it to the default? i.e , don't want SE to change anything within webpages.

    Thanks!!!
    • CommentAuthorgarry
    • CommentTimeOct 20th 2008
     
    Hi,

    This is a side effect of all dark Gnome themes. It's not that SE intentionally modifies these web pages, but that Firefox uses colours from the desktop theme.

    This usually works, and is getting better. The problem is that most web designers assume that these widgets are light in colour, so dark ones don't fit in as well on some pages.

    There may be workarounds for firefox 3. I'll look into it. In the meantime, if anybody knows of any, post theme here...
    • CommentAuthorgarry
    • CommentTimeOct 20th 2008
     
    • CommentAuthorDavy Jones
    • CommentTimeFeb 14th 2009 edited
     
    Hey garry, I dont know if you remember me but I fixed this same problem with firefox 2 for you about a year or two ago and gave you my custom userChrome.css and userConent.css

    I promised a fix for firefox 3. This wasn't an easy promise to keep. I have been working on this a long time so I hope you appreciate it.

    I created my own userContent.css that fixes the dark theme issues and improves the scroll quality.
    • CommentAuthorDavy Jones
    • CommentTimeFeb 14th 2009 edited
     
    I was considering holding the fix for ransom. Say some Ubuntu SE merchandise. But thats not the Ubuntu way, is it?

    So here is how you fix firefox 3:

    navigate to ./mozilla/firefox/~/chrome and open userContent-example.css

    Then add my code to the end:

    /* Smooth Scrolling Workaround: Disable Fixed Background Images on Pages */
    body {
    background-attachment: scroll !important;
    }

    input {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    }

    textarea {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    }

    select {
    border: 2px inset white;
    background-color: white;
    color: black;
    -moz-appearance: none !important;
    }

    input[type="radio"],
    input[type="checkbox"] {
    border: 2px inset white ! important;
    background-color: white ! important;
    color: ThreeDFace ! important;
    -moz-appearance: none !important;
    }

    *|*::-moz-radio {
    background-color: white;
    -moz-appearance: none !important;
    }

    button,
    input[type="reset"],
    input[type="button"],
    input[type="submit"] {
    border: 2px outset white;
    background-color: #eeeeee;
    color: black;
    -moz-appearance: none !important;
    }

    body {
    background-color: white;
    color: black;
    display: block;
    margin: 8px;
    -moz-appearance: none !important;
    }


    Then save the edited file as userContent.css

    Let me know how it works.
    • CommentAuthorDavy Jones
    • CommentTimeFeb 15th 2009
     
    I put in a lot of time and effort to create this fix.

    Please send me some ubuntu satanic edition stickers, a medium t-shirt, and a coffee cup or something. Send them along with all your unwanted hate mail to:

    Dave
    19120 SW Blanton St.
    Beaverton, OR 97007


    My email is daveyjones26@yahoo.com
    • CommentAuthorDavy Jones
    • CommentTimeFeb 15th 2009 edited
     
    After applying my fix, I also recommend a dark firefox theme.
    I like Red Shift.

    While we are talking about firefox 3. Here are three different things you can do to make firefox faster:

    1. Install Fasterfox 3.0.4 Add-on - you will love it, exceeds RFC specs and increase load to webservers, it uses rendering tweaks and network optimizations to make firefox a lot faster

    2. Install Adblock Plus 1.0.1 Add-on - works great, you will love this add-on too. Why does it make firefox faster? simple. blocking ads makes pages load faster.

    3. If you are brave, go to Edit>Preferences>Security and uncheck the two boxs that say "Tell me if the site I am visiting is a suspected attack site" and "Tell me if the site I am visiting is a suspected forgery".

    these 3 tweaks also work for firefox 3 in windows xp and vista.

    Also I just read on digg firefox 3 is faster if you download the windows firefox 3 exe file, install and run with wine, it is faster than firefox running natively on linux.
    • CommentAuthorgarry
    • CommentTimeFeb 19th 2009
     
    Hi Davy,

    Thanks for that. It works really well. I'll post in in the dark theme tips section with full credit to yourself.
    • CommentAuthorgarry
    • CommentTimeFeb 19th 2009
     
    I've added your config to the Dark Theme Tips page:

    http://ubuntusatanic.org/dark-themes.php

    Thanks again for helping our users and anyone who uses dark themes.
    • CommentAuthorDavy Jones
    • CommentTimeFeb 19th 2009
     
    Because most everyone uses firefox 3 now, I recommend you add the fix to the satanic metapackage so that it automatically installs the userContent.css to /home/~/mozilla/firefox/~/chrome. I can help you with this too if you like.

    Did you try any of the firefox tweaks?

    Oh, and your welcome.
    • CommentAuthorDavy Jones
    • CommentTimeFeb 19th 2009
     
    So how about those stickers? T-shirt?

    And what happened to the merchandise page?
    • CommentAuthorgarry
    • CommentTimeFeb 19th 2009
     
    It's difficult to update this as part of the package, as it affects individual user accounts. It could be done as a postinstall of the Gnome themes, but how do we know which accounts to update? All users? What if some aren't using the dark themes?

    There are many factors to think about when putting these packages together, which is why some things aren't as automatic as people would like. Even things we have made automatic, such as the usplash installation, people have complained about. It's a fine line.

    The only merchandise page is the Cafepress T-shirt stuff. This is completely commission free to make is as cheap as possible. I make no money at all from it. In fact, I've never made any money out of SE. On the contrary, it costs me a fortune in webserver and bandwidth fees.

    So, I won't be buying gifts for people who contribute. Just feel good about what you have given to the community and think about all the software which people have given you for free.
    • CommentAuthorDavy Jones
    • CommentTimeFeb 20th 2009
     
    Good point my friend. I sometimes forget what this is all about.