-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminiwall.css
More file actions
43 lines (43 loc) · 795 Bytes
/
Copy pathminiwall.css
File metadata and controls
43 lines (43 loc) · 795 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
43
/* This file is part of miniwall. See the file README for more info. */
.clear { clear: both; }
body {
font-family: sans;
line-height: 1.2em;
margin: 0;
width: 100%;
height: 100%;
background-color: gray;
}
#main {
margin: 0 auto;
width: 1024px;
height: 768px;
overflow: hidden;
background-color: black;
}
#twitter {
width:400px;
overflow:hidden;
height: 100%;
}
ul#tweets {
list-style-type:none;
margin: 20px 20px 0 20px;
padding: 0;
}
#tweets li {
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0px 0px 10px 0px #9f9f9f;
padding: 15px;
margin: 0 5px 20px 0;
}
#tweets img {
float: left;
margin-right: 10px;
width: 48px;
height: 48px;
}
span.userName {
font-weight: bold;
}