• Portal Hakkalyakin Board Portal
  • Forum Hakkalyakin Board Forum
  • Search Search
  • Help Community >
    • Forum Statistics Forum Statistics
    • Forum Team Forum Team
  • Calendar Calendar
  • Members JAMPS Members
  • Support Support >
  • Linkler Linkler>
    • PIXIZ
    • EZGIF
    • PEXEL
    • PIXABAY
    • BLOGIF
    • FREEPIC
    • OIEDiTOR
    • FOTOBEAR
    • COOLTEXT
Raşit Tunca Board
ANASAYFA -- FORUMUMUZA ÜYE OL -- ÜYE GiRiSi YAP

Raşit Tunca Board > GENEL KÜLTÜR > GENEL KÜLTÜR BiLGiLERi MAiN > Webmaster Bilgileri > MYBB Default Temayı Dark (siyah arka plan) Moda Geçirmek için >

Konuyu Oyla:
  • Derecelendirme: 3.19/5 - 72 oy
  • 1
  • 2
  • 3
  • 4
  • 5
Konu Görünümü
MYBB Default Temayı Dark (siyah arka plan) Moda Geçirmek için
Raşit Tunca
CO-ADMiN
**
CO-Admin
Yorumları: 7,708
Konuları: 6,741
Kayıt Tarihi: May 2018
Teşekkür Puanı: 0
Futbol Takımı: Galatasaray
#1
HTML-1  09-10-2023, 06:18 AM (Son Düzenleme: 09-10-2023, 06:26 AM, Düzenleyen: Raşit Tunca.)
Admin Paneline gir ve ordan temalar bülümünden Default temayı aç ve orda yeni style css oluştur a git ve kod olarak alttaki kodu gir ve "colour_dark.css" olarak kaydet işlem tamamdır
tekrar beyaza gecmek istersenden o "colour_dark.css"  yi sil işlem tamamdır


Kod:
/* CUSTOM DARK */
body {
background: #141414 !important;
}
a:link,
a:visited,
a:hover,
a:active {
color: #468aca !important;
}
a.button:link, a.button:hover, a.button:visited, a.button:active {
border: 1px solid #111 !important;
}
#logo {
background: #1b1b1b !important;
border-bottom: 1px solid #011929;
}
#header ul.menu li a {
color: #fff;
}
#container {
color: #aaa !important;
}
#panel .upper {
border: 0 none !important;
}
#panel .lower {
    background: #1b1b1b !important;
    border-bottom: 1px solid #303030 !important;
    border-top: 1px solid #262626 !important;
}

header #siteSearch label.searchContainer {
    background: #333 !important;
    border: 1px solid #303030 !important;
}

header #siteSearch input.inputText {
    background: #333 !important;
    color: #aaa !important;
}

.navigation {
    color: #999 !important;
}

.navigation .active {
    color: #999 !important;
}

.pagination a {
    background: #222 !important;
    border: 1px solid #303030 !important;
    color:#aaa !important;
}

.pagination .pagination_current {
    color: #aaa !important;
}

table {
    color: #aaa !important;
}

.tborder {
    background: #222 !important;
    border: 1px solid #333 !important;
}

.trow1 {
    background: #292929 !important;
    border-color: #555 #333 #333 #555 !important;
}

.trow2 {
    background: #333 !important;
    border-color: #555 #333 #333 #555 !important;
}

.trow_sep {
    background: #222 !important;
    border-bottom: 1px solid #191919 !important;
    color: #aaa !important;
}

.post .post_author {
    background: #333 !important;
    border-bottom: 1px solid #222 !important;
    border-top: 1px solid #222 !important;
}

.post.classic .post_author {
    border-color: #444 !important;
}

.post_controls {
    background: #333 !important;
    border-bottom: 1px solid #444 !important;
}

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
    background: #2b2b2b !important;
    border: 1px solid #444 !important;
}

.post .post_author div.author_avatar img {
    background: #2b2b2b !important;
    border: 1px solid #444 !important;
}
   
.post.classic .post_author div.author_statistics {
    border-top: 1px dotted #444 !important;
}

.post .post_head {
    border-bottom: 1px dotted #333 !important;
}

.post_content .signature {
    border-top: 1px dotted #333 !important;
}

blockquote {
    background: #333 !important;
    border: 1px solid #444 !important;
}

blockquote cite {
    border-bottom: 1px solid #555 !important;
}

.codeblock {
    background: #333 !important;
    border: 1px solid #444 !important;
}

.codeblock .title {
    border-bottom: 1px solid #555 !important;
}

code {
    background: #333 !important;
    border: 1px solid #444 !important;
}

code:before {
    border-bottom: 1px solid #444 !important;
}

.tfoot {
    background: #333 !important;
    border-top: 1px solid #262626 !important;
}

