Nishimiya

Mine Cuta Support, Hight Quality Bot, Music,Economy,Moderation,Core,Utility.

Details
  • Prefix: $,
  • Library: discord.js
  • Category: General
About Nishimiya

<html> <style> .longdescription .content { box-shadow: none !important; } .bot-btns .btn, .bot-btns2 .btn { color: #fff !important; background-color: #4e91fc !important; border-radius: 4px !important; margin: auto; }

.post{margin:20px auto} .post h5,.post ul{text-align:left} ul{margin-left:2em;list-style:disc} ul ul{list-style:circle} .btn:not(.btn-like),.button.is-primary{ border-radius:0; padding:8px 20px; font-size:16px; text-transform:uppercase; transition:background .3s ease;box-shadow:0 1px 3px 0 rgba(0,0,0,.5); height:36px;font-weight:600} } a+a{margin-left:5px} .btns{margin-top:20px;text-align:center} .post{max-width:600px;margin-left:auto;margin-right:auto} .post h5{padding-top:20px} }

div { color: #999999 !important; } code { background-color: transparent; <!--color: #ffffff;--> font-size: 0.875em; font-weight: normal; padding: 0.25em 0.5em 0.25em; } .page { color: #ffffff !important; background-image: -webkit-linear-gradient(top, #00d2ff, #0400ff); <!--background-image: -webkit-linear-gradient(left, #0f00ff, #00a5ff);-->

} p { color: #ffffff !important; } td { color: #303030 !important; } html { background: #002aaa !important; background-image: -webkit-linear-gradient(top, #00d2ff, #0400ff); <!--background-image: -webkit-linear-gradient(left, #0f00ff, #00a5ff);--> } .status.purple { color: #8f00e8 !important; } .column { margin: auto !important; } .btn-blue { background: #4e91fc !important; } .btn-orange { background: #4e91fc !important; } body { color: #ffffff !important;

} .lib { color: #ffffff !important; } .bot-name { color: #ffffff !important; } .color-medium-blue { color: #00ffdd !important; }

menu {

background: #13cbf4 !important; <!--background-image: -webkit-linear-gradient(left, #0f00ff, #00a5ff);--> } .longdescription { border: none !important; } .owners { border: none !important; } .lib a{ color: #fff !important; }

bot-details-page #details .container {

border: none !important; } @-webkit-keyframes float-landing { 0% { -webkit-transform: translate3d(0,0px,0); transform: translate3d(0,-20px,0) } to { -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,0px,0) } } @keyframes float-landing { 0% { -webkit-transform: translate3d(0,0px,0); transform: translate3d(0,-20px,0) } to { -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,0px,0) } }

bot-details-page .bot-img {

background: transparent !important; }

prefix {

color: #ffffff !important; } .voted { background-color: #4e91fc !important; color: #ffffff !important; } .btn-like { background: white; color: #4e91fc; }

bot-details-page .bot-img {

cursor: default; border-radius: 100%; border-color: rgba(255, 255, 255, 0.12); border-width: 3px; border-style: solid; background: none; box-shadow: none !important; position: relative; } @-webkit-keyframes float-landing { 0% { -webkit-transform: translate3d(0,0px,0); transform: translate3d(0,-20px,0) } to { -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,0px,0) } } @keyframes float-landing { 0% { -webkit-transform: translate3d(0,0px,0); transform: translate3d(0,-20px,0) } to { -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,0px,0) } }

.btn-like { -webkit-animation: rainbow-text 2s infinite alternate; animation: colorchange 2s infinite alternate; font-size: 35px; }

.bot-name { -webkit-animation: rainbow-text 2s infinite alternate; animation: rainbow-text 2s infinite alternate; font-weight: bold; font-style: oblique; }

@keyframes rainbow-text { 0% { color: #e87d7d; } 2% { color: #e88a7d; } 4% { color: #e8977d; } 6% { color: #e8a47d; } 8% { color: #e8b07d; } 10% { color: #e8bd7d; } 12% { color: #e8ca7d; } 14% { color: #e8d77d; } 16%