Alikemal Bu eklenti değil hocam. …/admin#/basics sekmesinde bulunan hoşgeldiniz mesajı alanına yerleştirilmiş HTML kodları. Sitede bu etikette bulabilirsin. Eğer yoksa kodlar aşağıda.
FlarumTR; Flarum kurulumu, eklenti kurulum ve ayarları hakkında içeriklerin paylaşıldığı resmi bir topluluktur. Siteyi kullanmaya devam ederek <a href="https://flarumtr.com/p/1">Kullanım Şartları</a>mızı kabul etmiş sayılırsınız.
<div class="Hero-subtitle_buttons">
<a class="Button Button--primary" href="https://docs.flarum.org/install.html#server-requirements" active="false" type="button" title="İndir" target="_blank"><span class="Button-label">iNDiR v1.1.1</span></a>
<a class="Button Button--secondary" href="https://discuss.flarum.org/" active="false" type="button" title="Flarum Community" target="_blank"><span class="Button-label">Flarum Community</span></a>
</div>
CSS
.Hero.WelcomeHero {
margin-top: -1px;
background: #f8f8f8;
color: #333;
background-image: url(https://flarumtr.com/assets/files/2021-05-15/1621095149-896367-basliksiz-2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
.Hero.WelcomeHero h2 {
line-height: 42px;
color: white;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.WelcomeHero .Hero-subtitle {
line-height: 1.5em;
color: white;
font-style: normal;
font-size: 16px;
line-height: 24px;
}
.Hero-close {color: #fff}
.Hero-subtitle_buttons {
margin-top: 20px;
}
.Button.Button--secondary {
background: transparent;
color: #E7672E;
border: 1px solid #E7672E;
}
.Hero-subtitle_buttons .Button:not(:first-child) {
margin-left: 5px;
}