source: sandbox/2.4.2-expresso1/prototype/modules/calendar/css/print.css @ 6912

Revision 6912, 2.2 KB checked in by thiago, 12 years ago (diff)

Ticket #2966 - Tela de print de eventos da semana selecionada.

  • Property svn:executable set to *
Line 
1.title_print {
2        font: 20px arial;
3        color: #8EB2FF;
4        margin: 0 0 15px 0;
5        text-align: center;
6}
7.title_print img {
8        margin: 3px 0 0 0;
9        width: 20px;
10        height: 20px;
11}
12.month_day_print {
13        font: bold 14px arial;
14        margin-left: 10px;
15        display: block;
16
17}
18.calendar_list_print {
19        border-left: 1px solid #CCC;
20        list-style: none;
21        margin-left: 110px;
22}
23.calendar_item_print{
24        position: relative;
25        left: 6px;
26        top: 3px;       
27}
28.calendar_item_print span{
29        font: 12px arial;
30        margin-left: 4px;
31}
32.allDay_list{
33        margin-left: 10px;
34        list-style: none;
35}
36.content_month_print{
37        border-top: 1px solid #CCC;
38        border-bottom: 1px solid #CCC;
39}
40.calendar_day_item_print{
41        margin-left: 110px;
42        border-left: 1px solid #CCC;
43}
44.calendar_day_item_print img {
45        margin-left : 5px;
46}
47.calendar_day_item_print span {
48        margin-left : 5px;
49}
50.allDay_list_label {
51        position: absolute;
52        margin-left: 14px;
53        font-weight: bold;
54}
55.allDay_list li.allDay_item{
56        margin-left: 10px;
57}
58body.detail{   
59        margin-top: 30px;
60}
61.details-event-list {
62        margin-top: 10px;
63}
64body.detail a.title {
65        font-weight: bold;
66        color: #30487E !important;
67}
68.events-list-win td{
69        padding: 0px;
70}
71
72
73.week  .event-on-day{
74        font: 10px arial;
75        margin: 5px 0;
76}
77.week {
78
79        min-width: 600px;
80        min-height: 400px;
81        background : #F4F6FA;
82        border: 1px solid #DCE7FC;
83        text-align: center;
84        float: left;
85}
86.week .name-month {
87        font: 20px arial;
88        color: #8EB2FF;
89        margin: 0 0 15px 0;
90}
91.week .name-month img {
92        margin: 3       px 0 0 0;
93        width: 20px;
94        height: 20px;
95}
96.week span {
97        font: 14px arial;
98        display: block;
99
100}
101.week .days ul {
102        list-style: none;
103        display: block;
104       
105}
106
107.week ul li{
108        float: left;
109        display: inline;
110        border: 1px solid #D7D7FF;
111        width: 100px;
112}
113.week .all-day-line{
114        border: 0;
115       
116}
117.week .event-all-day{
118        margin: 3px 0;
119        font: 10px arial;
120}
121.week .all-day-line .write{
122        margin:-3px 0 0 0;
123        font-weight: bold;
124        border-left: 1px solid #D7D7FF;
125        border-top: 1px solid #D7D7FF;
126        border-bottom: 1px solid #D7D7FF;
127       
128}
129.week .all-day{
130        border-top: 1px solid #D7D7FF;
131        border-bottom: 1px solid #D7D7FF;
132}
133.fc-year-have-event{
134                border:2px solid #9cf !important;
135}
136.year_print_header {
137        width: 100%;
138}
139.year_print_header h2{
140        text-align: center
141}
142.fc-year-monthly-td table{
143        padding-left: 0px !important;
144}
Note: See TracBrowser for help on using the repository browser.