-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflyout.css
More file actions
42 lines (42 loc) · 769 Bytes
/
flyout.css
File metadata and controls
42 lines (42 loc) · 769 Bytes
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
body {
width: 423px;
height: 504px;
margin: 0;
overflow: hidden;
}
#container {
width: 419px;
height: 500px;
overflow: auto;
padding: 5px;
font-size: 14px;
font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
line-height: 18px;
background-color: white;
}
#head {
font-family: Museo,Helvetica,"Helvetica Neue",Arial,sans-serif;
font-size: 20px;
line-height: 22px;
margin-bottom: 10px;
}
#teaser {
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-bottom: 10px;
}
#desc p {
margin-bottom: 10px;
}
#desc table {
font-size: 12px;
border-collapse: collapse;
border: solid 1px #000;
margin-bottom: 10px;
}
#desc table td {
border-top: solid 1px #000;
padding: 0 5px ;
}
a {color: #FFFFFF}