Jump to content

Featured Replies

Uniform 4.x


Стиль Uniform от IPSFocus для IPS Community Suite 4


Edited by Respected

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/
Share on other sites
  • Replies 64
  • Created
  • Последний ответ
Expand topic overview

Лучшие авторы в теме

Лучшие авторы в теме

Most Popular Posts

Fateswhisper
Fateswhisper

Упс, забыл скрыть стандартную иконку входа в админку: #elUserLink_menu a[href*="/admin"] i{ display: none; } Это туда же, в кастом. p.s. очень не удобно, что нет возможности редактировать свой после

Daniil145
Daniil145

Не подскажете как его на версию 4.1.1 загнать?

sIiiS
sIiiS

new version for ips4.1.x released, please share this version who has it

Expand topic overview

Классный! Подергать бы из него некоторые вещи :)  

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89537
Share on other sites

Залить свои баграунды и дать право пользователю самому выбирать.... 

А еще это меню бы с иконками:
558bba90d0e99_-.thumb.PNG.97abe5a84f9573

Edited by AUS

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89538
Share on other sites

в custom.css нашел оформление меню их 

/* BASIC MENU */

.ipsMenu {
	background: {theme="ipsf_popupMenu"};
	box-shadow: 0px 10px 70px rgba(0,0,0,0.3);
	/* Prevent menu from inheriting from parent */
	text-shadow: none;
}

.ipsMenu_item > a {
	color: {theme="ipsf_popupText"};
	border-radius: 3px;
}

/* Hover */
.ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, .ipsMenu_item[data-selected] a {
	background-color: rgba(0,0,0,0.05);
	box-shadow: inset rgba(0,0,0,0.03) 0px 0px 0px 1px;
}

/* Titles */
.ipsMenu_title {
	/* Color required otherwise it inherits from parent container such as ipsType_pageTitle */
	color: {theme="text_color"};
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.07);
	border-width: 1px 0px;
	margin: 5px -5px;
	padding: 12px 15px;
	text-transform: uppercase;
}
.ipsMenu .ipsMenu_title:first-of-type{ margin-top: 0; }

.ipsMenu_sep { border-top-color: rgba(0,0,0,0.1); }

/* Other */
ul.ipsMenu, div.ipsMenu > ul{ padding: 5px; }
.ipsMenu_itemDisabled > a { color: inherit; opacity: 0.5; }

/* MENU STEMS */
.ipsMenu.ipsMenu_topLeft:after, .ipsMenu.ipsMenu_topRight:after, .ipsMenu.ipsMenu_topCenter:after { border-top-color: {theme="ipsf_popupMenu"}; }
.ipsMenu.ipsMenu_bottomRight:after, .ipsMenu.ipsMenu_bottomLeft:after, .ipsMenu.ipsMenu_bottomCenter:after { border-bottom-color: {theme="ipsf_popupMenu"}; }



/* OTHER MENU */

.ipsMenu_headerBar, .ipsMenu_footerBar {
	background: {theme="ipsf_popupMenu"};
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
}

	.ipsMenu_headerBar {
		border-bottom: 1px solid rgba(0,0,0,0.15);
		box-shadow: 0px 1px 3px rgba(0,0,0,0.07);		
	}

	.ipsMenu_footerBar {
		border-top: 1px solid rgba(0,0,0,0.1);
		box-shadow: 0px -1px 3px rgba(0,0,0,0.07);
	}



/* Counts for menu items */

.ipsMenu_itemCount, .ipsSideMenu_itemCount {
	background: rgba(0,0,0,0.05);
	color: inherit;
}
	
	.ipsMenu_item:not( .ipsMenu_itemClicked ) a:hover .ipsMenu_itemCount,
	.ipsMenu_item:not( .ipsMenu_itemClicked ) button:hover .ipsMenu_itemCount {
		background: rgba(0,0,0,0.1);
	}

	/* .ipsSideMenu_itemActive .ipsSideMenu_itemCount {
		background: rgba(255,255,255,0.2);
		color: #fff;
	} */



/* AUTOCOMPLETE MENUS */

.ipsAutocompleteMenu {
	background: {theme="ipsf_popupMenu"};
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

	.ipsAutocompleteMenu_item[data-selected] {
		/* background: rgba(0,0,0,0.1); subtle highlight */
	}


 

но так и не понял где сами иконки зарыты 

слева было - справа стало 

 

ipsMenu_-_def.thumb.PNG.0e6f556d528528b5ipsMenu_-_focus.thumb.PNG.c590bf1fd4ffac

 

 

Edited by AUS

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89541
Share on other sites

Залить свои баграунды и дать право пользователю самому выбирать.... 

А еще это меню бы с иконками:
558bba90d0e99_-.thumb.PNG.97abe5a84f9573

/* User link menu icons */
#elUserLink_menu a:before{
	content: "\f02b";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	{prefix="transform" value="translate(0,0)"}
}

#elUserLink_menu a:before{ display: inline-block; width: 22px; opacity: 0.7; }
#elUserLink_menu a:hover:before{ opacity: 1; }

