Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Изучайте css!

.cForumList .ipsDataItem {
	background:#272e48;
	float:left;
	width:100%;
	margin:0 auto 6px;
	padding:6px;
	border-radius:6px;
	border:1px solid #2e3655;
	-webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out
}

.cForumList .ipsDataItem:hover {
	z-index:10;
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	-webkit-transform:scale(1);
	-moz-transform:scale(1.01);
	-o-transform:scale(1.01);
	transform:scale(1.01)
}

 

В 23.10.2020 в 12:42, Respected сказал:

Изучайте css!


.cForumList .ipsDataItem {
	background:#272e48;
	float:left;
	width:100%;
	margin:0 auto 6px;
	padding:6px;
	border-radius:6px;
	border:1px solid #2e3655;
	-webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out
}

.cForumList .ipsDataItem:hover {
	z-index:10;
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	-webkit-transform:scale(1);
	-moz-transform:scale(1.01);
	-o-transform:scale(1.01);
	transform:scale(1.01)
}

 

А куда его вставлять? Помогите, а то я вообще не разбираюсь ни в CSS ни в движке IPS

1 минуту назад, Litesm сказал:

Вставил код и у меня зажопилось всё. У меня стоит стандартный шаблон. Да, блоки анимируются но они стали темными

 

добавить только этот код

.cForumList .ipsDataItem:hover {
	z-index:10;
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	-webkit-transform:scale(1);
	-moz-transform:scale(1.01);
	-o-transform:scale(1.01);
	transform:scale(1.01)
}

 

4 минуты назад, roonovoorsk сказал:

добавить только этот код


.cForumList .ipsDataItem:hover {
	z-index:10;
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	-webkit-transform:scale(1);
	-moz-transform:scale(1.01);
	-o-transform:scale(1.01);
	transform:scale(1.01)
}

 

сработало )) спасибо! 

Litesm можно поставить такой код. скомбинировать оба кода в один. и оно плавней будет работать.

Спойлер

.cForumList .ipsDataItem:hover {
	z-index:10;
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	-webkit-transform:scale(1);
	-moz-transform:scale(1.01);
	-o-transform:scale(1.01);
	transform:scale(1.01)
      
      -webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out    
}

 

 

2 минуты назад, SlawkA сказал:

Litesm можно поставить такой код. скомбинировать оба кода в один. и оно плавней будет работать.

  Скрыть контент


.cForumList .ipsDataItem:hover {
	z-index:10;
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.02);
	-webkit-transform:scale(1);
	-moz-transform:scale(1.01);
	-o-transform:scale(1.01);
	transform:scale(1.01)
      
      -webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	box-shadow:0 1px 20px 0 rgba(0,0,0,0.06);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out    
}

 

 

Действительно плавнее, оно очень мягко и еле подсвечивает )

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.