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

Revision 5951, 14.1 KB checked in by douglasz, 12 years ago (diff)

Ticket #2629 - Compatibilizar a resolução para a interface principal da agenda.

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