Всем привет,
Могу ли я добавить на свой сайт поле поиска, как здесь?
И я хочу удалить кнопку поиска справа.
Спасибо
pfaffman
(Jay Pfaffman)
28.Март.2024 12:31:49
2
Баннер поиска , может быть? Но поиск может стать хорошим способом найти потенциальные решения.
Огромное спасибо.
Можно ли скруглить углы коробки?
@Moin
Как здесь.
А можно ли закрасить внутреннюю часть?
С эффектом при наведении, как на Reddit
Moin
28.Март.2024 14:08:41
6
Вы можете настроить это с помощью CSS.
This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools.
Required user level: Administrator
Summary
This guide covers:
A brief introduction to CSS and key concepts
How to add CSS to your Discourse site using theme components
Using browser inspection tools to find the right CSS selectors
Understanding CSS basics
CSS…
@Moin Спасибо, Moin, но я не могу этого сделать, поэтому прошу вашей помощи.
Я смотрел его видео, пробовал много раз, но ничего не получается.
Я пробовал в Firefox и Chrome.
Lilly
(Lillian )
28.Март.2024 14:43:23
8
Если вы хотите научиться настраивать свой форум, уделите время изучению основ тем, компонентов и CSS. В качестве альтернативы вы всегда можете разместить сообщение в канале Marketplace , чтобы найти платную помощь в настройке форума.
This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools.
Required user level: Administrator
Summary
This guide covers:
A brief introduction to CSS and key concepts
How to add CSS to your Discourse site using theme components
Using browser inspection tools to find the right CSS selectors
Understanding CSS basics
CSS…
This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar with Discourse themes. If you’ve already used Discourse theme / theme components, this guide is probably not something you need to read.
What are themes and theme components?
A theme or theme component is a set of files packaged together designed to either modify Discourse visually or to add new features.
Let’s start with themes.
Themes
In general, themes are not supposed to be compatible …
There are a few ‘how to start’ guides for working with Discourse already and a wealth of useful info on meta, but I thought it might help to give an insight to the mental processes of starting from little, if any, prior coding experience to building substantial Discourse plugins.
Discourse is written by experienced developers and has a large codebase. This can feel intimidating. This intimidation factor can be a significant barrier for novice developers. This is a kind of ‘psychological primer’…
Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components.
This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to:
Themes vs. Theme Compon…
Heliosurge
(Dan DeMontmorency)
28.Март.2024 19:54:38
9
Этот #theme-component может помочь
Created a very simple component to change the borders of images, oneboxes, blockquotes and staff notices shown in topics.
Allows change of the following settings
set image rounding intensity
set image border width
set image border color
set onebox rounding intensity
change onebox border width
change onebox border color
change onebox background color
set rounding blockquotes intensity
remove left border from blockquotes
set ‘staff color’ rounding intensity
topic thumbnail support for:
list ro…
А этот — для стилей кнопок
Привет, друзья! Я вижу, что вы пытаетесь мне помочь, но я не умею писать код. Если есть готовый код, я могу его исправить. Если кто-то сможет помочь, я подожду. Спасибо. То, что вам кажется лёгким, для меня сложно — код слишком запутанный.
Это не совсем по центру.
И выглядит для меня очень плохо.
Я злюсь, потому что не могу редактировать, но ничего не поделаешь
Поиск оригинала на Reddit выглядит отлично.
Конечно, это Reddit. Но я бы хотел иметь возможность делать хотя бы что-то очень похожее на это.
Я теперь программист
.floating-search-input .search-banner-inner.wrap .search-menu .search-input {
border-radius: 10px;
background-color: #3e3e58;
border: 0px solid;
}
.floating-search-input .search-banner-inner.wrap .search-menu .search-input:hover {
background-color: #4c4c6b;
}
Всем привет!
.search-menu.menu-panel-results, .search-menu-container.menu-panel-results {
width: 600px;
left: 150px;
}
.floating-search-input .search-banner-inner.wrap .search-menu .search-icon {
left: 150px;
}
Я написал этот код. Когда я добавляю его в поле CSS, всё выглядит так, как я хочу, но у других пользователей — нет.
Помогите, пожалуйста!
https://pvpfarm.com
И я хочу немного увеличить размер поля поиска вверх. Я не мог его найти, кто-нибудь может найти его?
Просто к сведению, @ogulcan1787 , это, кажется, граничит с:
Вы проводили какие-либо исследования по этим проблемам вне этого форума? Я считаю, что доступно множество ресурсов.
Да, я ищу, но не могу найти.
https://developer.mozilla.org/ Я использую этот сайт.
Lilly
(Lillian )
31.Март.2024 12:08:59
17
Мне кажется, всё в порядке?
Вы искали на этом сайте, как выровнять по центру?
Лично я предпочитаю этот сайт:
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.