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

Revision 6298, 14.1 KB checked in by thiago, 12 years ago (diff)

Ticket #2796 - Melhorar a janela de criação de evento.

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