FXOpera.

Discuss application theming and theme development.
Post Reply
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

FXOpera.

Post by LuTo »

Hi everybody,
i'm italian user, sorry for my bad english.

Fxopera at the moment it's look likes new opera 16 interface. I want a opera 12 theme for firefox. So i have download old version of this theme, specifically the 21 version.
I ve modified the install.rtf file. in max version i set 25.0. Theme install corrctly, but:
Image

the windows, on top, remains black. I think it's the aero setting. My question is: which file should I modify to make sure that the entire window has the color scheme of windows 7? Specifically i use windows 7 basic theme so i would that firefox is integrated with windows 7 basic theme.

Thank you guys!
Last edited by James on September 9th, 2013, 2:19 pm, edited 1 time in total.
Reason: made as thumbnail link to full size which was too big for img tags at 1,430px side.
User avatar
dkgo
Posts: 56
Joined: January 28th, 2008, 7:27 am

Re: FXOpera.

Post by dkgo »

Hi, try to add the following code

@media not all and (-moz-windows-compositor) {
#titlebar-content:not(:-moz-lwtheme) {
background-image: none!important;
box-shadow: none!important;
}
#main-window {
background: rgb(185,209,234)!important;
}
#main-window:-moz-window-inactive {
background: rgb(215,228,242)!important;
}
}
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

Re: FXOpera.

Post by LuTo »

where? in install.rdf??
thank you very much!!
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

Re: FXOpera.

Post by LuTo »

i try it. But i always have black color on top...how it can fixed this problem?
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: FXOpera.

Post by Aris »

The code posted by dkgo works fine. You have to add it to your userchrome.css or to a new Stylish profile.
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

Re: FXOpera.

Post by LuTo »

sorry. I don't know how. It's my first time on theme modding.
Where i can find userchrome.css? Path?

Thanks for your patience.
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

Re: FXOpera.

Post by LuTo »

Thank you very much to dkgo e aris.
I solved. I added the code to a new stylish profile. Now it work!!! thank you guys!!
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

Re: FXOpera.

Post by LuTo »

Now i try to use the new version of this theme (24). so i have the same problem:
http://i42.tinypic.com/kdpc2h.png

how i can fix the blue on the top of windows next tabs?
Last edited by DanRaisch on March 9th, 2016, 6:32 pm, edited 1 time in total.
Reason: Image tags removed to restore page formatting.
User avatar
dkgo
Posts: 56
Joined: January 28th, 2008, 7:27 am

Re: FXOpera.

Post by dkgo »

@media not all and (-moz-windows-compositor) {
#titlebar-content:not(:-moz-lwtheme) {
background-image: none!important;
box-shadow: none!important;
}

#main-window,
#main-window[sizemode="normal"] #navigator-toolbox {
background: #B2CBE5!important;
}
#main-window:-moz-window-inactive,
#main-window[sizemode="normal"]:-moz-window-inactive #navigator-toolbox {
background: #D2E0ED!important;
}
}
LuTo
Posts: 11
Joined: September 9th, 2013, 10:52 am

Re: FXOpera.

Post by LuTo »

Great!!! Thank you man!!
Udzi
Posts: 2
Joined: November 22nd, 2016, 12:57 am

Re: FXOpera.

Post by Udzi »

Hey dkgo,
I've updated from FF39 to latest FF50 and installed FXOpera also.
I like the new Theme but is it possible to make the backgroundtabs font white? I have a dark Topbar and black on black is not pretty ...
Thanks!
User avatar
LIMPET235
Moderator
Posts: 39933
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: FXOpera.

Post by LIMPET235 »

I'm not sure if you'll receive a reply, as the last post was in 2013.
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
Udzi
Posts: 2
Joined: November 22nd, 2016, 12:57 am

Re: FXOpera.

Post by Udzi »

LIMPET235 wrote:I'm not sure if you'll receive a reply, as the last post was in 2013.
I know, but this is the only way i can contact the dev i think?
User avatar
Frank Lion
Posts: 21173
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: FXOpera.

Post by Frank Lion »

Udzi wrote:I know, but this is the only way i can contact the dev i think?
That dev hasn't been online here in over a year.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
Post Reply