.bot {
background: url(https://i.imgur.com/DocRwyB.jpg) repeat; /* Edit this URL to change the banner background */
-webkit-animation: scrollGood 60s linear infinite;/* Delete this when you don't wanna a animation for your background */
animation: scrollGood 60s linear infinite; /* Delete this when you don't wanna a animation for your background */
}
@-webkit-keyframes scrollGood {
0%{background-position:0 0}to{background-position:-2160px -2160px}}
}
@keyframes scrollGood {
0%{background-position:0 0}to{background-position:-2160px -2160px}}
}
.bot_details_avatar {
border-radius: 50%; /* Change this when you want that your avatar shouldnt be cropped */
background-color: rgba(0,0,0,.5); /* Change this when you want that your avatar has another background color */
width: 384px; /* Change this when you want that your avatar has another size */
height: 384px; /* Change this when you want that your avatar has another size */
-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.8);/* Change this when you want that your avatar has another shadow */
box-shadow: 0 0 16px rgba(0,0,0,0.8); /* Change this when you want that your avatar has another shadow */
}
.bot_info {
background: rgba(0,0,0,.75); /* Change this when you want that the boxes where informations are inside, like the library, should has another background color. */
color: white; /* Change this when you want that the boxes where informations are inside, like the library, should has another font color. */
}