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 *
RevLine 
[6897]1.title_print {
[6896]2        font: 20px arial;
3        color: #8EB2FF;
4        margin: 0 0 15px 0;
[6897]5        text-align: center;
[6896]6}
[6897]7.title_print img {
[6896]8        margin: 3px 0 0 0;
9        width: 20px;
10        height: 20px;
11}
[6897]12.month_day_print {
13        font: bold 14px arial;
14        margin-left: 10px;
[6896]15        display: block;
16
17}
[6897]18.calendar_list_print {
[6902]19        border-left: 1px solid #CCC;
[6896]20        list-style: none;
[6902]21        margin-left: 110px;
[6896]22}
[6902]23.calendar_item_print{
24        position: relative;
25        left: 6px;
26        top: 3px;       
27}
[6897]28.calendar_item_print span{
[6896]29        font: 12px arial;
[6902]30        margin-left: 4px;
[6896]31}
[6897]32.allDay_list{
33        margin-left: 10px;
34        list-style: none;
35}
[6902]36.content_month_print{
37        border-top: 1px solid #CCC;
38        border-bottom: 1px solid #CCC;
39}
[6897]40.calendar_day_item_print{
[6902]41        margin-left: 110px;
42        border-left: 1px solid #CCC;
[6897]43}
[6902]44.calendar_day_item_print img {
45        margin-left : 5px;
46}
47.calendar_day_item_print span {
48        margin-left : 5px;
49}
[6897]50.allDay_list_label {
51        position: absolute;
[6902]52        margin-left: 14px;
53        font-weight: bold;
[6897]54}
55.allDay_list li.allDay_item{
56        margin-left: 10px;
57}
[6893]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;
[6904]70}
[6912]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 {
[6915]87        margin: 3px 0 0 0;
[6912]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;
[6915]102        border: 1px solid;
[6912]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;
[6915]115        border-left: 1px solid;
116        border-top: 1px solid;
117        border-bottom: 1px solid;       
[6912]118}
119.week .all-day{
[6915]120        border-top: 1px solid;
121        border-bottom: 1px solid;
[6912]122}
[6904]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
[6893]131}
Note: See TracBrowser for help on using the repository browser.