Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 3b735b44c1e188a44c40f81bded6b6df > files > 917

bugzilla-4.4.12-1.mga5.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>6.2.&#160;Custom Skins</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.12 Release"><link rel="up" href="customization.html" title="Chapter&#160;6.&#160;Customizing Bugzilla"><link rel="prev" href="extensions.html" title="6.1.&#160;Bugzilla Extensions"><link rel="next" href="cust-templates.html" title="6.3.&#160;Template Customization"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.2.&#160;Custom Skins</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="extensions.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;6.&#160;Customizing Bugzilla</th><td width="20%" align="right">&#160;<a accesskey="n" href="cust-templates.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="cust-skins"></a>6.2.&#160;Custom Skins</h2></div></div></div><p>
      Bugzilla allows you to have multiple skins. These are custom CSS and possibly
      also custom images for Bugzilla. To create a new custom skin, you have two
      choices:
      </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
            Make a single CSS file, and put it in the 
            <code class="filename">skins/contrib</code> directory.
          </p></li><li class="listitem"><p>
            Make a directory that contains all the same CSS file
            names as <code class="filename">skins/standard/</code>, and put
            your directory in <code class="filename">skins/contrib/</code>.
          </p></li></ul></div><p>
    </p><p>
      After you put the file or the directory there, make sure to run checksetup.pl
      so that it can reset the file permissions correctly.
    </p><p>
      After you have installed the new skin, it will show up as an option in the
      user's General Preferences. If you would like to force a particular skin on all
      users, just select it in the Default Preferences and then uncheck "Enabled" on
      the preference.
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="extensions.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="customization.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="cust-templates.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6.1.&#160;Bugzilla Extensions&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;6.3.&#160;Template Customization</td></tr></table></div></body></html>