User:Ssitter/UserChrome: Difference between revisions

m
(initial version)
 
Line 4: Line 4:


Preview: [http://img82.imageshack.us/my.php?image=oldstylemonth0lk.png Month View] | [http://img82.imageshack.us/my.php?image=oldstyleweek3an.png Week View]
Preview: [http://img82.imageshack.us/my.php?image=oldstylemonth0lk.png Month View] | [http://img82.imageshack.us/my.php?image=oldstyleweek3an.png Week View]
How to use it? Go to the "chrome" folder in your Sunbird or Thunderbird profile folder and find the "userChrome.css" file. Put the following code into that file:


<pre><nowiki>
<pre><nowiki>
/*
/*
  * Do not remove the @namespace line --  
* Do not remove the @namespace line --  
  it's required for correct functioning
* it's required for correct functioning
  */
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");


/*
/*
==================================================
==================================================
  MAIN view deck - contains nav buttons and views
MAIN view deck - contains nav buttons and views
==================================================
==================================================
*/
*/
Line 24: Line 26:
/*
/*
==================================================
==================================================
  NAVIGATION buttons
NAVIGATION buttons
==================================================
==================================================
*/
*/
Line 56: Line 58:
/*
/*
==================================================
==================================================
  MULTIWEEK and MONTH view  
MULTIWEEK and MONTH view  
==================================================
==================================================
*/
*/
Line 105: Line 107:
/*
/*
==================================================
==================================================
  DAY and WEEK view  
DAY and WEEK view  
==================================================
==================================================
*/
*/
278

edits