1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Cy's Plurk profile CSS */
/* Main and Background of Body */
body, html{
	font-family: 'MS PGothic','MS ゴシック','Hiragino Kaku Gothic Pro','Century Gothic',Verdana,sans-serif;
	background: #0B173B url(https://cdn.discordapp.com/attachments/216678476311298048/451365222716801035/Starlight_BG.jpg) top left;
	background-repeat: no-repeat;
}

/* Used to hide Plurk creature*/
#dynamic_logo img{
filter: alpha(opacity=0);opacity:0.0;
}

/* Your Character (Image always aligh Top-Right) */
#dynamic_logo{
height: 600px;
width: 868px;
margin-top: 150px;
margin-right: -100px;
z-index: 0;
background: url(https://cdn.discordapp.com/attachments/216678476311298048/347732898293743616/Touki.webp)no-repeat;
}