-
Notifications
You must be signed in to change notification settings - Fork 0
/
tweetmachine.css
94 lines (94 loc) · 1.83 KB
/
tweetmachine.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
92
93
94
.timelineTOP {
background-color: white;
width: 800px;
height: 296px;
margin: 14px auto 0px auto;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
overflow: hidden;
}
.timelineBOTTOM {
background-color: white;
width: 800px;
height: 296px;
margin: 0px auto;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
overflow: hidden;
}
.centerTweet {
background-color: white;
height: 140px;
width: 950px;
margin: 0px auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
overflow: hidden;
border: 1px solid #cccccc;
}
.tweet {
border-bottom: 1px solid #cccccc;
overflow: hidden;
height: 70px;
display: none;
font-size: 1.4em;
padding: 2px 0px;
}
.timelineTOP > .tweet:last-child {
border-bottom: 0px;
}
.timelineBOTTOM > .tweet:last-child {
border-bottom: 0px;
}
.avatar {
float: left;
margin: 10px;
text-align: center;
}
.avatar img {
max-width: 50px;
max-height: 50px;
}
.tweetBody {
float: left;
width: 675px;
padding: 6px;
}
.username {
font-weight: bold;
margin-right: 10px;
}
.centerTweet .tweet {
height: 140px;
border-bottom: 0px;
font-size: 2.4em;
}
.centerTweet .tweetBody {
width: 850px;
}
.switcher {
width: 600;
border: 3px solid #a1a1a1;
height: 200;
margin: auto 0px;
padding: 0px 10px;
position: absolute;
top: 284;
left: 202;
-webkit-border-radius: 15;
}
.switcherBackground {
background-color: #a1a1a1;
opacity: 0.6;
}
.switcherItem {
height: 180;
width: 180;
float: left;
margin: 10px;
opacity: 1;
}