MediaWiki talk:Cavendish.css: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (→‎Bugzilla links: Signature)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
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.


&nbsp;&ndash;&nbsp;[[User:Minh Nguyen|Minh Nguyen]] 11:27, 24 Mar 2005 (PST)
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?
 
&nbsp;&ndash;&nbsp;[[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)