#elUserLink_menu a[href*="/profile/"]:before{ content: "\f007" }
#elUserLink_menu a[href='{url="app=core&module=messaging&controller=messenger" seoTemplate="messaging"}']:before{ content: "\f01c" }
#elUserLink_menu a[href*="/content/"]:before{ content: "\f03a" }
#elUserLink_menu a[href*="/followed/"]:before{ content: "\f1d8" }
#elUserLink_menu a[href*="/attachments/"]:before{ content: "\f0c6" }
#elUserLink_menu a[href*="/settings/"]:before{ content: "\f013" }
#elUserLink_menu a[href*="/clients/"]:before{ content: "\f07a" }
#elUserLink_menu a[href*="edit"]:before{ content: "\f040" }
#elUserLink_menu a[href*="/ignore/"]:before{ content: "\f05e" }
#elUserLink_menu a[href*="/notifications/options/"]:before{ content: "\f0ac" }
#elUserLink_menu a[href*="/modcp/"]:before{ content: "\f046" }
#elUserLink_menu a[href*="/admin"]:before{ content: "\f023" }
#elUserLink_menu a[href*="/logout/"]:before{ content: "\f08b" }

 

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89543
Share on other sites

Залить свои баграунды и дать право пользователю самому выбирать.... 

Эта функция в первую очередь для пользователей сделана.

 

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89544
Share on other sites

@Fateswhisper это всё в custom.css или куда ?

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89546
Share on other sites

Для удобства - да, в кастом.

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89547
Share on other sites

Упс, забыл скрыть стандартную иконку входа в админку:

#elUserLink_menu a[href*="/admin"] i{ display: none; }

Это туда же, в кастом.

p.s. очень не удобно, что нет возможности редактировать свой последний пост.

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89550
Share on other sites

Похоже, что стиль пришел из ипб 3.4.x

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89551
Share on other sites

Упс, забыл скрыть стандартную иконку входа в админку:

#elUserLink_menu a[href*="/admin"] i{ display: none; }

Это туда же, в кастом.

p.s. очень не удобно, что нет возможности редактировать свой последний пост.

форум упал....  совпадение? :O 
p.s. трогаю мозг хостеру.... 

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89557
Share on other sites

Упасть из-за наших манипуляций он точно не мог, это нужно постараться чтобы убить форум с помощью css :D Да и у меня всё норм, после этих вставок:

user_menu.thumb.png.be480ee85e0f303f3c42

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89559
Share on other sites

С механизмом смены баграундов всё тяжелее на сколько я понимаю. 
@Fateswhisper сможете разобраться? 

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89561
Share on other sites

С механизмом смены баграундов всё тяжелее на сколько я понимаю. 
@Fateswhisper сможете разобраться? 

Возможность смены фонов или изменить текущие на свои?

Если первое, то эта возможность идут в комплекте к теме.

Если второе, то первое что пришло в голову, это простая замена текущих фонов на свои:

Ищем директорию /uploads/set_resources_2/

Там кучка изображений, среди них есть 4 фона в формате jpg, берёте куда нибудь их вырезаете(на всякий случай), а вместо них вставляете свои изображения с тем же названием и расширением. Всё.

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89566
Share on other sites

Возможность смены фонов или изменить текущие на свои?

Если первое, то эта возможность идут в комплекте к теме.

Вы ставили этот стиль? 

Первое - там просто есть кнопка для юзеров - сменить фон и набор из нескольких на выбор. Сделано симпатично.

 

 

cb.thumb.PNG.4662cb6865df3ac9d26464fae9a

 

 

 

 

Edited by AUS

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89573
Share on other sites

Я так и не понял чего Вы хотите, но:

- Там есть кнопочка смены фонов, доступна всем

- И да, возможность залить свои фоны тоже имеется

uniform_test.thumb.png.fa7008732a9086d63

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89578
Share on other sites

upd: если Вы о том, чтобы пользователь мог сам залить СВОЙ фон и поставить его, то нет, этой возможности в скине нет.

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89580
Share on other sites

Я так и не понял чего Вы хотите, но:

- Там есть кнопочка смены фонов, доступна всем

- И да, возможность залить свои фоны тоже имеется

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

я именно про это и говорил. 
вопрос как вытащить эту часть кода и вставить в свой шаблон.... 

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89583
Share on other sites

Как убрать кнопки "Facebook" и "Twitter"?

Edited by Jacksons

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89660
Share on other sites

Как убрать кнопки "Facebook" и "Twitter"?

Шаблоны -> core -> front -> global -> ipsfocus_socialButtons

    <li><a href="#" class='ipsfocus_sFacebook' target='_blank'>Facebook</a></li>
    <li><a href="#" class='ipsfocus_sTwitter' target='_blank'>Twitter</a></li>

Удалить или закомментировать.

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89662
Share on other sites

В настройках стиля черт знает что творится с переводом. 

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89667
Share on other sites

Стиль отличный, будем надеяться, что скоро кто-нибудь сольет и в темных тонах.

_http://www.ipsfocus.com/themes/villain/

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89683
Share on other sites

Я получаю, вопреки неоднократным попыткам, архив не полностью сгруженный. Всегда только 25,87 КБт. Соглашается ли это там в другом решении?

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89694
Share on other sites

Сам жду villain с нетерпением так как стандартный стиль надоел а этот еще с тройки помню ужасно =) Кто знает как убрать иконку пункта в меню?5590296aa1030_.thumb.PNG.23c2cac2f956de7

Edited by DebuggeR94

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89698
Share on other sites

В настройках стиля черт знает что творится с переводом. 

Либо кто-то целенаправленно вырезал перевод, либо разработчикам скина было пофиг на перевод и их сил хватило лишь на один ключ, который они зачем то продублировали:

 <language>
  <word key="ipsf_borderColor">ipsBox border color</word>
  <word key="ipsf_borderColor">ipsBox border color</word>
 </language>

Перевести не трудно, но если делать русский перевод, то там потом черт ногу сломит, многие термины в русском переводе будут просто непонятны.

Link to comment
https://ipbmafia.ru/topic/11748-uniform-4x/?&do=findComment&comment=89708
Share on other sites

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.