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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
body, html {
background-image: url(http://i.imgur.com/e1sJA.jpg);
background-repeat: no repeat;
color: #ffffff;
}



#timeline_holder {
background: url(none);bottom ;
background-repeat: repeat;
}





/* DASHBOARD SECTION */
/* ----------------- */
#plurk-dashboard {
color: #E33D64;
font-weight: bold;
background-color: #FFFFFF;
border: 2px solid #ffffff;
padding: 5px;
opacity: 0.8;
-moz-border-radius:18px 18px 18px 18px;
}
#plurk-dashboard a{
color:#E33D64;
text-decoration:none;
}
#dash-friends-pics .user_link,#dash-fans-pics .user_link { border: 1px

solid #000000; }

p#full_name { font-weight: bold }
p#about_me {
color: #000000;
background-color: #FFFFFF;
-moz-border-radius:8px 8px 8px 8px;
border-top: 2px dashed #E33D64;
border-left: 2px dashed #E33D64;
border-right: 2px dashed #E33D64;
border-bottom: 2px dashed #E33D64;
padding: 15px;
text-align: center;
opacity: 0.8;
}

#dash-stats {
height: 245px;
-moz-border-radius:8px 8px 8px 8px;
background-color: #FFFFFF;
border-top: 2px dashed #E33D64;
border-left: 2px dashed #E33D64;
border-right: 2px dashed #E33D64;
border-bottom: 2px dashed #E33D64;
padding: 5px;
color: #000000;
opacity: 0.8;
}
.karma_hover { font-size: 25px; }
#dash-stats table td {
color: #333333;
}

#dash-friends {
height: 245px;
-moz-border-radius:8px 8px 8px 8px;
background-color: #FFFFFF;
border-top: 2px dashed #E33D64;
border-left: 2px dashed #E33D64;
border-right: 2px dashed #E33D64;
border-bottom: 2px dashed #E33D64;
padding: 5px;
color: #000000;
opacity: 0.8;
}
.friend_holder table { width:100%; }

#dash-fans {
height: 245px;
-moz-border-radius:8px 8px 8px 8px;
background-color: #FFFFFF;
border-top: 2px dashed #E33D64;
border-left: 2px dashed #E33D64;
border-right: 2px dashed #E33D64;
border-bottom: 2px dashed #E33D64;
padding: 5px;
color: #000000;
opacity: 0.8;
}



.plurk_cnt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #ddd;
background-color: #FFFFFF;
-moz-border-radius: 10px;
-khtml-border-radius: 1px;
-webkit-border-radius:1px;
border-radius: 1px;
margin-right: 1px;
margin-left: 1px;
}

/* make a bigger input box for the responses */
#input_small {height: 75px;}



/* Plurk Timeline Character */
#time_show{
background:url

(http://i277.photobucket.com/albums/kk57/frostiing/Pixels/Cute_Rainb

ow_by_Tonya_TJPhotography.gif) left top no-repeat;
background-position:1px 1px;
height:50px;
padding-right:1px;
text-align:right;
width:80px;
bottom:-35px!important;
position:absolute;
}
/* change the plurk time color */
#time_show span{
margin:0;
padding:0;
color:#FFFFFF;
font-weight:bold;
}



/* Timeline Bar (where the times are displayed at the bottom at the

Timeline */
#bottom_line {
background: #ffffff;
color: #FFFFFF;
border:none;
opacity: .9; /* see through */
-moz-opacity: .8;
}
/* End Time Bar */



/* Timeline Vertical Bar */
#timeline_bg .day_start .div_inner
{
/* background: transparent; use this to remove the bar*/
background: #ffffff;
border:none;
opacity: 0.4; /* see through */
-moz-opacity: 0.4;
}



/* the display for when you have new plurks/responses */
#updater {
border: none;
background-color: #FFFFFF;
color: black;
}
#updater a {
color: dark pink;
}

/* remove plurk creature */
#dynamic_logo {
opacity:0;filter:alpha(opacity=0);zoom:1
}