Xul, se prononçant Zoul
Pour la doc, sur www.xul.fr par exemple.
Zoul me rappelle Ghostbuster

Modérateurs : nico@nc, Mori, jpj, myahoo
Code : Tout sélectionner
#sidebar-splitter {
background-image: url(file:///D:/images/FF_Splitter.png) !important;
width: 49px !important;
}
là dedans ils expliquent ce qu'est le fichier et ce qu'il faut faire ou ne pas faire (ça aurait été utile)Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*
* #urlbar {
* font-family: monospace !important;
* }
*/
/*
* Eliminate the throbber and its annoying movement:
*
* #throbber-box {
* display: none !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
Code : Tout sélectionner
/* Do not remove the @namespace line -- it's required for correct functioning */
/* Ne pas effacer la ligne @namespace -- elle est nécessaire pour un fonctionnement correct */
/* Pas besoin d'être angloglotte pour comprendre ça */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* set default namespace to XUL */
/* détermine l'espace-temps pour le ksouls (en gros) */
Code : Tout sélectionner
/* BMManager appelé par le xul */
@-moz-document url-prefix(chrome://browser/content/bookmarks/bookmarksManager.xul)
{
#bookmark-window #bookmarks-toolbox,
#bookmark-window #main-menubar,
#bookmark-window #command-toolbar
{
background-color: white !important;
background-image: url(file:///D:/images/check.png) !important;
color: black !important;
}
#bookmark-window #bookmark-views-splitter
{
background-image: url(file:///D:/images/check.png) !important;
width: 32px !important;
}
}
/* ============== */
Code : Tout sélectionner
/* ============== Gmail */
@-moz-document url-prefix(http://mail.google.com/mail/)
{
body, div, td
{
background-image: url(http://img58.imageshack.us/img58/8336/sunb4th.jpg) !important;
background-position: 0 0;
background-repeat: no-repeat;
background-attachment: fixed;
border: 0 !important;
}
}
/* ============== */
Code : Tout sélectionner
/* ===== OPTIONS volet général ===== */
/* BP: dimensions */
#BrowserPreferences
{
width: 60em !important;
height: 30em !important;
}
/* BP: barre des boutons */
#BrowserPreferences .paneSelector
{
background: Midnightblue !important;
background-image: url(file:///D:/images/check.png) !important;
height: 6em !important;
}
/* BP: fond des boutons et libellé */
#BrowserPreferences radio[pane]
{
background: Cornflowerblue !important;
background-image: url(file:///D:/images/dot.png) !important;
}
#BrowserPreferences radio[pane][selected="true"]
{
background: Blanchedalmond !important;
background-image: url(file:///D:/images/stripe.png) !important;
color: Midnightblue !important;
}
/* BP: fond des libellés */
#BrowserPreferences .paneButtonLabel
{
background: transparent !important;
color: Mintcream !important;
font-size: 110% !important;
font-weight: bold !important;
}
/* BP: Barre des boutons OK/annuler */
.prefWindow-dlgbuttons
{
background: Midnightblue !important;
background-image: url(file:///D:/images/dot.png) !important;
}
.prefWindow-dlgbuttons > spacer
{
background: Midnightblue !important;
background-image: url(file:///D:/images/check.png) !important;
}
.prefWindow-dlgbuttons .dialog-button .button-text
{
font-size: 120% !important;
font-weight: bold !important;
color: Midnightblue !important;
}
/* BP: volet 'général' */
#paneGeneral
{
background-image: url(file:///D:/images/sunb.jpg) !important;
color: Midnightblue !important;
font-size: 110% !important;
font-style: italic !important;
}
Code : Tout sélectionner
#BrowserPreferences radio[pane]:hover
{
background-image: url(file:///D:/images/check.png) !important;
}
Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 15 invités