Orpheus
Актив
-
В сети
-
Количество сообщений
315 -
Reputation
222 Orpheus's Reputation
Everything posted by Orpheus
-
Помоги в создание украшения
Yes, right I think, he/she asking for a sample code
-
Steam Avatar Frames
Yes, that is another way.
-
Личное сообщение группе
I think you are looking for this
-
Steam Avatar Frames
My title says "Avatar Frames" not "Avatars" A quick Google search should help you understand the difference.
-
Steam Avatar Frames
Просмотр файла Steam Avatar Frames Extracted from the Steam store. Images are originally in APNG format, but converted versions are also included in GIF format. Enjoy Добавил Orpheus Добавлено 07/29/24 Категория Темы и дизайн Язык English / Английский
-
Steam Avatar Frames
- 60 скачиваний
- Версия 1.0
Extracted from the Steam store. Images are originally in APNG format, but converted versions are also included in GIF format. EnjoyFree -
Помоги в создание украшения
Can we not use animated PNGs? They need to be created or copied/downloaded. Edit: It needs a new plugin to be created or just use custom.css for specific groups.
-
Persian Language Pack
Просмотр файла Persian Language Pack Persian translation of IPS programs by IPSFarsi community. GitHub Link: https://github.com/IPSFarsi/IPS-Persian-Translation Добавил Orpheus Добавлено 07/10/24 Категория Локализация и переводы Язык Persian / Персидский
-
Persian Language Pack
- 8 скачиваний
- Версия 4.7.16
Persian translation of IPS programs by IPSFarsi community. GitHub Link: https://github.com/IPSFarsi/IPS-Persian-TranslationFree -
CKEditor 4 Plugins by Invision Community
Просмотр файла CKEditor 4 Plugins by Invision Community This zip contains all custom plugins from IPS for CKEditor. The files inside are released under the Mozilla Public License Version 1.1 (https://www.mozilla.org/en-US/MPL/1.1/) Добавил Orpheus Добавлено 07/10/24 Категория Интерфейс Язык English / Английский
-
CKEditor 4 Plugins by Invision Community
- 69 скачиваний
- Версия 1.0
This zip contains all custom plugins from IPS for CKEditor. The files inside are released under the Mozilla Public License Version 1.1 (https://www.mozilla.org/en-US/MPL/1.1/)Free -
☄️ Acme Theme
Updated to latest version 1.2.8 What's New Fixed issues with CSS and HTML.
-
Sendo Theme (Dark/White)
Use theme settings
-
Google Authenticator
It could be cache but you can try inspecting the element and see the error.
-
Sendo Theme (Dark/White)
Legit?
-
CJ Duplicate Member Logger
I think, the one I have already uploaded in here works just fine apart from few unusual bugs.
-
Looking for a partner for a new project
I am up for an Anime, Forum Resources, and a Gaming forum. What's the catch?
- Radical Tags
- Radical Tags
- Looking for a partner for a new project
-
Sendo Theme (Dark/White)
I do not have the update available
- Radical Tags
-
Nexxe Theme (Dark/Light)
The question is quite clear, if I understand it correctly. “He/She wants to disable the feature of background colour when hovering over the page title inside a topic.”
-
Nexxe Theme (Dark/Light)
Here is the revised code, I just removed the spaces after the dots. Check it out…put this code inside the custom.css file of the theme. It should work as you expect. .ipsType_pageTitle[data-role="editableTitle"]:hover, .ipsType_editable:hover { background: none; } I don't think it'll work for page titles when inside the topic page because they are not links.
-
Nexxe Theme (Dark/Light)
I'll have it checked, but I currently do not have a test forum to start with, so it may take longer to find the fix for you. Try this . ipsType_pageTitle [ data-role = "editableTitle" ]: hover , . ipsType_editable : hover { background : none ; }