Newer
Older
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
@import "mixins.less";
@import "less/breakpoints.less";
@import "less/visibility.less";
@import "less/fullcalendar-print.less";
@import "less/resources-print.less";
@import (reference) "less/schedule.less";
/*******************************************************************************
Druck-Stylesheet für Stud.IP
- nur pt Größenangaben verwenden
- auf background-colors verzichten (werden nicht gedruckt)
*******************************************************************************/
@page {
margin-top: 15mm;
margin-bottom: 15mm;
margin-left: 15mm;
margin-right: 15mm;
}
html, body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: none;
height: auto;
}
body, input, textarea, td, th, blockquote, p, form, ul, h4 {
font-size: 10pt;
}
#layout_wrapper {
display: block;
}
#layout_content {
margin-right: 0;
}
#header *, #barTopMenu, #barTopTools, #barTopStudip, #barBottomLeft,
#barBottommiddle, #barBottomright, #barBottomshadow, #tabs, #tabs2,
#layout_infobox, td.infoboxrahmen, td.infobox, td.infobox-img,
#schedule_icons, #edit_inst_entry, #layout_sidebar, #barBottomContainer,
.messagebox_buttons a.close, a.button, button.button,
#layout-sidebar, .helpbar-container, .helpbar,
#skip_link_navigation, .skip_target, nav.action-menu,
#barTopFont {
display: none !important;
}
img {
border: 0;
}
a, a:link, a:visited {
color: #000000;
}
a:visited, a:link, a:hover, a:active {
text-decoration: none;
}
h1, .topic {
font-size: 15pt;
margin: 3pt 0 2pt 0;
}
h1 span {
display: block;
font-size: 14.25px;
font-weight: 100;
padding: 5px 0;
}
section header h1 {
font-size: 12pt;
margin-top: 8pt;
}
h2 {
font-size: 13pt;
}
h3 {
font-size: 12pt;
}
td.angemeldet {
border: 1pt solid #000000;
}
td.rahmen_white {
border: 1pt solid #000000;
background: #FFFFFF none;
}
td.rahmen_steel {
border: 1pt solid #000000;
background-color: #f3f5f8;
}
td.rahmen_table_row_odd {
border: 1pt solid #000000;
background-color: #ebebeb;
}
.hidden {
display: none;
}
/* --- stud.ip-title oben -------------------------------------------------- */
#barTopFont {
font-weight: normal;
display: block !important;
font-size: 18pt;
padding: 0 0 2pt 0;
margin: 0 0 5pt 0;
border-bottom: 1pt solid #000000;
}
/* --- studip-logo im footer ------------------------------------------------ */
#layout_footer * {
display: none;
}
#layout_footer {
width: 100%;
text-align: center;
padding: 2pt 0 0 0;
margin: 5pt 0 0 0;
border-top: 1pt solid #000000;
&:after {
content: url('../images/logos/logo2b.png');
}
}
/* --- print-style for calendar api------------------------------------------ */
#schedule {
width: 100%;
height: 100%;
#schedule_headings {
margin-left: 41pt;
background: none;
}
#schedule_data {
width: 100%;
table-layout: fixed;
thead td {
text-align: center;
}
th:first-child, td:first-child {
width: 40px;
}
td {
vertical-align: top;
}
}
div.schedule_entry {
position: absolute;
margin: 0;
padding: 0;
font-size: 11pt;
color: #000000;
dl {
height: 100%;
margin: 0;
color: black ! important;
background-color: @white;
border: 1px solid @light-gray-color-60;
overflow: hidden;
dd {
margin: 0;
overflow: hidden;
word-wrap: break-word;
}
dt {
background-color: transparent ! important;
}
a:hover {
text-decoration: underline;
}
}
}
div.schedule_day {
border-left: 1pt solid black;
position: relative;
}
div.schedule_hours {
border-top: 1px solid #ddd;
padding-bottom: 1px;
}
div.snatch {
position: absolute;
bottom: 4pt;
text-align: center;
width: 100%;
cursor: ns-resize;
padding-bottom: 2pt;
}
#new_entry {
position: absolute;
border: 2pt solid #E0E0F0;
width: 400pt;
height: 230pt;
background-color: #E8EEF7;
font-size: 12pt;
}
div.new_entry {
position: absolute;
left: 50%;
top: 180pt;
margin-left: -25%;
height: 320pt;
width: 50%;
font-size: 12pt;
background-color: #E8EEF7;
border: 2pt solid #E0E0F0;
}
div.schedule_marker {
border-bottom: 1px dotted #ddd;
border-top: 1px solid #ddd;
padding: 0;
}
}
/* aus style.css */
h1.content, h2.content, h3.content { color:#24437c; }
hr.content {
margin:0 1em;
background-color:#555555;
border-radius:5px;
height:1px;
border:none;
}
table.content {
border-collapse:collapse;
td {
border:thin solid #666666;
font-size:smaller;
padding:3px;
}
}
div.content {
background-color:#f3f5f8;
clear:both;
margin:0;
overflow:hidden;
padding:2px;
}
.quote {
background:#eeeeee none;
border:1px solid black;
margin-left:20px;
margin-right:20px;
padding:3px;
}
td.quote {
border:1px solid #000000;
font-size:8px;
}
a.link-intern {
padding-left:18px;
.background-icon('link-intern', 'clickable');
background-repeat: no-repeat;
}
a.link-extern {
padding-left:18px;
.background-icon('link-extern', 'clickable');
background-repeat: no-repeat;
}
.formatted-content {
display: inline;
}