1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
ttrss/lib/dijit/themes/claro
2012-08-14 18:59:18 +04:00
..
form update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
images upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
layout update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Calendar_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Calendar_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Calendar.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Calendar.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
claro_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
claro.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
ColorPalette.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
ColorPalette.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Common.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Common.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
compile.js update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Dialog_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Dialog_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Dialog.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Dialog.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
document.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
document.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Editor_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Editor_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Editor.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Editor.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
InlineEditBox.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
InlineEditBox.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Menu_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Menu_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Menu.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Menu.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
ProgressBar.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
ProgressBar.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
README update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
TimePicker_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
TimePicker_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
TimePicker.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
TimePicker.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
TitlePane_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
TitlePane_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
TitlePane.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
TitlePane.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Toolbar_rtl.css upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Toolbar_rtl.less upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Toolbar.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Toolbar.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Tree.css update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Tree.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
variables.less update dojo to 1.7.3 2012-08-14 18:59:18 +04:00

These are "less" files that compile into the CSS of claro.

---------
Installing and running on Windows:

1. Install node:
    a) Go to https://github.com/ajaxorg/node-builds, press download button, and select "download zip"
    b) unzip the file into C:\

2. Add node environment variables:

    a) open Control Panel --> click System icon --> select Advanced tab --> click Environment variables button
    b) press "edit" on path
    c) depending on what directory you unzipped to and the exact filenames, you will add something like

	;C:\ajaxorg-node-builds-0fcee7d\win32

4. To compile all the files:

	C:\> cd C:\myworkspace\dijit\themes\claro
	C:\> node compile.js

--------
To install/run less version 2 on mac:

1. Install Node.js
	Download a built copy from https://github.com/ajaxorg/node-builds.
	Alternately, go to http://nodejs.org/#download   (./configure, make, make install).
	
2. Edit .bash_profile etc. to add node to your path

	export PATH=$PATH:/opt/less/bin

To compile all the files:

  $ cd dijit/themes/claro
  $ node compile.js

-----

See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.