-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
70 lines (63 loc) · 952 Bytes
/
main.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
BODY {
margin:0;
top:0;
font-family:Helvetica,Arial,sans-serif;
font-size:.8em;
background-color:#0a0a0a
}
#header {
z-index:5;
line-height:1.9;
background-color:rgba(100,100,100,10);
font-size: 2.5em;
color:#FFF;
-moz-box-shadow:inset 0 0 5px #000;
-webkit-box-shadow:inset 0 0 5px #000;
box-shadow:inset 0 0 5px #000;
text-align: center;
}
#header img {
width: 50px;
display: inline;
}
#header h1 {
margin:0;
padding: 0;
display: inline;
vertical-align: top;
}
#sources {
bottom:0;
background:#333;
color:#FFF;
padding:10px
}
#sources a {
color:#FAF000;
text-decoration: none;
}
#printData {
position:absolute;
left:0;
color:#FFF;
padding:5px
}
#mobileContent div {
position:relative;
float:left;
width:40%;
padding:10px;
min-height:160px
}
#mobileContent span {
display:block;
text-overflow: clip;
overflow: hidden;
color: #FFF;
}
#mobileContent span.head {
font-weight:700;
}
.clear {
clear:both;
}