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
.plurk_cnt, {filter: alpha(opacity=80); opacity:0.8 ; -moz-opacity:0.8 ; zoom:1;border-radius:5px;}

/*把多餘的白色變透明不然會遮住*/ .response_box, .list .plurk_cnt { background:#0000; }
.list .name[data-uid="你的UID"]:before {
/*這些不用動*/ display:block; content:""; width:100%; height:100%; position:absolute; z-index:-9; top:0; left:0;
/*圖示*/ background:url(https://emos.plurk.com/7d4e7a30bcc1ec4e69651aea79a3feed_w24_h24.gif)no-repeat bottom right;
/*顏色*/ background-color:#f2b6fd;
/*圓角*/ border-radius:10px;
}

.plurk_cnt {
position: relative;
font-weight: normal;
color: #6c2a79;
background-color: #f9ccfd;
padding: 2px 0 0;
line-height: 1.3;
transition: background-color 5s;
box-shadow: 1px 1px 3px -3px #000;
}

.submit_img_color {
background: #6c2a79;
}

.submit_img {
float: right;
border: none;
cursor: pointer;
width: 80px;
font-size: 25px;
height: 38px;
text-align: center;
line-height: 38px;
color: #fddeff;
border-radius: 5px;
margin-left: 6px;
}

#plurk-dashboard {
color: #6c2a79;
overflow: visible;
line-height: 15px;
height: 1%;
}

body.language-large-font{font-size:10px !important; font-family:Colonna MT; }

.karma_hover {
margin: 10px 0 10px 10px;
position: relative;
font-size: 28px;
font-family: Colonna MT ;
line-height: 30px;
white-space: nowrap;
}

body{
background: #000;
}

._lch_ {
background: url(./galaxy2015-bg.jpg) center bottom;
background-size: cover;
background-attachment: fixed;
}