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

Revision 6915, 2.0 KB checked in by marcieli, 12 years ago (diff)

Ticket #2966 - Correções nas estilizações de impressões.

  • 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.week  .event-on-day{
72        font: 10px arial;
73        margin: 5px 0;
74}
75.week {
76        min-width: 600px;
77        min-height: 400px;
78        text-align: center;
79        float: left;
80}
81.week .name-month {
82        font: 20px arial;
83        color: #8EB2FF;
84        margin: 0 0 15px 0;
85}
86.week .name-month img {
87        margin: 3px 0 0 0;
88        width: 20px;
89        height: 20px;
90}
91.week span {
92        font: 14px arial;
93        display: block;
94}
95.week .days ul {
96        list-style: none;
97        display: block;
98}
99.week ul li{
100        float: left;
101        display: inline;
102        border: 1px solid;
103        width: 100px;
104}
105.week .all-day-line{
106        border: 0;
107}
108.week .event-all-day{
109        margin: 3px 0;
110        font: 10px arial;
111}
112.week .all-day-line .write{
113        margin:-3px 0 0 0;
114        font-weight: bold;
115        border-left: 1px solid;
116        border-top: 1px solid;
117        border-bottom: 1px solid;       
118}
119.week .all-day{
120        border-top: 1px solid;
121        border-bottom: 1px solid;
122}
123.fc-year-have-event{
124                border:2px solid #9cf !important;
125}
126.year_print_header {
127        width: 100%;
128}
129.year_print_header h2{
130        text-align: center
131}
Note: See TracBrowser for help on using the repository browser.