Recommended Posts

What are you talking about? You load your style into stylish and unless you want to modify it that's all you ever have to do. Stylish works just fine with 4.0. Obviously you haven't been following this thread because the working build has been posted I think three times now. Go back some pages and get it. If you already have that build and you're still having issues there's probably something else wrong, because it's working perfectly for the rest of us. Are you using beta 1 or 4.0b2pre?

Stylish has to go through two steps EVERYTIME you launch the browser! You have to go and unselect your style preference and then reselect for it to work. Who in their right mind thinks that a viable choice? Stylish is not compatible with 4.0. The older version of stylish that others like you are using does not load your "style" automatically. The developer, whose forum I spent hours combing through, will not update it until firefox is in RC1or2.

Really? This one's broken? :laugh:

Stylish is good if your are into editing the scripts yourself. You can do it on the fly without restarting and see your changes immediatly.

Did you install the old .59 build that has been modified to work or the 1.10 build that doesn't work?

I have this one installed: My link

But Stilish isn't autoloading scripts at startup and the "move the home button" script doesn't work at all. (I have FF 4.0b1)

@skyli

Thanks a lot 4 the 2 transparency scripts!! They look and work great ;) !

With beta 1 the 1.10 version should have worked perfectly fine with compatibility checking turned off. Stylish didn't get broken until the 4.0b2pre builds (which most of us active in this thread are using, so I assumed you were, too since there was no issue with Stylish until after beta 1), so it's not surprising you might have trouble with the .59 version. You might try the 1.11 version that was just linked by Ned a couple posts up. If that still doesn't work, turn off compatibility checking and grab the 1.10 build off the Mozilla addons site.

[quote name='skyli' date='11 July 2010 - 11:50' time

Transparent statusbar(the whole thing including search and download statusbar):

#browser-bottombox, statusbarpanel, #status-bar, #downbarHolder, .findbar-container
{ -moz-appearance: none !important;
  border: transparent !important;
  border-bottom: 0px !important;
  background: transparent !important;
  text-shadow: 0 0 1em white, 0 0 1ex white; }
.findbar-textbox.findbar-find-fast:not(:hover)
{ opacity:0.7!important; }

Yes thanks skyli for the nice .css codes...:)

post-1972-12789235475691.jpg

Here's a screenshot of my current setup. Of course it changes frequently as people share their tweaks and I incorporate what I like. The red box illustrates the gap between the bookmarks toolbar and the navigation toolbar. Does anybody have a stylish script to move the bookmarks toolbar up and minimize that gap?

With beta 1 the 1.10 version should have worked perfectly fine with compatibility checking turned off. Stylish didn't get broken until the 4.0b2pre builds (which most of us active in this thread are using, so I assumed you were, too since there was no issue with Stylish until after beta 1), so it's not surprising you might have trouble with the .59 version. You might try the 1.11 version that was just linked by Ned a couple posts up. If that still doesn't work, turn off compatibility checking and grab the 1.10 build off the Mozilla addons site.

Ok, got it. Thanks a lot.

Here is a screenshot of my setup.

Also the userchrome file with all the scripts I used (even if used stylish 1.10 not it but maybe someone wants it). I used the "Personal menu" , "autohide statusbar" and "smartbookmarks" addons.

The only problem that I have now is with the "Gmail notifier" and the "xmarks" addons that don't work on FF 4.0b1. Waiting for newer realeases...

LE: Forgot to move both the refresh and stop buttons so they merge. Got it now. :D

userchrome.css

post-344974-12789243326189.jpg

Open your standard customize toolbar window and drag it off.

LOL. It was so simple, and I was looking for scripts :laugh: .10x

Meanwhile though, I enabled the all tabs preview and moved the button between adress bar and searchbar, so now is more useful so I'll let it be :yes: ...

Still, are the keyboard shortcuts customizeable in FF4 in any way?

LOL. It was so simple, and I was looking for scripts :laugh: .10x

Meanwhile though, I enabled the all tabs preview and moved the button between adress bar and searchbar, so now is more useful so I'll let it be :yes: ...

Still, are the keyboard shortcuts customizeable in FF4 in any way?

customizable ,,, no i guess

Here's a screenshot of my current setup. Of course it changes frequently as people share their tweaks and I incorporate what I like. The red box illustrates the gap between the bookmarks toolbar and the navigation toolbar. Does anybody have a stylish script to move the bookmarks toolbar up and minimize that gap?

care to share ur scripts?

care to share ur scripts?

I just did a couple days ago, but it was in another thread and I've tweaked them a little since then, so...

Red Firefox button

#appmenu-button-container{
margin: 0 0 0 2px !important;
}

#appmenu-button{
padding: 2px 10px 2px 9px !important;
border-style: solid !important;
border-width: 0px 2px 2px 2px !important;
-moz-border-right-colors: rgba(255,255,255,0.6) #612905 !important;
-moz-border-bottom-colors: rgba(255,255,255,0.6) #612905 !important;
-moz-border-left-colors: rgba(255,255,255,0.6) #612905 !important;
-moz-border-radius: 0 0 5px 5px !important;
background: -moz-linear-gradient(top, rgba(255,82,30,1), rgba(255,0,0,.9)) !important;
background-clip: padding-box !important;
text-shadow: 0px 0px 2px black !important;
}

#appmenu-button[open="true"]{
-moz-border-radius: 0px !important;
}

#appmenu-button dropmarker:before {
padding-right: 5px !important;
}

#appmenu-button:hover{
background: -moz-linear-gradient(top, rgba(255,82,30,1), rgba(255,68,78,1)) !important;
}

Or, if you'd prefer Blue...

#appmenu-button-container{
margin: 0 0 0px 2px !important;
}

