MediaWiki talk:Cavendish.css: Difference between revisions
Jump to navigation
Jump to search
Minh Nguyen (talk | contribs) (→Bugzilla links: Bugzilla interwiki links) |
Minh Nguyen (talk | contribs) m (→Bugzilla links: Signature) |
||
| Line 12: | Line 12: | ||
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? | 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 Nguyễn]] <small class="plainlinks">([[User talk:Minh Nguyen|talk]], [[Special:Contributions/Minh Nguyen|contribs]], [http://mxn.f2o.org/index.html blog])</small> 11:27, 24 Mar 2005 (PST) | ||
Latest revision as of 19:33, 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 Nguyễn (talk, contribs, blog) 11:27, 24 Mar 2005 (PST)