source: sandbox/2.4.2-expresso1/prototype/modules/calendar/css/style.css @ 6797

Revision 6797, 14.5 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - primeiras implementacoes de tarefas aninhamento de equipo

Line 
1/*
2        Document   : style.css
3        Created on : 10/09/2011, 10:13:12
4        Author     : prognus
5        Description: contains all styles related to elements look-and-feel
6*/
7
8#tabs {
9        background-color: transparent;
10}
11
12.tip { line-height: 1.3em; }
13
14.expresso-calendar-container a {
15        text-decoration: none;
16}
17.expresso-calendar-container ul,
18.expresso-calendar-container dl,
19.expresso-calendar-container ol {
20        margin: 5px 0; padding: 0;
21        list-style: none;
22}
23.expresso-calendar-container #trash {
24        color: #ADADAD;
25}
26.expresso-calendar-container #trash.empty {
27        background-image: url(../img/trash-empty.png);
28        background-repeat: no-repeat;
29        background-position: bottom center;
30}
31
32.expresso-calendar-container #trash.full {
33        background-image: url(../img/trash-full.png);
34        background-repeat: no-repeat;
35        background-position: bottom center;
36}
37
38.expresso-calendar-container #trash label {
39        display: none;
40}
41
42.ui-dialog { padding: 0; }
43.ui-dialog .ui-dialog-content { background-color: #fff; }
44.ui-dialog .ui-dialog-title { margin:0; }
45.ui-dialog .ui-button-text-only .ui-button-text { padding: 0.4em 1em; }
46
47.new-event-win fieldset { border: none; margin: 0; padding: 0; }
48.new-event-win fieldset.tab-level2 { padding: 0px 5px; min-height: 310px; max-height: 310px; overflow: auto;}
49.new-event-win .overflow_add_calender { overflow: auto; max-height: 320px; }
50.new-event-win fieldset#calendar_addevent_details7 { overflow: hidden}
51.new-event-win fieldset#calendar_addevent_details5 .button-files-upload{margin: 15px 0 0 0}
52.new-event-win fieldset fieldset, .new-event-win fieldset.tab-level2 fieldset { padding: 5px 0; }
53
54.hidden {
55        display: none;
56        visibility: hidden;
57}
58
59.header-menu-container, .footer-menu-container,
60.menu-container.header-container, .menu-container.footer-container {
61        display:block;
62        width: 100%;
63        margin: 0;
64        padding: 10px 0;
65        background-color: #E0EEEE;
66        text-align: right;
67}
68
69.preferences-win .header-menu-container,
70.configure-calendars-win .header-menu-container {
71        margin: -10px 0 10px;
72}
73
74.preferences-win .header-menu-container,
75.configure-calendars-win .header-menu-container {
76        -moz-box-shadow: 0 3px 4px #AAAAAA;
77        -webkit-box-shadow: 0 3px 4px #AAAAAA;
78        box-shadow: 0 3px 4px #AAAAAA;
79}
80
81.preferences-win .footer-menu-container,
82.configure-calendars-win .footer-menu-container {
83        margin: 10px 0 10px;
84}
85
86.preferences-win .footer-menu-container,
87.configure-calendars-win .footer-menu-container {
88        -moz-box-shadow: 0 3px 4px #AAAAAA;
89        -webkit-box-shadow: 0 3px 4px #AAAAAA;
90        box-shadow: 0 3px 4px #AAAAAA;
91}
92
93.ui-dialog .ui-dialog-content { padding: 0; }
94.new-event-win div.div-addevent { padding: 0; width: 700px; border: 0;}
95.new-event-win form.form-addevent { padding: 9px; }
96
97.expresso-calendar-container input[type="text"] { height: 18px; }
98.expresso-calendar-container input[type="text"],
99.expresso-calendar-container textarea,
100.expresso-calendar-container select {
101        border: 1px solid #CFCFCF;
102        font-size: 12px;
103        height: 20px;
104}
105
106.expresso-calendar-container textarea,
107.expresso-calendar-container select {
108/*      vertical-align: super; */
109        vertical-align: middle;
110}
111
112.expresso-calendar-container input.date,
113.expresso-calendar-container input.time {
114        width:80px;
115}
116
117.expresso-calendar-container input.h1,
118.new-event-win input.h1 {
119        font-size: 150%;
120        font-weight: bold;
121        width: 64%;
122        height: 150%;
123}
124
125.new-event-win textarea {
126        width:600px;
127        height: 210px;
128        border: 1px solid #CFCFCF;
129        padding: 0px;
130}
131
132span.input-group { display: block; }
133/*p.input-group label { vertical-align: top; }*/
134.new-event-win p.input-group label { display: inline-block; width: 65px;}
135.new-event-win p.input-group label.input-group { display: inline-block; width: 110px; font-weight: bold;}
136
137input.number {text-align: right}
138input.input-tiny, input.tiny {width: 40px;}
139input.input-small, input.small {width: 80px;}
140input.input-medium, input.medium {width: 160px;}
141input.input-large, input.large {width: 260px;}
142
143label.label-tiny, label.tiny {width: 40px;}
144label.label-small, label.small {width: 80px;}
145label.label-medium, label.medium {width: 160px;}
146label.label-large, label.large {width: 260px;}
147
148select.select-tiny, select.tiny {width: 40px;}
149select.select-small, select.small {width: 80px;}
150select.select-medium, select.medium {width: 160px;}
151select.select-large, select.large {width: 260px;}
152
153.new-event-win fieldset.event-repeat-container label,
154.new-event-win p.input-group.event-repeat-weekly label,
155.new-event-win p.input-group.event-repeat-monthly label {
156        width: auto;
157}
158
159.new-event-win fieldset.input-field-rounded,
160.new-event-win fieldset.search-field,
161.new-event-win fieldset.block-add-attendee-permissions,
162.new-event-win fieldset.block-attendee-list {
163        border:1px solid #CFCFCF;
164}
165
166.new-event-win fieldset.block-attendee-list { width: 300px; max-height:180px; padding: 5px; float: left;}
167.new-event-win fieldset.block-attendee-list ul {  height:160px; overflow: auto;}
168
169
170/* # add attendee */
171
172#tabs.ui-widget-content {
173        border:none;
174}
175#tabs .ui-widget-header {
176        background: none;
177        background-image: none;
178        border: none;
179        border-bottom: 1px solid #4297D7;
180        margin-bottom: 5px;
181}
182
183#calendar.ui-tabs-panel {
184        padding: 0;
185}
186
187.mini-calendar .ui-datepicker { width: auto; background: none repeat scroll 0 0 transparent; }
188.mini-calendar .ui-datepicker  table{width:190px;}
189.mini-calendar .ui-widget-content {     border: none; background-color: transparent; }
190.mini-calendar .ui-widget-header { background: transparent; color: #000; border: 0 none;}
191
192/* fc custumize */
193
194.blocked-event div, .blocked-event-permision div{
195background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 13%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 21%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 29%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.1) 41%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.1) 53%, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.1) 65%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.1) 77%, rgba(0,0,0,0.01) 81%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.1) 89%, rgba(0,0,0,0) 93%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 100%); /* FF3.6+ */
196background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(5%,rgba(0,0,0,0.1)), color-stop(9%,rgba(0,0,0,0)), color-stop(13%,rgba(0,0,0,0)), color-stop(17%,rgba(0,0,0,0.1)), color-stop(21%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0.1)), color-stop(33%,rgba(0,0,0,0)), color-stop(37%,rgba(0,0,0,0)), color-stop(41%,rgba(0,0,0,0.1)), color-stop(45%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0)), color-stop(53%,rgba(0,0,0,0.1)), color-stop(57%,rgba(0,0,0,0)), color-stop(61%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.1)), color-stop(69%,rgba(0,0,0,0)), color-stop(73%,rgba(0,0,0,0)), color-stop(77%,rgba(0,0,0,0.1)), color-stop(81%,rgba(0,0,0,0.01)), color-stop(85%,rgba(0,0,0,0)), color-stop(89%,rgba(0,0,0,0.1)), color-stop(93%,rgba(0,0,0,0)), color-stop(97%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
197background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
198background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
199background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* IE10+ */
200background: linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* W3C */
201filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
202}
203
204.blocked-event-permision {cursor: hand}
205
206.fc-state-default .fc-button-effect span {
207    background: none;
208    border:none;
209}
210
211.fc-header-title h2 {
212    color:#555;
213}
214.fc-state-default, .fc-state-default .fc-button-inner {
215    color: #555555;
216    text-transform: capitalize;
217}
218
219.fc-state-active, .fc-state-active .fc-button-inner {
220    color: #FFFFFF;
221}
222
223.block-vertical-toolbox .button.add {
224    width:190px;
225    margin-bottom: 5px;
226}
227
228div.qtip div.add-simple-task input{width: 188px}
229div.qtip div.add-simple-task textarea{width: 184px}
230
231
232.fc-header .fc-state-active, .fc-header .ui-state-active {
233    z-index: auto;
234}
235
236.fc-year-monthly-header {
237    font-weight: bold;   
238}
239
240.fc-year-have-event {
241    background: none repeat scroll 0 0 transparent !important;
242   
243}
244.fc-year-have-event .fc-day-number {
245    background: #F3F3F3;
246    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
247    border-color: #CCC #BBB #AAA;
248    border-style: solid;
249    border-width: 1px;
250    border-radius: 4px;
251    -moz-border-radius:4px;
252    -webkit-border-radius:4px;
253}
254
255.fc-year-main-table div:hover .fc-day-number  {
256        cursor: pointer;
257        font-weight: bold;
258}
259
260/* preferences */
261
262.expresso-calendar-container h3 {
263    border-bottom: 2px solid #E17009;
264    font-size: 170%;
265    margin-bottom: 10px;
266    padding-bottom: 2px;
267}
268
269.expresso-calendar-container fieldset legend {/*font-size:1.3em;*/ font-weight:bold;}
270
271.preferences-win a {
272  text-decoration: underline;
273  font-weight:bold;
274  font-size:1.05em;
275  cursor:pointer;
276}
277
278.preferences-win ul li {list-style: none;}
279
280
281.preferences-win fieldset {
282  border:1px solid #CFCFCF;
283}
284
285.preferences-win fieldset.no-legend {
286    margin: 0;
287    padding: 5px 0;
288    border: none;
289}
290
291.preferences-win hr {
292  margin: 10px 0;
293  padding: 0 10px;
294  /*background:#FFFF85;
295  border: 1px solid #FFE74D;*/
296}
297
298.preferences-win #preferences_especific_calendar_details fieldset {
299  border: 0 none;
300}
301
302
303/* Geral */
304fieldset.background-fields {
305  background:#FFFF85;
306  border: 2px solid #FFE74D;
307  -moz-border-radius: 15px;
308  -webkit-border-radius: 15px;
309}
310
311.button.small.ui-button-text-only .ui-button-text {
312    font-size: 0.9em;
313    padding: 0.1em 0.6em;
314}
315
316.attendees-list dd.attedee-organizer {
317        border-bottom: 1px solid #BFBFBF;
318        margin-bottom: 5px;
319}
320
321/* Events List */
322.events-list-win th, .events-list-win td {
323  padding: 15px 0px 15px 0;
324  vertical-align: middle;
325  border-bottom: 1px solid #ccc;
326}
327
328.events-list-win .last-row th, .events-list-win .last-row td {
329  border-bottom: 1px solid #ccc;
330}
331
332.events-list-win table {
333  width: 100%;
334  float: left;
335}
336
337.events-list-win table a {
338  color: rgb(48, 72, 126) !important;
339  cursor: pointer;
340}
341
342.events-list-win table img {
343  width: 12px;
344  height: 12px;
345  padding: 0 2px;
346}
347
348.events-list-win table span { font-size:12px; }
349.events-list-win table .same-start-date * { border: 0; }
350.events-list-win table tr.last-event-same-start-date,
351.events-list-win table tr.last-event-same-start-date th,
352.events-list-win table tr.last-event-same-start-date td { border-bottom: 1px solid #ccc;}
353.events-list-win table th.start-date-multiple-events { border-bottom: 1px solid #ccc; }
354
355.events-list-win table .title {
356    font-size: 150%;
357    font-weight: bold;
358}
359
360.events-list-win .pagination-events {
361  margin: 10px 0;
362  text-align: center;
363}
364
365.expresso-calendar-container .search-field { background-color: #FFF;}
366.expresso-calendar-container .search-field input { border:none;}
367
368.ui-tabs .ui-tabs-panel { padding: 0; margin-top: 10px;}
369
370.ui-tabs .ui-tabs-nav li .ui-icon-close {
371    float: right;
372    margin: 5px 5px 0 -5px;
373}
374
375.cal_day {
376    display: inline;
377    background: url("assets/day.png") no-repeat scroll center top transparent;
378    float: left;
379    height: 95px;
380    margin: 0 4px 4px 0 !important;
381    position: relative;
382    width: 128px;
383}
384.cal_day .day_heading {
385    color: #FFFFFF;
386    float: left;
387    font: 14px Arial;
388    height: 16px;
389    padding: 6px;
390    position: relative;
391    text-transform: uppercase;
392    width: 40px;
393}
394.cal_day .day_number {
395    clear: left;
396    color: #2B2B2B;
397    font: bold 52px Arial;
398    height: 95px;
399    text-align: center;
400    width: 100%;
401    z-index: 999;
402}
403
404
405/* Events List */
406.details-event-list {
407  background-color: #FFF;
408}
409
410/* Import and Export*/
411
412.import-export-win .ui-widget-header {
413    background: none;
414}
415
416.import-export-win .ui-tabs-nav {
417    border: none;
418    border-bottom: 1px solid #4297D7 !important;
419}
420
421.configure-calendars-win fieldset.user-calendar fieldset {
422    border:1px solid #CCC;
423    margin: 0 0 10px 0;
424    padding: 5px;
425    -moz-border-radius:5px;
426    -webkit-border-radius:5px;
427    border-radius:5px;
428}
429
430.ui-datepicker-buttonpane button.ui-datepicker-current {
431        display : none;
432}
433
434.ui_tpicker_time{
435        display : none;
436}
437.ui_tpicker_time_label{
438        display : none;
439}
440.block-vertical-toolbox .ui-datepicker-month,
441.block-vertical-toolbox .ui-datepicker-year {
442        cursor: pointer;
443}
444/*Normaliza de todos os inputs disabled para fonte-color #333*/
445textarea:disabled, input:disabled{color: #333 !important;}
446
447
448.map-event{
449        border-style: dashed;
450        border-width: 2px;
451        border-color: #36C;
452        background-color: transparent;
453        color: black;
454}
455
456
457#new_event_map .map-event .fc-event-head.fc-event-skin,.fc-event-inner.fc-event-skin{
458        border-color: transparent;
459}
460
461#new_event_map .map-event .fc-event-head,#new_event_map .map-event .fc-event-content{
462        color: transparent;
463}
Note: See TracBrowser for help on using the repository browser.