source: trunk/prototype/modules/calendar/css/print.css @ 6996

Revision 6996, 2.0 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

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