GrApple theme stuff ...

Discuss application theming and theme development.
Post Reply
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

mernen wrote:Do you have any ideas?


It has something to do with your color management mode.
You use the Value 1 and the default Value is 2
more about it: http://kb.mozillazine.org/Gfx.color_management.enabled

Please change it back. You have with this setting as well many other wrong colors and it is nearly impossible to build a theme for this setting.

type therefore about:config into the address bar
then gfx.color_management.mode into the Filter bar and use there Reset

Cheers
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

Hi,
... and now GrApple Yummy 1.9.9.14.1 - Designed for Firefox 3.1 nightly builds
http://www.takebacktheweb.org/

includes :
- after Bug 465843 Remove ctrl-tab preview switching and revert all tabs button to menu, for now
need the theme naturally again a different List all Tabs icon
- a notification[type="info"] design change

Image

by the way,
Bug 391984 - [10.5] Add roundness to context menus appears sometime later,
but when someone want now roundness to context menus.

Then add in your userchrome.css (works only as intended on Mac OS X 10.5):

menupopup, popup {
-moz-appearance: none !important;
background-color: #fff !important;
-moz-border-radius: 4px !important;
}

Cheers
mernen
Posts: 14
Joined: August 11th, 2006, 10:06 pm

Re: GrApple theme stuff ...

Post by mernen »

Aronnax! wrote:
mernen wrote:Do you have any ideas?


It has something to do with your color management mode.


That was spot-on, thanks!
SpookyET
Posts: 10
Joined: October 24th, 2004, 6:50 pm

Re: GrApple theme stuff ...

Post by SpookyET »

Aronnax! wrote:by the way,
Bug 391984 - [10.5] Add roundness to context menus appears sometime later,
but when someone want now roundness to context menus.

Then add in your userchrome.css (works only as intended on Mac OS X 10.5):

menupopup, popup {
-moz-appearance: none !important;
background-color: #fff !important;
-moz-border-radius: 4px !important;
}

Cheers


What you want is

Code: Select all

menupopup, popup {
-moz-appearance: none !important;
background-color: #fff !important;
-moz-border-radius: 4px !important;
opacity: 0.9 !important;
}


I think the opacity is about right, but not perfect.
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

SpookyET wrote:
I think the opacity is about right, but not perfect.


opacity: 0.96 !important;
is likely better ;-)
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

... and now GrApple Yummy 1.9.9.14.2 - Designed for the upcoming Firefox 3.1 Beta 2
with small location bar design changes

and GrApple Yummy 1.9.9.15 - Designed for Firefox 3.1 nightly builds
with changes for Bug 231313 - XUL tabs on Mac OS X render as 10.2-style tabs

http://www.takebacktheweb.org/

Cheers
pkondzior
Posts: 7
Joined: November 7th, 2008, 8:42 pm

Re: GrApple theme stuff ...

Post by pkondzior »

SpookyET wrote:
Aronnax! wrote:by the way,
Bug 391984 - [10.5] Add roundness to context menus appears sometime later,
but when someone want now roundness to context menus.

Then add in your userchrome.css (works only as intended on Mac OS X 10.5):

menupopup, popup {
-moz-appearance: none !important;
background-color: #fff !important;
-moz-border-radius: 4px !important;
}

Cheers


What you want is

Code: Select all

menupopup, popup {
-moz-appearance: none !important;
background-color: #fff !important;
-moz-border-radius: 4px !important;
opacity: 0.9 !important;
}


I think the opacity is about right, but not perfect.


Code: Select all

popup, menupopup {
-moz-appearance: none !important;
background-color: #fff !important;
-moz-border-radius: 4px !important;
opacity: 0.9 !important;
}
popup menupopup {
-moz-border-radius-topleft: 0px !important;
}

Or like this, for 100% aqua like for second menupopup.
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

Hi,
... and now GrApple Yummy 1.9.9.16 - Designed for Firefox 3.1 nightly builds
http://www.takebacktheweb.org/

with code and design changes here and there and ... everywhere

