Advertisement
Guest User

DBL Aspire style

a guest
Nov 17th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.74 KB | None | 0 0
  1. # Данный отрезок нужно вставлять в начале длинного описания бота, удачи :)
  2.  
  3.  
  4. <style>
  5.     @import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
  6.   #menu {
  7.   background-color: #121720
  8.   }
  9.  
  10.   #bot-details-page {
  11.   background-color: #171e26
  12.   }
  13.  
  14.   .btn{
  15.     font-size: 13px;
  16.     font-weight: 500;
  17.     text-align: center;
  18.     text-decoration: none;
  19.     text-shadow: none;
  20.     white-space: nowrap;
  21.     display: inline-block;
  22.     vertical-align: middle;
  23.     padding: 10px 20px;
  24.     border-radius: 3px;
  25.     border: 1px solid rgba(0,0,0,0.1);
  26.     -webkit-transition: 0.1s all linear;
  27.     -moz-transition: 0.1s all linear;
  28.     -ms-transition: 0.1s all linear;
  29.     -o-transition: 0.1s all linear;
  30.     transition: 0.1s all linear;
  31.     -webkit-user-select: none;
  32.     -moz-user-select: none;
  33.     -ms-user-select: none;
  34.     -o-user-select: none;
  35.     user-select: none;
  36.     background: #26b5c7;
  37.     color: #ffffff;
  38.     -webkit-box-shadow: 0px 0px 10px 0px rgba(39,183,200,0.3);
  39.     -moz-box-shadow: 0px 0px 10px 0px rgba(39,183,200,0.3);
  40.     box-shadow: 0px 0px 10px 0px rgba(39,183,200,0.3);
  41. }
  42.  
  43. #upvotebutton {
  44. border: none !important;
  45. border-radius: 0 !important;
  46. -webkit-box-shadow: 0px 0px 0px 0px !important;
  47.     -moz-box-shadow: 0px 0px 0px 0px !important;
  48.     box-shadow: 0px 0px 0px 0px !important;
  49. }
  50. .botpagebutton {
  51.     padding: 10px !important;
  52. }
  53. .bot-img > img {
  54.     border-radius: 50%;
  55. }
  56.  
  57. .bot-name, .bot-description {
  58.     color: white;
  59.   }
  60.  
  61.   .bot-name, .bot-description {
  62.     font-family: 'Didact Gothic', sans-serif !important;
  63.   }
  64.   .columns .bot-img {
  65.     padding: 1em;
  66.     box-shadow: none !important;
  67.   }
  68.  
  69.   #upvotebutton:hover {
  70.     background-color: #26b5c7
  71.   }
  72.         .votebutton {
  73.             -webkit-animation: pulse 1s infinite;
  74.             -o-animation: pulse 1s infinite;
  75.             animation: pulse 1s infinite;
  76.         }
  77.         .flying {
  78.             -webkit-animation: mover 1.5s infinite alternate;
  79.             animation: mover 1.5s infinite alternate;
  80.             -webkit-animation-timing-function: ease-in-out;
  81.             animation-timing-function: ease-in-out;
  82.             -webkit-animation-iteration-count: infinite;
  83.             animation-iteration-count: infinite;
  84.         }
  85.         @-webkit-keyframes mover {
  86.             0% {
  87.                 transform: translateY(0);
  88.             }
  89.             100% {
  90.                 transform: translateY(-20px);
  91.             }
  92.         }
  93.         @keyframes mover {
  94.             0% {
  95.                 transform: translateY(0);
  96.             }
  97.             100% {
  98.                 transform: translateY(-20px);
  99.             }
  100.         }
  101.         @keyframes pulse {
  102.             0% {
  103.                 -moz-box-shadow: 0 0 0 0 rgba(37, 182, 149, 0.4);
  104.                 box-shadow: 0 0 0 0 rgba(37, 182, 149, 0.4);
  105.             }
  106.             90% {
  107.                 -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  108.                 box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  109.             }
  110.             100% {
  111.                 -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  112.                 box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  113.             }
  114.         }
  115.         .bot-btnss a, .botpagebutton {
  116.        
  117.   cursor: pointer;
  118.   -webkit-transition: .3s;
  119.   -o-transition: .3s;
  120.   transition: .3s;
  121.   text-transform: capitalize;
  122.   font-weight: 600;
  123.   font-size: 18px !important;
  124.   padding: 0.8125rem 2rem;
  125.   border-radius: 50em;
  126.       background: #fff;
  127.     color: #597187 !important;
  128.         padding-top: 8px;
  129.     padding-bottom: 8px;
  130.     font-size: 14px !important;
  131.     height: auto !important;
  132.     line-height: 1.5 !important;
  133. }
  134. .bot-btnss a:hover, .botpagebutton:hover {
  135.   background: #455768;
  136.   color: #fff !important; }
  137. #delete {
  138.   background: #f64d62;
  139.   color: #fff !important; }
  140. #delete:hover {
  141.     background: #f5354d;
  142.     color: #fff; }
  143. .votebutton.donate {
  144.   display: none;
  145. }
  146. .btn-like {
  147.   background-color: transparent;
  148.   background-image: none;
  149.   border-color: #597187; }
  150.   .btn-like:hover {
  151.     background: #455768;
  152.     color: #fff !important; }
  153. .longdescription .content {
  154.   box-shadow: none;
  155.   border-radius: 0;
  156.   padding: 0;
  157.   font-weight: 400;
  158. }
  159. span {
  160.     font-style: none;
  161.     font-weight: normal;
  162. }
  163. #createdby span {
  164.     line-height: normal;
  165. }
  166. #createdby b {
  167.     background-color: #121720;
  168.     display: inline-block;
  169.     height: 25px;
  170.     border-radius: 50px 0 0 50px;
  171.     vertical-align: middle;
  172.     transform: translate(0px, -2px);
  173.     margin-left: 10px;
  174.     text-decoration: none !important;
  175.     font-family: "Karla", sans-serif;
  176. }
  177.  
  178.   .donate {
  179.     display: none !important;
  180.   }
  181.  
  182.   #tags {
  183.     display: none;
  184.   }
  185.  
  186.   .bot-tags-title {
  187.     visibility: hidden;
  188.   }
  189.  
  190.   .left-container > .column > p:not(.bot-btnss) {
  191.   display: none;
  192.   }
  193. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement