-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (77 loc) · 1.38 KB
/
style.css
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
@page {
size: a3 portrait;
margin-top: 60px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 50px;
}
body {
font-size: 27px;
font-family: 'Helvetica', 'Arial', sans-serif;
}
table {
display: table;
width: 100%;
border-collapse: separate;
border-width: 1px;
border-style: solid;
border-color: black;
border-collapse: collapse;
}
table tr {
display: table-row;
height: 10px;
}
table th {
text-align: center;
}
table th, table td {
display: table-cell;
border-width: 1px;
border-style: solid;
border-color: black;
}
.room {
page-break-before: always;
}
.conf_title {
display: block;
float: left;
width: 195px;
height: 85px;
margin-top: -25px;
margin-bottom: 1.7em;
background: url('cdl.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.day_title {
float: right;
text-transform: capitalize;
}
.room_title {
font-weight: 700;
text-align: center;
margin-top: 25px;
}
.event_row.pause {
background-color: rgba(186, 194, 218, 0.6);
}
.event_date {
width: 195px;
text-align: center;
}
.event_cell {
width: auto;
text-align: center;
}
.event_title {
margin-top: 10px;
margin-bottom: 12px;
font-weight: 700;
}
.event_persons {
font-style: italic;
margin-bottom: 10px;
}