Ark:Донат-Магазин/CSS-Стили

Материал из SurvivalHost Wiki
Перейти к навигации Перейти к поиску

body {

   background: url(https://steamcdn-a.akamaihd.net/steam/apps/529910/ss_f45fca80a3a5acd8e4ddc39065b7de62edde2219.1920x1080.jpg?t=1529982360) no-repeat;
   background-position: top center;
   background-attachment: fixed;
   background-size: cover;
   background-color: #fff;
   font-size: 13px;
   color: #6a6c6f;
   margin: 0;
   padding: 0;
   opacity: 1 !important;

} .store .item-block {

   border: 1px solid #191919;
   position: relative;
   text-align: center;
   padding: 10px;
   color: white;
   background: url(https://media.discordapp.net/attachments/471297244587360267/472427076029513729/5566.png?width=1168&height=657);
   -webkit-transition: background 0.3s ease-in-out;
   transition: background 0.3s ease-in-out;
   height: 100px;
   box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.18);
   overflow: hidden;
   cursor: pointer;

}

.store .hpanel .panel-body {

   background-color: rgba(0, 0, 0, 0.3);
   border: 1px solid #272727;
   border-radius: 2px;
   padding: 20px;
   position: relative;
   margin-left: -1px;
   margin-right: -1px;
   background: url(https://media.discordapp.net/attachments/471297244587360267/472427076029513729/5566.png?width=1168&height=657);
   -webkit-transition: background 0.3s ease-in-out;

}