-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcct.css
107 lines (90 loc) · 1.64 KB
/
gcct.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
body
{
padding: 0px;
margin: 0px;
background-color: #C0DEED;
font-family: "verdana", sans-serif;
font-size: 12px;
background-image: url(images/twitter_logo.png);
background-repeat: no-repeat;
}
#main
{
padding: 0px;
margin: 20px auto;
width: 800px;
background-color: #DDEEF6;
}
#footer
{
padding: 0px;
margin: 10px auto;
width: 800px;
background-color: #DDEEF6;
font-size: 80%;
text-align: center;
}
.user
{
font-weight: bold;
}
.tdtwitt
{
width: 100%;
}
.pretwitt
{
background-image: url(images/baloon.png) no-repeat top left;
width: 10px;
}
.twitt
{
background-color: #C0DEED;
width: 100%;
margin: 10px 0px;
}
.boxtop {
background: url(images/ne.gif) no-repeat top right;
}
.boxtop div {
font-size: 0;
height: 10px;
background: url(images/nw.gif) no-repeat top left;
}
.boxbottom {
background: url(images/se.gif) no-repeat bottom right;
}
.boxbottom div {
font-size: 0;
height: 10px;
background: url(images/sw.gif) no-repeat bottom left;
}
.inboxtop {
background: url(images/in-ne.gif) no-repeat top right;
}
.inboxtop div {
font-size: 0;
height: 10px;
background: url(images/in-nw.gif) no-repeat top left;
}
.inboxbottom {
background: url(images/in-se.gif) no-repeat bottom right;
}
.inboxbottom div {
font-size: 0;
height: 10px;
background: url(images/in-sw.gif) no-repeat bottom left;
}
.boxcontent {
padding: 0px 10px;
}
a {
text-decoration: none;
color: black;
}
.twit_link, .twit_link:visited {
text-decoration: none;
font-size: 120%;
color: black;
font-weight: bold;
}