source: Dev/branches/rest-dojo-ui/client/rft/css/LESS/variables.less @ 409

Last change on this file since 409 was 409, checked in by tjcschipper, 13 years ago

-Rest of LESS conversion

File size: 1.6 KB
Line 
1// Graytones
2@darkest: #111111;
3@base: #333333;
4@base1: #444444;
5@base2: #555555;
6@headers: #999999;
7@text: #ffffff;
8
9// Colours
10@blue: #0072bc;
11@blue_light: #0794d1;
12@green: #3aa605;
13@green_light: #79ca0a;
14@orange: #ff5b12;
15@orange_light: #ff9140;
16@purple: #6529b7;
17@purple_light: #993dec;
18@red: #8c0310;
19@red_light: #bd0013;
20
21// Layout related
22@std_height: 24px;
23@std_offset: 4px;
24@std_offset_big: 8px;
25@transition_time: 0.2s;
26@tab_height: 30px;
27@tab_width: 200px;
28
29// Headers and fonts
30@h1Size: 48px;
31@h2Size: 22px;
32@h3Size: 18px;
33@h4Size: 16px;
34@font_size: 13px;
35@font: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
36
37// Icons
38@icon_mainSize: 32px;
39@icon_midSize: 24px;
40@icon_smallSize: 16px;
41
42// IndexMenu
43@im_blockheight: 400px;
44@im_blockwidth: 400px;
45@im_blockmargin: 16px;
46@im_font_size: 32px;
47
48// Mainmenu
49@button_mainmenu_height: 30px;
50@button_mainmenu_spacing: 5px;
51@button_mainmenu_padding: 4px;
52@button_mainmenu_font_size: 24px;
53@button_mainmenu_font_grow: @button_mainmenu_font_size / 12;
54
55// Index menu
56@button_indexmenu_height: 32px;
57@button_indexmenu_content_size: 24px;
58@button_indexmenu_font_size: @h1Size;
59
60// SessionObject
61@sessionobject_size: 100px;
62@sessionObject_spacing: 2 * @std_offset_big;
63
64// Buttons
65@button_large_height: 24px;
66@button_large_spacing: @std_offset_big * 2;
67@button_large_font_size: @button_large_height / 1.2;
68
69@button_block_height: 24px;
70@button_block_spacing: 0;
71@button_block_font_size: @font_size;
72
73@button_inline_height: 24px;
74@button_inline_spacing: 0;
75@button_inline_font_size: @font_size;
Note: See TracBrowser for help on using the repository browser.