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

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

-Rest of LESS conversion

File size: 29.5 KB
Line 
1*:focus {
2  outline: none;
3}
4html,
5body {
6  width: 100%;
7  height: 100%;
8  background-color: #333333;
9}
10#rft.claro {
11  font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
12  font-size: 13px;
13  color: #111111;
14}
15#rft.claro h1 {
16  margin: 0;
17  padding: 0 10px 8px 10px;
18  float: left;
19  clear: left;
20  font-size: 48px;
21  color: #999999;
22  line-height: 48px;
23  font-weight: normal;
24  -webkit-user-select: none;
25  -moz-user-select: none;
26  -ms-user-select: none;
27  user-select: none;
28}
29#rft.claro h2 {
30  margin: 0;
31  padding: 0;
32  color: #999999;
33  font-size: 22px;
34  line-height: 30px;
35}
36#rft.claro h2 .rftIcon {
37  width: 32px;
38  height: 32px;
39  margin: 0;
40  background-image: url('images/icons/rftIcons32.png');
41  margin-right: 8px;
42}
43#rft.claro h3 {
44  margin: 0;
45  font-size: 18px;
46  margin-bottom: 4px;
47}
48#rft.claro h4 {
49  font-size: 16px;
50}
51#rft.claro .topbar {
52  overflow-y: hidden;
53}
54#rft.claro .topbar .dijitMenuBar {
55  border: none;
56  background-image: none;
57  -webkit-box-shadow: none;
58  box-shadow: none;
59  border-radius: 0;
60  background-color: transparent;
61  float: right;
62  clear: right;
63  margin-top: 16px;
64}
65#rft.claro .topbar .breadcrumbs {
66  color: #999999;
67}
68#rft.claro .topbar .breadcrumbs .breadcrumb {
69  font-size: 13px;
70}
71#rft.claro .topbar .breadcrumbs .breadcrumb.breadcrumbCurrent {
72  color: #ffffff;
73  font-size: 15px;
74}
75#rft.claro .topbar .breadcrumbs .breadcrumb.breadcrumbHover {
76  color: #0072bc;
77}
78#rft.claro .dijitContentPane.page {
79  margin: 0;
80  padding: 0;
81}
82#rft.claro .dijitContentPane.content {
83  margin: 0;
84  padding: 0;
85  display: block;
86  clear: both;
87  background-color: #555555;
88  background-image: -webkit-gradient(50% 50%, circle, #666666 1%, #444444 100%);
89  -moz-background-image: gradient(50% 50%, circle, #666666 1%, #444444 100%);
90  -o-background-image: gradient(50% 50%, circle, #666666 1%, #444444 100%);
91  -ms-background-image: gradient(50% 50%, circle, #666666 1%, #444444 100%);
92  background-image: gradient(50% 50%, circle, #666666 1%, #444444 100%);
93}
94#rft.claro .dijitContentPane.content .dijitBorderContainer {
95  padding: 4px;
96}
97#rft.claro .loginLabel {
98  float: left;
99  clear: left;
100  width: 100px;
101}
102#rft.claro .loginInput {
103  width: 150px;
104}
105#rft.claro .rftMultipleChoiceWidget {
106  display: table;
107}
108#rft.claro .rftMultipleChoiceWidget .row {
109  display: table-row;
110}
111#rft.claro .rftMultipleChoiceWidget .rowBox {
112  display: table-cell;
113}
114#rft.claro .rftMultipleChoiceWidget .rowText {
115  display: table-cell;
116  width: 100px;
117}
118#rft.claro .rftMultipleChoiceWidget .rowBtn {
119  display: table-cell;
120  width: 30px;
121}
122#rft.claro .verticalTabList {
123  width: 190px;
124}
125#rft.claro .dijitTab {
126  -webkit-transition: all 0.2s;
127  -moz-transition: all 0.2s;
128  -o-transition: all 0.2s;
129  -ms-transition: all 0.2s;
130  transition: all 0.2s;
131  background-color: transparent;
132  padding: 4px 8px;
133  color: #999999;
134  overflow: hidden;
135}
136#rft.claro .dijitTab.dijitTabHover {
137  -webkit-transition: all 0.1s;
138  -moz-transition: all 0.1s;
139  -o-transition: all 0.1s;
140  -ms-transition: all 0.1s;
141  transition: all 0.1s;
142  color: #ffffff;
143  border-color: #ffffff;
144}
145#rft.claro .dijitTab.dijitTabActive {
146  -webkit-transition: all 0.1s;
147  -moz-transition: all 0.1s;
148  -o-transition: all 0.1s;
149  -ms-transition: all 0.1s;
150  transition: all 0.1s;
151  color: #999999;
152}
153#rft.claro .dijitTab.dijitTabChecked {
154  -webkit-transition: all 0.1s;
155  -moz-transition: all 0.1s;
156  -o-transition: all 0.1s;
157  -ms-transition: all 0.1s;
158  transition: all 0.1s;
159  color: #ffffff;
160  border: 1px solid transparent;
161}
162#rft.claro .dijitTabContainerLeft-tabs {
163  border: none;
164  padding: 4px;
165}
166#rft.claro .dijitTabContainerLeft-tabs .dijitTab {
167  margin: 4px 0;
168  width: 200px;
169  min-height: 30px;
170  border: 1px solid #999999;
171}
172#rft.claro .dijitTabContainerLeft-tabs .dijitTab .dijitTabContent {
173  min-height: 30px;
174  line-height: 30px;
175  width: 190px;
176}
177#rft.claro.blue .dijitTabChecked,
178#rft.claro .blue .dijitTabChecked,
179#rft.claro div.blue.dijitTabChecked {
180  background-color: #0072bc;
181}
182#rft.claro.green .dijitTabChecked,
183#rft.claro .green .dijitTabChecked,
184#rft.claro div.green.dijitTabChecked {
185  background-color: #3aa605;
186}
187#rft.claro.red .dijitTabChecked,
188#rft.claro .red .dijitTabChecked,
189#rft.claro div.red.dijitTabChecked {
190  background-color: #8c0310;
191}
192#rft.claro.orange .dijitTabChecked,
193#rft.claro .orange .dijitTabChecked,
194#rft.claro div.orange.dijitTabChecked {
195  background-color: #ff5b12;
196}
197#rft.claro.purple .dijitTabChecked,
198#rft.claro .purple .dijitTabChecked,
199#rft.claro div.purple.dijitTabChecked {
200  background-color: #6529b7;
201}
202#rft.claro fieldset {
203  border: none;
204}
205#rft.claro fieldset.align input,
206#rft.claro fieldset.align .dijitTextBox,
207#rft.claro fieldset.align textarea {
208  margin-left: 0;
209}
210#rft.claro fieldset.align label {
211  color: #ffffff;
212  display: inline-block;
213  width: 100px !important;
214}
215#rft.claro .newline {
216  float: left;
217  clear: left;
218  display: block;
219}
220#rft.claro .floatRight {
221  float: right;
222  margin: 0;
223}
224#rft.claro .rftLineListView {
225  max-width: 200px;
226  max-height: 500px;
227}
228#rft.claro .rftLineListView .rftLineListViewContent {
229  width: auto;
230  overflow: auto;
231}
232#rft.claro .bgColor {
233  -webkit-transition-property: background-color 0.2s;
234  -moz-transition-property: background-color 0.2s;
235  -o-transition-property: background-color 0.2s;
236  -ms-transition-property: background-color 0.2s;
237  transition-property: background-color 0.2s;
238}
239#rft.claro .blue.bgColor,
240#rft.claro.blue.bgColor {
241  background-color: #0072bc !important;
242}
243#rft.claro .blue.bgColor.light,
244#rft.claro.blue.bgColor.light {
245  background-color: #0794d1 !important;
246}
247#rft.claro .blue .bgColor,
248#rft.claro.blue .bgColor {
249  background-color: #0072bc;
250}
251#rft.claro .blue .bgColor.light,
252#rft.claro.blue .bgColor.light {
253  background-color: #0794d1;
254}
255#rft.claro .blue.bgColorHover:hover,
256#rft.claro.blue.bgColorHover:hover {
257  background-color: #0072bc !important;
258}
259#rft.claro .blue.bgColorHover:hover.light,
260#rft.claro.blue.bgColorHover:hover.light {
261  background-color: #0794d1 !important;
262}
263#rft.claro .blue .bgColorHover:hover,
264#rft.claro.blue .bgColorHover:hover {
265  background-color: #0072bc;
266}
267#rft.claro .blue .bgColorHover:hover.light,
268#rft.claro.blue .bgColorHover:hover.light {
269  background-color: #0794d1;
270}
271#rft.claro .green.bgColor,
272#rft.claro.green.bgColor {
273  background-color: #3aa605 !important;
274}
275#rft.claro .green.bgColor.light,
276#rft.claro.green.bgColor.light {
277  background-color: #79ca0a !important;
278}
279#rft.claro .green .bgColor,
280#rft.claro.green .bgColor {
281  background-color: #3aa605;
282}
283#rft.claro .green .bgColor.light,
284#rft.claro.green .bgColor.light {
285  background-color: #79ca0a;
286}
287#rft.claro .green.bgColorHover:hover,
288#rft.claro.green.bgColorHover:hover {
289  background-color: #3aa605 !important;
290}
291#rft.claro .green.bgColorHover:hover.light,
292#rft.claro.green.bgColorHover:hover.light {
293  background-color: #79ca0a !important;
294}
295#rft.claro .green .bgColorHover:hover,
296#rft.claro.green .bgColorHover:hover {
297  background-color: #3aa605;
298}
299#rft.claro .green .bgColorHover:hover.light,
300#rft.claro.green .bgColorHover:hover.light {
301  background-color: #79ca0a;
302}
303#rft.claro .orange.bgColor,
304#rft.claro.orange.bgColor {
305  background-color: #ff5b12 !important;
306}
307#rft.claro .orange.bgColor.light,
308#rft.claro.orange.bgColor.light {
309  background-color: #ff9140 !important;
310}
311#rft.claro .orange .bgColor,
312#rft.claro.orange .bgColor {
313  background-color: #ff5b12;
314}
315#rft.claro .orange .bgColor.light,
316#rft.claro.orange .bgColor.light {
317  background-color: #ff9140;
318}
319#rft.claro .orange.bgColorHover:hover,
320#rft.claro.orange.bgColorHover:hover {
321  background-color: #ff5b12 !important;
322}
323#rft.claro .orange.bgColorHover:hover.light,
324#rft.claro.orange.bgColorHover:hover.light {
325  background-color: #ff9140 !important;
326}
327#rft.claro .orange .bgColorHover:hover,
328#rft.claro.orange .bgColorHover:hover {
329  background-color: #ff5b12;
330}
331#rft.claro .orange .bgColorHover:hover.light,
332#rft.claro.orange .bgColorHover:hover.light {
333  background-color: #ff9140;
334}
335#rft.claro .red.bgColor,
336#rft.claro.red.bgColor {
337  background-color: #8c0310 !important;
338}
339#rft.claro .red.bgColor.light,
340#rft.claro.red.bgColor.light {
341  background-color: #bd0013 !important;
342}
343#rft.claro .red .bgColor,
344#rft.claro.red .bgColor {
345  background-color: #8c0310;
346}
347#rft.claro .red .bgColor.light,
348#rft.claro.red .bgColor.light {
349  background-color: #bd0013;
350}
351#rft.claro .red.bgColorHover:hover,
352#rft.claro.red.bgColorHover:hover {
353  background-color: #8c0310 !important;
354}
355#rft.claro .red.bgColorHover:hover.light,
356#rft.claro.red.bgColorHover:hover.light {
357  background-color: #bd0013 !important;
358}
359#rft.claro .red .bgColorHover:hover,
360#rft.claro.red .bgColorHover:hover {
361  background-color: #8c0310;
362}
363#rft.claro .red .bgColorHover:hover.light,
364#rft.claro.red .bgColorHover:hover.light {
365  background-color: #bd0013;
366}
367#rft.claro .purple.bgColor,
368#rft.claro.purple.bgColor {
369  background-color: #6529b7 !important;
370}
371#rft.claro .purple.bgColor.light,
372#rft.claro.purple.bgColor.light {
373  background-color: #993dec !important;
374}
375#rft.claro .purple .bgColor,
376#rft.claro.purple .bgColor {
377  background-color: #6529b7;
378}
379#rft.claro .purple .bgColor.light,
380#rft.claro.purple .bgColor.light {
381  background-color: #993dec;
382}
383#rft.claro .purple.bgColorHover:hover,
384#rft.claro.purple.bgColorHover:hover {
385  background-color: #6529b7 !important;
386}
387#rft.claro .purple.bgColorHover:hover.light,
388#rft.claro.purple.bgColorHover:hover.light {
389  background-color: #993dec !important;
390}
391#rft.claro .purple .bgColorHover:hover,
392#rft.claro.purple .bgColorHover:hover {
393  background-color: #6529b7;
394}
395#rft.claro .purple .bgColorHover:hover.light,
396#rft.claro.purple .bgColorHover:hover.light {
397  background-color: #993dec;
398}
399#rft.claro .rftIcon {
400  margin: 0;
401  padding: 0;
402  float: left;
403  display: inline-block;
404  border: none;
405  background-color: transparent;
406  background-repeat: no-repeat;
407}
408#rft.claro .rftIcon.rftMainIcon {
409  width: 32px;
410  height: 32px;
411  margin: 0;
412  background-image: url('images/icons/rftIcons32.png');
413}
414#rft.claro .rftIcon.rftMidIcon {
415  width: 24px;
416  height: 24px;
417  margin: 0px 0;
418  background-image: url('images/icons/rftIcons16.png');
419}
420#rft.claro .rftIcon.rftSmallIcon {
421  width: 16px;
422  height: 16px;
423  margin: 4px 0;
424  background-image: url('images/icons/rftIcons16.png');
425}
426#rft .rftIconApplication {
427  background-position: 0px 0px;
428}
429#rft .rftIconDashboard {
430  background-position: -32px 0px;
431}
432#rft .rftIconSession {
433  background-position: -64px 0px;
434}
435#rft .rftIconSessionActive {
436  background-position: -96px 0px;
437}
438#rft .rftIconSessionTemplate {
439  background-position: -128px 0px;
440}
441#rft .rftIconSurvey {
442  background-position: -160px 0px;
443}
444#rft .rftIconQuestion {
445  background-position: -192px 0px;
446}
447#rft .rftIconQuestionFill {
448  background-position: -224px 0px;
449}
450#rft .rftIconRespondent {
451  background-position: -256px 0px;
452}
453#rft .rftIconAnswer {
454  background-position: -288px 0px;
455}
456#rft .rftIconAnswerSet {
457  background-position: -320px 0px;
458}
459#rft .rftIconGameData {
460  background-position: -352px 0px;
461}
462#rft .rftIconUser {
463  background-position: -384px 0px;
464}
465#rft .rftIconAccept {
466  background-position: -416px 0px;
467}
468#rft .rftIconCancel {
469  background-position: -448px 0px;
470}
471#rft .rftIconPlus {
472  background-position: -480px 0px;
473}
474#rft .rftIconMinus {
475  background-position: -512px 0px;
476}
477#rft .rftIconIncrease {
478  background-position: -544px 0px;
479}
480#rft .rftIconDecrease {
481  background-position: -576px 0px;
482}
483#rft .rftIconDelete {
484  background-position: -608px 0px;
485}
486#rft .rftIconHome {
487  background-position: -640px 0px;
488}
489#rft .rftIconPreview {
490  background-position: -672px 0px;
491}
492#rft .rftIconSave {
493  background-position: -704px 0px;
494}
495#rft .rftIconDiscard {
496  background-position: -736px 0px;
497}
498#rft .rftIconProperties {
499  background-position: -768px 0px;
500}
501#rft .rftIconUndo {
502  background-position: -800px 0px;
503}
504#rft .rftIconRedo {
505  background-position: -832px 0px;
506}
507#rft .rftIconBack {
508  background-position: -864px 0px;
509}
510#rft .rftIconForward {
511  background-position: -896px 0px;
512}
513#rft .rftIconRefresh {
514  background-position: -928px 0px;
515}
516#rft .rftIconHelp {
517  background-position: -960px 0px;
518}
519#rft .rftIconInspect {
520  background-position: -992px 0px;
521}
522#rft .rftIconTag {
523  background-position: -1024px 0px;
524}
525#rft .rftIconImage {
526  background-position: -1056px 0px;
527}
528#rft .rftIconEdit {
529  background-position: -1088px 0px;
530}
531#rft .rftIconLock {
532  background-position: -1120px 0px;
533}
534#rft .rftIconUnlock {
535  background-position: -1152px 0px;
536}
537#rft .rftIconPreset {
538  background-position: -1184px 0px;
539}
540#rft .rftIconTextBlock {
541  background-position: -1216px 0px;
542}
543#rft .rftIconPageBreak {
544  background-position: -1248px 0px;
545}
546#rft .rftIconExternal {
547  background-position: -1280px 0px;
548}
549#rft .rftIconInput {
550  background-position: -1312px 0px;
551}
552#rft .rftIconPublish {
553  background-position: -1344px 0px;
554}
555#rft .rftIconFullArrowUp {
556  background-position: -1696px 0px;
557}
558#rft .rftIconFullArrowDown {
559  background-position: -1728px 0px;
560}
561#rft .rftIconFullArrowLeft {
562  background-position: -1760px 0px;
563}
564#rft .rftIconFullArrowRight {
565  background-position: -1792px 0px;
566}
567#rft .rftIconHalfArrowUp {
568  background-position: -1824px 0px;
569}
570#rft .rftIconHalfArrowDown {
571  background-position: -1856px 0px;
572}
573#rft .rftIconHalfArrowLeft {
574  background-position: -1888px 0px;
575}
576#rft .rftIconHalfArrowRight {
577  background-position: -1920px 0px;
578}
579#rft .claro .rftSelector {
580  margin: 0;
581  padding: 0;
582  margin: 4px;
583}
584#rft .claro .rftSelector .rftLineWithButtons {
585  margin: 0;
586  padding: 0;
587}
588#rft .claro .rftSelector .rftSelectorSelected .rftSelectorColor {
589  margin: 0;
590  padding: 0;
591  float: left;
592  width: 8px;
593  height: 24px;
594}
595#rft .claro .rftSelector .rftSelectorSelected .rftSelectorColor.conflict {
596  background-color: #ff0000;
597}
598#rft .claro .rftSelector .rftSelectorSelected .rftSelectorColor.pending {
599  background-color: #ff8000;
600}
601#rft .claro .rftSelector .rftSelectorSelected .rftSelectorColor.success {
602  background-color: #00ff00;
603}
604#rft .claro .rftSelector .rftSelectorOptions .rftLineWithButtons,
605#rft .claro .rftSelector .rftSelectorSelected .rftLineWithButtons {
606  background-color: #ffffff;
607  color: #111111;
608}
609#rft.claro .rftLineWithButtons {
610  border: none;
611  background-image: none;
612  -webkit-box-shadow: none;
613  box-shadow: none;
614  border-radius: 0;
615  position: relative;
616  height: 24px;
617  white-space: nowrap;
618  margin: 4px 0;
619}
620#rft.claro .rftLineWithButtons.dojoDndItem {
621  -webkit-transition: all 0.2s;
622  -moz-transition: all 0.2s;
623  -o-transition: all 0.2s;
624  -ms-transition: all 0.2s;
625  transition: all 0.2s;
626}
627#rft.claro .rftLineWithButtons.dojoDndItem.dojoDndItemBefore {
628  margin-top: 6px;
629  border-top: 6px solid #ffffff;
630}
631#rft.claro .rftLineWithButtons.dojoDndItem.dojoDndItemAfter {
632  margin-bottom: 6px;
633  border-bottom: 6px solid #ffffff;
634}
635#rft.claro .rftLineWithButtons.dojoDndItem.dojoDndItemover,
636#rft.claro .rftLineWithButtons.dojoDndItem.dojoDndItemAnchor {
637  background-image: none;
638  border: none;
639  padding: 2px;
640}
641#rft.claro .rftLineWithButtons.dojoDndItem.dojoDndItemover *,
642#rft.claro .rftLineWithButtons.dojoDndItem.dojoDndItemAnchor * {
643  background-color: rgba(255, 255, 255, 0.1);
644}
645#rft.claro .rftLineWithButtons .rftLineWithButtonsTitle {
646  float: left;
647  margin: 0 8px;
648  overflow: hidden;
649  white-space: nowrap;
650  word-wrap: break-word;
651}
652#rft.claro .rftLineWithButtons .rftLineWithButtonsButtons {
653  margin: 0;
654  padding: 0;
655  line-height: 24px;
656  height: 24px;
657  position: absolute;
658  right: 0;
659  float: left;
660}
661#rft.claro .dojoDndSourceMoved .rftLineWithButtons.dojoDndItemAnchor {
662  height: 0;
663}
664#rft.claro .rftIndexMenuBlock {
665  width: 400px;
666  height: 400px;
667  background: #444444;
668  float: left;
669  margin: 16px;
670  overflow: hidden;
671}
672#rft.claro .rftIndexMenuBlock:hover .rftIndexMenuMask {
673  margin-top: -400px;
674}
675#rft.claro .rftIndexMenuMask {
676  width: 400px;
677  height: 400px;
678  background: #444444;
679  color: #999999;
680  margin-top: 0;
681}
682#rft.claro .rftIndexMenuMask .label {
683  color: #999999;
684  font-size: 32px;
685  height: 32px;
686  line-height: 32px;
687  margin-top: 184px;
688  float: left;
689}
690#rft.claro .rftIndexMenuMask .rftIcon {
691  width: 32px;
692  height: 32px;
693  margin: 0;
694  background-image: url('images/icons/rftIcons32.png');
695  float: left;
696  margin: 184px 8px 0 8px;
697}
698#rft.claro .rftIndexMenuButton {
699  border: none;
700  background-image: none;
701  -webkit-box-shadow: none;
702  box-shadow: none;
703  border-radius: 0;
704  margin: 0;
705  padding: 0;
706  -webkit-transition: all 0.3s;
707  -moz-transition: all 0.3s;
708  -o-transition: all 0.3s;
709  -ms-transition: all 0.3s;
710  transition: all 0.3s;
711  line-height: 32px;
712  border: none;
713}
714#rft.claro .rftIndexMenuButton .dijitButtonNode {
715  border: none;
716  color: #999999;
717  font-size: 22px;
718}
719#rft.claro .rftIndexMenuButton .dijitButtonNode .dijitButtonContents {
720  vertical-align: top;
721}
722#rft.claro .rftIndexMenuButton .dijitButtonNode .dijitButtonContents .dijitButtonText {
723  padding-bottom: 10px;
724  line-height: 20px;
725}
726#rft.claro .rftIndexMenuButton .dijitButtonNode .dijitButtonContents .rftIcon {
727  width: 32px;
728  height: 32px;
729  margin: 0;
730  background-image: url('images/icons/rftIcons32.png');
731  margin: 0 8px;
732}
733#rft.claro .rftIndexMenuButton.oneHeight {
734  height: 100px;
735}
736#rft.claro .rftIndexMenuButton.oneHeight .dijitButtonNode {
737  margin: 38px 0 0 0;
738}
739#rft.claro .rftIndexMenuButton.twoHeight {
740  height: 200px;
741}
742#rft.claro .rftIndexMenuButton.twoHeight .dijitButtonNode {
743  margin: 88px 0 0 0;
744}
745#rft.claro .rftIndexMenuButton.fourHeight {
746  height: 400px;
747}
748#rft.claro .rftIndexMenuButton.fourHeight .dijitButtonNode {
749  margin: 188px 0 0 0;
750}
751#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover {
752  color: #ffffff;
753  -webkit-transition: all 0.1s;
754  -moz-transition: all 0.1s;
755  -o-transition: all 0.1s;
756  -ms-transition: all 0.1s;
757  transition: all 0.1s;
758}
759#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover .dijitButtonText {
760  color: #ffffff;
761  -webkit-transition: all 0.1s;
762  -moz-transition: all 0.1s;
763  -o-transition: all 0.1s;
764  -ms-transition: all 0.1s;
765  transition: all 0.1s;
766}
767#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover.blue {
768  background-color: #0072bc;
769}
770#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover.red {
771  background-color: #8c0310;
772}
773#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover.green {
774  background-color: #3aa605;
775}
776#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover.orange {
777  background-color: #ff5b12;
778}
779#rft.claro .rftIndexMenuButton.rftIndexMenuButtonHover.purple {
780  background-color: #6529b7;
781}
782#rft.claro .rftIndexMenuButton.rftIndexMenuButtonActive {
783  width: 32px;
784  height: 32px;
785  margin: 0;
786  background-image: url('images/icons/rftIcons32b.png');
787  -webkit-transition: all 0.3s;
788  -moz-transition: all 0.3s;
789  -o-transition: all 0.3s;
790  -ms-transition: all 0.3s;
791  transition: all 0.3s;
792  color: #111111;
793  background: #ffffff;
794}
795#rft.claro .dijitMenuPopup .dijitMenu {
796  border: none;
797  background-image: none;
798  -webkit-box-shadow: none;
799  box-shadow: none;
800  border-radius: 0;
801  color: #999999;
802  border: none;
803}
804#rft.claro .dijitMenuPopup .dijitMenu .dijitMenuItem {
805  color: #999999;
806  border: none;
807  background-image: none;
808  -webkit-box-shadow: none;
809  box-shadow: none;
810  border-radius: 0;
811  background-color: transparent;
812}
813#rft.claro .dijitMenuPopup .dijitMenu .dijitMenuItem.dijitMenuItemHover .dijitMenuItemLabel,
814#rft.claro .dijitMenuPopup .dijitMenu .dijitMenuItem.dijitMenuItemActive .dijitMenuItemLabel,
815#rft.claro .dijitMenuPopup .dijitMenu .dijitMenuItem.dijitMenuItemSelected .dijitMenuItemLabel {
816  color: #ffffff;
817}
818#rft.claro .dijitMenuPopup .dijitMenu .dijitMenuItem .rftIcon {
819  width: 16px;
820  height: 16px;
821  margin: 4px 0;
822  background-image: url('images/icons/rftIcons16.png');
823  margin: 0;
824  margin-right: 8px;
825}
826#rft.claro .dijitMenuPopup .dijitMenu .dijitMenuItem.dijitMenuItemActive .rftIcon {
827  width: 16px;
828  height: 16px;
829  margin: 4px 0;
830  background-image: url('images/icons/rftIcons16b.png');
831}
832#rft.claro .dijitMenuBar .rftMainMenuButton {
833  border: none;
834  background-image: none;
835  -webkit-box-shadow: none;
836  box-shadow: none;
837  border-radius: 0;
838  -webkit-transition: all 0.1s;
839  -moz-transition: all 0.1s;
840  -o-transition: all 0.1s;
841  -ms-transition: all 0.1s;
842  transition: all 0.1s;
843  border: none;
844  height: 30px;
845  width: auto;
846  background: transparent;
847  color: #999999;
848  text-align: center;
849  font-size: 24px;
850  line-height: 30px;
851  padding: 0 4px;
852  margin: 0 5px;
853}
854#rft.claro .dijitMenuBar .rftMainMenuButton.dijitMenuItemHover,
855#rft.claro .dijitMenuBar .rftMainMenuButton.dijitMenuitemActive {
856  -webkit-transition: all 0.1s;
857  -moz-transition: all 0.1s;
858  -o-transition: all 0.1s;
859  -ms-transition: all 0.1s;
860  transition: all 0.1s;
861}
862#rft.claro .dijitMenuBar .rftMainMenuButton.dijitMenuItemHover {
863  color: #ffffff;
864  font-size: 26px;
865}
866#rft.claro .dijitMenuBar .rftMainMenuButton.dijitMenuItemActive {
867  color: #0072bc;
868  font-size: 26px;
869}
870#rft.claro .dijitMenuBar .rftMainMenuButton.dijitMenuItemSelected {
871  font-size: 26px;
872  color: #ffffff;
873}
874#rft.claro .dojoxTitleGroup .dijitTitlePane {
875  margin: 0;
876}
877#rft.claro .dojoxTitleGroup .dijitTitlePane .dijitTitlePaneTitle {
878  border: none;
879  background-image: none;
880  -webkit-box-shadow: none;
881  box-shadow: none;
882  border-radius: 0;
883  margin: 0;
884  background-color: #ff5b12;
885  border: none;
886  padding: 0 4px;
887  height: 24px;
888}
889#rft.claro .dojoxTitleGroup .dijitTitlePane .dijitTitlePaneTitle.dijitTitlePaneTitleHover,
890#rft.claro .dojoxTitleGroup .dijitTitlePane .dijitTitlePaneTitle.dijitTitlePaneTitleFocused {
891  background-color: #ff9140;
892}
893#rft.claro .dojoxTitleGroup .dijitTitlePane .dijitTitlePaneTextNode {
894  color: #ffffff;
895  font-size: 13px;
896  line-height: 24px;
897}
898#rft.claro .dojoxTitleGroup .dijitTitlePane .dijitTitlePaneContentOuter {
899  background-color: #444444;
900  border: none;
901}
902#rft.claro .dojoxTitleGroup .dijitTitlePane .dijitTitlePaneTitleFocus {
903  margin: 0;
904}
905#rft.claro .rftSurveyListView .rftSurveyListViewContent {
906  min-height: 300px;
907  background: #444444;
908  overflow: auto;
909}
910#rft.claro .rftLargeButton {
911  border: none;
912  background-image: none;
913  -webkit-box-shadow: none;
914  box-shadow: none;
915  border-radius: 0;
916  margin-right: 16px;
917  height: 24px;
918}
919#rft.claro .rftLargeButton*,
920#rft.claro .rftLargeButton * {
921  -webkit-user-select: none;
922  -moz-user-select: none;
923  -ms-user-select: none;
924  user-select: none;
925}
926#rft.claro .rftLargeButton .dijitButtonNode {
927  border: none;
928  background-image: none;
929  -webkit-box-shadow: none;
930  box-shadow: none;
931  border-radius: 0;
932  border: none;
933  height: 24px;
934  background: transparent;
935  color: #999999;
936  font-size: 20px;
937  -webkit-transition: all 0.3s;
938  -moz-transition: all 0.3s;
939  -o-transition: all 0.3s;
940  -ms-transition: all 0.3s;
941  transition: all 0.3s;
942}
943#rft.claro .rftLargeButton .dijitButtonNode .rftIcon {
944  width: 24px;
945  height: 24px;
946  margin: 0px 0;
947  background-image: url('images/icons/rftIcons16.png');
948}
949#rft.claro .rftLargeButton .dijitButtonNode .dijitButtonText {
950  line-height: 24px;
951  margin: 0;
952  padding-left: 8px;
953}
954#rft.claro .rftLargeButton.black .dijitButtonNode .rftIcon {
955  width: 24px;
956  height: 24px;
957  margin: 0px 0;
958  background-image: url('images/icons/rftIcons16b.png');
959}
960#rft.claro .rftLargeButton.rftLargeButtonHover .dijitButtonNode,
961#rft.claro .rftLargeButton.rftLargeButtonActive .dijitButtonNode {
962  -webkit-transition: all 0.1s;
963  -moz-transition: all 0.1s;
964  -o-transition: all 0.1s;
965  -ms-transition: all 0.1s;
966  transition: all 0.1s;
967}
968#rft.claro span.blue.rftLargeButton.rftLargeButtonActive .dijitButtonNode,
969#rft.claro .blue .rftLargeButton.rftLargeButtonActive .dijitButtonNode {
970  color: #0794d1;
971}
972#rft.claro span.orange.rftLargeButton.rftLargeButtonActive .dijitButtonNode,
973#rft.claro .orange .rftLargeButton.rftLargeButtonActive .dijitButtonNode {
974  color: #ff9140;
975}
976#rft.claro span.green.rftLargeButton.rftLargeButtonActive .dijitButtonNode,
977#rft.claro .green .rftLargeButton.rftLargeButtonActive .dijitButtonNode {
978  color: #79ca0a;
979}
980#rft.claro span.red.rftLargeButton.rftLargeButtonActive .dijitButtonNode,
981#rft.claro .red .rftLargeButton.rftLargeButtonActive .dijitButtonNode {
982  color: #bd0013;
983}
984#rft.claro span.purple.rftLargeButton.rftLargeButtonActive .dijitButtonNode,
985#rft.claro .purple .rftLargeButton.rftLargeButtonActive .dijitButtonNode {
986  color: #993dec;
987}
988#rft.claro .rftBlockButton {
989  border: none;
990  background-image: none;
991  -webkit-box-shadow: none;
992  box-shadow: none;
993  border-radius: 0;
994  margin: 0;
995  height: 24px;
996  line-height: 24px;
997}
998#rft.claro .rftBlockButton .dijitButtonNode {
999  border: none;
1000  background-image: none;
1001  -webkit-box-shadow: none;
1002  box-shadow: none;
1003  border-radius: 0;
1004  -webkit-transition: all 0.3s;
1005  -moz-transition: all 0.3s;
1006  -o-transition: all 0.3s;
1007  -ms-transition: all 0.3s;
1008  transition: all 0.3s;
1009  height: 24px;
1010  padding: 0 4px;
1011  border: none;
1012  color: #ffffff;
1013  font-size: 13px;
1014}
1015#rft.claro .rftBlockButton .dijitButtonNode .rftIcon {
1016  width: 24px;
1017  height: 24px;
1018  margin: 0px 0;
1019  background-image: url('images/icons/rftIcons16.png');
1020}
1021#rft.claro .rftBlockButton.rftBlockButtonHover,
1022#rft.claro .rftBlockButton.rftBlockButtonActive {
1023  -webkit-transition: all 0.1s;
1024  -moz-transition: all 0.1s;
1025  -o-transition: all 0.1s;
1026  -ms-transition: all 0.1s;
1027  transition: all 0.1s;
1028}
1029#rft.claro .rftBlockButton.rftBlockButtonHover .rftIcon,
1030#rft.claro .rftBlockButton.rftBlockButtonActive .rftIcon {
1031  width: 24px;
1032  height: 24px;
1033  margin: 0px 0;
1034  background-image: url('images/icons/rftIcons16b.png');
1035}
1036#rft.claro .blue.rftBlockButtonHover .dijitButtonNode {
1037  background-color: #0072bc;
1038}
1039#rft.claro .blue.rftBlockButtonHover.light .dijitButtonNode {
1040  background-color: #0794d1;
1041}
1042#rft.claro .blue .rftBlockButtonHover .dijitButtonNode {
1043  background-color: #0072bc;
1044}
1045#rft.claro .blue .rftBlockButtonHover.light .dijitButtonNode {
1046  background-color: #0794d1;
1047}
1048#rft.claro .blue.light .rftBlockButtonHover .dijitButtonNode {
1049  background-color: #0794d1;
1050}
1051#rft.claro .green.rftBlockButtonHover .dijitButtonNode {
1052  background-color: #3aa605;
1053}
1054#rft.claro .green.rftBlockButtonHover.light .dijitButtonNode {
1055  background-color: #79ca0a;
1056}
1057#rft.claro .green .rftBlockButtonHover .dijitButtonNode {
1058  background-color: #3aa605;
1059}
1060#rft.claro .green .rftBlockButtonHover.light .dijitButtonNode {
1061  background-color: #79ca0a;
1062}
1063#rft.claro .green.light .rftBlockButtonHover .dijitButtonNode {
1064  background-color: #79ca0a;
1065}
1066#rft.claro .orange.rftBlockButtonHover .dijitButtonNode {
1067  background-color: #ff5b12;
1068}
1069#rft.claro .orange.rftBlockButtonHover.light .dijitButtonNode {
1070  background-color: #ff9140;
1071}
1072#rft.claro .orange .rftBlockButtonHover .dijitButtonNode {
1073  background-color: #ff5b12;
1074}
1075#rft.claro .orange .rftBlockButtonHover.light .dijitButtonNode {
1076  background-color: #ff9140;
1077}
1078#rft.claro .orange.light .rftBlockButtonHover .dijitButtonNode {
1079  background-color: #ff9140;
1080}
1081#rft.claro .red.rftBlockButtonHover .dijitButtonNode {
1082  background-color: #8c0310;
1083}
1084#rft.claro .red.rftBlockButtonHover.light .dijitButtonNode {
1085  background-color: #bd0013;
1086}
1087#rft.claro .red .rftBlockButtonHover .dijitButtonNode {
1088  background-color: #8c0310;
1089}
1090#rft.claro .red .rftBlockButtonHover.light .dijitButtonNode {
1091  background-color: #bd0013;
1092}
1093#rft.claro .red.light .rftBlockButtonHover .dijitButtonNode {
1094  background-color: #bd0013;
1095}
1096#rft.claro .purple.rftBlockButtonHover .dijitButtonNode {
1097  background-color: #6529b7;
1098}
1099#rft.claro .purple.rftBlockButtonHover.light .dijitButtonNode {
1100  background-color: #993dec;
1101}
1102#rft.claro .purple .rftBlockButtonHover .dijitButtonNode {
1103  background-color: #6529b7;
1104}
1105#rft.claro .purple .rftBlockButtonHover.light .dijitButtonNode {
1106  background-color: #993dec;
1107}
1108#rft.claro .purple.light .rftBlockButtonHover .dijitButtonNode {
1109  background-color: #993dec;
1110}
1111#rft.claro .rftInlineButton {
1112  float: right;
1113  height: 24px;
1114  width: 24px;
1115}
1116#rft.claro .rftInlineButton .dijitButtonNode {
1117  margin: 0;
1118  padding: 0;
1119  border: none;
1120  background-image: none;
1121  -webkit-box-shadow: none;
1122  box-shadow: none;
1123  border-radius: 0;
1124  width: 24px;
1125  height: 24px;
1126  border: none;
1127}
1128#rft.claro .rftInlineButton .rftIcon {
1129  width: 16px;
1130  height: 16px;
1131  margin: 4px 0;
1132  background-image: url('images/icons/rftIcons16.png');
1133}
1134#rft.claro .rftInlineButton.white .rftIcon {
1135  width: 16px;
1136  height: 16px;
1137  margin: 4px 0;
1138  background-image: url('images/icons/rftIcons16.png');
1139}
1140#rft.claro .rftInlineButton.black .rftIcon {
1141  width: 16px;
1142  height: 16px;
1143  margin: 4px 0;
1144  background-image: url('images/icons/rftIcons16b.png');
1145}
1146#rft.claro .rftInlineButton.rftInlineButtonHover.white {
1147  width: 16px;
1148  height: 16px;
1149  margin: 4px 0;
1150  background-image: url('images/icons/rftIcons16b.png');
1151}
1152#rft.claro .rftInlineButton.rftInlineButtonHover.black {
1153  width: 16px;
1154  height: 16px;
1155  margin: 4px 0;
1156  background-image: url('images/icons/rftIcons16b.png');
1157}
1158#rft.claro .rftObjectBox {
1159  margin: 8px 0;
1160}
1161#rft.claro .rftObjectBox .rftIcon {
1162  width: 32px;
1163  height: 32px;
1164  margin: 0;
1165  background-image: url('images/icons/rftIcons32.png');
1166  float: left;
1167  margin: 20px 8px;
1168}
1169#rft.claro .rftObjectBox .rftLineWithButtons {
1170  margin: 0;
1171  padding: 0;
1172}
1173#rft.claro .rftSessionObject {
1174  margin: 0;
1175  padding: 0;
1176  width: 100px;
1177  height: 100px;
1178  background: #999999;
1179  margin: 8px;
1180  display: inline-block;
1181}
1182#rft.claro .rftSessionObject .rftIcon {
1183  width: 32px;
1184  height: 32px;
1185  margin: 0;
1186  background-image: url('images/icons/rftIcons32.png');
1187  margin: 8px 34px 0 34px;
1188}
1189#rft.claro .rftSessionObject label {
1190  margin: 0;
1191  padding: 0;
1192  float: left;
1193  clear: both;
1194  width: 100px;
1195  text-align: center;
1196  color: #ffffff;
1197  overflow: hidden;
1198}
1199#rft.claro .rftSessionObject.blue {
1200  background-color: #0072bc;
1201}
1202#rft.claro .rftSessionObject.blue.selected {
1203  background-color: #0794d1;
1204}
1205#rft.claro .rftSessionObject.green {
1206  background-color: #3aa605;
1207}
1208#rft.claro .rftSessionObject.green.selected {
1209  background-color: #79ca0a;
1210}
1211#rft.claro .rftSessionObject.red {
1212  background-color: #8c0310;
1213}
1214#rft.claro .rftSessionObject.red.selected {
1215  background-color: #bd0013;
1216}
Note: See TracBrowser for help on using the repository browser.