textarea {
    background: #111 !important;
    border: 1px solid #303030 !important;
}

body, button, input, select, textarea {
    color: #aaa !important;
}

html, body, p, code:before, table {
    color: #aaa !important;
}

input.button {
    background: #2b2b2b !important;
    border: 1px solid #444 !important;
}

input.textbox {
    background: #333 !important;
    border: 1px solid #222 !important;
}

footer {
    color: #555 !important;
}

#footer .wrapper {
    border: 0 none !important;
}

#footer .upper {
    background: #1b1b1b !important;
    border: 1px solid #303030 !important;
}


select {
    background: #2b2b2b !important;
    border: 1px solid #444 !important;
}

.thead a {
    color: #fff !important;
}

.drop_go_page {
    background: #444 !important;
    border: 1px solid #222 !important;
}

footer {
    background: #444 !important;
    border-top: 1px solid #333 !important;
}

fieldset {
    border: 1px solid #444 !important;
}

.select2-container-multi .select2-choices {
    border: 1px solid #555 !important;
background: #292929 !important;
}

.select2-drop {
    background-color: #333 !important;
    color: #aaa !important;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background-color: #333 !important;
}

div.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background-color: #333 !important;
}

.select2-container .select2-choice {
    background-color: #2b2b2b !important;
    border: 1px solid #444 !important;
}

.blog_updates.release {
    background-color: #fce972 !important;
    border-color: #ffe752 !important;
    color: #555 !important;
}

.blog_updates.latest {
    background-color: #cdff5e !important;
    border-color: #c9ff52 !important;
    color: #555 !important;
}

.pm_alert {
    background-color: #fce972 !important;
    border-color: #ffe752 !important;
    color: #555 !important;
}

.mysupport_staff_highlight {
    background: rgba(255, 255, 255, 0.2) !important;
}

div.sceditor-dropdown label {
    color: #aaa !important;
}

div.sceditor-dropdown input, div.sceditor-dropdown textarea {
    background: #222 !important;
    border: 1px solid #555 !important;
}

.popup_menu {
    background: #222 !important;
    border: 0 none !important;
}

.popup_menu .popup_item {
    background: #444 !important;
}

button {
    background: #333 !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    margin: 1px !important;
}

button:hover {
    background: #444 !important;
}
#content {
background: #333;
}


Twittear



Signing of Raşit Tunca

Raşit Tunca
Sevgiler Saygılarla Sunarım
Smileys-2
www Bul
Cevapla
« Önceki Konu | Sonraki Konu »


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  MyBB Favicon Nasıl Eklenir? Raşit Tunca 0 2,466 12-11-2023, 09:57 PM
Son Yorum: Raşit Tunca
Oku-1 MyBB Forumda Kendimi Admin Grubundan Sildim Diyenler için Çözüm Raşit Tunca 0 1,455 11-27-2022, 07:07 PM
Son Yorum: Raşit Tunca
HTML-1 MyBB Forumda Üye Olmayan Kullanıcıya Sağ Tuş Yasağı Koymak Raşit Tunca 0 1,451 11-27-2022, 07:04 PM
Son Yorum: Raşit Tunca
HTML-2 MyBB Forum Sitenize Favicon Eklemek Raşit Tunca 0 1,997 05-20-2020, 03:13 AM
Son Yorum: Raşit Tunca
HTML-1 MYBB Forumda Forum konu görünümünü Klasik Dikey Moda Ayarlamak için Raşit Tunca 0 2,580 02-22-2019, 05:03 PM
Son Yorum: Raşit Tunca
  MYBB-1.8.x için - JAMPS Gamer Zone Forum Tema Seti1 - 9Renk Raşit Tunca 0 2,450 02-11-2019, 07:05 PM
Son Yorum: Raşit Tunca
  MYBB-1.8.x için - JAMPS Forum Tema Seti2-11Renk Raşit Tunca 0 2,475 02-11-2019, 06:58 PM
Son Yorum: Raşit Tunca

  • Konuyu Yazdır
Hızlı Menü:


Konuyu Okuyanlar: 1 Ziyaretçi

Dost Sayfalar1:

  • Bizde Forum
  • Bizde Blog
  • Dini Forum
  • Raşit Tunca
  • RT3 Board

Dost Sayfalar2:

  • www.raşit.tunca.at
  • Raşidi Tarikatı Blog
  • Efsane Board
  • Raşit Tunca
  • Bilge Forum

Sosyal Medya Hesaplarımız

                   
                   
  • Raşit Tunca Board
  • Yukarı Git
  • Arşiv
  • RSS
  • impressum
  • Hakkımda
  • iletişim Adresimiz
Support yardım | RAŞiT HOCA | Tarih: 04-07-2026, 12:14 AM Türkçe Çeviri: MyBB, Yazılım: MyBB, © 2002-2026 MyBB Group. | Theme JAMPS