Skinning BugZilla

Discussion of general topics about Mozilla Firefox
Seewak
Posts: 34
Joined: June 10th, 2004, 11:47 am
Location: France
Contact:

Skinning BugZilla

Post by Seewak »

Last edited by Seewak on February 20th, 2006, 11:49 am, edited 3 times in total.
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8b4) Gecko/20050716 Firefox/1.0+
Site Admin of Extensions.geckozone.org.
User avatar
Junior Aspirin
Posts: 149
Joined: September 2nd, 2004, 5:18 am
Location: Peterborough or University of Warwick - UK
Contact:

Post by Junior Aspirin »

omg that is well cool. gonna give me summit to play around with!

one question can that code be placed in a separate file then linked back to userChrome.css i can see that file getting a bit of a mess?
User avatar
Thumper
Posts: 8037
Joined: November 4th, 2002, 5:42 pm
Location: Linlithgow, Scotland
Contact:

Post by Thumper »

Code: Select all

@import url("include_this_file.css");


Stick those at the top of the file.

- Chris
User avatar
Junior Aspirin
Posts: 149
Joined: September 2nd, 2004, 5:18 am
Location: Peterborough or University of Warwick - UK
Contact:

Post by Junior Aspirin »

oh yeah forgot about that thumper!

btw Seewak iv fixed your little bug

Code: Select all

    #footer>form {
        border-top-style: none !important;
        border-left-style: none !important;
        border-bottom-style: none !important;
        border-right-style: none !important;
    }

    #footer {
        padding-top: 10px !important;
        padding-bottom:15px !important;
    }


that should remove the dark lines, and add the padding back.
Seewak
Posts: 34
Joined: June 10th, 2004, 11:47 am
Location: France
Contact:

Post by Seewak »

Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8b4) Gecko/20050716 Firefox/1.0+
Site Admin of Extensions.geckozone.org.
User avatar
Rishi M.
Folder@Home
Posts: 1294
Joined: April 29th, 2005, 7:36 pm
Location: Toronto, Canada
Contact:

Post by Rishi M. »

I'm getting a timeout on that URL...
Quidquid latine dictum sit, altum sonatur.
Folding for Team MozillaZine (No. 39340) with 32.4GHz of power. Your machine can make a difference! Join now.
User avatar
shevegen666
Posts: 444
Joined: May 12th, 2004, 7:18 am

Post by shevegen666 »

Same here, URL doesnt respond.
Are there mirrors for it?
Or can you post one example of before/after into your post (can be made smaller, i just want to get an idea of what the
changes affect/do )
Seewak
Posts: 34
Joined: June 10th, 2004, 11:47 am
Location: France
Contact:

Post by Seewak »

It works now :o
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8b4) Gecko/20050716 Firefox/1.0+
Site Admin of Extensions.geckozone.org.
User avatar
Rishi M.
Folder@Home
Posts: 1294
Joined: April 29th, 2005, 7:36 pm
Location: Toronto, Canada
Contact:

Post by Rishi M. »

Nice work, Seewak. :D
Quidquid latine dictum sit, altum sonatur.
Folding for Team MozillaZine (No. 39340) with 32.4GHz of power. Your machine can make a difference! Join now.
Seewak
Posts: 34
Joined: June 10th, 2004, 11:47 am
Location: France
Contact:

Post by Seewak »

Thank you ;)
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8b4) Gecko/20050716 Firefox/1.0+
Site Admin of Extensions.geckozone.org.
Old RPGM35
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old RPGM35 »

anyone get this to work with tinderbox/lxr?

btw nice work :)
User avatar
Äkiidoll
Posts: 5473
Joined: August 16th, 2003, 2:03 pm
Location: USA
Contact:

Post by Äkiidoll »

Thumper wrote:

Code: Select all

@import url("include_this_file.css");


Stick those at the top of the file.

- Chris

This is the code to put at the very top then?

Code: Select all

@import url("bugzillaskin_1.11.css");

Then use the code from Seewak link and name it
bugzillaskin_1.11.css and put the .css file in
the chrome folder too?
A prisoner of Christ Jesus, by His stripes I was healed
User avatar
Thumper
Posts: 8037
Joined: November 4th, 2002, 5:42 pm
Location: Linlithgow, Scotland
Contact:

Post by Thumper »

Exactamundo.

- Chris
User avatar
Äkiidoll
Posts: 5473
Joined: August 16th, 2003, 2:03 pm
Location: USA
Contact:

Post by Äkiidoll »

Way fun, Ill set it up when I migrate to 1.5b
after the release on 9-8-2005...I can wait
because Im still using 1.0.6 milestone.

Im gonna migrate on Linux/Win32

Thanks Chris!
A prisoner of Christ Jesus, by His stripes I was healed
User avatar
Vectorspace
Moderator
Posts: 14455
Joined: November 27th, 2003, 4:50 am
Location: Warwickshire, UK
Contact:

Post by Vectorspace »

I have 1.5 Beta 1.
I put bugzillaskin_1.11.css in my profile's chrome folder
I added @import url("bugzillaskin_1.11.css"); to the top of userChrome.css

Nothing happened - Bugzilla looks the same as it always has.

Am I missing something?
"All things being equal, the simplest answer is usually the correct one" - Occam's Razor
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0
Post Reply