Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

Сделал мини тему для БД

  • Автор темы Автор темы CleoSKS
  • Дата начала Дата начала
Zodiak 1love
Пользователь
Пользователь
Статус
Оффлайн
Регистрация
19 Авг 2019
Сообщения
297
Реакции
36
Вот код
CSS:
Expand Collapse Copy
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
.circleIcon-2_77lA {
  color: rgb(0, 255, 136);
  transition: all 1s cubic-bezier(0.67, -0.58, 0.4, 1.52);
}

.circleIconButton-hZmpE8:hover .circleIcon-2_77lA {
  transform: rotate(540deg);
}

.layout-2DM8Md {
  transition: all 0.5s ease-in-out;
}

.layout-2DM8Md:hover {
  height: 100px;
}

.overflow-WK9Ogt {
  transition: all 0.2s ease-in-out;
}

.layout-2DM8Md:hover .overflow-WK9Ogt {
  font-size: 20px;
}

.button-14-BFJ {
  transition: all 1.2s cubic-bezier(0.67, -0.58, 0.4, 1.52);
}

.button-14-BFJ:hover {
  transform: rotate(720deg);
}

.activityText-OW8WYb {
  color: rgb(126, 126, 126);
  font-weight: normal;
}

.layout-2DM8Md:hover .overflow-WK9Ogt {
  margin-bottom: 10px;
  font-weight: 800;
}

.children-gzQq2t {
  color: rgb(88, 88, 88);
}

.searchBar-6Kv8R2 {
  display: none;
}

.actionButton-uPB8Fs {
  color: rgb(72, 90, 255);
  transition: all 1s cubic-bezier(0.67, -0.58, 0.4, 1.52);
}

.actionButton-uPB8Fs:hover {
  transform: rotate(360deg);
  color: rgb(68, 87, 255);
}

.timestamp-3ZCmNB {
  display: none;
}

.newMessagesBar-265mhP {
  display: none;
}

.clickable-3rdHwn {
  display: none;
}
.panel-24C3ux {
  display: none;
}

.container-1giJp5 {
  display: none;
}

.withLayer-RoELSG {
  display: none;
}

.layer-2KE1M9 {
  display: none;
}
 
Назад
Сверху Снизу