-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
108 lines (94 loc) · 1.42 KB
/
stylesheet.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
div {
border-radius: 5px;
}
#header {
z-index: 1;
position: fixed;
width: 97.5%;
margin-top: -20px;
height: 60px;
background-color: black;
margin-bottom: 10px;
}
#heading {
float: left;
margin-left: 5px;
padding-top: 10px;
font-size: 30px;
font-family: Helvetica;
color: #ffffff;
}
#handle{
float: right;
margin-right: 5px;
padding-top: 20px;
font-size: 16px;
font-family: Helvetica;
font-size: 14px;
color: #ffffff;
}
h4 {
margin-left: 5px;
margin-bottom: 15px;
font-family: Verdana, sans-serif;
}
.feed {
position: relative;
float: center;
padding-top: 30px;
width: 400px;
height: 900px;
background-color: white;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
opacity: .8;
}
.tweet {
border-top-style: solid;
border-top-width: 1px;
border-top-color: gray;
position: relative;
float: left;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 30px;
height: 30px;
width: 90%;
}
#status {
display: none;
font-style: italic;
color: gray;
margin-top: 30px;
}
.tweetuser {
font-style: bold;
font-family: Helvetica;
font-size: 12px;
}
.tweetmessage {
font-family: Helvetica;
font-size: 14px;
}
.tweettime {
color: gray;
font-style: italic;
font-size: 12px;
}
p {
margin-top: 0em;
margin-bottom: .4em;
}
.hover {
font-weight: bold;
}
#refreshButton {
float: left;
margin: 10px;
padding: 5px;
border: 1px solid black;
width: 45px;
font-size: 14px;
}