MediaWiki talk:Cavendish.css: Difference between revisions
Jump to navigation
Jump to search
Minh Nguyen (talk | contribs) m (→Bugzilla links) |
Minh Nguyen (talk | contribs) (→Bugzilla links: Bugzilla interwiki links) |
||
| Line 9: | Line 9: | ||
This code was based on the [http://wiki.mozilla.org/skins/cavendish/main.css main Cavendish CSS file]. It would probably help to replace <code>http://www.bugzilla.org/favicon.ico</code> with the URL of a locally-installed image, converted to GIF or PNG format. | This code was based on the [http://wiki.mozilla.org/skins/cavendish/main.css main Cavendish CSS file]. It would probably help to replace <code>http://www.bugzilla.org/favicon.ico</code> with the URL of a locally-installed image, converted to GIF or PNG format. | ||
Also, while I'm at it, Wikipedia has a special syntax for links to MediaZilla (its Bugzilla installation): <code><nowiki>[[Bugzilla:</nowiki>''#'']]</code>, where ''#'' is the bug number. Can this be configured here too? | |||
– [[User:Minh Nguyen|Minh Nguyen]] 11:27, 24 Mar 2005 (PST) | – [[User:Minh Nguyen|Minh Nguyen]] 11:27, 24 Mar 2005 (PST) | ||
Revision as of 19:30, 24 March 2005
Bugzilla links
The Cavendish skin currently puts little padlock icons next to every https: link on a page. The skin could be configured to place little Bugzilla mascot icons after links to Bugzilla, so that these links would be easier to identify. The following code could be used in this stylesheet:
#mBody a[href ^="https://bugzilla.mozilla.org"] {
background: url("http://www.bugzilla.org/favicon.ico") center right no-repeat;
padding-right: 16px;
}
This code was based on the main Cavendish CSS file. It would probably help to replace http://www.bugzilla.org/favicon.ico with the URL of a locally-installed image, converted to GIF or PNG format.
Also, while I'm at it, Wikipedia has a special syntax for links to MediaZilla (its Bugzilla installation): [[Bugzilla:#]], where # is the bug number. Can this be configured here too?
– Minh Nguyen 11:27, 24 Mar 2005 (PST)