Recommended Posts

isn't there a stylish plugin that will combine the stop/reload buttons? And will it work well with this theme?

http://userstyles.org/styles/10

or

https://addons.mozilla.org/en-US/firefox/addon/7670

isn't there a stylish plugin that will combine the stop/reload buttons? And will it work well with this theme?

also you can add this to your userchrome.css instead of using an extension

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

i don`t know if this a bug or what ? but at the end of the window the tab was cut off

post-134421-1248440569.png

Thanks for the positive feedback guys, I'll see if I can fix some of the bugs you guys mentioned.

A fix for the sidebar problem:

#sidebar-title {
	background: url(chrome://global/skin/tabactive2.png) !important;
		color: black !important;
		text-shadow: white 1px 1px 1px !important;

}

I believe this should combine the stop/reload and fix the jumping

#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }
#reload-button {
margin-left: 1px !important;
}

Edited by SoapyHamHocks
Thanks for the positive feedback guys, I'll see if I can fix some of the bugs you guys mentioned.

A fix for the sidebar problem:

#sidebar-title {
	background: url(chrome://global/skin/tabactive2.png) !important;
		color: black !important;
		text-shadow: white 1px 1px 1px !important;

}

I believe this should combine the stop/reload and fix the jumping

#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }
#reload-button {
margin-left: 1px !important;
}

Awesome, both of those fixes worked :)

I believe this should combine the stop/reload and fix the jumping

#stop-button[disabled="true"] { display:none; } 
#stop-button:not([disabled]) + #reload-button { display:none; }
#reload-button {
margin-left: 1px !important;
}

Just as a note to people using this, make sure the stop button is placed to the left of the reload button, otherwise both will show up while the page is reloading.

Just as a note to people using this, make sure the stop button is placed to the left of the reload button, otherwise both will show up while the page is reloading.

Thanks, that was annoying me!

Theme is looking good, I'm only able to test it on my work XP machine right now, but there are 3 main issues I noticed so far

FireFoxThemeIssuesCrop.jpg

1) If the stop button is placed before the refresh button, the spacing is messed up

2) Using the Personal Menu bookmarks dropdown button causes an odd spacing issue

3) The tab mix plus "close tab" bar button is oddly out of the window halfway

4) Not sure if this is a problem, but on XP, the tab bar coloring is weird, but that may have been intentional

Theme is looking good, I'm only able to test it on my work XP machine right now, but there are 3 main issues I noticed so far

1) If the stop button is placed before the refresh button, the spacing is messed up

2) Using the Personal Menu bookmarks dropdown button causes an odd spacing issue

3) The tab mix plus "close tab" bar button is oddly out of the window halfway

4) Not sure if this is a problem, but on XP, the tab bar coloring is weird, but that may have been intentional

1) We designed the theme to look the way in the mockup, because of this we had to set all the margins manually. You can change the spacing between the refresh and stop button if you have them that way.

 #reload-button {
 margin-left: 2px !important;
 }

2) Go into personal menu options, Advanced tab and check "Hide Drop-marker"

3) I'm not sure about this, but I'll look into it.

4) The theme was made to work on Vista/7 if you want to use it on xp you can change the background.

 #main-window .tabbrowser-tabs {
	 background: #E0ECF8 !important;

 }
 #main-window #navigator-toolbox {
	 background: #E0ECF8 !important;

 }

 .tabbrowser-tabs tab {
	 background: #E0ECF8 !important;

 }

Edit: Forgot to mention, you can use Stylish and create a new style and paste the code.

As it seems difficult, if not impossible, to draw into the border, perhaps the Tools button could take on the same shape as the one in the actual mockup and fade out at the edge? There's only a 1-2 pixel border visible between the edge of the Tools button and the edge of the screen on a maximised window so it should certainly look alright.

any way i could get my new tab button which was to the right of my tabs to re-appear?
For those of you who wanted the tab button back I edited the theme and restored it. Ill talk to BoneyardBrew tomorrow so we can create a proper new tab button.

Firefox_3_7_Mockup_Redux_2.0_by_BoneyardBrew_and_SoapyHamHocks.zip

The attachment is two pages back

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

    • No registered users viewing this page.
  • Posts

    • Can we not have paperless office, like we was promised in the 80's
    • I actually laughed out loud in real life at the heading on this—whatever Microsoft is drinking, I want some of it.
    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!