Cheers
User avatar
aaaxxx
Posts: 6
Joined: April 2nd, 2008, 5:23 pm
Location: Grmny

Re: GrApple theme stuff ...

Post by aaaxxx »

hi,
i use FF 3.1b2 with the fission 1.0.3 addon. but when fission is enabled and the website is loading, it looks like this:
Image
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

aaaxxx wrote:hi,
i use FF 3.1b2 with the fission 1.0.3 addon. but when fission is enabled and the website is loading, it looks like this:
Image


Hi,
there is a problem with Fission + the Connection status at the right of the address bar

The next version will have a fix.
You can fix it now, when you disable the Connection status at the right of the address bar setting
or use now:

#urlbar #fission-status {
margin-top: -1px !important;
margin-bottom: -2px !important;
padding-top: 2px !important;
}

in your userchrome.css

Cheers
DMCrimson
Posts: 1025
Joined: February 13th, 2004, 6:11 am

Re: GrApple theme stuff ...

Post by DMCrimson »

Aronnax: first of all, many thanks for your wonderful themes. Secondly, I must confess that I blatanly used your code to bring certain theme to FF3-age, scrollbars, site identification and search-bar for starters (searchbar was quirky, the theme I'm modding has it, and the looks are ok, functionality was zero though...). Anyhow, you might be able to find references to what I'm speaking, and it's not going public - yet, if ever. Your theme has been great help and resource. Just a heads up for you:)
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

DMCrimson wrote:Anyhow, you might be able to find references to what I'm speaking


Hi,
thanks

you want somthing like this?
https://developer.mozilla.org/En

Cheers
DMCrimson
Posts: 1025
Joined: February 13th, 2004, 6:11 am

Re: GrApple theme stuff ...

Post by DMCrimson »

Heh, that's a good resource... But I was referring to what I'm working on.
DMCrimson
Posts: 1025
Joined: February 13th, 2004, 6:11 am

Re: GrApple theme stuff ...

Post by DMCrimson »

Hmm, I wonder if you could help me a bit with that findbar... The button hovers are crapping majorly, mostly due to the fact that the theme I'm using has

Code: Select all

toolbarbutton {
  -moz-appearance: toolbarbutton;
  -moz-box-align: center;
  -moz-box-pack: center;
  margin: 0;
  border: 1px solid transparent;
  padding: 3px;
  background-color: transparent;
  color: black;  /*was -moz-DialogText */
}

.toolbarbutton-icon {
  -moz-margin-end: 5px;
}

.toolbarbutton-text {
  margin: 0 !important;
  text-align: center;
  }

toolbarbutton.tabbable {
  -moz-user-focus: normal !important;
}

in toolbarbutton.css, while You're having it

Code: Select all

toolbarbutton {
  -moz-box-align: center;
  -moz-box-pack: center;
  margin: 0px 2px 0px 2px;
  padding: 3px 1px 3px 1px;
  background-color: transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}


.toolbarbutton-icon {
   padding: 1px 0px 1px 0px;
}

.toolbarbutton-text {
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}


Mostly the highlighting background drops a litlle, "highlight all"'s bg has a gap in between the icon and text. If I go and change the toolbarbutton.css to conform to your theme, I lose the tight spacing on my personal toolbar - which I wish to retain. Ask me if there's anything to ask:)
Aronnax!
Posts: 1006
Joined: October 1st, 2004, 10:24 am
Location: Germany
Contact:

Re: GrApple theme stuff ...

Post by Aronnax! »

Hi,
likely works it with:

toolbarbutton {
-moz-appearance: none;
-moz-box-align: center;
-moz-box-pack: center;
margin: 0px 2px 0px 2px;
padding: 3px 1px 3px 1px;
background-color: transparent;
border-right: 1px solid transparent;
border-left: 1px solid transparent;
}
.toolbarbutton-icon {
-moz-appearance: none;
padding: 1px 0px 1px 0px;
}

in the findBar.css as well - maybe works it only with -moz-appearance: none !important;
or in other words: the -moz-appearance: none; should normally prevent that it use there as well the global toolbarbutton code from toolbarbutton.css.

Cheers
Post Reply