новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OpenBoard/resources/library/interactive/barre_prof.wgt/dijit/themes/claro
unknown 95ae6f8b26 addind new widget and updating some old wigdets 13 years ago
..
form addind new widget and updating some old wigdets 13 years ago
images addind new widget and updating some old wigdets 13 years ago
layout addind new widget and updating some old wigdets 13 years ago
Calendar.css addind new widget and updating some old wigdets 13 years ago
Calendar.less addind new widget and updating some old wigdets 13 years ago
Calendar_rtl.css addind new widget and updating some old wigdets 13 years ago
Calendar_rtl.less addind new widget and updating some old wigdets 13 years ago
ColorPalette.css addind new widget and updating some old wigdets 13 years ago
ColorPalette.less addind new widget and updating some old wigdets 13 years ago
Common.css addind new widget and updating some old wigdets 13 years ago
Common.less addind new widget and updating some old wigdets 13 years ago
Dialog.css addind new widget and updating some old wigdets 13 years ago
Dialog.less addind new widget and updating some old wigdets 13 years ago
Dialog_rtl.css addind new widget and updating some old wigdets 13 years ago
Dialog_rtl.less addind new widget and updating some old wigdets 13 years ago
Editor.css addind new widget and updating some old wigdets 13 years ago
Editor.less addind new widget and updating some old wigdets 13 years ago
Editor_rtl.css addind new widget and updating some old wigdets 13 years ago
Editor_rtl.less addind new widget and updating some old wigdets 13 years ago
InlineEditBox.css addind new widget and updating some old wigdets 13 years ago
InlineEditBox.less addind new widget and updating some old wigdets 13 years ago
Menu.css addind new widget and updating some old wigdets 13 years ago
Menu.less addind new widget and updating some old wigdets 13 years ago
Menu_rtl.css addind new widget and updating some old wigdets 13 years ago
Menu_rtl.less addind new widget and updating some old wigdets 13 years ago
ProgressBar.css addind new widget and updating some old wigdets 13 years ago
ProgressBar.less addind new widget and updating some old wigdets 13 years ago
README addind new widget and updating some old wigdets 13 years ago
TimePicker.css addind new widget and updating some old wigdets 13 years ago
TimePicker.less addind new widget and updating some old wigdets 13 years ago
TimePicker_rtl.css addind new widget and updating some old wigdets 13 years ago
TimePicker_rtl.less addind new widget and updating some old wigdets 13 years ago
TitlePane.css addind new widget and updating some old wigdets 13 years ago
TitlePane.less addind new widget and updating some old wigdets 13 years ago
TitlePane_rtl.css addind new widget and updating some old wigdets 13 years ago
TitlePane_rtl.less addind new widget and updating some old wigdets 13 years ago
Toolbar.css addind new widget and updating some old wigdets 13 years ago
Toolbar.less addind new widget and updating some old wigdets 13 years ago
Toolbar_rtl.css addind new widget and updating some old wigdets 13 years ago
Toolbar_rtl.less addind new widget and updating some old wigdets 13 years ago
Tree.css addind new widget and updating some old wigdets 13 years ago
Tree.less addind new widget and updating some old wigdets 13 years ago
claro.css addind new widget and updating some old wigdets 13 years ago
claro_rtl.css addind new widget and updating some old wigdets 13 years ago
compile.js addind new widget and updating some old wigdets 13 years ago
document.css addind new widget and updating some old wigdets 13 years ago
document.less addind new widget and updating some old wigdets 13 years ago
variables.less addind new widget and updating some old wigdets 13 years ago

README

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. Install less:

a) Go to https://github.com/cloudhead/less.js/archives/master, press download button, and select "download zip"
b) unzip the file into C:\

2. Add node and lessc 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;C:\cloudhead-less.js-7fb09f\bin

d) add new environment variable NODE_PATH with value like this (depending on exact download name):

C:\cloudhead-less.js-7fb09f\lib

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, o to http://nodejs.org/#download (./configure, make, make install).

2. Download less from https://github.com/cloudhead/less.js/archives/master

3. Edit .bash_profile etc. to add node to your path, and lessc to NODE_PATH:

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

To compile all the files:

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


-------
Alternately, you can install less version 1, but I'd rather not use it for checked in files
since it breaks a part a lot of rules into multiple rules, causing spurious diffs.

To install on a mac:
$ sudo gem install less

On Windows or Linux, make sure you have ruby and ruby-gems installed first.
If you need help installing ruby please check out ruby-lang.org for more details.

-----

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