source: trunk/prototype/modules/calendar/css/style.css @ 5427

Revision 5427, 13.3 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Melhoria nos eventos de move e resize dos eventos

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