-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtweel.css
75 lines (64 loc) · 997 Bytes
/
tweel.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
html, body {
margin:0;
padding:0;
font-family: "Lucida Grande", Verdana;
font-size: 0.9em;
text-align: center;
background-color:#F2F2F2;
}
input, select {
font-size:0.9em;
}
table {
margin-top:-10px;
margin-left:7px;
}
h4 {
font-size:1.1em;
text-decoration:none;
font-weight:normal;
color:#23A4FF;
}
a {
color:#23A4FF;
}
#container {
width: 700px;
height: 700px;
margin:0 auto;
position:relative;
}
#center-container {
height:700px;
position:absolute;
top:0;
}
#center-container {
width:700px;
background-color:#1a1a1a;
color:#ccc;
}
.text {
margin: 7px;
}
#log {
position:absolute;
top:10px;
font-size:1.0em;
font-weight:bold;
color:#23A4FF;
}
#screen_name_form {
position:absolute;
top:300px;
width:700px;
margin:auto;
}
#infovis {
display:none;
position:relative;
width:700px;
height:700px;
margin:auto;
overflow:hidden;
}