aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/skins/classic/print.css
blob: 908d760077b0ce414c41cf8617870fb2b0addfc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/*** Printing styles for Calendar plugin ***/

body {
	margin: 0;
	color: #000;
	background: #fff;
}

body, td, th, div, p, h3, select, input, textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#calendar {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	margin: 5em auto 0 auto;
	overflow: visible;
}

#calendar .fc-header-right {
	padding-right: 0;
}

#printconfig {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	padding: 0.5em;
	background: #ebebeb;
	border-bottom: 1px solid #999;
	box-shadow: 0 3px 4px #ccc;
	-moz-box-shadow: 0 3px 4px #ccc;
	-webkit-box-shadow: 0 3px 4px #ccc;
}

#printconfig .prop {
	padding-right: 2em;
}

#message {
	position: absolute;
	top: 5.5em;
	left: 1em;
}

#message div.loading {
	color: #666;
	font-style: italic;
}

#calendarlist {
	list-style-type: square;
	margin: 2em 0;
	padding-left: 1em;
}

#calendarlist li {
	float: left;
	padding-left: 0;
	padding-right: 3em;
	margin-left: 0;
	font-weight: bold;
}

#calendarlist input,
#calendarlist .handle {
	display: none;
}

.calwidth {
	width: 700px;
	margin: 0 auto;
}

.rightalign {
	float: right;
	padding-top: 0.3em;
}

@media print {
	.noprint,
	.fc-header-right span {
		display: none;
	}
	
	#calendar {
		margin-top: 0;
	}
}

/* fullcalendar style overrides */

.fc-view {
	overflow: visible;
}

.fc-event-skin,
.fc-event-inner .fc-event-skin {
	color: black;
	background-color: #fff !important;
}

.fc-event-title {
	font-weight: bold;
}

.fc-event-hori .fc-event-title {
	font-weight: normal;
	white-space: nowrap;
}

.fc-event-hori .fc-event-time {
	white-space: nowrap;
	font-weight: normal !important;
	font-size: 10px;
	padding-right: 0.6em;
}

.fc-grid .fc-event-time {
	font-weight: normal !important;
	padding-right: 0.3em;
}

.fc-event-cateories {
	font-style: italic;
}

.fc-event-location {
	font-size: 90%;
}

.fc-agenda-slots td div {
	height: 1.4em;
}

.fc-widget-header,
.fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri {
	background-color: #fff;
}

.fc-widget-header, .fc-widget-content {
	border-color: #ccc;
}

.fc-icon-alarms,
.fc-icon-recurring {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('images/eventicons.gif') 0 0 no-repeat;
	margin-left: 3px;
	line-height: 10px;
}

.fc-icon-alarms {
	background-position: 0 -13px;
}

.fc-view-list, .fc-view-table {
	border: 0;
}

.fc-view-list div.fc-list-header,
.fc-view-table td.fc-list-header {
	padding: 0.3em;
	background: #fff;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	border-color: #333;
	border-style: solid;
	border-width: 1px 0;
	filter: none;
}

.fc-list-section .fc-event {
	cursor: auto;
}

.fc-view-table tr.fc-event td,
.fc-view-table tr.fc-event td.fc-event-handle {
	border-color: #999;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.fc-view-table tr.fc-last td {
	border: 0;
}

.fc-view-table tr.fc-event .fc-event-description {
	padding-left: 2em;
	padding-top: 0em;
}

.fc-event-vert .fc-event-description {
	font-size: 90%;
	font-style: italic;
}


.fc-view-table col.fc-event-location {
	width: 20%;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy