-
Notifications
You must be signed in to change notification settings - Fork 2
/
pfunk.css
executable file
·89 lines (76 loc) · 1.43 KB
/
pfunk.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
BODY {
max-width: 600pt;
background-color: #F5DEB3 ;
color:black;
font-family: Georgia, Lucida Grande, Helvetica, sans-serif;
font-size:12pt;
padding: 5pt;
/* line-height: 1; */
}
h3 {
letter-spacing: 5px;
}
div {
padding-bottom: 10px;
}
TD.time {
vertical-align:top;
min-width:190px;
}
TD.topic {
vertical-align:top;
max-width:600px
}
figure {
float: center;
text-align: center;
/* font-style: italic; */
font-size: smaller;
text-indent: 0;
/* border: thin silver solid; */
margin: 0.5em;
padding: 0.5em;
}
TABLE.frontpagetable {
font-size:100%;
max-width: 100%;
color:black;
vertical-align: baseline;
margin: 0pt;
}
TABLE.speakerstable {
font-size:100%;
max-width: 100%;
color:black;
/* vertical-align: top; */
padding: 0;
border: 0;
margin: 0pt;
padding: 0em;
text-align: left;
border-collapse: collapse;
border-spacing:0em;
}
TABLE.timetable {
border: 1px solid black;
/* padding: 1px; */
font-size:100%;
max-width: 100%;
color:black;
vertical-align: baseline;
text-align: left;
margin: 3pt;
/* border-bottom: 1px solid #000; */
}
th { border-bottom: 1px solid #000;}
TABLE.timetable TH:nth-child(-n+2),
TABLE.timetable TD:nth-child(-n+2) {
padding-left: 10px;
}
TABLE.timetable TH:nth-child(1),
TABLE.timetable TD:nth-child(1) {
border-right: 2px solid;
}
UL LI {
padding: 3px;
}