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
@fifer1863: under account "Customized Layouts" and upload background image. Here's mine:

#loading {
position:fixed;
top:0;
left:0;
}

#loading img {
}

#timeline_holder {
background: none;
}

body {
background-repeat: no-repeat;
background-size: 100%;
background-position: top;
}

textarea#input_big {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#FFFFFF;
border:1px solid #25000B;
color:#25000B;
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
margin-left:1px;
margin-right:1px;
}

.plurk_cnt {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#FFFFFF;
border:2px solid #00ff00;
color:#25000B;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-left:1px;
margin-right:1px;
}

#profile_pic {
width: 80px;
}
#profile_pic:hover {
width: 160px;
}
#creature {
position:fixed;
top:-500px;
}