#appmenu-button{
padding: 2px 10px 2px 9px !important;
border-style: solid !important;
border-width: 0px 2px 2px 2px !important;
-moz-border-right-colors: rgba(255,255,255,0.6) #612905 !important;
-moz-border-bottom-colors: rgba(255,255,255,0.6) #612905 !important;
-moz-border-left-colors: rgba(255,255,255,0.6) #612905 !important;
-moz-border-radius: 0 0 5px 5px !important;
background: -moz-linear-gradient(top, rgba(78,147,229,1), rgba(58,68,255,1)) !important;
background-clip: padding-box !important;
text-shadow: 0px 0px 2px black !important;
}

#appmenu-button[open="true"]{
-moz-border-radius: 0px !important;
}

#appmenu-button dropmarker:before {
padding-right: 5px !important;
}

#appmenu-button:hover{
background: -moz-linear-gradient(top, rgba(78,147,229,1), rgba(40,95,178,1)) !important;
}

If you're using Minefield and want the menu button to read Firefox

#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }

Tabs in the titlebar (depending on the text in your menu button you may have to adjust the padding-left)

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 95px !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 92px !important;
padding-top:1px !important;
}

Remove back button drop marker

#back-forward-dropmarker { display: none !important; }

Remove RSS icon in address bar

/* Remove live feed icon in Address url toolbar */

#feed-button 
{
  display: none !important;
}

Remove "star" button in address bar

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

toolbar #star-button{
display:none !important;
}

Combine stop/reload buttons

#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }

Remove icons on bookmarks toolbar items

/* Hide bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon {
display: none; }

Something that im wondering is with the app tabs..can you make them stick even after starting over firefox? (like bookmarks) Since I dont save my tabs, but id like the apptabs saved..and they wont..

No, they don't stick yet. I just tend to not close Firefox as much; I used to close it whenever I was done, even if I knew I'd probably open it again in 5 seconds. Now I'm trying to get in the habit of minimizing it, instead, at least until they get them to stick.

post-344784-12788499628672.png

To move the menu bar when pressing the alt key so it lines up correctly you need the following code:

#main-menubar{

margin-left: 50px !important;

}

What is that icon with 4 little squares in it on your tab bar?

it's all tabs preview:

37322543.png

to enable it instead of normal tab list

about:config > browser.allTabs.previews ->true

Please help.

Is there any way to remove bookmark button from personal toolbar in firefox 4.0b2. (see pic below)

2ijfv8.jpg

You should be able to go into customize (right-click the area below the urlbar and choose customize) and just drag it off of the personal toolbar.

Here is my current setup:

Minimal%207-9.png

You should be able to go into customize (right-click the area below the urlbar and choose customize) and just drag it off of the personal toolbar.

Here is my current setup:

Minimal%207-9.png

That is totally awesome!

Care to share how did you do this? I dont use firefox but might as well start using i if I can have a ui like this.

Hey guys -

I was wondering how to enable my minimize, maximize, close buttons? I have ff 4.0b2. I have looked over the last 20 pages of this forum posting. Your help is much appreciated.

** Second question **

Also how would I put the menu button on the right of the window?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I found that stability back then was really down to the motherboard manufacturer. Back then i stuck with Microstar motherboards and VIA chipsets as they were ultra reliable. Most stuff was done with jumpers and left little room for user created problems 👍
    • Yes, Scoop was created to promote Coreutils for Windows. You can still see early versions of their website on the Web Archive. It was a joke that nobody took seriously. Microsoft's implementation of Coreutils, however, are built in Rust.
    • Looks like EA's Star Wars Zero Company will be out this August by Pulasthi Ariyasinghe Over a year ago, EA surprise announced that a team of former Firaxis members is working on a brand-new Star Wars game. Dubbed Zero Company, the title would have XCOM-like turn-based tactics gameplay as players manage a squad of professionals from all over the galaxy. Now, just ahead of an official announcement, it looks like the release date has leaked out. The upcoming Summer Game Fest presentation on Friday is when EA is supposed to show off the title's gameplay footage, with fans also expecting it to reveal a release date. However, the ever-reliable billbil-kun from Dealabs says they have already managed to find out when the game is coming out and what versions fans will have the option of purchasing. Per the leak, Star Wars Zero Company has an August 27, 2026, release date attached to it. The title is slated to release on PC, Xbox Series X|S, and PlayStation 5 with a $49.99 standard and $59.99 Deluxe edition. The leaker also adds that there won't be any early access perk attached to this special edition. Pre-orders could kick off alongside the official announcement this Friday, too. For those unfamiliar with the title, Bit Reactor is developing Star Wars Zero Company with help from Respawn Entertainment and Lucasfilm Games. The EA-published title is said to be set during the "twilight of the Clone Wars." We will have to wait and see if base building and management mechanics from the XCOM series will be present here, too. "You will step into the shoes of Hawks, a former Republic officer who leads Zero Company — an unconventional outfit of professionals for hire hailing from across the galaxy," reads the game description. "Hawks and Zero Company are recruited for an operation that pits them against an emerging threat that will consume the galaxy if left unchecked. To succeed, Hawks will lead a team of uneasy allies who must set aside their differences to overcome nearly impossible odds." You can catch the Star Wars Zero Company extended gameplay reveal at the Summer Game Fest showcase that's kicking off on Friday at 2 pm PT / 5 pm ET.
    • All their other games always had a new cast and new story, so that's not very surprising. The new dev is worrisome though.
  • Recent Achievements

    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      490
    2. 2
      PsYcHoKiLLa
      234
    3. 3
      Skyfrog
      78
    4. 4
      FloatingFatMan
      68
    5. 5
      Michael Scrip
      58
  • Tell a friend

    Love Neowin? Tell a friend!