ForumD.ru - Дизайн, графика, скрипты, техническая поддержка для форумов и сайтов

Объявление

GEMcross

Кроссовер, ориентированный на активную игру и уютный флуд.
Собираем у себя драгоценных игроков уже почти три года.

Посетить

💰 Теперь у нас можно приобрести "Мгновенные уведомления от Алекса"

Скрипт оповещает пользователей о событиях на форуме в реальном времени, придавая динамики общению.
Автор: Alex_63 | Платформа: MyBB.ru.

У нас: структурированная документация, возможность платить иностранными картами, перевыпустить подписку или купить бессрочно.

Купить скрипт

🔥 Новинка в портфолио: ДИЗАЙН ФОРУМА В СТИЛЕ ФЭНТЭЗИ С ПРОЗРАЧНОСТЬЮ

Платформа: MyBB.ru (RusFF)
Стоимость: 8000 рублей;
Авторы: Moju & Gerda

Посмотреть

🌟 ОПЛАТА ЗАКАЗА НАГРАДНЫМИ БАЛЛАМИ И СКИДКИ

Заказы можно оплачивать наградными баллами (НБ). Полностью или частично.
Бартер за НБ осуществляется на условиях платного заказа, в качестве оплаты - НБ.
А если у вас есть любой платный заказ, вы можете обменять НБ на скидочные купоны.

узнать подробности

📣 Наш проект: Ролевой поисковик

Поиск роли на текстовых ролевых
Проект от специалистов FD

Спойлеры и обсуждение

❤️ Поддержать проект

Если у вас есть желание помочь нам сделать наш проект лучше:
Реклама на сайтеПредложения
Стать модераторомОтзывы

Подробнее

SPECIAL OFFER: We distribute designs for free

Finalizing the layout for your project;
Developing a style code;
Mobile version included if you wish.

Details

Support the project

If you want to help us:
Become a moderator
SuggestionsReviews

Details
❗ ❗ ❗ Technical work is underway. We'll fix it soon. :) If you're english-speaker and want to use our forum, switch to the russian language. This is temporary, until the works with multi-language option will be done. Sorry for the inconvenience.

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



Вопрос/ответ по дизайну css #6

Сообщений 871 страница 880 из 1001

1

Ваши вопросы по копанию в css стилях форума. часть шестая.
Смотрим предыдущее тут Вопрос/ответ по дизайну css #5

Если у вас вопросы технического характера конкретно по вашему форуму - оставляйте адрес, иначе помочь вам не смогут.

+2

871

.mylink img {display:none;}
.mylink:hover img {display:block;}

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

#mylink7 {
left: 480px; /* двигаем слева */
top: 40px; /* двигаем сверху */

visibility: hidden;
.mylink:hover img {display:block;}
}

каким-то таким образом?

Отредактировано Riu_k (13.09.20 22:14)

+1

872

Hi! :)
I'm editing the forum design. I am editing each page individually. The style code is getting too long and I would like to divide it in two parts so as not to be too heavy to load the forum.
How can I do this?
I made a separate css file, loaded it into the - Files administration and connected to css via @import ... But nothing happens.
  What more needs to be done to be recognized? I don't want to send it to html because I already have a lot of stuff there and I need to reduce it.

+1

873

MillaSims3
at first, i see that u don't use the second window of styles in admin panel

in default styles we've got this code in 1st window:

Код:
@import url(style_cs.css);

that makes 2nd window work

as for me, it's very comfortable to use 1st window for general forum style, and 2nd - for script's styles, pages, etc.

---
Secondly, it's strange, if css files don't work with codes like

Код:
@import url('https://forumstatic.ru/files/0019/d2/86/68804.css');

i don't like to use forum files, cause there is no normal edditor for codes. but i store in such files smth, that i don't have to edit often. animations, sliders, etc.
for example we've got here such files:

@import url('https://forumstatic.ru/files/001a/11/44/75334.css');  /*slider animation*/
@import url('https://forumstatic.ru/files/001a/11/44/81136.css');  /*animations library*/

show pls which specific code is not imported and doesn't work?

+2

874

I will adhere to your idea and use the second style window :).
I have the following file loaded in administration (I would like to add other styles to this same file):
https://forumstatic.ru/files/0019/d2/86/68804.css

connected through the style like this:
@import url('https://forumstatic.ru/files/0019/d2/86/68804.css');

But the style is not applied :dontknow:

+1

875

MillaSims3 написал(а):

But the style is not applied

Information from here: https://developer.mozilla.org/en-US/doc … SS/@import

Imported rules must precede all other types of rules, except @charset rules

Perhaps this is the problem? Try moving this line above so that everything but the other @import is below it.

+2

876

satsana написал(а):

Perhaps this is the problem? Try moving this line above so that everything but the other @import is below it.

That was exactly it! I put it just below @import url (style_cs.css); and it worked! Thank you!  :love:

+2

877

MillaSims3

where can i see subforums?

may be the cause - https protocol

1. switch to HTTPS by default
2. styles does't work in http vertion too?
3. try to import by http (now there is https):

@import url('http:https://forumstatic.ru/files/0019/d2/86/68804.css');

working?

+1

878

MillaSims3
ooooo...
it is EXACTLY https... :confused:

i cheked my imported styles in https:
ForumD.ru - Дизайн для форумов и техническая подде - animation of slider is broken
Портфолио: Вебдизайн - no animation in portfolio page

i'll report about this on general support forum
but there're a lot of problems with scripts and codes on https, so it'd be easier to use http  ;)

+1

879

Герда написал(а):

but there're a lot of problems with scripts and codes on https, so it'd be easier to use http

Yes, some scripts don't really work very well in the https version.
But some users have complained about unsecured browser sign-up. So I chose to use https. I think users will feel safer without a warning of "Site not secure ... Run away! Your personal blood type information is in danger ..."  :D

Добавлено спустя 4 минуты 28 секунд:

Герда написал(а):

where can i see subforums?

https://sims3archive.mforum.info/viewforum.php?id=29

But in the message before yours I wrote that it now worked. I just needed to put it at the beginning of the style.  ^^

Отредактировано MillaSims3 (29.09.20 01:50)

+3

880

Подскажите, можно ли на css сделать так чтобы были разные иконки на главной и к новым/старым/закрытым/важным темам. То есть иконки к темам хотелось бы сделать мелкими, а на главной крупные оставить. Буду признательна если мне объяснят как такое реализовать можно.

+1