Skinning BugZilla

Discussion of general topics about Mozilla Firefox
Old RPGM35
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old RPGM35 »

The import line has to be in usercontent.css, not userchrome
User avatar
Vectorspace
Moderator
Posts: 14455
Joined: November 27th, 2003, 4:50 am
Location: Warwickshire, UK
Contact:

Post by Vectorspace »

d'oh!!

I'm an idiot. Thanks.
"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
Seewak
Posts: 34
Joined: June 10th, 2004, 11:47 am
Location: France
Contact:

Post by Seewak »

[edited]
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 »

vectorspace it needs to go in userContent.css as it is a webpage change not a skin change, get me muddled too sometimes, then go duhhh!

btw i have just cleaned up the bugzilla.css for you all it generated alot of errors in the javascript console, so here is the cleaned up version

oh and what do you think of this :p screeny

edit: bah i didnt realise this had 2 pages, sorry for the double correction vectorspace!
Old RPGM35
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old RPGM35 »

What do I need to change to make the text on attatchments a font size larger? I can't find it anywhere
User avatar
hhh
Posts: 6731
Joined: February 29th, 2004, 11:21 am
Location: Stuart, FL

Post by hhh »

@RPGMaker35, try changing

Code: Select all

    body, td, th, input {
        font-family: verdana, sans-serif;
        font-size: small;
    }
to

Code: Select all

    body, td, th, input {
        font-family: verdana, sans-serif;
        font-size: 12px;
    }
, WFM.

@Seewak, I noticed that the "quote" image in your file is <a href="http://en.wikipedia.org/wiki/Hotlink">hotlinked</a> from mandarindesign.com. Is that a problem (hotlinking w/out permission is evil as it steals bandwidth)?

@all, I was thinking I'd copy the file to my 'puter and link to it there, but I can't remember what the path would be if it was on, say, my C: drive. Help?
User avatar
hhh
Posts: 6731
Joined: February 29th, 2004, 11:21 am
Location: Stuart, FL

Post by hhh »

bump
User avatar
Thumper
Posts: 8037
Joined: November 4th, 2002, 5:42 pm
Location: Linlithgow, Scotland
Contact:

Post by Thumper »

@all, I was thinking I'd copy the file to my 'puter and link to it there, but I can't remember what the path would be if it was on, say, my C: drive. Help?


Sticking it in a subfolder called "images" underneath chrome and using images/ as the path should work.

- Chris
User avatar
hhh
Posts: 6731
Joined: February 29th, 2004, 11:21 am
Location: Stuart, FL

Post by hhh »

@Thumper, it didn't work. I would need to back out of bugzilla.mozilla.org first, right?
User avatar
Thumper
Posts: 8037
Joined: November 4th, 2002, 5:42 pm
Location: Linlithgow, Scotland
Contact:

Post by Thumper »

Ahh. No, it's not going to work in userContent. You'll need to host it somewhere.

- Chris
User avatar
hhh
Posts: 6731
Joined: February 29th, 2004, 11:21 am
Location: Stuart, FL

Post by hhh »

OK, thanks for the info.
Old RPGM35
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old RPGM35 »

hhh wrote:@RPGMaker35, try changing

Code: Select all

    body, td, th, input {
        font-family: verdana, sans-serif;
        font-size: small;
    }
to

Code: Select all

    body, td, th, input {
        font-family: verdana, sans-serif;
        font-size: 12px;
    }
, WFM.

Thanks for that, but cf i believe gave this on #firefox:

Code: Select all

@-moz-document url-prefix(https://bugzilla.mozilla.org/attachment.cgi)
{
      *{
        font-family: verdana, sans-serif;
        font-size: 12px !important;
    }
}
that worked, but thanks for your help
User avatar
hhh
Posts: 6731
Joined: February 29th, 2004, 11:21 am
Location: Stuart, FL

Post by hhh »

OK, BTW, how the hell should I know what info you've received on IRC? -edit- Or what's been posted there? I haven't gone there since the nightlies busted Chatzilla.
Old RPGM35
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old RPGM35 »

seems to be broken now with the upgrade
User avatar
Thumper
Posts: 8037
Joined: November 4th, 2002, 5:42 pm
Location: Linlithgow, Scotland
Contact:

Post by Thumper »

Ooh, lookit pretty Bugzilla!

- Chris
Post Reply