source: tags/expresso/2.4.0-beta1/prototype/modules/calendar/css/style.css @ 5812

Revision 5812, 14.0 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Correcao e melhoria na edicao e remocao no compartilhamentos de agendas

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: 0px 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 div.div-addevent { padding: 0; width: 700px; border: 0;}
93.new-event-win form.form-addevent { padding: 9px; }
94
95.expresso-calendar-container input[type="text"] { height: 18px; }
96.expresso-calendar-container input[type="text"],
97.expresso-calendar-container textarea,
98.expresso-calendar-container select {
99        border: 1px solid #CFCFCF;
100        font-size: 12px;
101        height: 20px;
102}
103
104.expresso-calendar-container textarea,
105.expresso-calendar-container select {
106/*      vertical-align: super; */
107        vertical-align: middle;
108}
109
110.expresso-calendar-container input.date,
111.expresso-calendar-container input.time {
112        width:80px;
113}
114
115.expresso-calendar-container input.h1,
116.new-event-win input.h1 {
117        font-size: 150%;
118        font-weight: bold;
119        width: 64%;
120        height: 150%;
121}
122
123.new-event-win textarea {
124        width:600px;
125        height: 210px;
126        border: 1px solid #CFCFCF;
127        padding: 0px;
128}
129
130span.input-group { display: block; }
131/*p.input-group label { vertical-align: top; }*/
132.new-event-win p.input-group label { display: inline-block; width: 65px;}
133.new-event-win p.input-group label.input-group { display: inline-block; width: 110px; font-weight: bold;}
134
135input.number {text-align: right}
136input.input-tiny, input.tiny {width: 40px;}
137input.input-small, input.small {width: 80px;}
138input.input-medium, input.medium {width: 160px;}
139input.input-large, input.large {width: 260px;}
140
141label.label-tiny, label.tiny {width: 40px;}
142label.label-small, label.small {width: 80px;}
143label.label-medium, label.medium {width: 160px;}
144label.label-large, label.large {width: 260px;}
145
146select.select-tiny, select.tiny {width: 40px;}
147select.select-small, select.small {width: 80px;}
148select.select-medium, select.medium {width: 160px;}
149select.select-large, select.large {width: 260px;}
150
151.new-event-win fieldset.event-repeat-container label,
152.new-event-win p.input-group.event-repeat-weekly label,
153.new-event-win p.input-group.event-repeat-monthly label {
154        width: auto;
155}
156
157.new-event-win fieldset.input-field-rounded,
158.new-event-win fieldset.search-field,
159.new-event-win fieldset.block-add-attendee-permissions,
160.new-event-win fieldset.block-attendee-list {
161        border:1px solid #CFCFCF;
162}
163
164.new-event-win fieldset.block-attendee-list { width: 300px; max-height:180px; padding: 5px; float: left;}
165.new-event-win fieldset.block-attendee-list ul {  height:160px; overflow: auto;}
166
167
168/* # add attendee */
169
170#tabs.ui-widget-content {
171        border:none;
172}
173#tabs .ui-widget-header {
174        background: none;
175        background-image: none;
176        border: none;
177        border-bottom: 1px solid #4297D7;
178        margin-bottom: 5px;
179}
180
181#calendar.ui-tabs-panel {
182        padding: 0;
183}
184
185.mini-calendar .ui-datepicker { width: auto; background: none repeat scroll 0 0 transparent; }
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.