KeepEveryone Hello developer! I really like your theme, and I want to ask you a question about it. How do I install the same theme style as you?🙂
mekici KeepEveryone You only need to write the content in Turkish according to our site usage conditions. Google translate can help you with this.
KeepEveryone mekici Çok üzgünüm. Size Google Çeviri yardımıyla cevap veriyorum. Bir soru sormak istiyorum, topluluğunuzun temasını nasıl yükleyebilirim?
mekici Merhaba; [silindi] AmaniJoseph KeepEveryone FlarumTR Temasına ailt CSS kodlarını aşağıdan indirebilirsiniz. Kodun bir kısmının kendinize göre düzenlenmesi gerektiğini unutmayın. Kodlar hem Mobil hemde Masaüstü sürüm kodlarını içerir. flarumtr-custom-css.zip4kB
KeepEveryone mekici Yardımınız için çok teşekkür ederim. Bir soru daha, konu başlığını nasıl kırmızı yapabilirim? Tıpkı topluluk gibi
mekici KeepEveryone Sadece okunmamış konu başlıkları turuncu renkte gözükecek şekilde ayarlandı. Siz her zaman turuncu renkli olmasını mı istiyorsunuz?
AmaniJoseph Merhaba benimle, forumun bu tarzı paylaşabilirsiniz. Sana Flarum’dan sormaya çalışıyorum ama cevap vermeyeceksin, lütfen benimle de paylaşabilirsin.
mekici SallyMelek buyrun. @media (max-width: 767px) { #header-secondary > ul > li.item-logIn > button[title="Giriş Yap"] {margin-top:10px;}} #header-secondary > ul > li.item-logIn > button[title="Giriş Yap"] { border: 2px solid #4d698e; margin-left: 10px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; transition-duration: 1s; color: #4d698e; border-radius: 30px; width: 100px; text-align: center; font-weight: 700;} #header-secondary > ul > li.item-signUp > button[title="Kaydol"] { border: 2px solid #E7672E; margin-left: 10px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; transition-duration: 1s; color: #E7672E; border-radius: 30px; width: 100px; text-align: center; font-weight: 700;} #header-secondary > ul > li.item-logIn > button[title="Giriş Yap"]:hover { background: #4d698e !important; margin-left: 10px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; transition-duration: 1s; color: #fff; border-radius: 30px; width: 100px; text-align: center; transition: margin-right .1s;} #header-secondary > ul > li.item-signUp > button[title="Kaydol"]:hover { background: #E7672E !important; margin-left: 10px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; transition-duration: 1s; color: #fff; border-radius: 30px; width: 100px; text-align: center; transition: margin-right .1s;} #header-secondary > ul > li.item-logIn > button[title="Giriş Yap"]:before { font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 16px; content: '\f2f6'; margin-right: 4px; vertical-align: -1px; } #header-secondary > ul > li.item-signUp > button[title="Kaydol"]:before { font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 12px; content: '\f234'; margin-right: 4px; vertical-align: 1px; }